Fix definition of tests witness macro.
[pspp] / ChangeLog
1 2010-03-28  Bruno Haible  <bruno@clisp.org>
2
3         Fix definition of tests witness macro.
4         * gnulib-tool (func_import): Fix definition of witness macro.
5
6 2010-03-28  Bruno Haible  <bruno@clisp.org>
7
8         Fix ioctl's protoype on glibc systems.
9         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
10         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
11         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
12         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
13         signature. If not, arrange to replace the ioctl function.
14         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
15         REPLACE_IOCTL.
16         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
17         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
18         Reported by Ludovic Courtès <ludo@gnu.org>.
19
20 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
21
22         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
23         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
24         made it so grep -r --include=GLOB* ... did not work.
25
26 2010-03-26  Jim Meyering  <meyering@redhat.com>
27             Eric Blake  <eblake@redhat.com>
28
29         maint.mk: prohibit use of test's -o and -a operators
30         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
31
32 2010-03-28  Bruno Haible  <bruno@clisp.org>
33
34         Remove unused GNULIB_XYZ macro definitions.
35         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
36         invocation.
37
38 2010-03-28  Bruno Haible  <bruno@clisp.org>
39
40         Mark privileged tests modules.
41         * modules/idpriv-drop-tests (Status): New section.
42         * modules/idpriv-droptemp-tests (Status): New section.
43
44 2010-03-28  Bruno Haible  <bruno@clisp.org>
45
46         Split C++ tests into separate tests modules.
47         * modules/dirent-c++-tests: New file, extracted from
48         modules/dirent-tests.
49         * modules/dirent-tests: Depend on it.
50         * modules/fcntl-h-c++-tests: New file, extracted from
51         modules/fcntl-h-tests.
52         * modules/fcntl-h-tests: Depend on it.
53         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
54         * modules/glob-tests: Depend on it.
55         * modules/iconv-h-c++-tests: New file, extracted from
56         modules/iconv-h-tests.
57         * modules/iconv-h-tests: Depend on it.
58         * modules/langinfo-c++-tests: New file, extracted from
59         modules/langinfo-tests.
60         * modules/langinfo-tests: Depend on it.
61         * modules/locale-c++-tests: New file, extracted from
62         modules/locale-tests.
63         * modules/locale-tests: Depend on it.
64         * modules/math-c++-tests: New file, extracted from modules/math-tests.
65         * modules/math-tests: Depend on it.
66         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
67         * modules/pty-tests: Depend on it.
68         * modules/search-c++-tests: New file, extracted from
69         modules/search-tests.
70         * modules/search-tests: Depend on it.
71         * modules/signal-c++-tests: New file, extracted from
72         modules/signal-tests.
73         * modules/signal-tests: Depend on it.
74         * modules/spawn-c++-tests: New file, extracted from
75         modules/spawn-tests.
76         * modules/spawn-tests: Depend on it.
77         * modules/stdio-c++-tests: New file, extracted from
78         modules/stdio-tests.
79         * modules/stdio-tests: Depend on it.
80         * modules/stdlib-c++-tests: New file, extracted from
81         modules/stdlib-tests.
82         * modules/stdlib-tests: Depend on it.
83         * modules/string-c++-tests: New file, extracted from
84         modules/string-tests.
85         * modules/string-tests: Depend on it.
86         * modules/sys_ioctl-c++-tests: New file, extracted from
87         modules/sys_ioctl-tests.
88         * modules/sys_ioctl-tests: Depend on it.
89         * modules/sys_select-c++-tests: New file, extracted from
90         modules/sys_select-tests.
91         * modules/sys_select-tests: Depend on it.
92         * modules/sys_socket-c++-tests: New file, extracted from
93         modules/sys_socket-tests.
94         * modules/sys_socket-tests: Depend on it.
95         * modules/sys_stat-c++-tests: New file, extracted from
96         modules/sys_stat-tests.
97         * modules/sys_stat-tests: Depend on it.
98         * modules/sys_time-c++-tests: New file, extracted from
99         modules/sys_time-tests.
100         * modules/sys_time-tests: Depend on it.
101         * modules/time-c++-tests: New file, extracted from modules/time-tests.
102         * modules/time-tests: Depend on it.
103         * modules/unistd-c++-tests: New file, extracted from
104         modules/unistd-tests.
105         * modules/unistd-tests: Depend on it.
106         * modules/wchar-c++-tests: New file, extracted from
107         modules/wchar-tests.
108         * modules/wchar-tests: Depend on it.
109         * modules/wctype-c++-tests: New file, extracted from
110         modules/wctype-tests.
111         * modules/wctype-tests: Depend on it.
112         Reported by Simon Josefsson.
113
114 2010-03-28  Bruno Haible  <bruno@clisp.org>
115
116         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
117         * gnulib-tool (func_exists_module): New function, extracted from
118         func_verify_module.
119         (func_verify_module): Use it.
120         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
121         'foo' only if 'foo' exists.
122         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
123         module.
124
125 2010-03-28  Bruno Haible  <bruno@clisp.org>
126
127         gnulib-tool: Add support for special categories of tests.
128         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
129         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
130         (func_usage): Document them.
131         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
132         inc_unportable_tests, inc_all_tests): New variables.
133         (func_acceptable): Consider these variables.
134         (func_modules_transitive_closure): Make it work when the 'Status' field
135         consists of multiple words.
136         (func_import): Store and restore the values of inc_cxx_tests,
137         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
138         inc_all_tests in gnulib-comp.m4.
139         (func_create_testdir): Set inc_all_tests to true.
140         * doc/gnulib.texi (Extra tests modules): New section.
141         Suggested by Jim Meyering.
142
143 2010-03-28  Bruno Haible  <bruno@clisp.org>
144
145         ansi-c++-opt: Allow turning off the C++ build by default.
146         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
147         gl_CXX_CHOICE_DEFAULT_NO is defined.
148         Requested by Eric Blake.
149
150 2010-03-28  Bruno Haible  <bruno@clisp.org>
151
152         unistd: Avoid #define replacements in C++ mode.
153         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
154         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
155         setsockopt, shutdown, select): In C++, attach a warning to the function
156         if possible, rather than #defining the symbol to a dysfunctional alias.
157         Reported by John W. Eaton <jwe@gnu.org>.
158
159 2010-03-28  Bruno Haible  <bruno@clisp.org>
160
161         Fix link errors on mingw.
162         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
163         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
164         $(LIBSOCKET).
165         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
166         $(LIBSOCKET).
167
168 2010-03-28  Bruno Haible  <bruno@clisp.org>
169             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
170
171         lib-ignore: Determine different options for different compilers.
172         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
173         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
174         Add comments.
175         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
176         * NEWS: Mention the change.
177
178 2010-03-27  Bruno Haible  <bruno@clisp.org>
179
180         Remove unused GNULIB_XYZ macro definitions.
181         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
182         * modules/fseek (configure.ac): Likewise.
183         * modules/ioctl (configure.ac): Likewise.
184         * modules/open (configure.ac): Likewise.
185         * modules/stdlib-safer (configure.ac): Likewise.
186
187 2010-03-27  Bruno Haible  <bruno@clisp.org>
188
189         Add a remark about certain modules.
190         * modules/malloc (Comment): New section.
191         * modules/realloc (Comment): Likewise.
192         * modules/sigpipe (Comment): Likewise.
193
194 2010-03-27  Bruno Haible  <bruno@clisp.org>
195
196         Resolve conflict between the two kinds of module indicators.
197         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
198         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
199         * modules/canonicalize (configure.ac): Invoke
200         gl_MODULE_INDICATOR_FOR_TESTS.
201         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
202         GNULIB_XYZ.
203         * tests/test-dirent-c++.cc: Likewise.
204         * tests/test-dirent-safer.c: Likewise.
205         * tests/test-dup2.c: Likewise.
206         * tests/test-fchdir.c: Likewise.
207         * tests/test-fcntl-h-c++.cc: Likewise.
208         * tests/test-getopt.c: Likewise.
209         * tests/test-getopt.h: Likewise.
210         * tests/test-langinfo-c++.cc: Likewise.
211         * tests/test-locale-c++.cc: Likewise.
212         * tests/test-math-c++.cc: Likewise.
213         * tests/test-pty-c++.cc: Likewise.
214         * tests/test-search-c++.cc: Likewise.
215         * tests/test-signal-c++.cc: Likewise.
216         * tests/test-spawn-c++.cc: Likewise.
217         * tests/test-stdio-c++.cc: Likewise.
218         * tests/test-stdlib-c++.cc: Likewise.
219         * tests/test-string-c++.cc: Likewise.
220         * tests/test-sys_ioctl-c++.cc: Likewise.
221         * tests/test-sys_select-c++.cc: Likewise.
222         * tests/test-sys_socket-c++.cc: Likewise.
223         * tests/test-sys_stat-c++.cc: Likewise.
224         * tests/test-sys_time-c++.cc: Likewise.
225         * tests/test-time-c++.cc: Likewise.
226         * tests/test-unistd-c++.cc: Likewise.
227         * tests/test-wchar-c++.cc: Likewise.
228         * tests/uninorm/test-u8-nfc.c: Likewise.
229         * tests/uninorm/test-u8-nfd.c: Likewise.
230         * tests/uninorm/test-u8-nfkc.c: Likewise.
231         * tests/uninorm/test-u8-nfkd.c: Likewise.
232         * tests/uninorm/test-u16-nfc.c: Likewise.
233         * tests/uninorm/test-u16-nfd.c: Likewise.
234         * tests/uninorm/test-u16-nfkc.c: Likewise.
235         * tests/uninorm/test-u16-nfkd.c: Likewise.
236         * tests/uninorm/test-u32-nfc.c: Likewise.
237         * tests/uninorm/test-u32-nfc-big.c: Likewise.
238         * tests/uninorm/test-u32-nfd.c: Likewise.
239         * tests/uninorm/test-u32-nfd-big.c: Likewise.
240         * tests/uninorm/test-u32-nfkc.c: Likewise.
241         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
242         * tests/uninorm/test-u32-nfkd.c: Likewise.
243         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
244         * tests/uninorm/test-u32-normalize-big.c: Likewise.
245
246 2010-03-27  Bruno Haible  <bruno@clisp.org>
247
248         Distinguish two kinds of module indicators.
249         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
250         gl_MODULE_INDICATOR.
251         (gl_MODULE_INDICATOR): New macro.
252         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
253         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
254         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
255         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
256         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
257         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
258         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
259         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
260         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
261         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
262         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
263         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
264         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
265         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
266         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
267         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
268         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
269         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
270         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
271         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
272         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
273         * modules/cloexec (configure.ac): Likewise.
274         * modules/getopt-gnu (configure.ac): Likewise.
275         * modules/uninorm/u8-normalize (configure.ac): Likewise.
276         * modules/uninorm/u16-normalize (configure.ac): Likewise.
277         * modules/uninorm/u32-normalize (configure.ac): Likewise.
278         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
279
280 2010-03-27  Bruno Haible  <bruno@clisp.org>
281
282         New module description field 'Comment'.
283         * gnulib-tool: New option --extract-comment.
284         (func_usage): Document it.
285         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
286         (func_get_comment): New function.
287         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
288
289 2010-03-27  Bruno Haible  <bruno@clisp.org>
290
291         Addendum to 2010-02-07 commit.
292         * gnulib-tool (func_usage): Document --extract-applicability option.
293
294 2010-03-27  Bruno Haible  <bruno@clisp.org>
295
296         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
297         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
298         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
299         rather than link errors.
300
301 2010-03-27  Bruno Haible  <bruno@clisp.org>
302
303         Avoid side effects from tests-related modules on the compilation of lib.
304         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
305         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
306         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
307         parameter. Emit into AM_CPPFLAGS a definition of the designated C
308         macro.
309         (func_import): Define a witness macro. Assign it a value that depends
310         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
311         tests-related modules.
312         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
313         Reported by Jim Meyering.
314
315 2010-03-27  Bruno Haible  <bruno@clisp.org>
316
317         Factorize common .m4 code.
318         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
319         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
320         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
321         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
322         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
323         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
324         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
325         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
326         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
327         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
328         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
329         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
330         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
331         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
332         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
333         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
334         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
335         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
336         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
337         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
338         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
339         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
340         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
341         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
342         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
343         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
344         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
345         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
346         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
347         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
348         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
349         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
350
351 2010-03-27  Bruno Haible  <bruno@clisp.org>
352
353         Fix a compilation error on Cygwin with g++ >= 4.3.
354         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
355         if it is undefined or if we alias it to chmod.
356         (lstat): Don't warn about the use of this function if it is undefined
357         or if we alias it to stat.
358         Reported by Simon Josefsson.
359
360 2010-03-27  Bruno Haible  <bruno@clisp.org>
361
362         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
363         * modules/getlogin (configure.ac): Update.
364
365         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
366         * modules/getlogin_r (configure.ac): Update.
367
368         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
369         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
370         * modules/inet_ntop (configure.ac): Update.
371
372         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
373         * modules/inet_pton (configure.ac): Update.
374
375         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
376         * modules/mbslen (configure.ac): Update.
377
378         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
379         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
380         * modules/forkpty (configure.ac): Update.
381         * modules/openpty (configure.ac): Update.
382
383 2010-03-26  Simon Josefsson  <simon@josefsson.org>
384
385         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
386         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
387
388 2010-03-25  Eric Blake  <eblake@redhat.com>
389
390         maint: use pragma consistently across replacement headers
391         * lib/ctype.in.h (system_header): Hoist for consistent placement.
392         * lib/dirent.in.h (system_header): Likewise.
393         * lib/errno.in.h (system_header): Likewise.
394         * lib/float.in.h (system_header): Likewise.
395         * lib/getopt.in.h (system_header): Likewise.
396         * lib/iconv.in.h (system_header): Likewise.
397         * lib/inttypes.in.h (system_header): Likewise.
398         * lib/langinfo.in.h (system_header): Likewise.
399         * lib/locale.in.h (system_header): Likewise.
400         * lib/math.in.h (system_header): Likewise.
401         * lib/netdb.in.h (system_header): Likewise.
402         * lib/netinet_in.in.h (system_header): Likewise.
403         * lib/pty.in.h (system_header): Likewise.
404         * lib/sched.in.h (system_header): Likewise.
405         * lib/se-selinux.in.h (system_header): Likewise.
406         * lib/search.in.h (system_header): Likewise.
407         * lib/spawn.in.h (system_header): Likewise.
408         * lib/stdarg.in.h (system_header): Likewise.
409         * lib/stdint.in.h (system_header): Likewise.
410         * lib/string.in.h (system_header): Likewise.
411         * lib/strings.in.h (system_header): Likewise.
412         * lib/sys_file.in.h (system_header): Likewise.
413         * lib/sys_ioctl.in.h (system_header): Likewise.
414         * lib/sys_socket.in.h (system_header): Likewise.
415         * lib/sys_times.in.h (system_header): Likewise.
416         * lib/sys_utsname.in.h (system_header): Likewise.
417         * lib/sys_wait.in.h (system_header): Likewise.
418         * lib/sysexits.in.h (system_header): Likewise.
419         * lib/unistd.in.h (system_header): Likewise.
420         * lib/wctype.in.h (system_header): Likewise.
421
422         arpa/inet: fix mingw compilation warning
423         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
424         Reported by Matthew Bolte.
425
426 2010-03-25  Bruno Haible  <bruno@clisp.org>
427
428         Avoid collision between gnulib wrapper and libintl wrapper.
429         * lib/printf.c (printf): Don't define if a printf wrapper is already
430         defined in intl/printf.c.
431         Reported by Michel Boaventura <michel@michelboaventura.com>.
432
433 2010-03-25  Bruno Haible  <bruno@clisp.org>
434
435         Use ANSI C.
436         * lib/readutmp.h (getutent): Provide ANSI C prototype.
437
438 2010-03-25  Bruno Haible  <bruno@clisp.org>
439
440         Minor formatting changes.
441         * lib/acosl.c: Insert space before function argument list.
442         * lib/argz.c: Likewise.
443         * lib/asinl.c: Likewise.
444         * lib/expl.c: Likewise.
445         * lib/gen-uni-tables.c: Likewise.
446         * lib/gettext.h: Likewise.
447         * lib/glthread/lock.h: Likewise.
448         * lib/tanl.c: Likewise.
449         * lib/uniname/uniname.c: Likewise.
450         * tests/test-idpriv-drop.c: Likewise.
451         * tests/test-idpriv-droptemp.c: Likewise.
452         * tests/test-lock.c: Likewise.
453         * tests/test-tls.c: Likewise.
454         * lib/argp-help.c: Insert space before function-like macro argument
455         list.
456         * lib/memcmp.c: Likewise.
457         * tests/test-base64.c: Likewise.
458         * lib/localename.c: Insert space before sizeof's argument list.
459         * lib/safe-alloc.h: Likewise.
460         * lib/file-set.h: Insert space before macro argument list.
461         * tests/test-argp.c: Likewise.
462         * lib/argp-namefrob.h: Insert space before function parameter list.
463         * lib/getaddrinfo.c: Likewise.
464         * lib/netdb.in.h: Likewise.
465         * lib/parse-duration.h: Likewise.
466         * lib/parse-duration.c: Likewise.
467         * lib/poll.c: Likewise.
468         * lib/select.c: Likewise.
469         * lib/trim.h: Likewise.
470         * tests/test-usleep.c: Likewise.
471         * lib/ldexpl.c: Insert space before function parameter list and before
472         function argument list.
473         * lib/logl.c: Likewise.
474         * lib/sqrtl.c: Likewise.
475         * lib/trim.c: Likewise.
476         * lib/cosl.c: Use GNU style indentation. Insert space before function
477         argument list.
478         * lib/sinl.c: Likewise.
479         * lib/tsearch.c: Insert space after 'for'.
480         Reported by Jim Meyering.
481
482 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
483
484         * maint.mk (sc_Wundef_boolean): Check for the presence of the
485         config header before grepping, as it's not present before
486         autoreconf/configure are run.  Reported by Simon Josefsson.
487
488 2010-03-23  Bruno Haible  <bruno@clisp.org>
489
490         pt_chown: Make it work with automake < 1.11.
491         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
492         Reported by Simon Josefsson.
493
494 2010-03-23  Bruno Haible  <bruno@clisp.org>
495
496         pt_chown: Don't depend on GPLed modules.
497         * lib/pt_chown.c: Don't include idpriv.h.
498         (main): Don't drop privileges.
499         * modules/pt_chown (Depends-on): Remove idpriv-drop.
500         Reported by Simon Josefsson.
501
502 2010-03-24  Simon Josefsson  <simon@josefsson.org>
503
504         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
505         suggestions from karl@freefriends.org (Karl Berry).
506
507 2010-03-22  Eric Blake  <eblake@redhat.com>
508
509         gethostname: further tweaks
510         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
511         are overriding gethostname.
512         Suggested by Bruno Haible.
513
514 2010-03-21  Bruno Haible  <bruno@clisp.org>
515
516         Fix comments.
517         * lib/forkpty.c (rpl_forkpty): Fix comment.
518         * lib/openpty.c (rpl_openpty): Likewise.
519         Reported by Eric Blake.
520
521 2010-03-22  Eric Blake  <eblake@redhat.com>
522
523         gethostname: fix build on mingw
524         * lib/unistd.in.h (includes): Work around fact that mingw
525         <winsock2.h> re-includes <unistd.h>, by avoiding any
526         redeclarations if we are being included by <winsock2.h>.
527         Reported by Matthias Bolte.
528
529 2010-03-21  Bruno Haible  <bruno@clisp.org>
530
531         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
532         * lib/forkpty.c (forkpty): New replacement function, from glibc with
533         modifications.
534         * lib/pty.in.h (forkpty): Update declaration. Add comments.
535         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
536         provide the replacement.
537         * modules/forkpty (Depends-on): Add openpty, login_tty.
538         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
539         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
540         * doc/glibc-functions/forkpty.texi: More supported platforms.
541         * config/srclist.txt: Add forkpty.c (commented).
542
543 2010-03-21  Bruno Haible  <bruno@clisp.org>
544
545         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
546         (Makefile.am): Verify that PTY_LIB is defined.
547
548         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
549
550 2010-03-21  Bruno Haible  <bruno@clisp.org>
551
552         Tests for module 'login_tty'.
553         * modules/login_tty-tests: New file.
554         * tests/test-login_tty.c: New file.
555
556         New module 'login_tty'.
557         * lib/login_tty.c: New file.
558         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
559         * modules/login_tty: New file.
560         * doc/glibc-functions/login_tty.texi: Mention the new module.
561
562 2010-03-21  Bruno Haible  <bruno@clisp.org>
563
564         login_tty: Documentation.
565         * doc/glibc-functions/login_tty.texi: New file.
566         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
567
568 2010-03-21  Bruno Haible  <bruno@clisp.org>
569
570         pty: Consistent macro naming.
571         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
572         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
573         * modules/pty (configure.ac): Update.
574
575 2010-03-21  Bruno Haible  <bruno@clisp.org>
576
577         Tests for openpty: Make stricter.
578         * tests/test-openpty.c (main): Add test of canonical processing and
579         erase.
580         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
581
582         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
583         * lib/openpty.c (openpty): New replacement function.
584         * lib/pty.in.h: Include <termios.h>.
585         (openpty): Update declaration. Add comments.
586         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
587         is not declared, arrange to provide the replacement. Check for _getpty
588         and posix_openpt.
589         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
590         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
591         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
592         * modules/pty-tests (test_pty_c___LDADD): New variable.
593         * doc/glibc-functions/openpty.texi: More supported platforms.
594
595 2010-03-21  Bruno Haible  <bruno@clisp.org>
596
597         setenv: Tweaks.
598         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
599         the test program.
600         * doc/posix-functions/setenv.texi: Update platforms list.
601
602 2010-03-21  Bruno Haible  <bruno@clisp.org>
603
604         New module 'unlockpt'.
605         * lib/unlockpt.c: New file, from glibc with modifications.
606         * m4/unlockpt.m4: New file.
607         * modules/unlockpt: New file.
608         * lib/stdlib.in.h (unlockpt): New declaration.
609         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
610         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
611         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
612         HAVE_UNLOCKPT.
613         * doc/posix-functions/unlockpt.texi: Mention the new module.
614         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
615         * config/srclist.txt: Add unlockpt.c (commented).
616
617 2010-03-21  Jim Meyering  <meyering@redhat.com>
618
619         maint.mk: prohibit inclusion of "intprops.h" without use
620         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
621
622 2010-03-21  Bruno Haible  <bruno@clisp.org>
623
624         New module 'grantpt'.
625         * lib/grantpt.c: New file, from glibc with modifications.
626         * m4/grantpt.m4: New file.
627         * modules/grantpt: New file.
628         * lib/stdlib.in.h (grantpt): New declaration.
629         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
630         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
631         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
632         HAVE_GRANTPT.
633         * doc/posix-functions/grantpt.texi: Mention the new module.
634         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
635         * config/srclist.txt: Add grantpt.c (commented).
636
637 2010-03-21  Bruno Haible  <bruno@clisp.org>
638
639         New module 'pt_chown'.
640         * lib/pt_chown.c: New file, from glibc with modifications.
641         * lib/pty-private.h: New file, from glibc with modifications.
642         * modules/pt_chown: New file.
643         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
644
645 2010-03-21  Bruno Haible  <bruno@clisp.org>
646
647         Tests for module 'ptsname'.
648         * modules/ptsname-tests: New file.
649         * tests/test-ptsname.c: New file.
650
651         New module 'ptsname'.
652         * lib/ptsname.c: New file, from glibc with modifications.
653         * m4/ptsname.m4: New file.
654         * modules/ptsname: New file.
655         * lib/stdlib.in.h (ptsname): New declaration.
656         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
657         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
658         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
659         HAVE_PTSNAME.
660         * doc/posix-functions/ptsname.texi: Mention the new module.
661         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
662         * config/srclist.txt: Add ptsname.c (commented).
663
664 2010-03-21  Bruno Haible  <bruno@clisp.org>
665
666         Tests for module 'ttyname_r'.
667         * modules/ttyname_r-tests: New file.
668         * tests/test-ttyname_r.c: New file.
669
670         New module 'ttyname_r'.
671         * lib/ttyname_r.c: New file.
672         * m4/ttyname_r.m4: New file.
673         * modules/ttyname_r: New file.
674         * lib/unistd.in.h (ttyname_r): New declaration.
675         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
676         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
677         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
678         HAVE_TTYNAME_R.
679         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
680         * doc/posix-functions/ttyname_r.texi: Mention the new module.
681
682 2010-03-20  Bruno Haible  <bruno@clisp.org>
683
684         signal: Undefine macro definitions in C++ mode.
685         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
686         sigfillset): Undefine macro definitions from the system header in C++
687         mode.
688         Reported by John W. Eaton <jwe@gnu.org>.
689
690 2010-03-20  Bruno Haible  <bruno@clisp.org>
691
692         Ensure no #include statements inside extern "C" { ... }.
693         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
694         contain #include statements.
695         * lib/time.in.h: Likewise.
696
697 2010-03-20  Bruno Haible  <bruno@clisp.org>
698
699         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
700         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
701         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
702         Reported by John W. Eaton <jwe@gnu.org>.
703
704 2010-03-20  Bruno Haible  <bruno@clisp.org>
705
706         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
707         Reported by Jim Meyering.
708
709 2010-03-20  Bruno Haible  <bruno@clisp.org>
710
711         pipe: Set errno upon failure.
712         * lib/pipe.h: Specify that when -1 is returned, errno is set.
713         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
714         errno value in error message.
715
716 2010-03-20  Bruno Haible  <bruno@clisp.org>
717             Jim Meyering  <meyering@redhat.com>
718
719         lchown: Avoid "unused variable" warning.
720         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
721
722 2010-03-20  Bruno Haible  <bruno@clisp.org>
723
724         Work around unlink() bug on MacOS X 10.5.6.
725         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
726         attempting to unlink a parent directory.
727         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
728         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
729         activate for the replacement function.
730         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
731
732 2010-03-20  Bruno Haible  <bruno@clisp.org>
733
734         Fix link errors on Solaris 8.
735         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
736         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
737
738 2010-03-19  Jim Meyering  <meyering@redhat.com>
739
740         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
741         The _LIBC implementation of build_range_exp correctly honors the
742         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
743         However, the non-_LIBC implementation would ignore that syntax-bit
744         flag and return REG_ERANGE unconditionally.
745         This change makes it honor that flag.
746         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
747         Make two pointer parameters "const".
748         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
749         (parse_bracket_exp): Update caller.
750
751         regex.m4: correct the reversed range endpoint ([b-a]) test
752         * m4/regex.m4: When requiring that [b-a] evoke failure,
753         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
754         test pass once again for x86-based systems.
755
756 2010-03-19  Bruno Haible  <bruno@clisp.org>
757
758         scandir: Fix link error on Solaris 8.
759         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
760         macros.
761
762 2010-03-19  Bruno Haible  <bruno@clisp.org>
763
764         getusershell: Fix documentation.
765         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
766         module.
767         * doc/glibc-functions/setusershell.texi: Likewise.
768
769         getusershell: Provide declaration, missing on Solaris 9.
770         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
771         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
772         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
773         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
774         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
775         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
776         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
777         HAVE_GETUSERSHELL.
778         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
779
780 2010-03-19  Bruno Haible  <bruno@clisp.org>
781
782         wctype: Provide iswblank function.
783         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
784         exists and is fine.
785         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
786         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
787         * tests/test-wctype.c (main): Re-enable the iswblank tests.
788         * doc/posix-functions/iswblank.texi: Update.
789
790 2010-03-19  Bruno Haible  <bruno@clisp.org>
791
792         Tests of module 'pty' in C++ mode.
793         * modules/pty-tests: New file.
794         * tests/test-pty-c++.cc: New file.
795         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
796
797 2010-03-19  Eric Blake  <eblake@redhat.com>
798
799         logb: fix documentation
800         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
801         1.5 declaration bug.
802
803         forkpty, openpty: prefer glibc's const-safe prototype
804         * lib/forkpty.c (rpl_forkpty): New file.
805         * lib/openpty.c (rpl_openpty): Likewise.
806         * modules/forkpty (Files): Distribute it.
807         * modules/openpty (Files): Likewise.
808         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
809         check...
810         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
811         replacement for for non-const BSD signature.
812         * modules/pty (Makefile.am): Substitute witnesses.
813         * lib/pty.in.h (forkpty, openpty): Declare replacements.
814         * tests/test-forkpty.c: Update signature check.
815         * tests/test-openpty.c: Likewise.
816         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
817         * doc/glibc-functions/openpty.texi (openpty): Likewise.
818
819         forkpty, openpty: split functions into new modules
820         * modules/pty (Makefile.am): Substitute new witnesses.
821         (Libraries): Move library detection...
822         * modules/forkpty: ...into new module.
823         * modules/openpty: Another new module.
824         * modules/pty-tests: Rename and split...
825         * modules/forkpty-tests: ...to this...
826         * modules/openpty-tests: ...and this.
827         * tests/test-pty.c: Rename and split...
828         * tests/test-forkpty.c: ...to this...
829         * tests/test-openpty.c: ...and this.
830         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
831         (gl_PTY): Split library searching...
832         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
833         (gl_FORKPTY, gl_OPENPTY): New macros.
834         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
835         * NEWS: Mention the split.
836         * MODULES.html.sh (Misc): Document the modules.
837         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
838         * doc/glibc-functions/openpty.texi (openpty): Likewise.
839
840         pty: improve replacement header
841         * lib/pty.in.h: New file.
842         * modules/pty (Files): Ship it.
843         (Makefile.am): Always build replacement.
844         * m4/pty.m4: Rename...
845         * m4/pty_h.m4: ...to this.
846         (gl_PTY): Modernize setting of witness macros; update check of
847         forkpty to take proper advantage of cache.
848         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
849
850         getopt: avoid compiler warning
851         * lib/getopt.c (attribute_hidden): Remove unused macro.
852
853 2010-03-18  Bruno Haible  <bruno@clisp.org>
854
855         Fix link errors on Solaris 8.
856         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
857         * modules/search-tests (test_search_c___LDADD): Likewise.
858         * modules/signal-tests (test_signal_c___LDADD): Likewise.
859         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
860         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
861         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
862         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
863         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
864         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
865
866 2010-03-18  Bruno Haible  <bruno@clisp.org>
867
868         Fix bug introduced on 2010-03-14.
869         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
870         (gl_SPAWN_H): Require it.
871         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
872         Reported by Simon Josefsson.
873
874 2010-03-18  Bruno Haible  <bruno@clisp.org>
875
876         Fix typo introduced on 2009-12-31.
877         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
878         posix_spawn_file_actions_adddup2.
879
880 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
881         and Eric Blake  <eblake@redhat.com>
882
883         test-vc-list-files-git: make more robust
884         * tests/test-vc-list-files-git.sh: Unset problematic environment
885         variables.  Chain commands together.
886
887 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
888
889         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
890         `AC_CHECK_DECL' invocation.
891
892 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
893
894         * lib/inttostr.c (inttostr): Make sure the invocation of verify
895         appears before executable statements. Suggested by Petr Sumbera
896         <Petr.Sumbera@Sun.COM>.
897
898 2010-03-14  Bruno Haible  <bruno@clisp.org>
899
900         * tests/test-flock.c (test_exclusive): Comment out a test that causes
901         portability problems. Instead use a simpler test.
902         (main): Check that invalid arguments are rejected only on Linux.
903
904 2010-03-14  Bruno Haible  <bruno@clisp.org>
905
906         Fix bug introduced on 2009-12-31.
907         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
908         gl_PREREQ_SYS_H_WINSOCK2 always.
909         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
910         SYS_SOCKET_H variable.
911         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
912         Update comments.
913         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
914         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
915         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
916         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
917         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
918
919 2010-03-14  Bruno Haible  <bruno@clisp.org>
920
921         Fix values returned by sinl, cosl.
922         * lib/trigl.h: Add specification comments.
923         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
924         that combines the values from the precomputed table with the values of
925         the Chebyshev polynomials.
926
927 2010-03-14  Bruno Haible  <bruno@clisp.org>
928
929         Fix compilation error when modules 'posix_spawn[p]' are not used.
930         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
931         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
932
933 2010-03-14  Bruno Haible  <bruno@clisp.org>
934
935         Fix compilation error on mingw when module 'time_r' is not used.
936         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
937         is 1.
938         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
939         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
940         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
941         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
942
943 2010-03-14  Bruno Haible  <bruno@clisp.org>
944
945         Fix compilation error with Sun C.
946         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
947         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
948         instead of GCC specific ULONG_LONG_MAX.
949         * lib/xstrtoll.c: Likewise.
950         * lib/xstrtoull.c: Likewise.
951
952 2010-03-13  Bruno Haible  <bruno@clisp.org>
953
954         Allow the user to disable C++ code and tests.
955         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
956         (gl_PROG_ANSI_CXX): Require it.
957
958 2010-03-13  Bruno Haible  <bruno@clisp.org>
959
960         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
961         cases.
962
963 2010-03-13  Bruno Haible  <bruno@clisp.org>
964
965         Test that gnulib does not break the standard C++ headers.
966         * tests/test-locale-c++2.cc: New file.
967         * modules/locale-tests (Files): Add it.
968         (Makefile.am): Compile it for test-locale-c++.
969         * tests/test-math-c++2.cc: New file.
970         * modules/math-tests (Files): Add it.
971         (Makefile.am): Compile it for test-math-c++.
972         * tests/test-signal-c++2.cc: New file.
973         * modules/signal-tests (Files): Add it.
974         (Makefile.am): Compile it for test-signal-c++.
975         * tests/test-stdio-c++2.cc: New file.
976         * modules/stdio-tests (Files): Add it.
977         (Makefile.am): Compile it for test-stdio-c++.
978         * tests/test-stdlib-c++2.cc: New file.
979         * modules/stdlib-tests (Files): Add it.
980         (Makefile.am): Compile it for test-stdlib-c++.
981         * tests/test-string-c++2.cc: New file.
982         * modules/string-tests (Files): Add it.
983         (Makefile.am): Compile it for test-string-c++.
984         * tests/test-time-c++2.cc: New file.
985         * modules/time-tests (Files): Add it.
986         (Makefile.am): Compile it for test-time-c++.
987         Reported by John W. Eaton <jwe@gnu.org>.
988
989 2010-03-13  Bruno Haible  <bruno@clisp.org>
990
991         * gnulib-tool (func_usage): Clarify which options are available for
992         --create-testdir and --create-megatestdir.
993
994 2010-03-13  Bruno Haible  <bruno@clisp.org>
995
996         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
997         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
998         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
999         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1000         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1001         when appropriate.
1002         Reported by Jim Meyering.
1003
1004 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1005
1006         * gnulib-tool (func_import): Explain origin of code.
1007
1008 2010-03-12  Bruno Haible  <bruno@clisp.org>
1009
1010         Fix problem with automake's definition of CXXLINK.
1011         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1012         Reported by Simon Josefsson and Ludovic Courtès.
1013
1014 2010-03-12  Bruno Haible  <bruno@clisp.org>
1015
1016         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1017         stable releases.
1018
1019 2010-03-11  Bruno Haible  <bruno@clisp.org>
1020
1021         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1022         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1023         whether the system provides one variant or multiple variants of the
1024         function.
1025         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1026         C++ compilers.
1027         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1028         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1029         Reported by Jim Meyering.
1030
1031 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1032
1033         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1034
1035 2010-03-08  Bruno Haible  <bruno@clisp.org>
1036
1037         gnulib-tool: Add support for --libtool in --create-testdir.
1038         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1039         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1040
1041 2010-03-08  Eric Blake  <eblake@redhat.com>
1042
1043         gnulib-tool.texi: mention possibility of git submodule
1044         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1045         submodules.
1046         * doc/.gitignore: Ignore another generated file.
1047
1048 2010-03-08  Karl Berry  <karl@gnu.org>
1049
1050         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1051         of committing gnulib files while skipping others.
1052
1053 2010-03-07  Bruno Haible  <bruno@clisp.org>
1054
1055         Tests of module 'wctype' in C++ mode.
1056         * tests/test-wctype-c++.cc: New file.
1057         * modules/wctype-tests (Files): Add it and tests/signature.h.
1058         (Depends-on): Add ansi-c++-opt.
1059         (Makefile.am): Arrange to compile and run test-wctype-c++.
1060
1061         Tests of module 'wchar' in C++ mode.
1062         * tests/test-wchar-c++.cc: New file.
1063         * modules/wchar-tests (Files): Add it and tests/signature.h.
1064         (Depends-on): Add ansi-c++-opt.
1065         (Makefile.am): Arrange to compile and run test-wchar-c++.
1066         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1067         gl_MODULE_INDICATOR.
1068
1069         Tests of module 'unistd' in C++ mode.
1070         * tests/test-unistd-c++.cc: New file.
1071         * modules/unistd-tests (Files): Add it and tests/signature.h.
1072         (Depends-on): Add ansi-c++-opt.
1073         (Makefile.am): Arrange to compile and run test-unistd-c++.
1074         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1075         gl_MODULE_INDICATOR.
1076
1077         Tests of module 'time' in C++ mode.
1078         * tests/test-time-c++.cc: New file.
1079         * modules/time-tests (Files): Add it and tests/signature.h.
1080         (Depends-on): Add ansi-c++-opt.
1081         (Makefile.am): Arrange to compile and run test-time-c++.
1082         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1083
1084         Tests of module 'sys_time' in C++ mode.
1085         * tests/test-sys_time-c++.cc: New file.
1086         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1087         (Depends-on): Add ansi-c++-opt.
1088         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1089         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1090         gl_MODULE_INDICATOR.
1091
1092         Tests of module 'sys_stat' in C++ mode.
1093         * tests/test-sys_stat-c++.cc: New file.
1094         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1095         (Depends-on): Add ansi-c++-opt.
1096         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1097         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1098         gl_MODULE_INDICATOR.
1099
1100         Tests of module 'sys_socket' in C++ mode.
1101         * tests/test-sys_socket-c++.cc: New file.
1102         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1103         (Depends-on): Add ansi-c++-opt.
1104         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1105         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1106         gl_MODULE_INDICATOR.
1107
1108         Tests of module 'sys_select' in C++ mode.
1109         * tests/test-sys_select-c++.cc: New file.
1110         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1111         (Depends-on): Add ansi-c++-opt.
1112         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1113         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1114         gl_MODULE_INDICATOR.
1115
1116         Tests of module 'sys_ioctl' in C++ mode.
1117         * tests/test-sys_ioctl-c++.cc: New file.
1118         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1119         (Depends-on): Add ansi-c++-opt.
1120         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1121         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1122         gl_MODULE_INDICATOR.
1123
1124         Tests of module 'string' in C++ mode.
1125         * tests/test-string-c++.cc: New file.
1126         * modules/string-tests (Files): Add it and tests/signature.h.
1127         (Depends-on): Add ansi-c++-opt.
1128         (Makefile.am): Arrange to compile and run test-string-c++.
1129         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1130         gl_MODULE_INDICATOR.
1131
1132         Tests of module 'stdlib' in C++ mode.
1133         * tests/test-stdlib-c++.cc: New file.
1134         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1135         (Depends-on): Add ansi-c++-opt.
1136         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1137         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1138         gl_MODULE_INDICATOR.
1139
1140         Tests of module 'stdio' in C++ mode.
1141         * tests/test-stdio-c++.cc: New file.
1142         * modules/stdio-tests (Files): Add it and tests/signature.h.
1143         (Depends-on): Add ansi-c++-opt.
1144         (Makefile.am): Arrange to compile and run test-stdio-c++.
1145         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1146         gl_MODULE_INDICATOR.
1147
1148         Tests of module 'spawn' in C++ mode.
1149         * tests/test-spawn-c++.cc: New file.
1150         * modules/spawn-tests (Files): Add it and tests/signature.h.
1151         (Depends-on): Add ansi-c++-opt.
1152         (Makefile.am): Arrange to compile and run test-spawn-c++.
1153         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1154         gl_MODULE_INDICATOR.
1155
1156         Tests of module 'signal' in C++ mode.
1157         * tests/test-signal-c++.cc: New file.
1158         * modules/signal-tests (Files): Add it and tests/signature.h.
1159         (Depends-on): Add ansi-c++-opt.
1160         (Makefile.am): Arrange to compile and run test-signal-c++.
1161         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1162         gl_MODULE_INDICATOR.
1163
1164         Tests of module 'search' in C++ mode.
1165         * tests/test-search-c++.cc: New file.
1166         * modules/search-tests (Files): Add it and tests/signature.h.
1167         (Depends-on): Add ansi-c++-opt.
1168         (Makefile.am): Arrange to compile and run test-search-c++.
1169         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1170         gl_MODULE_INDICATOR.
1171
1172         Tests of module 'math' in C++ mode.
1173         * tests/test-math-c++.cc: New file.
1174         * modules/math-tests (Files): Add it and tests/signature.h.
1175         (Depends-on): Add ansi-c++-opt.
1176         (Makefile.am): Arrange to compile and run test-math-c++.
1177         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1178
1179         Tests of module 'locale' in C++ mode.
1180         * tests/test-locale-c++.cc: New file.
1181         * modules/locale-tests (Files): Add it and tests/signature.h.
1182         (Depends-on): Add ansi-c++-opt.
1183         (Makefile.am): Arrange to compile and run test-locale-c++.
1184         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1185         gl_MODULE_INDICATOR.
1186
1187         Tests of module 'langinfo' in C++ mode.
1188         * tests/test-langinfo-c++.cc: New file.
1189         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1190         (Depends-on): Add ansi-c++-opt.
1191         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1192         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1193         gl_MODULE_INDICATOR.
1194
1195         Tests of module 'iconv-h' in C++ mode.
1196         * tests/test-iconv-h-c++.cc: New file.
1197         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1198         (Depends-on): Add ansi-c++-opt.
1199         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1200
1201         Tests of module 'glob' in C++ mode.
1202         * tests/test-glob-c++.cc: New file.
1203         * modules/glob-tests (Files): Add it.
1204         (Depends-on): Add ansi-c++-opt.
1205         (Makefile.am): Arrange to compile and run test-glob-c++.
1206
1207         Tests of module 'fcntl-h' in C++ mode.
1208         * tests/test-fcntl-h-c++.cc: New file.
1209         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1210         (Depends-on): Add ansi-c++-opt.
1211         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1212         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1213         gl_MODULE_INDICATOR.
1214
1215         Tests of module 'dirent' in C++ mode.
1216         * tests/test-dirent-c++.cc: New file.
1217         * modules/dirent-tests (Files): Add it and tests/signature.h.
1218         (Depends-on): Add ansi-c++-opt.
1219         (Makefile.am): Arrange to compile and run test-dirent-c++.
1220         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1221         gl_MODULE_INDICATOR.
1222
1223         New module 'ansi-c++-opt'.
1224         * modules/ansi-c++-opt: New file.
1225         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1226
1227         Document C++ namespace mode.
1228         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1229
1230         wctype: Avoid #define replacements in C++ mode.
1231         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1232         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1233         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1234         In C++, define a namespaced alias symbol.
1235         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1236         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1237         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1238         rule.
1239
1240         wchar: Avoid #define replacements in C++ mode.
1241         * lib/wchar.in.h: Include c++defs.h.
1242         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1243         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1244         symbol.
1245         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1246         * modules/wchar (Depends-on): Add c++defs.
1247         (Makefile.am): Update wchar.h rule.
1248
1249         unistd: Avoid #define replacements in C++ mode.
1250         * lib/unistd.in.h: Include c++defs.h.
1251         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1252         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1253         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1254         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1255         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1256         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1257         symbol.
1258         (environ): Update.
1259         * modules/unistd (Depends-on): Add c++defs.
1260         (Makefile.am): Update unistd.h rule.
1261
1262         time: Avoid #define replacements in C++ mode.
1263         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1264         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1265         define a namespaced alias symbol.
1266         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1267         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1268         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1269         * modules/time (Depends-on): Add c++defs, warn-on-use.
1270         (Makefile.am): Update time.h rule.
1271         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1272         * modules/nanosleep (configure.ac): Likewise.
1273         * modules/strptime (configure.ac): Likewise.
1274         * modules/timegm (configure.ac): Likewise.
1275
1276         sys_time: Avoid #define replacements in C++ mode.
1277         * lib/sys_time.in.h: Include c++defs.h.
1278         (gettimeofday): In C++, define a namespaced alias symbol.
1279         * modules/sys_time (Depends-on): Add c++defs.
1280         (Makefile.am): Update sys/time.h rule.
1281
1282         sys_stat: Avoid #define replacements in C++ mode.
1283         * lib/sys_stat.in.h: Include c++defs.h.
1284         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1285         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1286         namespaced alias symbol.
1287         In C++, define a namespaced alias symbol.
1288         * modules/sys_stat (Depends-on): Add c++defs.
1289         (Makefile.am): Update sys/stat.h rule.
1290
1291         sys_socket: Avoid #define replacements in C++ mode.
1292         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1293         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1294         definitions also when the system has a <sys/socket.h>.
1295         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1296         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1297         In C++, define a namespaced alias symbol.
1298         * modules/sys_socket (Depends-on): Add c++defs.
1299         (Makefile.am): Update sys/socket.h rule.
1300
1301         sys_select: Avoid #define replacements in C++ mode.
1302         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1303         definitions also when the system has a <sys/select.h>.
1304         (select): In C++, define a namespaced alias symbol.
1305         * modules/sys_select (Depends-on): Add c++defs.
1306         (Makefile.am): Update sys/select.h rule.
1307
1308         sys_ioctl: Avoid #define replacements in C++ mode.
1309         * lib/sys_ioctl.in.h: Include c++defs.h.
1310         (ioctl): In C++, define a namespaced alias symbol.
1311         * modules/sys_ioctl (Depends-on): Add c++defs.
1312         (Makefile.am): Update sys/ioctl.h rule.
1313
1314         string: Avoid #define replacements in C++ mode.
1315         * lib/string.in.h: Include c++defs.h.
1316         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1317         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1318         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1319         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1320         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1321         * modules/string (Depends-on): Add c++defs.
1322         (Makefile.am): Update string.h rule.
1323
1324         stdlib: Avoid #define replacements in C++ mode.
1325         * lib/stdlib.in.h: Include c++defs.h.
1326         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1327         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1328         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1329         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1330         symbol.
1331         * modules/stdlib (Depends-on): Add c++defs.
1332         (Makefile.am): Update stdlib.h rule.
1333
1334         stdio: Avoid #define replacements in C++ mode.
1335         * lib/stdio.in.h: Include c++defs.h.
1336         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1337         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1338         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1339         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1340         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1341         namespaced alias symbol.
1342         * modules/stdio (Depends-on): Add c++defs.
1343         (Makefile.am): Update stdio.h rule.
1344
1345         spawn: Avoid #define replacements in C++ mode.
1346         * lib/spawn.in.h: Include c++defs.h.
1347         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1348         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1349         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1350         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1351         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1352         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1353         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1354         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1355         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1356         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1357         In C++, define a namespaced alias symbol.
1358         * modules/spawn (Depends-on): Add c++defs.
1359         (Makefile.am): Update spawn.h rule.
1360
1361         signal: Avoid #define replacements in C++ mode.
1362         * lib/signal.in.h: Include c++defs.h.
1363         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1364         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1365         namespaced alias symbol.
1366         * modules/signal (Depends-on): Add c++defs.
1367         (Makefile.am): Update signal.h rule.
1368
1369         search: Avoid #define replacements in C++ mode.
1370         * lib/search.in.h: Include c++defs.h.
1371         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1372         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1373         symbol.
1374         * modules/search (Depends-on): Add c++defs.
1375         (Makefile.am): Update search.h rule.
1376
1377         math: Avoid #define replacements in C++ mode.
1378         * lib/math.in.h: Include c++defs.h.
1379         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1380         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1381         trunc, truncl): In C++, define a namespaced alias symbol.
1382         * modules/math (Depends-on): Add c++defs.
1383         (Makefile.am): Update math.h rule.
1384
1385         locale: Avoid #define replacements in C++ mode.
1386         * lib/locale.in.h: Include c++defs.h.
1387         (duplocale): In C++, define a namespaced alias symbol.
1388         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1389         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1390         * modules/locale (Depends-on): Add c++defs.
1391         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1392
1393         langinfo: Avoid #define replacements in C++ mode.
1394         * lib/langinfo.in.h: Include c++defs.h.
1395         (nl_langinfo): In C++, define a namespaced alias symbol.
1396         * modules/langinfo (Depends-on): Add c++defs.
1397         (Makefile.am): Update langinfo.h rule.
1398
1399         iconv-h: Avoid #define replacements in C++ mode.
1400         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1401         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1402         symbol.
1403         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1404         whenever iconv is present.
1405         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1406         (Makefile.am): Update iconv.h rule.
1407
1408         glob: Avoid #define replacements in C++ mode.
1409         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1410         (_gl_glob_errfunc_fn): New type.
1411         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1412         symbol.
1413         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1414         (Makefile.am): Update glob.h rule.
1415
1416         fcntl-h: Avoid #define replacements in C++ mode.
1417         * lib/fcntl.in.h: Include c++defs.h.
1418         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1419         * modules/fcntl-h (Depends-on): Add c++defs.
1420         (Makefile.am): Update fcntl.h rule.
1421
1422         dirent: Avoid #define replacements in C++ mode.
1423         * lib/dirent.in.h: Include c++defs.h.
1424         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1425         namespaced alias symbol.
1426         (dirfd): Update declaration.
1427         * modules/dirent (Depends-on): Add c++defs.
1428         (Makefile.am): Update dirent.h rule.
1429
1430         ctype: Make it usable in C++ code.
1431         * lib/ctype.in.h: Include c++defs.h.
1432         (isblank): Declare as extern "C".
1433         * modules/ctype (Depends-on): Add c++defs.
1434         (Makefile.am): Update ctype.h rule.
1435
1436         New module 'c++defs'.
1437         * modules/c++defs: New file.
1438         * build-aux/c++defs.h: New file.
1439         Reported by John W. Eaton <jwe@gnu.org>.
1440
1441 2010-03-07  Bruno Haible  <bruno@clisp.org>
1442
1443         logb: Provide missing declaration for Cygwin.
1444         * lib/math.in.h (logb): New declaration.
1445         * m4/logb.m4: New file.
1446         * modules/logb (Files): Add m4/logb.m4.
1447         (Depends-on): Add math.
1448         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1449         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1450         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1451         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1452         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1453
1454 2010-03-07  Bruno Haible  <bruno@clisp.org>
1455
1456         Fix test-cond link error.
1457         * tests/test-cond.c: Include <stdio.h>.
1458
1459 2010-03-07  Bruno Haible  <bruno@clisp.org>
1460
1461         Fix test-dirent-safer link error.
1462         * modules/dirent-safer-tests (Makefile.am): Define
1463         test_dirent_safer_LDADD.
1464
1465 2010-03-07  Bruno Haible  <bruno@clisp.org>
1466
1467         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1468         among default module list.
1469
1470 2010-03-07  Bruno Haible  <bruno@clisp.org>
1471
1472         Fix link error on platforms with GNU libiconv.
1473         * modules/unistr/u8-strcoll-tests (Makefile): Define
1474         test_u8_strcoll_LDADD.
1475         * modules/unistr/u16-strcoll-tests (Makefile): Define
1476         test_u16_strcoll_LDADD.
1477         * modules/unistr/u32-strcoll-tests (Makefile): Define
1478         test_u32_strcoll_LDADD.
1479
1480 2010-03-07  Bruno Haible  <bruno@clisp.org>
1481
1482         Use POSIX declarations for socket functions.
1483         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1484         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1485         rpl_sendto): Change declaration to match POSIX.
1486         * lib/connect.c (rpl_connect): Likewise.
1487         * lib/accept.c (rpl_accept): Likewise.
1488         * lib/bind.c (rpl_bind): Likewise.
1489         * lib/getpeername.c (rpl_getpeername): Likewise.
1490         * lib/getsockname.c (rpl_getsockname): Likewise.
1491         * lib/recv.c (rpl_recv): Likewise.
1492         * lib/send.c (rpl_send): Likewise.
1493         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1494         * lib/sendto.c (rpl_sendto): Likewise.
1495
1496 2010-03-06  Bruno Haible  <bruno@clisp.org>
1497
1498         Clarify access, euidaccess, faccessat.
1499         * doc/posix-functions/faccessat.texi: Mention security problem under
1500         "Other problems", not "Portability problems".
1501         * doc/posix-functions/access.texi: Likewise. Mention a related security
1502         problem.
1503         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1504         * lib/euidaccess.c: Add comments about platforms.
1505         * lib/unistd.in.h (access, euidaccess): Add warnings.
1506
1507 2010-03-07  Bruno Haible  <bruno@clisp.org>
1508
1509         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1510         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1511         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1512         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1513         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1514         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1515         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1516         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1517         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1518         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1519         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1520         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1521         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1522         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1523         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1524         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1525         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1526         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1527         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1528         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1529         Likewise.
1530         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1531         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1532         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1533         Likewise.
1534         * tests/test-spawn.c (main): Make it work when
1535         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1536
1537 2010-03-07  Bruno Haible  <bruno@clisp.org>
1538
1539         Fix incorrect Makefile.am generation in German locale.
1540         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1541         Execute sed command with character range in C locale.
1542
1543 2010-03-06  Bruno Haible  <bruno@clisp.org>
1544
1545         Tests for module 'iconv-h'.
1546         * modules/iconv-h-tests: New file.
1547         * tests/test-iconv-h.c: New file.
1548
1549         New module 'iconv-h'.
1550         * modules/iconv-h: New file.
1551         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
1552         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
1553         (configure.ac): Remove gl_ICONV_H.
1554         (Makefile.am): Remove rule for iconv.h.
1555
1556 2010-03-06  Bruno Haible  <bruno@clisp.org>
1557
1558         More consistent naming of *.m4 files.
1559         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
1560         * modules/wctype (Files): Update.
1561
1562         More consistent naming of *.m4 files.
1563         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
1564         * modules/wchar (Files): Update.
1565
1566 2010-03-06  Jim Meyering  <meyering@redhat.com>
1567
1568         euidaccess: relax license to LGPLv2+
1569         * modules/euidaccess (License): Relax to LGPLv2+.
1570
1571 2010-03-06  Bruno Haible  <bruno@clisp.org>
1572
1573         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
1574         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
1575         (Makefile.am): Augment lib_SOURCES instead.
1576
1577 2010-03-04  Jim Meyering  <meyering@redhat.com>
1578
1579         utime: remove obsolete module
1580         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
1581         unnecessary for years, and has been marked as obsolete for 10 months.
1582         * modules/utime: Remove file.
1583         * lib/utime.c: Remove file.
1584         * m4/utime.m4: Remove file.
1585         * m4/utimes-null.m4: Remove file.
1586         * doc/posix-functions/utime.texi (utime): Remove reference to
1587         the module.  Move the sole "fixed by gnulib" item into the
1588         "problems not fixed by Gnulib" list.
1589         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
1590
1591 2010-03-05  Simon Josefsson  <simon@josefsson.org>
1592
1593         * modules/exit (License): Relax license to LGPLv2+.
1594         (Status): Mark as obsolete.
1595         * NEWS: Mention deprecated 'exit' module.
1596         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
1597         of now obsolete 'exit'.
1598
1599 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1600
1601         fts-lgpl: remove unused module
1602         * modules/fts-lgpl: Remove.
1603         * MODULES.html.sh (func_all_modules): Adjust.
1604         * check-module (find_included_lib_files): Adjust.
1605         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
1606
1607 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
1608
1609         copy-acl: enhance Solaris ACL error handling
1610         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
1611         * lib/set-mode-acl.c (qset_acl): Likewise.
1612
1613 2010-03-02  Bruno Haible  <bruno@clisp.org>
1614
1615         spawn: Don't override the system defined values on FreeBSD 8.
1616         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
1617         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
1618         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
1619         if HAVE_POSIX_SPAWN is 1.
1620         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
1621
1622 2010-03-01  Bruno Haible  <bruno@clisp.org>
1623
1624         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
1625         regarding Automake.
1626
1627 2010-02-25  Bruno Haible  <bruno@clisp.org>
1628
1629         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
1630         * gnulib-tool: Define 'echo' as a function only before the ksh alias
1631         setting, not afterwards.
1632         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
1633
1634 2010-02-24  Eric Blake  <eblake@redhat.com>
1635
1636         bootstrap, git-version-gen: use timestamp
1637         * build-aux/git-version-gen (scriptversion): Force UTC.
1638         * build-aux/bootstrap (scriptversion): New variable.
1639
1640         bootstrap: allow older git
1641         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
1642         older than 1.6.4.  Requested by the libvirt project.
1643
1644 2010-02-23  Eric Blake  <eblake@redhat.com>
1645
1646         warn-on-use: work with old autoconf
1647         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
1648         AS_VAR semantics of autoconf 2.60.
1649         Reported by Bruno Haible.
1650
1651         bootstrap: improve some comments
1652         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
1653         clarification comments.
1654
1655         gettimeofday: provide correct function
1656         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
1657         when replacement is declared, otherwise provide gettimeofday.
1658         Reported by Michael Goffioul.
1659
1660 2010-02-23  Jim Meyering  <meyering@redhat.com>
1661
1662         lib-ignore: relax license to "unlimited", not LGPLv2+
1663         * modules/lib-ignore (License): Relax to "unlimited".
1664
1665 2010-02-23  Jim Meyering  <meyering@redhat.com>
1666
1667         lib-ignore: relax license to LGPLv2+
1668         * modules/lib-ignore (License): Relax to LGPLv2+.
1669
1670 2010-02-22  Eric Blake  <eblake@redhat.com>
1671
1672         lseek: avoid bash 3.2 broken pipe bug
1673         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
1674         warning from bash 3.2.
1675         Reported by Ben Pfaff, with analysis from Bruno Haible.
1676
1677         bootstrap: support non-FSF copyright holder
1678         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
1679         bootstrap.conf override of COPYRIGHT_HOLDER.
1680         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
1681
1682         bootstrap: interoperate with gettext 0.14.1
1683         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
1684
1685         bootstrap: allow for alternate submodule location
1686         * build-aux/bootstrap (gnulib_path): New variable; use instead of
1687         hardcoding submodule location.
1688         (gnulib_mk): Allow direct use of Makefile.am.
1689
1690         bootstrap: use GNULIB_SRCDIR to reduce disk usage
1691         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
1692         rather than reconfiguring where the submodule points.
1693
1694         gettimeofday: restore support for platforms that lack function
1695         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
1696         replacement if function is missing.
1697         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
1698         * modules/sys_time (Makefile.am): Substitute it.
1699         * lib/sys_time.in.h (gettimeofday): Check it.
1700         Reported by Michael Goffioul.
1701
1702 2010-02-21  Bruno Haible  <bruno@clisp.org>
1703
1704         * lib/stdio.in.h (obstack_printf): Fix typo.
1705
1706 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
1707
1708         vc-list-files: use bzr ls's -R option
1709         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
1710         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
1711
1712 2010-02-21  Jim Meyering  <meyering@redhat.com>
1713
1714         init.sh: fix EXEEXT shims to work also for names like test-prog
1715         * tests/init.sh: Re-exec a better shell, when needed.
1716         If the current shell lacks support for posix $(...), an init.sh-using
1717         test will now try to find a shell that supports that.  If EXEEXT is
1718         nonempty, we also require support for hyphen-in-alias-name and shell
1719         substitutions like ${var#glob}.  Failure to find such a shell results
1720         in a skipped test.
1721
1722 2010-02-21  Bruno Haible  <bruno@clisp.org>
1723
1724         Really work around around "broken pipe" error message from bash 3.2.
1725         * gnulib-tool (func_reset_sigpipe): Remove function.
1726         (echo): In bash 3.2, define to a function that uses printf.
1727         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
1728
1729 2010-02-20  Bruno Haible  <bruno@clisp.org>
1730
1731         Restore support for automake 1.9.6 with autoconf 2.61.
1732         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
1733         Reported by James Youngman <jay@gnu.org>.
1734
1735 2010-02-20  Bruno Haible  <bruno@clisp.org>
1736
1737         Improve *printf warning condition.
1738         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
1739         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
1740         and the function is overridden due to SIGPIPE emulation.
1741
1742 2010-02-20  Bruno Haible  <bruno@clisp.org>
1743
1744         * lib/stdio.in.h: Tweak comments.
1745
1746 2010-02-19  Bruno Haible  <bruno@clisp.org>
1747
1748         Make it easier to find modules. New gnulib-tool option '--find'.
1749         * gnulib-tool: New option --find.
1750         (func_usage): Document it.
1751         (func_sanitize_modulelist): New function, extracted from
1752         func_all_modules.
1753         (func_all_modules): Invoke it.
1754         * doc/gnulib-tool.texi (Which modules?): New node.
1755
1756 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
1757
1758         * lib/sys_select.in.h: Provide select replacement even if
1759         sys/select.h exists on a system, for Interix.
1760
1761 2010-02-18  Jim Meyering  <meyering@redhat.com>
1762
1763         init.sh: don't use $(...) just yet
1764         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
1765         to accommodate e.g., Solaris' /bin/sh.
1766
1767 2010-02-17  Bruno Haible  <bruno@clisp.org>
1768
1769         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
1770         Reported by Ludovic Courtès <ludo@gnu.org>.
1771
1772 2010-02-16  Simon Josefsson  <simon@josefsson.org>
1773
1774         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
1775         linking with -lintl.
1776
1777 2010-02-17  Simon Josefsson  <simon@josefsson.org>
1778
1779         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
1780         if not provided by the system's netdb.h.  Reported by
1781         ludo@gnu.org (Ludovic Courtès).
1782
1783 2010-02-15  Jim Meyering  <meyering@redhat.com>
1784
1785         init.sh: improve portability and efficiency
1786         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
1787         "dummy" in a for loop.
1788         Use '!', not '^' to select the complement of a character set used
1789         in a "case" statement.
1790         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
1791         Suggestions from Eric Blake.
1792
1793         init.sh: automatically accommodate programs with the .exe suffix
1794         Automatically arrange for an invocation of "prog" to execute the
1795         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
1796         may use the simpler "prog", yet still work when built on a system
1797         that requires specifying the added suffix.
1798         Do this by constructing a function named "prog" that invokes
1799         "prog.exe" for each .exe file in selected directories.
1800         * tests/init.sh (find_exe_basenames_): New function.
1801         (create_exe_shim_functions_): New function.
1802         (path_prepend_): Use it.
1803
1804         maint.mk: mark syntax-check sc_*.m rules as .PHONY
1805         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
1806         "make -t syntax-check" doesn't create a ton of sc_*.m files.
1807
1808 2010-02-14  Jim Meyering  <meyering@redhat.com>
1809
1810         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
1811         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
1812         (sc_prohibit_hash_pjw_without_use): New rule.
1813
1814         maint.mk: allow the default upload destination dir to be overridden
1815         * top/maint.mk (upload_dest_dir_): Define with a default that
1816         preserves the status quo.
1817         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
1818         Reported by Peter Simons.
1819
1820         maint.mk: prohibit inclusion of "hash.h" without_use
1821         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
1822
1823 2010-02-10  Jim Meyering  <meyering@redhat.com>
1824
1825         maint.mk: prohibit inclusion of "ignore-value.h" without_use
1826         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
1827
1828 2010-02-09  Eric Blake  <ebb9@byu.net>
1829         and Bruno Haible  <bruno@clisp.org>
1830
1831         obstack-printf-posix: ensure declaration
1832         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
1833         extracted from gl_FUNC_OBSTACK_PRINTF.
1834         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
1835         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1836         Likewise.
1837         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
1838         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
1839         0.
1840
1841 2010-02-08  Bruno Haible  <bruno@clisp.org>
1842
1843         gnulib-tool: Fix typo in 2010-02-07 commit.
1844         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
1845         Reported by Eric Blake.
1846
1847 2010-02-07  Bruno Haible  <bruno@clisp.org>
1848
1849         gnulib-tool: Fix up caching patches.
1850         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
1851         option --no-cache. Use associative arrays when supported by the shell.
1852         (sed_comments): New variable.
1853         (modcache): Renamed from do_cache.
1854         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
1855         abbreviate unnecessarily.
1856         (have_associative): New variable.
1857         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
1858         way also for ksh and zsh.
1859         (func_init_sed_convert_to_cache_statements): New function, extracted
1860         from func_cache_lookup_module. Add support for associative arrays.
1861         Don't set the c_MODULE_cached variable here. Ignore all lines before
1862         the first field header. Remove only the final newline, not all trailing
1863         newlines. Support empty fields correctly. Limit the use of 'eval' to
1864         assignments.
1865         (func_get_description, func_get_status, func_get_notice,
1866         func_get_applicability, func_get_filelist, func_get_dependencies,
1867         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
1868         func_get_automake_snippet, func_get_include_directive,
1869         func_get_link_directive, func_get_license, func_get_maintainer):
1870         Update documentation. List the unoptimized code first. Add support for
1871         associative arrays. Limit the use of 'eval' to assignments.
1872         (func_get_applicability): Undo stylistic pessimisations.
1873         (func_get_automake_snippet, func_get_include_directive): Reduce code
1874         duplication.
1875         (func_modules_transitive_closure, func_modules_add_dummy,
1876         func_modules_notice, func_modules_to_filelist, func_add_file,
1877         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
1878         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
1879         func_create_testdir, func_create_megatestdir): Update documentation.
1880
1881 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1882
1883         * gnulib-tool (func_cache_lookup_module): Store the module name
1884         belonging to the cache variable; error out if two different
1885         module names map to the same cache variable name.
1886
1887 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1888
1889         gnulib-tool: Make caching optional.
1890         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
1891         Update matching short versions of --no-changelog.
1892         (func_usage): Update.
1893         (sed_extract_cache_prog): Renamed from ...
1894         (sed_extract_prog): ... this; revert to old extraction script.
1895         (func_get_description, func_get_status)
1896         (func_get_notice, func_get_applicability, func_get_filelist)
1897         (func_get_dependencies, func_get_autoconf_early_snippet)
1898         (func_get_autoconf_snippet, func_get_automake_snippet)
1899         (func_get_include_directive, func_get_link_directive)
1900         (func_get_license, func_get_maintainer): If $do_cache is false,
1901         use old, non-caching extraction scripts.
1902         Suggestion by Bruno Haible.
1903
1904 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1905
1906         gnulib-tool: cache module metainformation.
1907         * gnulib-tool (sed_extract_prog): Match newline before each
1908         header, and rewrite header to a shell variable suffix.
1909         (func_cache_var, func_cache_lookup_module): New functions,
1910         to turn a module name into a cache variable prefix, and to
1911         look up and cache module metainformation.
1912         (func_get_description, func_get_status)
1913         (func_get_notice, func_get_applicability, func_get_filelist)
1914         (func_get_dependencies, func_get_autoconf_early_snippet)
1915         (func_get_autoconf_snippet, func_get_automake_snippet)
1916         (func_get_include_directive, func_get_link_directive)
1917         (func_get_license, func_get_maintainer): Use
1918         func_cache_lookup_module.
1919
1920 2010-02-07  Bruno Haible  <bruno@clisp.org>
1921
1922         fnctl: Fix missing dependency.
1923         * modules/fcntl (Depends-on): Add getdtablesize.
1924         Reported by John W. Eaton <jwe@gnu.org>.
1925
1926 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1927
1928         Argp: fix recognition of short alias options.
1929
1930         * lib/argp-parse.c (convert_options): Fix improper use of
1931         `|' between character values.
1932         * tests/test-argp.c (group1_option): New alias option
1933         --read (-r).
1934         (group1_parser): Special handling for 'r'.
1935         (test15): New test case.
1936         (test_fun): Add test15.
1937         * tests/test-argp-2.sh: Update expected --help and --usage
1938         outputs.
1939
1940 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1941
1942         * tests/test-argp.c: Fix indentation.
1943
1944 2010-02-04  Eric Blake  <ebb9@byu.net>
1945
1946         gettimeofday: expose type of second argument
1947         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
1948         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
1949         * tests/test-gettimeofday.c: Use it to silence warning.
1950         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
1951         the issue.
1952
1953 2010-02-03  Jim Meyering  <meyering@redhat.com>
1954
1955         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
1956         * lib/regcomp.c (TYPE_SIGNED): Define.
1957         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
1958
1959         regcomp.c: avoid a new -Wshadow warning
1960         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
1961
1962 2010-02-01  Jim Meyering  <meyering@redhat.com>
1963
1964         removing useless parentheses in cpp #define directives
1965         For motivation, see commit c0221df4, "define STREQ(a,b)
1966         consistently, removing useless parentheses"
1967         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
1968         * lib/mountlist.c (MNT_IGNORE): Likewise.
1969         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
1970
1971 2010-02-01  Eric Blake  <ebb9@byu.net>
1972
1973         sys_time: use link-warning
1974         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
1975         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
1976         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
1977         * modules/sys_time (Depends-on): Add warn-on-use.
1978         (Makefile.am): Always build replacement.
1979         (configure.ac): Update substitutions.
1980         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
1981         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
1982         bother with SYS_TIME_H.
1983         * modules/gettimeofday (configure.ac): Declare indicator.
1984         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
1985         in use.
1986
1987         closein-tests: silence compiler warning
1988         * tests/test-closein.c (main): Ignore fread result.
1989         * modules/closein-tests (Depends-on): Add ignore-value.
1990
1991         tests: silence warning about system return
1992         * tests/test-areadlink-with-size.c (main): Ignore system result.
1993         * tests/test-areadlink.c (main): Likewise.
1994         * tests/test-areadlinkat-with-size.c (main): Likewise.
1995         * tests/test-areadlinkat.c (main): Likewise.
1996         * tests/test-canonicalize-lgpl.c (main): Likewise.
1997         * tests/test-canonicalize.c (main): Likewise.
1998         * tests/test-chown.c (main): Likewise.
1999         * tests/test-fchownat.c (main): Likewise.
2000         * tests/test-fdutimensat.c (main): Likewise.
2001         * tests/test-fstatat.c (main): Likewise.
2002         * tests/test-futimens.c (main): Likewise.
2003         * tests/test-lchown.c (main): Likewise.
2004         * tests/test-link.c (main): Likewise.
2005         * tests/test-linkat.c (main): Likewise.
2006         * tests/test-lstat.c (main): Likewise.
2007         * tests/test-mkdir.c (main): Likewise.
2008         * tests/test-mkdirat.c (main): Likewise.
2009         * tests/test-mkfifo.c (main): Likewise.
2010         * tests/test-mkfifoat.c (main): Likewise.
2011         * tests/test-mknod.c (main): Likewise.
2012         * tests/test-readlink.c (main): Likewise.
2013         * tests/test-remove.c (main): Likewise.
2014         * tests/test-rename.c (main): Likewise.
2015         * tests/test-renameat.c (main): Likewise.
2016         * tests/test-rmdir.c (main): Likewise.
2017         * tests/test-symlink.c (main): Likewise.
2018         * tests/test-symlinkat.c (main): Likewise.
2019         * tests/test-unlink.c (main): Likewise.
2020         * tests/test-unlinkat.c (main): Likewise.
2021         * tests/test-utimens.c (main): Likewise.
2022         * tests/test-utimensat.c (main): Likewise.
2023         * modules/areadlink-tests (Depends-on): Add ignore-value.
2024         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2025         * modules/areadlinkat-tests (Depends-on): Likewise.
2026         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2027         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2028         * modules/canonicalize-tests (Depends-on): Likewise.
2029         * modules/chown-tests (Depends-on): Likewise.
2030         * modules/fdutimensat-tests (Depends-on): Likewise.
2031         * modules/futimens-tests (Depends-on): Likewise.
2032         * modules/lchown-tests (Depends-on): Likewise.
2033         * modules/link-tests (Depends-on): Likewise.
2034         * modules/linkat-tests (Depends-on): Likewise.
2035         * modules/lstat-tests (Depends-on): Likewise.
2036         * modules/mkdir-tests (Depends-on): Likewise.
2037         * modules/mkfifo-tests (Depends-on): Likewise.
2038         * modules/mkfifoat-tests (Depends-on): Likewise.
2039         * modules/mknod-tests (Depends-on): Likewise.
2040         * modules/openat-tests (Depends-on): Likewise.
2041         * modules/readlink-tests (Depends-on): Likewise.
2042         * modules/remove-tests (Depends-on): Likewise.
2043         * modules/rename-tests (Depends-on): Likewise.
2044         * modules/renameat-tests (Depends-on): Likewise.
2045         * modules/rmdir-tests (Depends-on): Likewise.
2046         * modules/symlink-tests (Depends-on): Likewise.
2047         * modules/symlinkat-tests (Depends-on): Likewise.
2048         * modules/unlink-tests (Depends-on): Likewise.
2049         * modules/utimens-tests (Depends-on): Likewise.
2050         * modules/utimensat-tests (Depends-on): Likewise.
2051
2052 2010-01-31  Bruno Haible  <bruno@clisp.org>
2053
2054         Perform the same test for many <math.h> functions.
2055         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2056         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2057         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2058         of gl_MATHFUNC.
2059         * modules/acos (configure.ac): Likewise.
2060         * modules/asin (configure.ac): Likewise.
2061         * modules/atan (configure.ac): Likewise.
2062         * modules/atan2 (configure.ac): Likewise.
2063         * modules/cbrt (configure.ac): Likewise.
2064         * modules/copysign (configure.ac): Likewise.
2065         * modules/cos (configure.ac): Likewise.
2066         * modules/cosh (configure.ac): Likewise.
2067         * modules/erf (configure.ac): Likewise.
2068         * modules/erfc (configure.ac): Likewise.
2069         * modules/exp (configure.ac): Likewise.
2070         * modules/fmod (configure.ac): Likewise.
2071         * modules/hypot (configure.ac): Likewise.
2072         * modules/j0 (configure.ac): Likewise.
2073         * modules/j1 (configure.ac): Likewise.
2074         * modules/jn (configure.ac): Likewise.
2075         * modules/lgamma (configure.ac): Likewise.
2076         * modules/log (configure.ac): Likewise.
2077         * modules/log10 (configure.ac): Likewise.
2078         * modules/log1p (configure.ac): Likewise.
2079         * modules/pow (configure.ac): Likewise.
2080         * modules/remainder (configure.ac): Likewise.
2081         * modules/sin (configure.ac): Likewise.
2082         * modules/sinh (configure.ac): Likewise.
2083         * modules/tan (configure.ac): Likewise.
2084         * modules/tanh (configure.ac): Likewise.
2085         * modules/y0 (configure.ac): Likewise.
2086         * modules/y1 (configure.ac): Likewise.
2087         * modules/yn (configure.ac): Likewise.
2088         Suggested by Paolo Bonzini.
2089
2090 2010-01-31  Bruno Haible  <bruno@clisp.org>
2091
2092         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2093
2094 2010-01-31  Bruno Haible  <bruno@clisp.org>
2095
2096         Work around getdelim() bug on FreeBSD 8.0.
2097         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2098         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2099         not work.
2100         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2101         is 1.
2102         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2103         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2104         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2105         a non-zero size.
2106         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2107
2108 2010-01-31  Bruno Haible  <bruno@clisp.org>
2109
2110         Work around getline() bug on FreeBSD 8.0.
2111         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2112         and a non-zero size.
2113         * tests/test-getline.c (main): Likewise.
2114         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2115         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2116
2117 2010-01-28  Eric Blake  <ebb9@byu.net>
2118
2119         regex: fix build failure
2120         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2121         platforms.
2122
2123 2010-01-28  Jim Meyering  <meyering@redhat.com>
2124
2125         regex: do not ignore memory allocation failure
2126         * lib/regex_internal.c (create_cd_newstate): Detect
2127         re_node_set_init_copy failure.   Extracted from glibc commit
2128         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2129
2130         regex: sync more white-space changes from libc
2131         * lib/regex_internal.c: White-space only changes.
2132         * lib/regexec.c: Likewise.
2133
2134         regex: add many uses of __attribute_warn_unused_result__
2135         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2136         * lib/regexec.c: Likewise.
2137         Extracted from a messy glibc commit.
2138
2139         regcomp.c: spelling and merge-artifact from glibc
2140         * lib/regcomp.c: Merge remainder of glibc's
2141         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2142
2143         regcomp.c: sync white-space changes from glibc
2144         * lib/regcomp.c: Merge to accommodate white space
2145         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2146
2147         regcomp.c: do not ignore internal return values
2148         * lib/regcomp.c: Do not ignore internal return values.
2149         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2150         but without its white-space changes and spelling fixes.
2151
2152         regex_internal.h: define __attribute_warn_unused_result__
2153         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2154
2155         maint: add a syntax-check rule to check for vulnerable Makefile.in
2156         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2157
2158 2010-01-27  Jim Meyering  <meyering@redhat.com>
2159
2160         ncftpput-ftp: clean up spaces
2161         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2162         Remove trailing blanks.
2163
2164 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2165
2166         * build-aux/git-version-gen: Fix copyright statement.
2167         * build-aux/gnupload: Likewise.
2168         * tests/test-arcfour.c: Likewise.
2169         * tests/test-arctwo.c: Likewise.
2170         * tests/test-count-one-bits.c: Likewise.
2171         * tests/test-crc.c: Likewise.
2172         * tests/test-des.c: Likewise.
2173         * tests/test-gc-arcfour.c: Likewise.
2174         * tests/test-gc-arctwo.c: Likewise.
2175         * tests/test-gc-des.c: Likewise.
2176         * tests/test-gc-hmac-md5.c: Likewise.
2177         * tests/test-gc-hmac-sha1.c: Likewise.
2178         * tests/test-gc-md2.c: Likewise.
2179         * tests/test-gc-md4.c: Likewise.
2180         * tests/test-gc-md5.c: Likewise.
2181         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2182         * tests/test-gc-rijndael.c: Likewise.
2183         * tests/test-gc-sha1.c: Likewise.
2184         * tests/test-gc.c: Likewise.
2185         * tests/test-gethostname.c: Likewise.
2186         * tests/test-gettimeofday.c: Likewise.
2187         * tests/test-hash.c: Likewise.
2188         * tests/test-hmac-md5.c: Likewise.
2189         * tests/test-hmac-sha1.c: Likewise.
2190         * tests/test-md2.c: Likewise.
2191         * tests/test-md4.c: Likewise.
2192         * tests/test-md5.c: Likewise.
2193         * tests/test-memchr.c: Likewise.
2194         * tests/test-memchr2.c: Likewise.
2195         * tests/test-memcmp.c: Likewise.
2196         * tests/test-memmem.c: Likewise.
2197         * tests/test-memrchr.c: Likewise.
2198         * tests/test-rawmemchr.c: Likewise.
2199         * tests/test-read-file.c: Likewise.
2200         * tests/test-rijndael.c: Likewise.
2201         * tests/test-sockets.c: Likewise.
2202         * tests/test-strchrnul.c: Likewise.
2203         * tests/test-strstr.c: Likewise.
2204         * tests/test-strtod.c: Likewise.
2205         * build-aux/ncftpput-ftp: Likewise.
2206
2207 2010-01-26  Eric Blake  <ebb9@byu.net>
2208
2209         ignore-value: update recommended header name
2210         * modules/ignore-value (Include): Only use <> for headers that
2211         exist in glibc.
2212
2213 2010-01-26  Jim Meyering  <meyering@redhat.com>
2214
2215         test-userspec.c: avoid compiler warnings
2216         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2217         and "initialization discards qualifiers..." warnings.
2218         Put the first "uid" in its own scope, and make char* members "const".
2219
2220 2010-01-25  Bruno Haible  <bruno@clisp.org>
2221
2222         gnulib-tool: Make warning diagnostics consistent.
2223         * gnulib-tool (func_warning): New function.
2224         Use it everywhere where gnulib-tool produces output to stderr and it is
2225         not a fatal error.
2226
2227 2010-01-25  Bruno Haible  <bruno@clisp.org>
2228
2229         Fix test dependencies.
2230         * modules/xstrtol-tests (Depends-on): Add inttypes.
2231         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2232
2233 2010-01-25 Pádraig Brady <P@draigBrady.com>
2234
2235         syntax-check: detect incorrect boolean macro values in config.h
2236         * modules/maintainer-makefile (configure.ac): Parameterize the location
2237         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2238         The logic is from Eric Blake and the location indicated by Jim Meyering.
2239         Note the more natural CONFIG_HEADER name is prohibited by automake
2240         for backwards compatibility reasons.
2241         * top/maint.mk (sc_Wundef_boolean): New rule.
2242
2243 2010-01-25  Jim Meyering  <meyering@redhat.com>
2244
2245         bootstrap: detect MacOS 10.6's shasum, too
2246         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2247         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2248
2249 2010-01-23  Jim Meyering  <meyering@redhat.com>
2250
2251         xstrtoll: new module
2252         * modules/xstrtoll: New file.
2253         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2254         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2255         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2256         ./configure fails if you use this module and lack "long long".
2257         * modules/xstrtoll-tests: New module.
2258         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2259         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2260         new init.sh-based test framework.
2261
2262 2010-01-24  Bruno Haible  <bruno@clisp.org>
2263
2264         Tests for module 'yn'.
2265         * modules/yn-tests: New file.
2266         * tests/test-yn.c: New file.
2267
2268         Tests for module 'y1'.
2269         * modules/y1-tests: New file.
2270         * tests/test-y1.c: New file.
2271
2272         Tests for module 'y0'.
2273         * modules/y0-tests: New file.
2274         * tests/test-y0.c: New file.
2275
2276         Tests for module 'tanh'.
2277         * modules/tanh-tests: New file.
2278         * tests/test-tanh.c: New file.
2279
2280         Tests for module 'tan'.
2281         * modules/tan-tests: New file.
2282         * tests/test-tan.c: New file.
2283
2284         Tests for module 'sqrt'.
2285         * modules/sqrt-tests: New file.
2286         * tests/test-sqrt.c: New file.
2287
2288         Tests for module 'sinh'.
2289         * modules/sinh-tests: New file.
2290         * tests/test-sinh.c: New file.
2291
2292         Tests for module 'sin'.
2293         * modules/sin-tests: New file.
2294         * tests/test-sin.c: New file.
2295
2296         Tests for module 'rint'.
2297         * modules/rint-tests: New file.
2298         * tests/test-rint.c: New file.
2299
2300         Tests for module 'remainder'.
2301         * modules/remainder-tests: New file.
2302         * tests/test-remainder.c: New file.
2303
2304         Tests for module 'pow'.
2305         * modules/pow-tests: New file.
2306         * tests/test-pow.c: New file.
2307
2308         Tests for module 'nextafter'.
2309         * modules/nextafter-tests: New file.
2310         * tests/test-nextafter.c: New file.
2311
2312         Tests for module 'modf'.
2313         * modules/modf-tests: New file.
2314         * tests/test-modf.c: New file.
2315
2316         Tests for module 'logb'.
2317         * modules/logb-tests: New file.
2318         * tests/test-logb.c: New file.
2319
2320         Tests for module 'log1p'.
2321         * modules/log1p-tests: New file.
2322         * tests/test-log1p.c: New file.
2323
2324         Tests for module 'log10'.
2325         * modules/log10-tests: New file.
2326         * tests/test-log10.c: New file.
2327
2328         Tests for module 'log'.
2329         * modules/log-tests: New file.
2330         * tests/test-log.c: New file.
2331
2332         Tests for module 'lgamma'.
2333         * modules/lgamma-tests: New file.
2334         * tests/test-lgamma.c: New file.
2335
2336         Tests for module 'ldexp'.
2337         * modules/ldexp-tests: New file.
2338         * tests/test-ldexp.c: New file.
2339
2340         Tests for module 'jn'.
2341         * modules/jn-tests: New file.
2342         * tests/test-jn.c: New file.
2343
2344         Tests for module 'j1'.
2345         * modules/j1-tests: New file.
2346         * tests/test-j1.c: New file.
2347
2348         Tests for module 'j0'.
2349         * modules/j0-tests: New file.
2350         * tests/test-j0.c: New file.
2351
2352         Tests for module 'hypot'.
2353         * modules/hypot-tests: New file.
2354         * tests/test-hypot.c: New file.
2355
2356         Tests for module 'fmod'.
2357         * modules/fmod-tests: New file.
2358         * tests/test-fmod.c: New file.
2359
2360         Tests for module 'fabs'.
2361         * modules/fabs-tests: New file.
2362         * tests/test-fabs.c: New file.
2363
2364         Tests for module 'exp'.
2365         * modules/exp-tests: New file.
2366         * tests/test-exp.c: New file.
2367
2368         Tests for module 'erfc'.
2369         * modules/erfc-tests: New file.
2370         * tests/test-erfc.c: New file.
2371
2372         Tests for module 'erf'.
2373         * modules/erf-tests: New file.
2374         * tests/test-erf.c: New file.
2375
2376         Tests for module 'cosh'.
2377         * modules/cosh-tests: New file.
2378         * tests/test-cosh.c: New file.
2379
2380         Tests for module 'cos'.
2381         * modules/cos-tests: New file.
2382         * tests/test-cos.c: New file.
2383
2384         Tests for module 'copysign'.
2385         * modules/copysign-tests: New file.
2386         * tests/test-copysign.c: New file.
2387
2388         Tests for module 'cbrt'.
2389         * modules/cbrt-tests: New file.
2390         * tests/test-cbrt.c: New file.
2391
2392         Tests for module 'atan2'.
2393         * modules/atan2-tests: New file.
2394         * tests/test-atan2.c: New file.
2395
2396         Tests for module 'atan'.
2397         * modules/atan-tests: New file.
2398         * tests/test-atan.c: New file.
2399
2400         Tests for module 'asin'.
2401         * modules/asin-tests: New file.
2402         * tests/test-asin.c: New file.
2403
2404         Tests for module 'acos'.
2405         * modules/acos-tests: New file.
2406         * tests/test-acos.c: New file.
2407
2408 2010-01-24  Bruno Haible  <bruno@clisp.org>
2409
2410         Fix tests for common <math.h> functions.
2411         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2412         code snippet that references the function pointer, rather than merely
2413         calling the function. Substitute the FUNC_LIBM variable.
2414         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2415         * modules/acos (configure.ac): Likewise.
2416         * modules/asin (configure.ac): Likewise.
2417         * modules/atan (configure.ac): Likewise.
2418         * modules/atan2 (configure.ac): Likewise.
2419         * modules/cbrt (configure.ac): Likewise.
2420         * modules/copysign (configure.ac): Likewise.
2421         * modules/cos (configure.ac): Likewise.
2422         * modules/cosh (configure.ac): Likewise.
2423         * modules/erf (configure.ac): Likewise.
2424         * modules/erfc (configure.ac): Likewise.
2425         * modules/exp (configure.ac): Likewise.
2426         * modules/fabs (configure.ac): Likewise.
2427         * modules/fmod (configure.ac): Likewise.
2428         * modules/hypot (configure.ac): Likewise.
2429         * modules/j0 (configure.ac): Likewise.
2430         * modules/j1 (configure.ac): Likewise.
2431         * modules/jn (configure.ac): Likewise.
2432         * modules/ldexp (configure.ac): Likewise.
2433         * modules/lgamma (configure.ac): Likewise.
2434         * modules/log (configure.ac): Likewise.
2435         * modules/log10 (configure.ac): Likewise.
2436         * modules/log1p (configure.ac): Likewise.
2437         * modules/logb (configure.ac): Likewise.
2438         * modules/modf (configure.ac): Likewise.
2439         * modules/nextafter (configure.ac): Likewise.
2440         * modules/pow (configure.ac): Likewise.
2441         * modules/remainder (configure.ac): Likewise.
2442         * modules/rint (configure.ac): Likewise.
2443         * modules/sin (configure.ac): Likewise.
2444         * modules/sinh (configure.ac): Likewise.
2445         * modules/tan (configure.ac): Likewise.
2446         * modules/tanh (configure.ac): Likewise.
2447         * modules/y0 (configure.ac): Likewise.
2448         * modules/y1 (configure.ac): Likewise.
2449         * modules/yn (configure.ac): Likewise.
2450
2451 2010-01-24  Bruno Haible  <bruno@clisp.org>
2452
2453         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2454         * tests/test-acosl.c (x): New variable.
2455         (main): Store argument in x and fetch it from x.
2456         * tests/test-asinl.c (x): New variable.
2457         (main): Store argument in x and fetch it from x.
2458         * tests/test-atanl.c (x): New variable.
2459         (main): Store argument in x and fetch it from x.
2460         * tests/test-cosl.c (x): New variable.
2461         (main): Store argument in x and fetch it from x.
2462         * tests/test-expl.c (x): New variable.
2463         (main): Store argument in x and fetch it from x.
2464         * tests/test-logl.c (x): New variable.
2465         (main): Store argument in x and fetch it from x.
2466         * tests/test-sinl.c (x): New variable.
2467         (main): Store argument in x and fetch it from x.
2468         * tests/test-sqrtl.c (x): New variable.
2469         (main): Store argument in x and fetch it from x.
2470         * tests/test-tanl.c (x): New variable.
2471         (main): Store argument in x and fetch it from x.
2472
2473 2010-01-24  Bruno Haible  <bruno@clisp.org>
2474
2475         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2476         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2477         assignments to the initial TESTS_ENVIRONMENT.
2478         * doc/gnulib.texi (Unit test modules): Document it.
2479         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2480         TESTS_ENVIRONMENT.
2481         * modules/btowc-tests (Makefile.am): Likewise.
2482         * modules/c-stack-tests (Makefile.am): Likewise.
2483         * modules/c-strcase-tests (Makefile.am): Likewise.
2484         * modules/copy-file-tests (Makefile.am): Likewise.
2485         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2486         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2487         * modules/mbrtowc-tests (Makefile.am): Likewise.
2488         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2489         * modules/mbscasestr-tests (Makefile.am): Likewise.
2490         * modules/mbschr-tests (Makefile.am): Likewise.
2491         * modules/mbscspn-tests (Makefile.am): Likewise.
2492         * modules/mbsinit-tests (Makefile.am): Likewise.
2493         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2494         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2495         * modules/mbspbrk-tests (Makefile.am): Likewise.
2496         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2497         * modules/mbsrchr-tests (Makefile.am): Likewise.
2498         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2499         * modules/mbsspn-tests (Makefile.am): Likewise.
2500         * modules/mbsstr-tests (Makefile.am): Likewise.
2501         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2502         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2503         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2504         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2505         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2506         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2507         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2508         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2509         * modules/wcrtomb-tests (Makefile.am): Likewise.
2510         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2511         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2512         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2513         assignments from TESTS_ENVIRONMENT.
2514         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2515         augmentation.
2516         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2517         * modules/atexit-tests (Makefile.am): Likewise.
2518         * modules/binary-io-tests (Makefile.am): Likewise.
2519         * modules/closein-tests (Makefile.am): Likewise.
2520         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2521         * modules/exclude-tests (Makefile.am): Likewise.
2522         * modules/fflush-tests (Makefile.am): Likewise.
2523         * modules/fpending-tests (Makefile.am): Likewise.
2524         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2525         * modules/freadahead-tests (Makefile.am): Likewise.
2526         * modules/freadptr-tests (Makefile.am): Likewise.
2527         * modules/freadseek-tests (Makefile.am): Likewise.
2528         * modules/fseek-tests (Makefile.am): Likewise.
2529         * modules/fseeko-tests (Makefile.am): Likewise.
2530         * modules/ftell-tests (Makefile.am): Likewise.
2531         * modules/ftello-tests (Makefile.am): Likewise.
2532         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2533         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2534         * modules/lseek-tests (Makefile.am): Likewise.
2535         * modules/parse-duration-tests (Makefile.am): Likewise.
2536         * modules/perror-tests (Makefile.am): Likewise.
2537         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
2538         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
2539         * modules/pipe-tests (Makefile.am): Likewise.
2540         * modules/pread-tests (Makefile.am): Likewise.
2541         * modules/printf-posix-tests (Makefile.am): Likewise.
2542         * modules/select-tests (Makefile.am): Likewise.
2543         * modules/sigpipe-tests (Makefile.am): Likewise.
2544         * modules/tsearch-tests (Makefile.am): Likewise.
2545         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
2546         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
2547         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2548         * modules/uniwidth/width-tests (Makefile.am): Likewise.
2549         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
2550         * modules/version-etc-tests (Makefile.am): Likewise.
2551         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2552         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2553         * modules/xalloc-die-tests (Makefile.am): Likewise.
2554         * modules/xprintf-posix-tests (Makefile.am): Likewise.
2555         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2556         * modules/xstrtol-tests (Makefile.am): Likewise.
2557         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2558         * modules/yesno-tests (Makefile.am): Likewise.
2559         Suggested by Jim Meyering.
2560
2561 2010-01-24  Bruno Haible  <bruno@clisp.org>
2562
2563         More documentation.
2564         * doc/gnulib.texi (Writing modules): New chapter.
2565         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
2566         the new chapter.
2567
2568 2010-01-24  Jim Meyering  <meyering@redhat.com>
2569
2570         maint.mk: do not prepend "./" after filtering
2571         * top/maint.mk (_prepend_srcdir_prefix): New variable
2572         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
2573         "./" when $(srcdir) is ".".
2574
2575         define STREQ(a,b) consistently, removing useless parentheses
2576         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
2577         since the only risk is that "a" or "b" contains an unparenthesized
2578         comma, but if either did that, STREQ would have 3 or more arguments.
2579         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
2580         * lib/fts.c (STREQ): Remove unnecessary parentheses.
2581         * lib/hash-triple.c (STREQ): Likewise.
2582         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
2583         * lib/getugroups.c (STREQ): Likewise.
2584
2585 2010-01-23  Jim Meyering  <meyering@redhat.com>
2586
2587         maint.mk: fix syntax-check in a non-srcdir build directory
2588         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
2589         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
2590
2591 2010-01-22  Jim Meyering  <meyering@redhat.com>
2592
2593         userspec: add unit tests
2594         * tests/test-userspec.c: New file.
2595         * modules/userspec-tests: Likewise.
2596
2597 2010-01-21  Jim Meyering  <meyering@redhat.com>
2598
2599         maint.mk: handle source file names containing "." robustly
2600         * top/maint.mk (_dot_escaped_srcdir): Define.
2601         (VC_LIST): Use it in LHS of sed substitution.
2602
2603 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
2604
2605         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
2606         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
2607         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
2608         from a non-srcdir build.
2609
2610 2010-01-20  Eric Blake  <ebb9@byu.net>
2611
2612         warn-on-use: use instead of link-warning
2613         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
2614         * modules/unistd (Depends-on, Makefile.am): Likewise.
2615         * modules/arpa_inet (Depends-on): Replace link-warning with
2616         warn-on-use.
2617         (Makefile.am): Update rules accordingly.
2618         * modules/ctype (Depends-on, Makefile.am): Likewise.
2619         * modules/dirent (Depends-on, Makefile.am): Likewise.
2620         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
2621         * modules/inttypes (Depends-on, Makefile.am): Likewise.
2622         * modules/langinfo (Depends-on, Makefile.am): Likewise.
2623         * modules/locale (Depends-on, Makefile.am): Likewise.
2624         * modules/math (Depends-on, Makefile.am): Likewise.
2625         * modules/search (Depends-on, Makefile.am): Likewise.
2626         * modules/signal (Depends-on, Makefile.am): Likewise.
2627         * modules/spawn (Depends-on, Makefile.am): Likewise.
2628         * modules/stdlib (Depends-on, Makefile.am): Likewise.
2629         * modules/string (Depends-on, Makefile.am): Likewise.
2630         * modules/strings (Depends-on, Makefile.am): Likewise.
2631         * modules/sys_file (Depends-on, Makefile.am): Likewise.
2632         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
2633         * modules/sys_select (Depends-on, Makefile.am): Likewise.
2634         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
2635         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
2636         * modules/sys_times (Depends-on, Makefile.am): Likewise.
2637         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
2638         * modules/wchar (Depends-on, Makefile.am): Likewise.
2639         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
2640         should be poisoned.
2641         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
2642         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
2643         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
2644         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2645         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2646         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
2647         * m4/math_h.m4 (gl_MATH_H): Likewise.
2648         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2649         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
2650         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
2651         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
2652         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
2653         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
2654         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
2655         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
2656         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
2657         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2658         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2659         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
2660         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2661         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2662         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
2663         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2664         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
2665         GL_LINK_WARNING.
2666         * lib/ctype.in.h: Likewise.
2667         * lib/dirent.in.h: Likewise.
2668         * lib/fcntl.in.h: Likewise.
2669         * lib/inttypes.in.h: Likewise.
2670         * lib/langinfo.in.h: Likewise.
2671         * lib/locale.in.h: Likewise.
2672         * lib/math.in.h: Likewise.
2673         * lib/search.in.h: Likewise.
2674         * lib/signal.in.h: Likewise.
2675         * lib/spawn.in.h: Likewise.
2676         * lib/stdio.in.h: Likewise.
2677         * lib/stdlib.in.h: Likewise.
2678         * lib/string.in.h: Likewise.
2679         * lib/strings.in.h: Likewise.
2680         * lib/sys_file.in.h: Likewise.
2681         * lib/sys_ioctl.in.h: Likewise.
2682         * lib/sys_select.in.h: Likewise.
2683         * lib/sys_socket.in.h: Likewise.
2684         * lib/sys_stat.in.h: Likewise.
2685         * lib/sys_times.in.h: Likewise.
2686         * lib/sys_utsname.in.h: Likewise.
2687         * lib/unistd.in.h: Likewise.
2688         * lib/wchar.in.h: Likewise.
2689
2690 2010-01-20  Bruno Haible  <bruno@clisp.org>
2691
2692         Avoid duplicate -lm.
2693         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
2694         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
2695         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
2696         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
2697         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
2698         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
2699         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
2700         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
2701         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
2702         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
2703         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
2704         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
2705         Reported by Paolo Bonzini.
2706
2707 2010-01-19  Bruno Haible  <bruno@clisp.org>
2708
2709         langinfo, nl_langinfo: Relicense under LGPLv2+.
2710         * modules/langinfo (License): Change to LGPLv2+.
2711         * modules/nl_langinfo (License): Likewise.
2712         Patch by David Lutterkort <lutter@redhat.com>.
2713
2714 2010-01-19  Bruno Haible  <bruno@clisp.org>
2715
2716         Avoid compilation error with cc on OSF/1 5.1.
2717         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
2718         statement, not before.
2719         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2720
2721 2010-01-18  Bruno Haible  <bruno@clisp.org>
2722
2723         Avoid a link error due to the __printf__ symbol.
2724         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
2725         and 2.6.x.
2726         (__format__, __printf__): Remove definitions.
2727         * lib/argp-fmtstream.h: Likewise.
2728         * lib/argp.h: Likewise.
2729         * lib/error.h: Likewise.
2730         * lib/vasnprintf.h: Likewise.
2731         * lib/xprintf.h: Likewise.
2732         * lib/xvasprintf.h: Likewise.
2733         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2734
2735 2010-01-18  Bruno Haible  <bruno@clisp.org>
2736
2737         Tests for module 'tanl'.
2738         * modules/tanl-tests: New file.
2739         * tests/test-tanl.c: New file.
2740
2741         Tests for module 'sqrtl'.
2742         * modules/sqrtl-tests: New file.
2743         * tests/test-sqrtl.c: New file.
2744
2745         Tests for module 'sinl'.
2746         * modules/sinl-tests: New file.
2747         * tests/test-sinl.c: New file.
2748
2749         Tests for module 'logl'.
2750         * modules/logl-tests: New file.
2751         * tests/test-logl.c: New file.
2752
2753         Tests for module 'expl'.
2754         * modules/expl-tests: New file.
2755         * tests/test-expl.c: New file.
2756
2757         Tests for module 'cosl'.
2758         * modules/cosl-tests: New file.
2759         * tests/test-cosl.c: New file.
2760
2761         Tests for module 'atanl'.
2762         * modules/atanl-tests: New file.
2763         * tests/test-atanl.c: New file.
2764
2765         Tests for module 'asinl'.
2766         * modules/asinl-tests: New file.
2767         * tests/test-asinl.c: New file.
2768
2769         Tests for module 'acosl'.
2770         * modules/acosl-tests: New file.
2771         * tests/test-acosl.c: New file.
2772
2773         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2774         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
2775         tanl): Use the standard gnulib idiom.
2776         * lib/cosl.c: Don't include trigl.c and sincosl.c.
2777         * lib/sinl.c: Likewise.
2778         * lib/tanl.c: Don't include trigl.c.
2779         (kernel_tanl): Make static.
2780         * lib/sincosl.c: Include trigl.h first.
2781         * lib/trigl.c: Likewise.
2782         * m4/acosl.m4: New file.
2783         * m4/asinl.m4: New file.
2784         * m4/atanl.m4: New file.
2785         * m4/cosl.m4: New file.
2786         * m4/expl.m4: New file.
2787         * m4/logl.m4: New file.
2788         * m4/sinl.m4: New file.
2789         * m4/sqrtl.m4: New file.
2790         * m4/tanl.m4: New file.
2791         * m4/mathl.m4: Remove file.
2792         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
2793         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2794         Don't initialize GNULIB_MATHL.
2795         * modules/acosl: New file.
2796         * modules/asinl: New file.
2797         * modules/atanl: New file.
2798         * modules/cosl: New file.
2799         * modules/expl: New file.
2800         * modules/logl: New file.
2801         * modules/sinl: New file.
2802         * modules/sqrtl: New file.
2803         * modules/tanl: New file.
2804         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
2805         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
2806         substitute GNULIB_MATHL.
2807         * modules/mathl: Rewritten.
2808         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
2809         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
2810         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
2811         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
2812         * doc/posix-functions/expl.texi: Mention the 'expl' module.
2813         * doc/posix-functions/logl.texi: Mention the 'logl' module.
2814         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
2815         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
2816         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
2817
2818 2010-01-18  Bruno Haible  <bruno@clisp.org>
2819
2820         sqrt: Make gl_FUNC_SQRT requirable.
2821         * m4/sqrt.m4: New file.
2822         * modules/sqrt (Files): Add it.
2823         (configure.ac): Invoke gl_FUNC_SQRT.
2824
2825 2010-01-18  Bruno Haible  <bruno@clisp.org>
2826
2827         New modules for common <math.h> functions.
2828         * m4/mathfunc.m4: New file.
2829         * modules/acos: New file.
2830         * modules/asin: New file.
2831         * modules/atan: New file.
2832         * modules/atan2: New file.
2833         * modules/cbrt: New file.
2834         * modules/copysign: New file.
2835         * modules/cos: New file.
2836         * modules/cosh: New file.
2837         * modules/erf: New file.
2838         * modules/erfc: New file.
2839         * modules/exp: New file.
2840         * modules/fabs: New file.
2841         * modules/fmod: New file.
2842         * modules/hypot: New file.
2843         * modules/j0: New file.
2844         * modules/j1: New file.
2845         * modules/jn: New file.
2846         * modules/ldexp: New file.
2847         * modules/lgamma: New file.
2848         * modules/log: New file.
2849         * modules/log10: New file.
2850         * modules/log1p: New file.
2851         * modules/logb: New file.
2852         * modules/modf: New file.
2853         * modules/nextafter: New file.
2854         * modules/pow: New file.
2855         * modules/remainder: New file.
2856         * modules/rint: New file.
2857         * modules/sin: New file.
2858         * modules/sinh: New file.
2859         * modules/sqrt: New file.
2860         * modules/tan: New file.
2861         * modules/tanh: New file.
2862         * modules/y0: New file.
2863         * modules/y1: New file.
2864         * modules/yn: New file.
2865         * doc/posix-functions/acos.texi: Mention the 'acos' module.
2866         * doc/posix-functions/asin.texi: Mention the 'asin' module.
2867         * doc/posix-functions/atan.texi: Mention the 'atan' module.
2868         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
2869         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
2870         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
2871         * doc/posix-functions/cos.texi: Mention the 'cos' module.
2872         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
2873         * doc/posix-functions/erf.texi: Mention the 'erf' module.
2874         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
2875         * doc/posix-functions/exp.texi: Mention the 'exp' module.
2876         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
2877         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
2878         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
2879         * doc/posix-functions/j0.texi: Mention the 'j0' module.
2880         * doc/posix-functions/j1.texi: Mention the 'j1' module.
2881         * doc/posix-functions/jn.texi: Mention the 'jn' module.
2882         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
2883         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
2884         * doc/posix-functions/log.texi: Mention the 'log' module.
2885         * doc/posix-functions/log10.texi: Mention the 'log10' module.
2886         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
2887         * doc/posix-functions/logb.texi: Mention the 'logb' module.
2888         * doc/posix-functions/modf.texi: Mention the 'modf' module.
2889         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
2890         * doc/posix-functions/pow.texi: Mention the 'pow' module.
2891         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
2892         * doc/posix-functions/rint.texi: Mention the 'rint' module.
2893         * doc/posix-functions/sin.texi: Mention the 'sin' module.
2894         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
2895         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
2896         * doc/posix-functions/tan.texi: Mention the 'tan' module.
2897         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
2898         * doc/posix-functions/y0.texi: Mention the 'y0' module.
2899         * doc/posix-functions/y1.texi: Mention the 'y1' module.
2900         * doc/posix-functions/yn.texi: Mention the 'yn' module.
2901
2902 2010-01-18  Jim Meyering  <meyering@redhat.com>
2903
2904         ignore-value: relax license to LGPLv2+
2905         * modules/ignore-value (License): Relax to LGPLv2+.
2906
2907         getdate: don't leak when TZ contains two or more '"'s
2908         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
2909         double quote in TZ after the first one.
2910
2911         readtokens: do not leak internal token_lengths buffer
2912         * lib/readtokens.c (readtokens): Free the local, lengths,
2913         when the supplied "token_lengths" parameter is NULL.
2914
2915 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2916
2917         Fix a couple of missing LIBTHREAD link failures on AIX.
2918         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
2919         $(LIBTHREAD).
2920         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
2921
2922         Link test-poll against INET_PTON_LIB.
2923         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
2924         for inet_pton on Solaris 10.
2925
2926 2010-01-17  Bruno Haible  <bruno@clisp.org>
2927
2928         unistdio/*-sprintf: Fix typo in module description.
2929         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
2930         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
2931         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
2932         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
2933         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
2934         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
2935         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
2936         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2937
2938 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2939
2940         gnulib-tool: fix filelist for AIX, HP-UX ksh.
2941         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
2942         variables in shell case patterns, for AIX and HP-UX ksh.
2943
2944         Split large sed scripts, for HP-UX sed.
2945         * modules/stdio: Split sed scripts around 50 sed commands,
2946         to avoid HP-UX limit of 99 commands, in the near future.
2947         * modules/string: Likewise.
2948         * modules/unistd: Likewise.
2949
2950         gnulib-tool: avoid writing in the current directory.
2951         * gnulib-tool (func_emit_lib_Makefile_am)
2952         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
2953         not in the current directory, so concurrent gnulib-tool
2954         instances do not interfere.
2955
2956 2010-01-16  Jim Meyering  <meyering@redhat.com>
2957
2958         doc: update users.txt
2959         * users.txt: Add grep.
2960         (diffutils, gzip): Update URLs.
2961
2962 2010-01-12  Bruno Haible  <bruno@clisp.org>
2963
2964         posix_spawn: Avoid test failure on Cygwin.
2965         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
2966         characters.
2967         Reported by Simon Josefsson.
2968
2969 2010-01-12  Bruno Haible  <bruno@clisp.org>
2970
2971         * tests/test-cond.c (main): When skipping the test, show the reason.
2972
2973 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2974
2975         * lib/striconv.c (str_cd_iconv): Avoid if before free.
2976
2977 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2978
2979         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
2980         VC_LIST_ALWAYS_EXCLUDE_REGEX.
2981
2982 2010-01-12  Eric Blake  <ebb9@byu.net>
2983
2984         build: guarantee AS_VAR_IF
2985         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
2986         (gl_AS_VAR_IF): Move...
2987         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
2988         Reported by Simon Josefsson.
2989
2990 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2991
2992         * lib/stdio.in.h: Fix typo.
2993
2994 2010-01-12  Simon Josefsson  <simon@josefsson.org>
2995
2996         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
2997         libgpg-error.
2998
2999 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3000
3001         * tests/test-xalloc-die.sh: Use $EXEEXT.
3002
3003 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3004             Bruno Haible  <bruno@clisp.org>
3005
3006         getlogin, getlogin_r: Avoid test failure.
3007         * tests/test-getlogin.c: Include <stdio.h>.
3008         (main): Skip the test when the function fails because stdin is not a
3009         tty.
3010         * tests/test-getlogin_r.c: Include <stdio.h>.
3011         (main): Skip the test when the function fails because stdin is not a
3012         tty.
3013
3014 2010-01-11  Eric Blake  <ebb9@byu.net>
3015
3016         tests: avoid more large file warnings
3017         * tests/test-fflush.c: Avoid warning about ftell use.
3018         * tests/test-fseek.c: Avoid warning about fseek use.
3019
3020 2010-01-10  Bruno Haible  <bruno@clisp.org>
3021
3022         nproc: Work better on Linux when /proc and /sys are not mounted.
3023         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3024         as lower bound when, on glibc/Linux systems,
3025         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3026         Suggested by Pádraig Brady <P@draigbrady.com>.
3027         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3028
3029         nproc: Refactor.
3030         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3031         extracted from num_processors.
3032         (num_processors): Call it.
3033
3034 2010-01-11  Jim Meyering  <meyering@redhat.com>
3035
3036         utimecmp: avoid new warning from upcoming gcc-4.5.0
3037         * lib/utimecmp.c (BILLION): Define using #define rather than an
3038         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3039
3040 2010-01-11  Eric Blake  <ebb9@byu.net>
3041
3042         math: add portability warnings for classification macros
3043         * modules/math (Depends-on): Add warn-on-use.
3044         (Makefile.am): Provide new substitutions.
3045         * m4/math_h.m4 (gl_MATH_H): Require inline.
3046         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3047         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3048         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3049         implement warnings.
3050
3051         unistd: warn on use of environ without module
3052         * modules/unistd (Depends-on): Add warn-on-use.
3053         (Makefile.am): Provide new substitutions.
3054         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3055         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3056
3057         stdio: warn on suspicious uses
3058         * modules/stdio (Depends-on): Add warn-on-use.
3059         (Makefile.am): Provide new substitutions.
3060         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3061         fseeko.
3062         * lib/stdio.in.h (gets): Always warn on use.
3063         (fseek, ftell): Adjust when warnings are issued, and honor
3064         _GL_NO_LARGE_FILES as a way to silence the warning.
3065         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3066         any warning about large file offsets.
3067         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3068         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3069         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3070         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3071         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3072         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3073         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3074         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3075
3076         warn-on-use: new module
3077         * modules/warn-on-use: New file.
3078         * build-aux/warn-on-use.h: Likewise.
3079         * m4/warn-on-use.m4: Likewise.
3080         * MODULES.html.sh (Support for building): Mention it.
3081
3082 2010-01-10  Bruno Haible  <bruno@clisp.org>
3083
3084         Tests for module 'unistr/u32-strdup'.
3085         * modules/unistr/u32-strdup-tests: New file.
3086         * tests/unistr/test-u32-strdup.c: New file.
3087
3088         Tests for module 'unistr/u16-strdup'.
3089         * modules/unistr/u16-strdup-tests: New file.
3090         * tests/unistr/test-u16-strdup.c: New file.
3091
3092         Tests for module 'unistr/u8-strdup'.
3093         * modules/unistr/u8-strdup-tests: New file.
3094         * tests/unistr/test-u8-strdup.c: New file.
3095         * tests/unistr/test-strdup.h: New file.
3096
3097         Tests for module 'unistr/u32-strncmp'.
3098         * modules/unistr/u32-strncmp-tests: New file.
3099         * tests/unistr/test-u32-strncmp.c: New file.
3100
3101         Tests for module 'unistr/u16-strncmp'.
3102         * modules/unistr/u16-strncmp-tests: New file.
3103         * tests/unistr/test-u16-strncmp.c: New file.
3104
3105         Tests for module 'unistr/u8-strncmp'.
3106         * modules/unistr/u8-strncmp-tests: New file.
3107         * tests/unistr/test-u8-strncmp.c: New file.
3108         * tests/unistr/test-strncmp.h: New file.
3109
3110         Tests for module 'unistr/u32-strcoll'.
3111         * modules/unistr/u32-strcoll-tests: New file.
3112         * tests/unistr/test-u32-strcoll.c: New file.
3113
3114         Tests for module 'unistr/u16-strcoll'.
3115         * modules/unistr/u16-strcoll-tests: New file.
3116         * tests/unistr/test-u16-strcoll.c: New file.
3117
3118         Tests for module 'unistr/u8-strcoll'.
3119         * modules/unistr/u8-strcoll-tests: New file.
3120         * tests/unistr/test-u8-strcoll.c: New file.
3121
3122         Tests for module 'unistr/u32-strcmp'.
3123         * modules/unistr/u32-strcmp-tests: New file.
3124         * tests/unistr/test-u32-strcmp.c: New file.
3125         * tests/unistr/test-u32-strcmp.h: New file.
3126
3127         Tests for module 'unistr/u16-strcmp'.
3128         * modules/unistr/u16-strcmp-tests: New file.
3129         * tests/unistr/test-u16-strcmp.c: New file.
3130         * tests/unistr/test-u16-strcmp.h: New file.
3131
3132         Tests for module 'unistr/u8-strcmp'.
3133         * modules/unistr/u8-strcmp-tests: New file.
3134         * tests/unistr/test-u8-strcmp.c: New file.
3135         * tests/unistr/test-u8-strcmp.h: New file.
3136         * tests/unistr/test-strcmp.h: New file.
3137
3138         Tests for module 'unistr/u32-strncat'.
3139         * modules/unistr/u32-strncat-tests: New file.
3140         * tests/unistr/test-u32-strncat.c: New file.
3141
3142         Tests for module 'unistr/u16-strncat'.
3143         * modules/unistr/u16-strncat-tests: New file.
3144         * tests/unistr/test-u16-strncat.c: New file.
3145
3146         Tests for module 'unistr/u8-strncat'.
3147         * modules/unistr/u8-strncat-tests: New file.
3148         * tests/unistr/test-u8-strncat.c: New file.
3149         * tests/unistr/test-strncat.h: New file.
3150
3151         Tests for module 'unistr/u32-strcat'.
3152         * modules/unistr/u32-strcat-tests: New file.
3153         * tests/unistr/test-u32-strcat.c: New file.
3154
3155         Tests for module 'unistr/u16-strcat'.
3156         * modules/unistr/u16-strcat-tests: New file.
3157         * tests/unistr/test-u16-strcat.c: New file.
3158
3159         Tests for module 'unistr/u8-strcat'.
3160         * modules/unistr/u8-strcat-tests: New file.
3161         * tests/unistr/test-u8-strcat.c: New file.
3162         * tests/unistr/test-strcat.h: New file.
3163
3164         Tests for module 'unistr/u32-stpncpy'.
3165         * modules/unistr/u32-stpncpy-tests: New file.
3166         * tests/unistr/test-u32-stpncpy.c: New file.
3167
3168         Tests for module 'unistr/u16-stpncpy'.
3169         * modules/unistr/u16-stpncpy-tests: New file.
3170         * tests/unistr/test-u16-stpncpy.c: New file.
3171
3172         Tests for module 'unistr/u8-stpncpy'.
3173         * modules/unistr/u8-stpncpy-tests: New file.
3174         * tests/unistr/test-u8-stpncpy.c: New file.
3175         * tests/unistr/test-stpncpy.h: New file.
3176
3177         Tests for module 'unistr/u32-strncpy'.
3178         * modules/unistr/u32-strncpy-tests: New file.
3179         * tests/unistr/test-u32-strncpy.c: New file.
3180
3181         Tests for module 'unistr/u16-strncpy'.
3182         * modules/unistr/u16-strncpy-tests: New file.
3183         * tests/unistr/test-u16-strncpy.c: New file.
3184
3185         Tests for module 'unistr/u8-strncpy'.
3186         * modules/unistr/u8-strncpy-tests: New file.
3187         * tests/unistr/test-u8-strncpy.c: New file.
3188         * tests/unistr/test-strncpy.h: New file.
3189
3190         Tests for module 'unistr/u32-stpcpy'.
3191         * modules/unistr/u32-stpcpy-tests: New file.
3192         * tests/unistr/test-u32-stpcpy.c: New file.
3193
3194         Tests for module 'unistr/u16-stpcpy'.
3195         * modules/unistr/u16-stpcpy-tests: New file.
3196         * tests/unistr/test-u16-stpcpy.c: New file.
3197
3198         Tests for module 'unistr/u8-stpcpy'.
3199         * modules/unistr/u8-stpcpy-tests: New file.
3200         * tests/unistr/test-u8-stpcpy.c: New file.
3201         * tests/unistr/test-stpcpy.h: New file.
3202
3203         Tests for module 'unistr/u32-strcpy'.
3204         * modules/unistr/u32-strcpy-tests: New file.
3205         * tests/unistr/test-u32-strcpy.c: New file.
3206
3207         Tests for module 'unistr/u16-strcpy'.
3208         * modules/unistr/u16-strcpy-tests: New file.
3209         * tests/unistr/test-u16-strcpy.c: New file.
3210
3211         Tests for module 'unistr/u8-strcpy'.
3212         * modules/unistr/u8-strcpy-tests: New file.
3213         * tests/unistr/test-u8-strcpy.c: New file.
3214         * tests/unistr/test-strcpy.h: New file.
3215
3216         Tests for module 'unistr/u32-strnlen'.
3217         * modules/unistr/u32-strnlen-tests: New file.
3218         * tests/unistr/test-u32-strnlen.c: New file.
3219
3220         Tests for module 'unistr/u16-strnlen'.
3221         * modules/unistr/u16-strnlen-tests: New file.
3222         * tests/unistr/test-u16-strnlen.c: New file.
3223
3224         Tests for module 'unistr/u8-strnlen'.
3225         * modules/unistr/u8-strnlen-tests: New file.
3226         * tests/unistr/test-u8-strnlen.c: New file.
3227         * tests/unistr/test-strnlen.h: New file.
3228
3229         Tests for module 'unistr/u32-strlen'.
3230         * modules/unistr/u32-strlen-tests: New file.
3231         * tests/unistr/test-u32-strlen.c: New file.
3232
3233         Tests for module 'unistr/u16-strlen'.
3234         * modules/unistr/u16-strlen-tests: New file.
3235         * tests/unistr/test-u16-strlen.c: New file.
3236
3237         Tests for module 'unistr/u8-strlen'.
3238         * modules/unistr/u8-strlen-tests: New file.
3239         * tests/unistr/test-u8-strlen.c: New file.
3240
3241         Tests for module 'unistr/u32-prev'.
3242         * modules/unistr/u32-prev-tests: New file.
3243         * tests/unistr/test-u32-prev.c: New file.
3244
3245         Tests for module 'unistr/u16-prev'.
3246         * modules/unistr/u16-prev-tests: New file.
3247         * tests/unistr/test-u16-prev.c: New file.
3248
3249         Tests for module 'unistr/u8-prev'.
3250         * modules/unistr/u8-prev-tests: New file.
3251         * tests/unistr/test-u8-prev.c: New file.
3252
3253         Tests for module 'unistr/u32-next'.
3254         * modules/unistr/u32-next-tests: New file.
3255         * tests/unistr/test-u32-next.c: New file.
3256
3257         Tests for module 'unistr/u16-next'.
3258         * modules/unistr/u16-next-tests: New file.
3259         * tests/unistr/test-u16-next.c: New file.
3260
3261         Tests for module 'unistr/u8-next'.
3262         * modules/unistr/u8-next-tests: New file.
3263         * tests/unistr/test-u8-next.c: New file.
3264
3265         Tests for module 'unistr/u32-strmbtouc'.
3266         * modules/unistr/u32-strmbtouc-tests: New file.
3267         * tests/unistr/test-u32-strmbtouc.c: New file.
3268
3269         Tests for module 'unistr/u16-strmbtouc'.
3270         * modules/unistr/u16-strmbtouc-tests: New file.
3271         * tests/unistr/test-u16-strmbtouc.c: New file.
3272
3273         Tests for module 'unistr/u8-strmbtouc'.
3274         * modules/unistr/u8-strmbtouc-tests: New file.
3275         * tests/unistr/test-u8-strmbtouc.c: New file.
3276
3277         Tests for module 'unistr/u32-strmblen'.
3278         * modules/unistr/u32-strmblen-tests: New file.
3279         * tests/unistr/test-u32-strmblen.c: New file.
3280
3281         Tests for module 'unistr/u16-strmblen'.
3282         * modules/unistr/u16-strmblen-tests: New file.
3283         * tests/unistr/test-u16-strmblen.c: New file.
3284
3285         Tests for module 'unistr/u8-strmblen'.
3286         * modules/unistr/u8-strmblen-tests: New file.
3287         * tests/unistr/test-u8-strmblen.c: New file.
3288
3289         Tests for module 'unistr/u32-cpy-alloc'.
3290         * modules/unistr/u32-cpy-alloc-tests: New file.
3291         * tests/unistr/test-u32-cpy-alloc.c: New file.
3292
3293         Tests for module 'unistr/u16-cpy-alloc'.
3294         * modules/unistr/u16-cpy-alloc-tests: New file.
3295         * tests/unistr/test-u16-cpy-alloc.c: New file.
3296
3297         Tests for module 'unistr/u8-cpy-alloc'.
3298         * modules/unistr/u8-cpy-alloc-tests: New file.
3299         * tests/unistr/test-u8-cpy-alloc.c: New file.
3300         * tests/unistr/test-cpy-alloc.h: New file.
3301
3302         Tests for module 'unistr/u32-mbsnlen'.
3303         * modules/unistr/u32-mbsnlen-tests: New file.
3304         * tests/unistr/test-u32-mbsnlen.c: New file.
3305
3306         Tests for module 'unistr/u16-mbsnlen'.
3307         * modules/unistr/u16-mbsnlen-tests: New file.
3308         * tests/unistr/test-u16-mbsnlen.c: New file.
3309
3310         Tests for module 'unistr/u8-mbsnlen'.
3311         * modules/unistr/u8-mbsnlen-tests: New file.
3312         * tests/unistr/test-u8-mbsnlen.c: New file.
3313
3314         Tests for module 'unistr/u32-chr'.
3315         * modules/unistr/u32-chr-tests: New file.
3316         * tests/unistr/test-u32-chr.c: New file.
3317
3318         Tests for module 'unistr/u16-chr'.
3319         * modules/unistr/u16-chr-tests: New file.
3320         * tests/unistr/test-u16-chr.c: New file.
3321
3322         Tests for module 'unistr/u8-chr'.
3323         * modules/unistr/u8-chr-tests: New file.
3324         * tests/unistr/test-u8-chr.c: New file.
3325         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3326
3327         Tests for module 'unistr/u32-cmp2'.
3328         * modules/unistr/u32-cmp2-tests: New file.
3329         * tests/unistr/test-u32-cmp2.c: New file.
3330
3331         Tests for module 'unistr/u16-cmp2'.
3332         * modules/unistr/u16-cmp2-tests: New file.
3333         * tests/unistr/test-u16-cmp2.c: New file.
3334
3335         Tests for module 'unistr/u8-cmp2'.
3336         * modules/unistr/u8-cmp2-tests: New file.
3337         * tests/unistr/test-u8-cmp2.c: New file.
3338         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3339
3340         Tests for module 'unistr/u32-cmp'.
3341         * modules/unistr/u32-cmp-tests: New file.
3342         * tests/unistr/test-u32-cmp.c: New file.
3343
3344         Tests for module 'unistr/u16-cmp'.
3345         * modules/unistr/u16-cmp-tests: New file.
3346         * tests/unistr/test-u16-cmp.c: New file.
3347
3348         Tests for module 'unistr/u8-cmp'.
3349         * modules/unistr/u8-cmp-tests: New file.
3350         * tests/unistr/test-u8-cmp.c: New file.
3351         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3352
3353         Tests for module 'unistr/u32-set'.
3354         * modules/unistr/u32-set-tests: New file.
3355         * tests/unistr/test-u32-set.c: New file.
3356
3357         Tests for module 'unistr/u16-set'.
3358         * modules/unistr/u16-set-tests: New file.
3359         * tests/unistr/test-u16-set.c: New file.
3360
3361         Tests for module 'unistr/u8-set'.
3362         * modules/unistr/u8-set-tests: New file.
3363         * tests/unistr/test-u8-set.c: New file.
3364         * tests/unistr/test-set.h: New file.
3365
3366         Tests for module 'unistr/u32-move'.
3367         * modules/unistr/u32-move-tests: New file.
3368         * tests/unistr/test-u32-move.c: New file.
3369
3370         Tests for module 'unistr/u16-move'.
3371         * modules/unistr/u16-move-tests: New file.
3372         * tests/unistr/test-u16-move.c: New file.
3373
3374         Tests for module 'unistr/u8-move'.
3375         * modules/unistr/u8-move-tests: New file.
3376         * tests/unistr/test-u8-move.c: New file.
3377         * tests/unistr/test-move.h: New file.
3378
3379         Tests for module 'unistr/u32-cpy'.
3380         * modules/unistr/u32-cpy-tests: New file.
3381         * tests/unistr/test-u32-cpy.c: New file.
3382
3383         Tests for module 'unistr/u16-cpy'.
3384         * modules/unistr/u16-cpy-tests: New file.
3385         * tests/unistr/test-u16-cpy.c: New file.
3386
3387         Tests for module 'unistr/u8-cpy'.
3388         * modules/unistr/u8-cpy-tests: New file.
3389         * tests/unistr/test-u8-cpy.c: New file.
3390         * tests/unistr/test-cpy.h: New file.
3391
3392 2010-01-09  Bruno Haible  <bruno@clisp.org>
3393
3394         Tests for module 'unistr/u32-uctomb'.
3395         * modules/unistr/u32-uctomb-tests: New file.
3396         * tests/unistr/test-u32-uctomb.c: New file.
3397
3398         Tests for module 'unistr/u16-uctomb'.
3399         * modules/unistr/u16-uctomb-tests: New file.
3400         * tests/unistr/test-u16-uctomb.c: New file.
3401
3402         Tests for module 'unistr/u8-uctomb'.
3403         * modules/unistr/u8-uctomb-tests: New file.
3404         * tests/unistr/test-u8-uctomb.c: New file.
3405
3406         Tests for module 'unistr/u32-mbtoucr'.
3407         * modules/unistr/u32-mbtoucr-tests: New file.
3408         * tests/unistr/test-u32-mbtoucr.c: New file.
3409
3410         Tests for module 'unistr/u16-mbtoucr'.
3411         * modules/unistr/u16-mbtoucr-tests: New file.
3412         * tests/unistr/test-u16-mbtoucr.c: New file.
3413
3414         Tests for module 'unistr/u8-mbtoucr'.
3415         * modules/unistr/u8-mbtoucr-tests: New file.
3416         * tests/unistr/test-u8-mbtoucr.c: New file.
3417
3418         Tests for module 'unistr/u32-mbtouc'.
3419         * modules/unistr/u32-mbtouc-tests: New file.
3420         * tests/unistr/test-u32-mbtouc.c: New file.
3421
3422         Tests for module 'unistr/u16-mbtouc'.
3423         * modules/unistr/u16-mbtouc-tests: New file.
3424         * tests/unistr/test-u16-mbtouc.c: New file.
3425
3426         Tests for module 'unistr/u8-mbtouc'.
3427         * modules/unistr/u8-mbtouc-tests: New file.
3428         * tests/unistr/test-u8-mbtouc.c: New file.
3429
3430         Tests for module 'unistr/u32-mbtouc-unsafe'.
3431         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3432         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3433         * tests/unistr/test-u32-mbtouc.h: New file.
3434
3435         Tests for module 'unistr/u16-mbtouc-unsafe'.
3436         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3437         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3438         * tests/unistr/test-u16-mbtouc.h: New file.
3439
3440         Tests for module 'unistr/u8-mbtouc-unsafe'.
3441         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3442         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3443         * tests/unistr/test-u8-mbtouc.h: New file.
3444
3445         Tests for module 'unistr/u32-mblen'.
3446         * modules/unistr/u32-mblen-tests: New file.
3447         * tests/unistr/test-u32-mblen.c: New file.
3448
3449         Tests for module 'unistr/u16-mblen'.
3450         * modules/unistr/u16-mblen-tests: New file.
3451         * tests/unistr/test-u16-mblen.c: New file.
3452
3453         Tests for module 'unistr/u8-mblen'.
3454         * modules/unistr/u8-mblen-tests: New file.
3455         * tests/unistr/test-u8-mblen.c: New file.
3456
3457         Tests for module 'unistr/u32-to-u16'.
3458         * modules/unistr/u32-to-u16-tests: New file.
3459         * tests/unistr/test-u32-to-u16.c: New file.
3460
3461         Tests for module 'unistr/u32-to-u8'.
3462         * modules/unistr/u32-to-u8-tests: New file.
3463         * tests/unistr/test-u32-to-u8.c: New file.
3464
3465         Tests for module 'unistr/u16-to-u32'.
3466         * modules/unistr/u16-to-u32-tests: New file.
3467         * tests/unistr/test-u16-to-u32.c: New file.
3468
3469         Tests for module 'unistr/u16-to-u8'.
3470         * modules/unistr/u16-to-u8-tests: New file.
3471         * tests/unistr/test-u16-to-u8.c: New file.
3472
3473         Tests for module 'unistr/u8-to-u32'.
3474         * modules/unistr/u8-to-u32-tests: New file.
3475         * tests/unistr/test-u8-to-u32.c: New file.
3476
3477         Tests for module 'unistr/u8-to-u16'.
3478         * modules/unistr/u8-to-u16-tests: New file.
3479         * tests/unistr/test-u8-to-u16.c: New file.
3480
3481         Tests for module 'unistr/u32-check'.
3482         * modules/unistr/u32-check-tests: New file.
3483         * tests/unistr/test-u32-check.c: New file.
3484
3485         Tests for module 'unistr/u16-check'.
3486         * modules/unistr/u16-check-tests: New file.
3487         * tests/unistr/test-u16-check.c: New file.
3488
3489         Tests for module 'unistr/u8-check'.
3490         * modules/unistr/u8-check-tests: New file.
3491         * tests/unistr/test-u8-check.c: New file.
3492
3493         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3494         (category_equals): New function.
3495         (main): Add more tests.
3496         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3497
3498         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3499
3500 2010-01-10  Bruno Haible  <bruno@clisp.org>
3501
3502         unistr/u*-strcoll: Try harder to distinguish different strings.
3503         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3504         compare s1 and s2 to see if they are different.
3505
3506 2010-01-10  Bruno Haible  <bruno@clisp.org>
3507
3508         unistr/u*-stpncpy: Fix the return value.
3509         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3510         description of the return value consistent with stpncpy in glibc.
3511         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3512         written non-NUL unit.
3513
3514 2010-01-10  Bruno Haible  <bruno@clisp.org>
3515
3516         unistr/u*-next: Add missing dependencies.
3517         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3518         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3519         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3520
3521 2010-01-10  Bruno Haible  <bruno@clisp.org>
3522
3523         unistr/u8-mbsnlen: Fix return value for incomplete character.
3524         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3525         u8_mblen.
3526         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3527         Remove unistr/u8-mblen.
3528         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3529         u16_mblen.
3530         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3531         Remove unistr/u16-mblen.
3532
3533 2010-01-10  Bruno Haible  <bruno@clisp.org>
3534
3535         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3536         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3537         Reported by Brian Gough <bjg@gnu.org> and
3538         Chris Clayton <chris2553@googlemail.com> via
3539         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
3540
3541 2010-01-09  Bruno Haible  <bruno@clisp.org>
3542
3543         unistr/u16-to-u32: Reject invalid input.
3544         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
3545         u16_mbtouc.
3546         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
3547         Remove unistr/u16-mbtouc.
3548
3549         unistr/u16-to-u8: Reject invalid input.
3550         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
3551         u16_mbtouc.
3552         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
3553         Remove unistr/u16-mbtouc.
3554
3555         unistr/u8-to-u32: Reject invalid input.
3556         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
3557         u8_mbtouc.
3558         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
3559         Remove unistr/u8-mbtouc.
3560
3561         unistr/u8-to-u16: Reject invalid input.
3562         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
3563         u8_mbtouc.
3564         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
3565         Remove unistr/u8-mbtouc.
3566
3567 2010-01-09  Bruno Haible  <bruno@clisp.org>
3568
3569         Tests for module 'getlogin'.
3570         * modules/getlogin-tests: New file.
3571         * tests/test-getlogin.c: New file.
3572
3573         New module 'getlogin'.
3574         * lib/unistd.in.h (getlogin): New declaration.
3575         * lib/getlogin.c: New file.
3576         * m4/getlogin.m4: New file.
3577         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
3578         HAVE_GETLOGIN.
3579         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
3580         HAVE_GETLOGIN.
3581         * modules/getlogin: New file.
3582         * doc/posix-functions/getlogin.texi: Mention the new module.
3583         Reported by John W. Eaton <jwe@gnu.org>.
3584
3585 2010-01-09  Bruno Haible  <bruno@clisp.org>
3586
3587         getlogin_r: Support for native Windows.
3588         * lib/getlogin_r.c: Include <windows.h>
3589         (getlogin_r): Implement for native Windows.
3590         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
3591         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
3592         via John W. Eaton <jwe@gnu.org>.
3593
3594 2010-01-09  Bruno Haible  <bruno@clisp.org>
3595
3596         getlogin_r: Small fixes.
3597         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
3598         succeeds.
3599         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
3600         before testing whether getlogin_r is declared. No need to set
3601         HAVE_DECL_GETLOGIN_R to 1.
3602         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
3603
3604 2010-01-09  Bruno Haible  <bruno@clisp.org>
3605
3606         * lib/unistd.in.h (getlogin_r): Add comment.
3607
3608 2010-01-09  Bruno Haible  <bruno@clisp.org>
3609
3610         Tests for module 'getlogin_r'.
3611         * modules/getlogin_r-tests: New file.
3612         * tests/test-getlogin_r.c: New file.
3613
3614 2010-01-09  Jim Meyering  <meyering@redhat.com>
3615
3616         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
3617         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
3618         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
3619
3620 2010-01-08  Simon Josefsson  <simon@josefsson.org>
3621
3622         * lib/dup2.c (rpl_dup2): Improve comment.
3623
3624 2010-01-08  Eric Blake  <ebb9@byu.net>
3625
3626         maint.mk: allow packages to add makefile @@ exceptions
3627         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
3628         (sc_makefile_check): Rename...
3629         (sc_makefile_at_at_check): ...to this, and use hook.
3630
3631         dup2: work around mingw bug
3632         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
3633         Reported by Simon Josefsson.
3634
3635 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
3636
3637         glob: Fix C++ compilation.
3638         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
3639         C++.
3640
3641 2010-01-07  Bruno Haible  <bruno@clisp.org>
3642
3643         Fix indentation of wctype.in.h, broken since 2007-01-06.
3644         * lib/wctype.in.h: Fix indentation of preprocessor directives.
3645
3646 2010-01-07  Bruno Haible  <bruno@clisp.org>
3647
3648         mbslen: Avoid collision with system function.
3649         * lib/string.in.h [MirBSD]: Include <wchar.h>.
3650         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
3651         * m4/mbslen.m4: New file.
3652         * modules/mbslen (Files): Add it.
3653         (configure.ac): Invoke gl_MBSLEN.
3654         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
3655         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
3656         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
3657         via Ian Beckwith <ianb@erislabs.net>.
3658
3659 2010-01-07  Bruno Haible  <bruno@clisp.org>
3660
3661         dirent: Document the last fix.
3662         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
3663
3664 2010-01-07  Bruno Haible  <bruno@clisp.org>
3665
3666         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
3667         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
3668         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
3669         va_list are defined.
3670         * doc/posix-headers/stdio.texi: Document the bug of missing types.
3671         Reported by Eric Blake.
3672
3673 2010-01-07  Bruno Haible  <bruno@clisp.org>
3674
3675         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
3676         * modules/xlist (Depends-on): Add 'list',
3677         * modules/xoset (Depends-on): Add 'oset'.
3678         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3679
3680 2010-01-07  Bruno Haible  <bruno@clisp.org>
3681
3682         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
3683         * doc/posix-functions/strncasecmp.texi: Likewise.
3684
3685 2010-01-07  Bruno Haible  <bruno@clisp.org>
3686
3687         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
3688
3689 2010-01-07  John W. Eaton  <jwe@octave.org>
3690
3691         wctype: allow C++ use
3692         * lib/wctype.in.h: Add extern "C" block for C++.
3693
3694 2010-01-06  Eric Blake  <ebb9@byu.net>
3695
3696         maint.mk: detect incorrect GFDL usage
3697         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
3698
3699 2010-01-06  Jim Meyering  <meyering@redhat.com>
3700         and Eric Blake  <ebb9@byu.net>
3701
3702         maint.mk: ignore multi-line copyright in NEWS
3703         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
3704
3705 2010-01-06  Eric Blake  <ebb9@byu.net>
3706
3707         select: add missing dependency
3708         * modules/select-tests (Depends-on): Move sockets dependency...
3709         * modules/select (Depends-on): ...here.
3710         Reported by Ian Beckwith.
3711
3712         doc: regenerate INSTALL
3713         * doc/INSTALL: Reflect recent autoconf update.
3714         * doc/INSTALL.ISO: Likewise.
3715         * doc/INSTALL.UTF-8: Likewise.
3716
3717         pread: fix compilation on glibc
3718         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
3719         Reported by Ralf Wildenhues.
3720
3721         dirent: fix test failure
3722         * lib/dirent.in.h (includes): Guarantee ino_t.
3723         Reported by Ralf Wildenhues.
3724
3725 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
3726
3727         linkat, renameat: avoid bad free
3728         * lib/at-func2.c (at_func2): Fix typo.
3729         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
3730
3731 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3732
3733         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
3734         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
3735         to avoid failure of symlink test later.
3736
3737 2010-01-06  Eric Blake  <ebb9@byu.net>
3738
3739         stdio, unistd: guarantee ssize_t
3740         * lib/unistd.in.h (includes): Ensure that types required by POSIX
3741         2008 are exposed when needed.
3742         * lib/stdio.in.h (includes): Likewise.
3743         Reported by Ralf Wildenhues.
3744
3745 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
3746
3747         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
3748         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
3749         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
3750
3751 2010-01-06  Jim Meyering  <meyering@redhat.com>
3752
3753         readtokens: this module *does* require xalloc.h
3754         It uses only functions that were omitted by the old syntax-check rule.
3755         * lib/readtokens.c: Include "xalloc.h" once again.
3756         * modules/readtokens (Depends-on): Add xalloc.
3757         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
3758
3759 2010-01-05  Eric Blake  <ebb9@byu.net>
3760
3761         maint: support 'make announcement' from a VPATH build
3762         * top/maint.mk (announcement): Look for correct NEWS file.
3763
3764 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
3765
3766         utimens (fdutimens): ignore a negative FD, per contract
3767         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
3768         when we have a valid file descriptor.  Otherwise, using a brand
3769         new glibc (with just-patched futimens that now fails with EBADF)
3770         would cause this function to fail with ENOSYS.
3771         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
3772         See also http://bugzilla.redhat.com/552320.
3773
3774 2010-01-05  Eric Blake  <ebb9@byu.net>
3775
3776         strcase: document what it provides
3777         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
3778         gnulib module.
3779         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
3780         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
3781
3782 2010-01-05  Jim Meyering  <meyering@redhat.com>
3783
3784         maint: remove useless inclusions of "xalloc.h"
3785         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
3786         * lib/readtokens.c: Likewise.
3787         * lib/same.c: Likewise.
3788         * modules/getloadavg (Depends-on): Remove xalloc.
3789         * modules/readtokens: Likewise.
3790         * modules/same: Likewise.
3791
3792         maint.mk: include 4 more function names in alloca.h-checking regexp
3793         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
3794         regexp.  Before, we would give a false-positive (saying alloca.h
3795         is included unnecessarily) when the only uses involved omitted symbols.
3796
3797         xalloc.h: use consistent formatting
3798         * lib/xalloc.h: Move declarations to start in the first column.
3799
3800 2010-01-05  Eric Blake  <ebb9@byu.net>
3801
3802         mkdir: avoid xalloc
3803         * lib/mkdir.c (includes): Drop unused header.
3804         Reported by John W. Eaton.
3805
3806 2010-01-04  Jim Meyering  <meyering@redhat.com>
3807
3808         nl_langinfo: avoid configure-time syntax error
3809         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
3810         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
3811         the empty string.  Don't let that provoke a shell syntax error.
3812
3813         regcomp, regexec, fnmatch: avoid array bounds read error
3814         * lib/regcomp.c (build_equiv_class): From glibc:
3815         Use only the low 24 bits of a findidx return value as an index
3816         into the weights array.  Patch by Ulrich Drepper:
3817         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
3818         * lib/regexec.c (check_node_accept_bytes): Likewise.
3819         * lib/fnmatch_loop.c (FCT): Likewise.
3820
3821         regcomp: skip collseq lookup when there are no rules
3822         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
3823         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
3824
3825         regcomp: recognize ill-formed { } expressions
3826         * lib/regcomp.c (parse_dup_op): From glibc:
3827         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
3828
3829         regcomp: fix typo in comment
3830         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
3831         s/satisfy/satisfies/.
3832
3833         regcomp: sync from glibc: remove dead store
3834         * lib/regcomp.c (duplicate_node_closure): Remove useless
3835         search_duplicated_node call and dead store.
3836
3837         regcomp: sync from glibc; always use nl_langinfo
3838         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
3839         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
3840         * modules/regex (Depends-on): Add nl_langinfo.
3841
3842 2010-01-04  Eric Blake  <ebb9@byu.net>
3843
3844         fdopendir: fix configure test
3845         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
3846
3847 2010-01-01  Bruno Haible  <bruno@clisp.org>
3848
3849         wchar: Remove unused configure check.
3850         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
3851
3852 2010-01-01  Eric Blake  <ebb9@byu.net>
3853
3854         headers: make check of system header explicit
3855         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
3856         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
3857         ourselves.
3858         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3859         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3860         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3861         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
3862         internals.
3863         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
3864         missing.
3865         Suggested by Bruno Haible.
3866
3867 2010-01-01  Jim Meyering  <meyering@redhat.com>
3868
3869         ChangeLog: tweak to eliminate unnecessary copyright line
3870         * ChangeLog: Remove a copyright line that was mistakenly updated
3871         by today's update-copyright run.  Reported by Eric Blake.
3872
3873         test-update-copyright: don't let envvar setting cause test failure
3874         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
3875
3876 2010-01-01  Bruno Haible  <bruno@clisp.org>
3877
3878         localename: Avoid gcc warning.
3879         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
3880         function if it is not used.
3881
3882 2010-01-01  Jim Meyering  <meyering@redhat.com>
3883
3884         update nearly all FSF copyright year lists to include 2010
3885         Use the same procedure as for 2009, outlined in
3886         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
3887
3888         version-etc: set COPYRIGHT_YEAR to 2010
3889         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
3890
3891 2009-12-31  Eric Blake  <ebb9@byu.net>
3892
3893         doc: correct availability of cygwin 1.5.x getopt
3894         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
3895         variables.
3896         * doc/posix-functions/opterr.texi (opterr): Likewise.
3897         * doc/posix-functions/optind.texi (optind): Likewise.
3898         * doc/posix-functions/optopt.texi (optopt): Likewise.
3899         * doc/posix-functions/tzname.texi (tzname): Likewise.
3900
3901         openat: update maintainer
3902         * modules/openat (Maintainer): Add myself.
3903
3904         utimens: avoid shadowing warning
3905         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
3906         buffers into one, to avoid shadowing, as well as avoiding a
3907         redundant stat.
3908         Reported by Jim Meyering.
3909
3910         test-dup2: avoid compiler warning
3911         * tests/test-dup2.c (is_inheritable): Only define if used.
3912
3913 2010-01-01  Bruno Haible  <bruno@clisp.org>
3914
3915         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
3916         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
3917         defined, use wctomb instead of wcrtomb.
3918
3919 2010-01-01  Bruno Haible  <bruno@clisp.org>
3920
3921         iconv: Reject native Solaris iconv.
3922         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
3923         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
3924
3925 2009-12-31  Bruno Haible  <bruno@clisp.org>
3926
3927         * tests/test-signal.c (main): Remove test of 'SIG'.
3928
3929 2009-12-31  Bruno Haible  <bruno@clisp.org>
3930
3931         spawn: Fix incomplete fix.
3932         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
3933         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
3934         warnings for GNULIB_POSIXCHECK again.
3935         Reported by Eric Blake.
3936
3937 2009-12-31  Bruno Haible  <bruno@clisp.org>
3938
3939         Avoid namespace pollution on glibc systems.
3940         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
3941         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
3942         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
3943         glibc systems.
3944
3945 2009-12-31  Bruno Haible  <bruno@clisp.org>
3946
3947         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
3948         (gl_REPLACE_WCHAR_H): Turn into a no-op.
3949         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
3950         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
3951         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
3952         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
3953         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
3954
3955 2009-12-31  Bruno Haible  <bruno@clisp.org>
3956
3957         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
3958         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
3959         afterwards.
3960
3961 2009-12-31  Bruno Haible  <bruno@clisp.org>
3962
3963         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
3964         SYS_UTSNAME_H.
3965
3966 2009-12-31  Bruno Haible  <bruno@clisp.org>
3967
3968         spawn: Fix misapplied patch.
3969         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
3970         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
3971         warnings for GNULIB_POSIXCHECK.
3972
3973 2009-12-31  Bruno Haible  <bruno@clisp.org>
3974
3975         times: Update after sys_times changed.
3976         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
3977         * modules/times (Files): Add it.
3978         (configure.ac): Invoke gl_FUNC_TIMES.
3979
3980 2009-12-31  Bruno Haible  <bruno@clisp.org>
3981
3982         Use AC_C_INLINE where necessary.
3983         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
3984         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
3985         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
3986         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
3987         * m4/mbfile.m4 (gl_MBFILE): Likewise.
3988         * m4/mbiter.m4 (gl_MBITER): Likewise.
3989         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3990         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
3991         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
3992         * modules/u64 (configure.ac): Likewise.
3993
3994 2009-12-31  Bruno Haible  <bruno@clisp.org>
3995
3996         Use AC_C_INLINE instead of module 'inline' where possible.
3997         * modules/inline (Description): Clarify purpose.
3998         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
3999         * modules/count-one-bits (Depends-on): Remove inline.
4000         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4001         * modules/openat (Depends-on): Remove inline.
4002         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4003         instead of depending on module 'inline'.
4004         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4005         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4006         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4007         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4008         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4009         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4010         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4011         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4012         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4013         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4014         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4015         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4016         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4017         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4018         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4019         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4020         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4021         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4022         Likewise.
4023         * modules/unictype/property-ascii-hex-digit (Depends-on,
4024         configure.ac): Likewise.
4025         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4026         configure.ac): Likewise.
4027         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4028         configure.ac): Likewise.
4029         * modules/unictype/property-bidi-block-separator (Depends-on,
4030         configure.ac): Likewise.
4031         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4032         configure.ac): Likewise.
4033         * modules/unictype/property-bidi-common-separator (Depends-on,
4034         configure.ac): Likewise.
4035         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4036         Likewise.
4037         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4038         configure.ac): Likewise.
4039         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4040         configure.ac): Likewise.
4041         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4042         configure.ac): Likewise.
4043         * modules/unictype/property-bidi-european-digit (Depends-on,
4044         configure.ac): Likewise.
4045         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4046         configure.ac): Likewise.
4047         * modules/unictype/property-bidi-left-to-right (Depends-on,
4048         configure.ac): Likewise.
4049         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4050         configure.ac): Likewise.
4051         * modules/unictype/property-bidi-other-neutral (Depends-on,
4052         configure.ac): Likewise.
4053         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4054         Likewise.
4055         * modules/unictype/property-bidi-segment-separator (Depends-on,
4056         configure.ac): Likewise.
4057         * modules/unictype/property-bidi-whitespace (Depends-on,
4058         configure.ac): Likewise.
4059         * modules/unictype/property-combining (Depends-on, configure.ac):
4060         Likewise.
4061         * modules/unictype/property-composite (Depends-on, configure.ac):
4062         Likewise.
4063         * modules/unictype/property-currency-symbol (Depends-on,
4064         configure.ac): Likewise.
4065         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4066         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4067         Likewise.
4068         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4069         configure.ac): Likewise.
4070         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4071         Likewise.
4072         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4073         Likewise.
4074         * modules/unictype/property-extender (Depends-on, configure.ac):
4075         Likewise.
4076         * modules/unictype/property-format-control (Depends-on, configure.ac):
4077         Likewise.
4078         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4079         Likewise.
4080         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4081         Likewise.
4082         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4083         Likewise.
4084         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4085         Likewise.
4086         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4087         Likewise.
4088         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4089         Likewise.
4090         * modules/unictype/property-id-start (Depends-on, configure.ac):
4091         Likewise.
4092         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4093         Likewise.
4094         * modules/unictype/property-ids-binary-operator (Depends-on,
4095         configure.ac): Likewise.
4096         * modules/unictype/property-ids-trinary-operator (Depends-on,
4097         configure.ac): Likewise.
4098         * modules/unictype/property-ignorable-control (Depends-on,
4099         configure.ac): Likewise.
4100         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4101         Likewise.
4102         * modules/unictype/property-join-control (Depends-on, configure.ac):
4103         Likewise.
4104         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4105         Likewise.
4106         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4107         Likewise.
4108         * modules/unictype/property-logical-order-exception (Depends-on,
4109         configure.ac): Likewise.
4110         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4111         Likewise.
4112         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4113         * modules/unictype/property-non-break (Depends-on, configure.ac):
4114         Likewise.
4115         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4116         Likewise.
4117         * modules/unictype/property-numeric (Depends-on, configure.ac):
4118         Likewise.
4119         * modules/unictype/property-other-alphabetic (Depends-on,
4120         configure.ac): Likewise.
4121         * modules/unictype/property-other-default-ignorable-code-point
4122         (Depends-on, configure.ac): Likewise.
4123         * modules/unictype/property-other-grapheme-extend (Depends-on,
4124         configure.ac): Likewise.
4125         * modules/unictype/property-other-id-continue (Depends-on,
4126         configure.ac): Likewise.
4127         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4128         Likewise.
4129         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4130         Likewise.
4131         * modules/unictype/property-other-math (Depends-on, configure.ac):
4132         Likewise.
4133         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4134         Likewise.
4135         * modules/unictype/property-paired-punctuation (Depends-on,
4136         configure.ac): Likewise.
4137         * modules/unictype/property-paragraph-separator (Depends-on,
4138         configure.ac): Likewise.
4139         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4140         Likewise.
4141         * modules/unictype/property-pattern-white-space (Depends-on,
4142         configure.ac): Likewise.
4143         * modules/unictype/property-private-use (Depends-on, configure.ac):
4144         Likewise.
4145         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4146         Likewise.
4147         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4148         Likewise.
4149         * modules/unictype/property-radical (Depends-on, configure.ac):
4150         Likewise.
4151         * modules/unictype/property-sentence-terminal (Depends-on,
4152         configure.ac): Likewise.
4153         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4154         Likewise.
4155         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4156         * modules/unictype/property-terminal-punctuation (Depends-on,
4157         configure.ac): Likewise.
4158         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4159         Likewise.
4160         * modules/unictype/property-unassigned-code-value (Depends-on,
4161         configure.ac): Likewise.
4162         * modules/unictype/property-unified-ideograph (Depends-on,
4163         configure.ac): Likewise.
4164         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4165         Likewise.
4166         * modules/unictype/property-variation-selector (Depends-on,
4167         configure.ac): Likewise.
4168         * modules/unictype/property-white-space (Depends-on, configure.ac):
4169         Likewise.
4170         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4171         Likewise.
4172         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4173         Likewise.
4174         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4175         Likewise.
4176         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4177         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4178         Likewise.
4179
4180 2009-12-31  Bruno Haible  <bruno@clisp.org>
4181
4182         Remove unnecessary AC_C_INLINE invocation.
4183         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4184         since 2009-08-21.
4185
4186 2009-12-31  Jim Meyering  <meyering@redhat.com>
4187
4188         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4189         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4190         With this change, we can all remove the gpg_key_ID = ... definition
4191         from our respective cfg.mk files.
4192
4193         maint.mk: create announcement template in ~/, not in /tmp
4194         * top/maint.mk (emit_upload_commands): Adjust.
4195         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4196         Remove temporary file, .ci-msg.
4197
4198 2009-12-31  Eric Blake  <ebb9@byu.net>
4199
4200         link-warning: always build headers with link warnings
4201         * modules/arpa_inet (Makefile.am): Always build replacement
4202         header.
4203         * modules/ctype (Makefile.am): Likewise.
4204         * modules/dirent (Makefile.am): Likewise.
4205         * modules/inttypes (Makefile.am): Likewise.
4206         * modules/langinfo (Makefile.am): Likewise.
4207         * modules/locale (Makefile.am): Likewise.
4208         * modules/spawn (Makefile.am): Likewise.
4209         * modules/sys_file (Makefile.am): Likewise.
4210         * modules/sys_ioctl (Makefile.am): Likewise.
4211         * modules/sys_select (Makefile.am): Likewise.
4212         * modules/sys_socket (Makefile.am): Likewise.
4213         * modules/sys_times (Makefile.am): Likewise.
4214         * modules/sys_utsname (Makefile.am): Likewise.
4215         * modules/sys_wait (Makefile.am): Likewise.
4216         * modules/wchar (Makefile.am): Likewise.
4217         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4218         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4219         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4220         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4221         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4222         Likewise.
4223         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4224         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4225         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4226         Likewise.
4227         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4228         Likewise.
4229         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4230         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4231         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4232         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4233         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4234         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4235         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4236         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4237         (gl_WCHAR_H_DEFAULTS): Likewise.
4238
4239 2009-12-31  Eric Blake  <ebb9@byu.net>
4240
4241         signal, spawn: use link warnings
4242         * lib/signal.in.h (sigset_t): Make unconditional.
4243         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4244         (sigpending, sigprocmask, sigaction): Add link warnings.
4245         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4246         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4247         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4248         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4249         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4250         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4251         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4252         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4253         (posix_spawn_file_actions_destroy)
4254         (posix_spawn_file_actions_addopen)
4255         (posix_spawn_file_actions_addclose)
4256         (posix_spawn_file_actions_adddup2): Likewise.
4257         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4258         * tests/test-signal.c (main): Enhance test.
4259
4260         spawn: improve wrapper support
4261         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4262         (gl_SPAWN_H_DEFAULTS): New defaults.
4263         * modules/spawn (Makefile.am): Substitute them.
4264         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4265         Only declare if missing or broken.
4266
4267         sys_times, sys_utsname: use include_next
4268         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4269         header.
4270         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4271         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4272         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4273         * modules/sys_times (Depends-on): Add include_next.
4274         (Makefile.am): Substitute additional values.
4275         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4276         * lib/sys_times.in.h (includes): Include native header, if
4277         available.
4278         * lib/sys_utsname.in.h (includes): Likewise.
4279         * tests/test-sys_times.c (main): Enhance test.
4280
4281         fdutimensat: revert prior patch
4282         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4283         utimens.h.
4284         Reported by Bruno Haible.
4285
4286 2009-12-30  Eric Blake  <ebb9@byu.net>
4287
4288         sys_wait: drop link-warning dependency
4289         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4290         link-warning efforts.
4291         * lib/sys_wait.in.h: Likewise.
4292
4293         fdutimensat: remove bogus dependency
4294         * modules/fdutimensat (Depends-on): Drop inline.
4295
4296         unistd: fix typo
4297         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4298
4299 2009-12-30  Bruno Haible  <bruno@clisp.org>
4300
4301         Fix compilation error with Solaris cc.
4302         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4303         * lib/unicase/u16-is-invariant.c: Likewise.
4304         * lib/unicase/u32-is-invariant.c: Likewise.
4305         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4306
4307 2009-12-30  Bruno Haible  <bruno@clisp.org>
4308
4309         Fix test crash.
4310         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4311         locales.
4312         Reported by Simon Josefsson <simon@josefsson.org>.
4313
4314 2009-12-30  Bruno Haible  <bruno@clisp.org>
4315
4316         Fix compilation error on most platforms.
4317         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4318         Reported by Simon Josefsson <simon@josefsson.org>
4319         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4320
4321 2009-12-30  Eric Blake  <ebb9@byu.net>
4322
4323         futimens, utimensat: work around ntfs-3g bug
4324         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4325         a ctime bug is present, and expand workaround to cover ntfs-3g.
4326         * lib/utimens.c (fdutimens, lutimens): Likewise.
4327         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4328         (validate_timespec): Adjust return value.
4329         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4330         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4331         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4332
4333 2009-12-29  Eric Blake  <ebb9@byu.net>
4334
4335         link-warning: make usage consistent
4336         * modules/ctype (Depends-on): Add link-warning.
4337         (Makefile.am): Update rules accordingly.
4338         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4339         * modules/locale (Depends-on, Makefile.am): Likewise.
4340         * modules/sys_file (Makefile.am): Likewise.
4341         * modules/getopt-posix (Makefile.am): Delete unused link warning
4342         efforts.
4343         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4344         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4345         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4346         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4347
4348         stdio: remove unused variables
4349         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4350         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4351         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4352
4353         tests: test more substitute headers
4354         * modules/ctype-tests: New file.
4355         * modules/dirent-tests: Likewise.
4356         * modules/spawn-tests: Likewise.
4357         * modules/sys_file-tests: Likewise.
4358         * modules/sys_ioctl-tests: Likewise.
4359         * modules/sys_wait-tests: Likewise.
4360         * tests/test-ctype.c: Likewise.
4361         * tests/test-dirent.c: Likewise.
4362         * tests/test-spawn.c: Likewise.
4363         * tests/test-sys_file.c: Likewise.
4364         * tests/test-sys_ioctl.c: Likewise.
4365         * tests/test-sys_wait.c: Likewise.
4366         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4367         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4368         whether or not flock is in use.
4369
4370         tests: remove License section from module
4371         * modules/arpa_inet-tests: Remove unneeded section.
4372         * modules/byteswap-tests: Likewise.
4373         * modules/ceilf-tests: Likewise.
4374         * modules/ceill-tests: Likewise.
4375         * modules/crypto/des-tests: Likewise.
4376         * modules/crypto/gc-arcfour-tests: Likewise.
4377         * modules/crypto/gc-arctwo-tests: Likewise.
4378         * modules/crypto/gc-des-tests: Likewise.
4379         * modules/crypto/gc-hmac-md5-tests: Likewise.
4380         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4381         * modules/crypto/gc-md2-tests: Likewise.
4382         * modules/crypto/gc-md4-tests: Likewise.
4383         * modules/crypto/gc-md5-tests: Likewise.
4384         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4385         * modules/crypto/gc-rijndael-tests: Likewise.
4386         * modules/crypto/gc-sha1-tests: Likewise.
4387         * modules/crypto/gc-tests: Likewise.
4388         * modules/crypto/md2-tests: Likewise.
4389         * modules/crypto/md4-tests: Likewise.
4390         * modules/fcntl-h-tests: Likewise.
4391         * modules/floorf-tests: Likewise.
4392         * modules/floorl-tests: Likewise.
4393         * modules/frexp-nolibm-tests: Likewise.
4394         * modules/frexp-tests: Likewise.
4395         * modules/frexpl-nolibm-tests: Likewise.
4396         * modules/frexpl-tests: Likewise.
4397         * modules/getaddrinfo-tests: Likewise.
4398         * modules/inttypes-tests: Likewise.
4399         * modules/isfinite-tests: Likewise.
4400         * modules/isinf-tests: Likewise.
4401         * modules/ldexpl-tests: Likewise.
4402         * modules/locale-tests: Likewise.
4403         * modules/math-tests: Likewise.
4404         * modules/netdb-tests: Likewise.
4405         * modules/netinet_in-tests: Likewise.
4406         * modules/printf-frexp-tests: Likewise.
4407         * modules/printf-frexpl-tests: Likewise.
4408         * modules/priv-set-tests: Likewise.
4409         * modules/random_r-tests: Likewise.
4410         * modules/round-tests: Likewise.
4411         * modules/roundf-tests: Likewise.
4412         * modules/roundl-tests: Likewise.
4413         * modules/search-tests: Likewise.
4414         * modules/select-tests: Likewise.
4415         * modules/signal-tests: Likewise.
4416         * modules/stdbool-tests: Likewise.
4417         * modules/stddef-tests: Likewise.
4418         * modules/stdint-tests: Likewise.
4419         * modules/stdio-tests: Likewise.
4420         * modules/stdlib-tests: Likewise.
4421         * modules/string-tests: Likewise.
4422         * modules/strings-tests: Likewise.
4423         * modules/sys_select-tests: Likewise.
4424         * modules/sys_socket-tests: Likewise.
4425         * modules/sys_stat-tests: Likewise.
4426         * modules/sys_time-tests: Likewise.
4427         * modules/sys_utsname-tests: Likewise.
4428         * modules/sysexits-tests: Likewise.
4429         * modules/time-tests: Likewise.
4430         * modules/trunc-tests: Likewise.
4431         * modules/truncf-tests: Likewise.
4432         * modules/truncl-tests: Likewise.
4433         * modules/tsearch-tests: Likewise.
4434         * modules/unistd-tests: Likewise.
4435         * modules/wchar-tests: Likewise.
4436         * modules/wctype-tests: Likewise.
4437
4438         tests: fix license on several tests
4439         * tests/test-des.c: Update to GPLv3+.
4440         * tests/test-flock.c: Likewise.
4441         * tests/test-fsync.c: Likewise.
4442         * tests/test-futimens.h: Likewise.
4443         * tests/test-gc-arcfour.c: Likewise.
4444         * tests/test-gc-arctwo.c: Likewise.
4445         * tests/test-gc-des.c: Likewise.
4446         * tests/test-gc-hmac-md5.c: Likewise.
4447         * tests/test-gc-hmac-sha1.c: Likewise.
4448         * tests/test-gc-md2.c: Likewise.
4449         * tests/test-gc-md4.c: Likewise.
4450         * tests/test-gc-md5.c: Likewise.
4451         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4452         * tests/test-gc-rijndael.c: Likewise.
4453         * tests/test-gc-sha1.c: Likewise.
4454         * tests/test-gc.c: Likewise.
4455         * tests/test-getcwd.c: Likewise.
4456         * tests/test-link.c: Likewise.
4457         * tests/test-link.h: Likewise.
4458         * tests/test-lutimens.h: Likewise.
4459         * tests/test-md2.c: Likewise.
4460         * tests/test-md4.c: Likewise.
4461         * tests/test-mkdir.h: Likewise.
4462         * tests/test-rename.c: Likewise.
4463         * tests/test-rename.h: Likewise.
4464         * tests/test-safe-alloc.c: Likewise.
4465         * tests/test-utimens-common.h: Likewise.
4466         * tests/test-utimens.h: Likewise.
4467
4468         maint: sync license texts
4469         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4470         * doc/gpl-3.0.texi: Revert copyright year update.
4471         * doc/lgpl-3.0.texi: Likewise.
4472
4473 2009-12-29  Jim Meyering  <meyering@redhat.com>
4474
4475         update nearly all FSF copyright year lists to include 2009
4476         The files named by the following are exempted:
4477             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4478               test -f "$dst" && { echo "$dst"; continue; }
4479               test -d "$dst" || continue
4480               echo "$dst"/$(basename "$src")
4481             done > exempt
4482             git ls-files tests/unictype >> exempt
4483         In the remaining files, convert to all-interval notation if
4484         - there is already at least one year interval like 2000-2003
4485         - the file is maintained by me
4486         - the file is in lib/uni*/, where that style already prevails
4487         Otherwise, use update-copyright's default.
4488
4489 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4490         and Eric Blake  <ebb9@byu.net>
4491
4492         tests: don't require debug system() to pass
4493         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4494         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4495         * tests/test-unlink.h (test_unlink_func): Likewise.
4496         * tests/test-fstatat.c (main): ...into callers.
4497         * tests/test-lstat.c (main): Likewise.
4498         * tests/test-rmdir.c (main): Likewise.
4499         * tests/test-unlink.c (main): Likewise.
4500         * tests/test-unlinkat.c (main): Likewise.
4501         * tests/test-areadlink-with-size.c (main): Don't require a
4502         debug-only system call to pass, aiding cross-testing to mingw.
4503         * tests/test-areadlink.c (main): Likewise.
4504         * tests/test-areadlinkat-with-size.c (main): Likewise.
4505         * tests/test-areadlinkat.c (main): Likewise.
4506         * tests/test-canonicalize-lgpl.c (main): Likewise.
4507         * tests/test-canonicalize.c (main): Likewise.
4508         * tests/test-chown.c (main): Likewise.
4509         * tests/test-fchownat.c (main): Likewise.
4510         * tests/test-lchown.c (main): Likewise.
4511         * tests/test-fdutimensat.c (main): Likewise.
4512         * tests/test-futimens.c (main): Likewise.
4513         * tests/test-link.c (main): Likewise.
4514         * tests/test-linkat.c (main): Likewise.
4515         * tests/test-mkdir.c (main): Likewise.
4516         * tests/test-mkdirat.c (main): Likewise.
4517         * tests/test-mkfifo.c (main): Likewise.
4518         * tests/test-mkfifoat.c (main): Likewise.
4519         * tests/test-mknod.c (main): Likewise.
4520         * tests/test-readlink.c (main): Likewise.
4521         * tests/test-remove.c (main): Likewise.
4522         * tests/test-rename.c (main): Likewise.
4523         * tests/test-renameat.c (main): Likewise.
4524         * tests/test-symlink.c (main): Likewise.
4525         * tests/test-symlinkat.c (main): Likewise.
4526         * tests/test-utimens.c (main): Likewise.
4527         * tests/test-utimensat.c (main): Likewise.
4528
4529 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4530
4531         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4532         on $(UNUSED_PARAMETER_H) to avoid build failure.
4533
4534 2009-12-28  Jim Meyering  <meyering@redhat.com>
4535
4536         update-copyright: you may specify a max. line length other than 72
4537         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4538
4539         maint: use consistent FSF copyright line syntax
4540         * lib/posixtm.c: Add missing comma in FSF copyright line.
4541         * lib/posixtm.h: Likewise.
4542         * lib/getugroups.c: Add missing ", Inc.".
4543
4544         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
4545         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
4546         FSF copyright line.  Remove trailing blanks.
4547
4548 2009-12-28  Eric Blake  <ebb9@byu.net>
4549
4550         test-dup2: reduce dependencies
4551         * modules/cloexec (Configure.ac): Set witness.
4552         * modules/dup2-tests (Depends-on): Drop cloexec.
4553         * tests/test-dup2.c (main): Skip portion of test if cloexec module
4554         not present.
4555         Suggested by Bruno Haible.
4556
4557 2009-12-26  Bruno Haible  <bruno@clisp.org>
4558
4559         Remove an unneeded dependency.
4560         * modules/fseterr (Depends-on): Remove dup2.
4561
4562 2009-12-26  Eric Blake  <ebb9@byu.net>
4563
4564         tests: use macros.h in more places
4565         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
4566         (ASSERT_STREAM): Provide default of stderr.
4567         * tests/test-dirent-safer.c: Include macros.h, using alternate
4568         stream for assertions.
4569         * tests/test-dup-safer.c: Likewise.
4570         * tests/test-freopen-safer.c: Likewise.
4571         * tests/test-getopt.c: Likewise.
4572         * tests/test-openat-safer.c: Likewise.
4573         * tests/test-pipe.c: Likewise.
4574         * tests/test-popen-safer.c: Likewise.
4575         * modules/dirent-safer-tests (Files): Include macros.h.
4576         * modules/unistd-safer-tests (Files): Likewise.
4577         * modules/freopen-safer-tests (Files): Likewise.
4578         * modules/getopt-posix-tests (Files): Likewise.
4579         * modules/openat-safer-tests (Files): Likewise.
4580         * modules/pipe-tests (Files): Likewise.
4581
4582 2009-12-26  Bruno Haible  <bruno@clisp.org>
4583
4584         javacomp: Portability fix.
4585         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
4586         that it also works on Solaris.
4587
4588 2009-12-26  Bruno Haible  <bruno@clisp.org>
4589
4590         localename: Fix storage allocation of gl_locale_name_thread's result.
4591         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
4592         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
4593         all platforms that have 'uselocale'.
4594         (gl_locale_name_thread_unsafe): New function, extracted from
4595         gl_locale_name_thread.
4596         (gl_locale_name_thread): Call struniq on all platforms that have
4597         'uselocale'.
4598         * tests/test-localename.c (test_locale_name_thread): Check that the
4599         resulting strings are permanently allocated.
4600         * modules/localename-tests (Depends-on): Add strdup.
4601
4602 2009-12-26  Bruno Haible  <bruno@clisp.org>
4603
4604         * tests/test-localename.c (categories): Fill in the strings.
4605
4606 2009-12-26  Jim Meyering  <meyering@redhat.com>
4607
4608         isdir: complete the removal of m4/isdir.m4
4609         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
4610
4611         isdir: clean up, since at least grep still uses it
4612         * lib/isdir.c: Include "isdir.h".
4613         (S_ISDIR): Remove now-unneeded definition.
4614         * modules/isdir (Files): Add lib/isdir.h.
4615         * lib/isdir.h: New file, with declaration.
4616         * m4/isdir.m4: Remove file -- unneeded.
4617
4618 2009-12-25  Bruno Haible  <bruno@clisp.org>
4619
4620         selinux-h: Make generated .h files standalone.
4621         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
4622         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
4623         * lib/se-selinux.in.h: Likewise.
4624         * modules/selinux-h (Depends-on): Add unused-parameter.
4625         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
4626         selinux/selinux.h and selinux/context.h.
4627         Suggested by Eric Blake.
4628
4629 2009-12-25  Bruno Haible  <bruno@clisp.org>
4630
4631         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
4632         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
4633         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
4634         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
4635         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
4636
4637 2009-12-24  Bruno Haible  <bruno@clisp.org>
4638
4639         openat: Fix warning.
4640         * lib/openat-proc.c: Include <unistd.h>.
4641
4642 2009-12-24  Bruno Haible  <bruno@clisp.org>
4643
4644         New module 'unused-parameter'.
4645         * build-aux/unused-parameter.h: New file, extracted from earlier
4646         gnulib-common.m4.
4647         * modules/unused-parameter: New file.
4648         * lib/unistr.h: Include unused-parameter.h.
4649         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
4650         _GL_UNUSED.
4651         * modules/unistr/base (Depends-on): Add unused-parameter.
4652
4653 2009-12-24  Bruno Haible  <bruno@clisp.org>
4654
4655         Add missing dependencies to 'extensions' module.
4656         * m4/extensions.m4: Add comment.
4657         * modules/accept4 (Depends-on): Add extensions.
4658         * modules/dup3 (Depends-on): Likewise.
4659         * modules/fcntl (Depends-on): Likewise.
4660         * modules/futimens (Depends-on): Likewise.
4661         * modules/mknod (Depends-on): Likewise.
4662         * modules/pipe2 (Depends-on): Likewise.
4663         * modules/stat-time (Depends-on): Likewise.
4664         * modules/strcasestr-simple (Depends-on): Likewise.
4665         * modules/strsignal (Depends-on): Likewise.
4666         * modules/utimensat (Depends-on): Likewise.
4667         * modules/localcharset (Depends-on): Likewise. Needed because of
4668         gl_FCNTL_O_FLAGS.
4669         * modules/wcrtomb (Depends-on): Likewise. Needed because of
4670         AC_TYPE_MBSTATE_T.
4671         * modules/wcsnrtombs (Depends-on): Likewise.
4672         * modules/wcsrtombs (Depends-on): Likewise.
4673
4674 2009-12-24  Bruno Haible  <bruno@clisp.org>
4675
4676         binary-io: Avoid gcc warning due to SET_BINARY.
4677         * lib/binary-io.h (SET_BINARY): Cast the result to void.
4678         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
4679
4680 2009-12-24  Bruno Haible  <bruno@clisp.org>
4681
4682         Avoid future namespace pollution on glibc systems.
4683         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
4684         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
4685         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
4686         glibc systems.
4687
4688 2009-12-24  Bruno Haible  <bruno@clisp.org>
4689
4690         Refactor common macros used in tests.
4691         * tests/macros.h: New file.
4692         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
4693         and/or <stdlib.h>, if appropriate.
4694         (ASSERT, SIZEOF): Remove macros.
4695         * tests/test-areadlink-with-size.c: Likewise.
4696         * tests/test-areadlinkat.c: Likewise.
4697         * tests/test-areadlinkat-with-size.c: Likewise.
4698         * tests/test-argmatch.c: Likewise.
4699         * tests/test-argv-iter.c: Likewise.
4700         * tests/test-array-mergesort.c: Likewise.
4701         * tests/test-array_list.c: Likewise.
4702         * tests/test-array_oset.c: Likewise.
4703         * tests/test-avltree_list.c: Likewise.
4704         * tests/test-avltree_oset.c: Likewise.
4705         * tests/test-avltreehash_list.c: Likewise.
4706         * tests/test-base64.c: Likewise.
4707         * tests/test-binary-io.c: Likewise.
4708         * tests/test-bitrotate.c: Likewise.
4709         * tests/test-btowc.c: Likewise.
4710         * tests/test-byteswap.c: Likewise.
4711         * tests/test-c-ctype.c: Likewise.
4712         * tests/test-c-stack.c: Likewise.
4713         * tests/test-c-strcasecmp.c: Likewise.
4714         * tests/test-c-strcasestr.c: Likewise.
4715         * tests/test-c-strncasecmp.c: Likewise.
4716         * tests/test-c-strstr.c: Likewise.
4717         * tests/test-canonicalize-lgpl.c: Likewise.
4718         * tests/test-canonicalize.c: Likewise.
4719         * tests/test-carray_list.c: Likewise.
4720         * tests/test-ceilf1.c: Likewise.
4721         * tests/test-ceilf2.c: Likewise.
4722         * tests/test-ceill.c: Likewise.
4723         * tests/test-chown.c: Likewise.
4724         * tests/test-cloexec.c: Likewise.
4725         * tests/test-copy-acl.c: Likewise.
4726         * tests/test-copy-file.c: Likewise.
4727         * tests/test-count-one-bits.c: Likewise.
4728         * tests/test-dprintf-posix.c: Likewise.
4729         * tests/test-dup2.c: Likewise.
4730         * tests/test-dup3.c: Likewise.
4731         * tests/test-duplocale.c: Likewise.
4732         * tests/test-fbufmode.c: Likewise.
4733         * tests/test-fchdir.c: Likewise.
4734         * tests/test-fchownat.c: Likewise.
4735         * tests/test-fcntl-safer.c: Likewise.
4736         * tests/test-fcntl.c: Likewise.
4737         * tests/test-fdopendir.c: Likewise.
4738         * tests/test-fdutimensat.c: Likewise.
4739         * tests/test-fflush2.c: Likewise.
4740         * tests/test-file-has-acl.c: Likewise.
4741         * tests/test-filevercmp.c: Likewise.
4742         * tests/test-flock.c: Likewise.
4743         * tests/test-floorf1.c: Likewise.
4744         * tests/test-floorf2.c: Likewise.
4745         * tests/test-floorl.c: Likewise.
4746         * tests/test-fnmatch.c: Likewise.
4747         * tests/test-fopen.h: Likewise.
4748         * tests/test-fpending.c: Likewise.
4749         * tests/test-fprintf-posix.c: Likewise.
4750         * tests/test-fpurge.c: Likewise.
4751         * tests/test-freadable.c: Likewise.
4752         * tests/test-freadahead.c: Likewise.
4753         * tests/test-freading.c: Likewise.
4754         * tests/test-freadptr.c: Likewise.
4755         * tests/test-freadptr2.c: Likewise.
4756         * tests/test-freadseek.c: Likewise.
4757         * tests/test-freopen.c: Likewise.
4758         * tests/test-frexp.c: Likewise.
4759         * tests/test-frexpl.c: Likewise.
4760         * tests/test-fseek.c: Likewise.
4761         * tests/test-fseeko.c: Likewise.
4762         * tests/test-fstatat.c: Likewise.
4763         * tests/test-fstrcmp.c: Likewise.
4764         * tests/test-fsync.c: Likewise.
4765         * tests/test-ftell.c: Likewise.
4766         * tests/test-ftello.c: Likewise.
4767         * tests/test-func.c: Likewise.
4768         * tests/test-futimens.c: Likewise.
4769         * tests/test-fwritable.c: Likewise.
4770         * tests/test-fwriting.c: Likewise.
4771         * tests/test-getcwd.c: Likewise.
4772         * tests/test-getdate.c: Likewise.
4773         * tests/test-getdelim.c: Likewise.
4774         * tests/test-getdtablesize.c: Likewise.
4775         * tests/test-getgroups.c: Likewise.
4776         * tests/test-getline.c: Likewise.
4777         * tests/test-getndelim2.c: Likewise.
4778         * tests/test-glob.c: Likewise.
4779         * tests/test-hash.c: Likewise.
4780         * tests/test-i-ring.c: Likewise.
4781         * tests/test-iconv-utf.c: Likewise.
4782         * tests/test-iconv.c: Likewise.
4783         * tests/test-idpriv-drop.c: Likewise.
4784         * tests/test-idpriv-droptemp.c: Likewise.
4785         * tests/test-inet_ntop.c: Likewise.
4786         * tests/test-inet_pton.c: Likewise.
4787         * tests/test-isblank.c: Likewise.
4788         * tests/test-isfinite.c: Likewise.
4789         * tests/test-isinf.c: Likewise.
4790         * tests/test-isnan.c: Likewise.
4791         * tests/test-isnand.h: Likewise.
4792         * tests/test-isnanf.h: Likewise.
4793         * tests/test-isnanl.h: Likewise.
4794         * tests/test-lchown.c: Likewise.
4795         * tests/test-ldexpl.c: Likewise.
4796         * tests/test-link.c: Likewise.
4797         * tests/test-linkat.c: Likewise.
4798         * tests/test-linked_list.c: Likewise.
4799         * tests/test-linkedhash_list.c: Likewise.
4800         * tests/test-localename.c: Likewise.
4801         * tests/test-lseek.c: Likewise.
4802         * tests/test-lstat.c: Likewise.
4803         * tests/test-mbmemcasecmp.c: Likewise.
4804         * tests/test-mbmemcasecoll.c: Likewise.
4805         * tests/test-mbrtowc.c: Likewise.
4806         * tests/test-mbscasecmp.c: Likewise.
4807         * tests/test-mbscasestr1.c: Likewise.
4808         * tests/test-mbscasestr2.c: Likewise.
4809         * tests/test-mbscasestr3.c: Likewise.
4810         * tests/test-mbscasestr4.c: Likewise.
4811         * tests/test-mbschr.c: Likewise.
4812         * tests/test-mbscspn.c: Likewise.
4813         * tests/test-mbsinit.c: Likewise.
4814         * tests/test-mbsncasecmp.c: Likewise.
4815         * tests/test-mbsnrtowcs.c: Likewise.
4816         * tests/test-mbspbrk.c: Likewise.
4817         * tests/test-mbspcasecmp.c: Likewise.
4818         * tests/test-mbsrchr.c: Likewise.
4819         * tests/test-mbsrtowcs.c: Likewise.
4820         * tests/test-mbsspn.c: Likewise.
4821         * tests/test-mbsstr1.c: Likewise.
4822         * tests/test-mbsstr2.c: Likewise.
4823         * tests/test-mbsstr3.c: Likewise.
4824         * tests/test-memchr.c: Likewise.
4825         * tests/test-memchr2.c: Likewise.
4826         * tests/test-memcmp.c: Likewise.
4827         * tests/test-memmem.c: Likewise.
4828         * tests/test-memrchr.c: Likewise.
4829         * tests/test-mkdir.c: Likewise.
4830         * tests/test-mkdirat.c: Likewise.
4831         * tests/test-mkfifo.c: Likewise.
4832         * tests/test-mkfifoat.c: Likewise.
4833         * tests/test-mknod.c: Likewise.
4834         * tests/test-nanosleep.c: Likewise.
4835         * tests/test-nl_langinfo.c: Likewise.
4836         * tests/test-obstack-printf.c: Likewise.
4837         * tests/test-open.c: Likewise.
4838         * tests/test-openat.c: Likewise.
4839         * tests/test-pipe-filter-gi1.c: Likewise.
4840         * tests/test-pipe-filter-gi2-main.c: Likewise.
4841         * tests/test-pipe-filter-ii1.c: Likewise.
4842         * tests/test-pipe-filter-ii2-main.c: Likewise.
4843         * tests/test-pipe2.c: Likewise.
4844         * tests/test-popen.h: Likewise.
4845         * tests/test-posixtm.c: Likewise.
4846         * tests/test-pread.c: Likewise.
4847         * tests/test-printf-frexp.c: Likewise.
4848         * tests/test-printf-frexpl.c: Likewise.
4849         * tests/test-printf-posix.c: Likewise.
4850         * tests/test-priv-set.c: Likewise.
4851         * tests/test-quotearg.c: Likewise.
4852         * tests/test-random_r.c: Likewise.
4853         * tests/test-rawmemchr.c: Likewise.
4854         * tests/test-rbtree_list.c: Likewise.
4855         * tests/test-rbtree_oset.c: Likewise.
4856         * tests/test-rbtreehash_list.c: Likewise.
4857         * tests/test-readlink.c: Likewise.
4858         * tests/test-remove.c: Likewise.
4859         * tests/test-rename.c: Likewise.
4860         * tests/test-renameat.c: Likewise.
4861         * tests/test-rmdir.c: Likewise.
4862         * tests/test-round1.c: Likewise.
4863         * tests/test-roundf1.c: Likewise.
4864         * tests/test-roundl.c: Likewise.
4865         * tests/test-safe-alloc.c: Likewise.
4866         * tests/test-sameacls.c: Likewise.
4867         * tests/test-set-mode-acl.c: Likewise.
4868         * tests/test-setenv.c: Likewise.
4869         * tests/test-sigaction.c: Likewise.
4870         * tests/test-signbit.c: Likewise.
4871         * tests/test-sleep.c: Likewise.
4872         * tests/test-snprintf-posix.c: Likewise.
4873         * tests/test-snprintf.c: Likewise.
4874         * tests/test-sprintf-posix.c: Likewise.
4875         * tests/test-stat-time.c: Likewise.
4876         * tests/test-stat.c: Likewise.
4877         * tests/test-strcasestr.c: Likewise.
4878         * tests/test-strchrnul.c: Likewise.
4879         * tests/test-strerror.c: Likewise.
4880         * tests/test-striconv.c: Likewise.
4881         * tests/test-striconveh.c: Likewise.
4882         * tests/test-striconveha.c: Likewise.
4883         * tests/test-strsignal.c: Likewise.
4884         * tests/test-strstr.c: Likewise.
4885         * tests/test-strtod.c: Likewise.
4886         * tests/test-strverscmp.c: Likewise.
4887         * tests/test-symlink.c: Likewise.
4888         * tests/test-symlinkat.c: Likewise.
4889         * tests/test-trunc1.c: Likewise.
4890         * tests/test-trunc2.c: Likewise.
4891         * tests/test-truncf1.c: Likewise.
4892         * tests/test-truncf2.c: Likewise.
4893         * tests/test-truncl.c: Likewise.
4894         * tests/test-uname.c: Likewise.
4895         * tests/test-unlink.c: Likewise.
4896         * tests/test-unlinkat.c: Likewise.
4897         * tests/test-unsetenv.c: Likewise.
4898         * tests/test-usleep.c: Likewise.
4899         * tests/test-utimens.c: Likewise.
4900         * tests/test-utimensat.c: Likewise.
4901         * tests/test-vasnprintf-posix.c: Likewise.
4902         * tests/test-vasnprintf-posix2.c: Likewise.
4903         * tests/test-vasnprintf.c: Likewise.
4904         * tests/test-vasprintf-posix.c: Likewise.
4905         * tests/test-vasprintf.c: Likewise.
4906         * tests/test-vdprintf-posix.c: Likewise.
4907         * tests/test-vfprintf-posix.c: Likewise.
4908         * tests/test-vprintf-posix.c: Likewise.
4909         * tests/test-vsnprintf-posix.c: Likewise.
4910         * tests/test-vsnprintf.c: Likewise.
4911         * tests/test-vsprintf-posix.c: Likewise.
4912         * tests/test-wcrtomb.c: Likewise.
4913         * tests/test-wcsnrtombs.c: Likewise.
4914         * tests/test-wcsrtombs.c: Likewise.
4915         * tests/test-wctype.c: Likewise.
4916         * tests/test-wcwidth.c: Likewise.
4917         * tests/test-xfprintf-posix.c: Likewise.
4918         * tests/test-xmemdup0.c: Likewise.
4919         * tests/test-xprintf-posix.c: Likewise.
4920         * tests/test-xvasprintf.c: Likewise.
4921         * tests/unicase/test-locale-language.c: Likewise.
4922         * tests/unicase/test-mapping-part1.h: Likewise.
4923         * tests/unicase/test-predicate-part1.h: Likewise.
4924         * tests/unicase/test-u8-casecmp.c: Likewise.
4925         * tests/unicase/test-u8-casecoll.c: Likewise.
4926         * tests/unicase/test-u8-casefold.c: Likewise.
4927         * tests/unicase/test-u8-is-cased.c: Likewise.
4928         * tests/unicase/test-u8-is-casefolded.c: Likewise.
4929         * tests/unicase/test-u8-is-lowercase.c: Likewise.
4930         * tests/unicase/test-u8-is-titlecase.c: Likewise.
4931         * tests/unicase/test-u8-is-uppercase.c: Likewise.
4932         * tests/unicase/test-u8-tolower.c: Likewise.
4933         * tests/unicase/test-u8-totitle.c: Likewise.
4934         * tests/unicase/test-u8-toupper.c: Likewise.
4935         * tests/unicase/test-u16-casecmp.c: Likewise.
4936         * tests/unicase/test-u16-casecoll.c: Likewise.
4937         * tests/unicase/test-u16-casefold.c: Likewise.
4938         * tests/unicase/test-u16-is-cased.c: Likewise.
4939         * tests/unicase/test-u16-is-casefolded.c: Likewise.
4940         * tests/unicase/test-u16-is-lowercase.c: Likewise.
4941         * tests/unicase/test-u16-is-titlecase.c: Likewise.
4942         * tests/unicase/test-u16-is-uppercase.c: Likewise.
4943         * tests/unicase/test-u16-tolower.c: Likewise.
4944         * tests/unicase/test-u16-totitle.c: Likewise.
4945         * tests/unicase/test-u16-toupper.c: Likewise.
4946         * tests/unicase/test-u32-casecmp.c: Likewise.
4947         * tests/unicase/test-u32-casecoll.c: Likewise.
4948         * tests/unicase/test-u32-casefold.c: Likewise.
4949         * tests/unicase/test-u32-is-cased.c: Likewise.
4950         * tests/unicase/test-u32-is-casefolded.c: Likewise.
4951         * tests/unicase/test-u32-is-lowercase.c: Likewise.
4952         * tests/unicase/test-u32-is-titlecase.c: Likewise.
4953         * tests/unicase/test-u32-is-uppercase.c: Likewise.
4954         * tests/unicase/test-u32-tolower.c: Likewise.
4955         * tests/unicase/test-u32-totitle.c: Likewise.
4956         * tests/unicase/test-u32-toupper.c: Likewise.
4957         * tests/unicase/test-ulc-casecmp.c: Likewise.
4958         * tests/unicase/test-ulc-casecoll.c: Likewise.
4959         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4960         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
4961         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4962         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4963         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
4964         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
4965         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4966         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4967         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4968         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
4969         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4970         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4971         * tests/unictype/test-bidi_byname.c: Likewise.
4972         * tests/unictype/test-bidi_name.c: Likewise.
4973         * tests/unictype/test-bidi_of.c: Likewise.
4974         * tests/unictype/test-bidi_test.c: Likewise.
4975         * tests/unictype/test-block_list.c: Likewise.
4976         * tests/unictype/test-block_of.c: Likewise.
4977         * tests/unictype/test-block_test.c: Likewise.
4978         * tests/unictype/test-categ_and.c: Likewise.
4979         * tests/unictype/test-categ_and_not.c: Likewise.
4980         * tests/unictype/test-categ_byname.c: Likewise.
4981         * tests/unictype/test-categ_name.c: Likewise.
4982         * tests/unictype/test-categ_none.c: Likewise.
4983         * tests/unictype/test-categ_of.c: Likewise.
4984         * tests/unictype/test-categ_or.c: Likewise.
4985         * tests/unictype/test-categ_test_withtable.c: Likewise.
4986         * tests/unictype/test-combining.c: Likewise.
4987         * tests/unictype/test-decdigit.c: Likewise.
4988         * tests/unictype/test-digit.c: Likewise.
4989         * tests/unictype/test-mirror.c: Likewise.
4990         * tests/unictype/test-numeric.c: Likewise.
4991         * tests/unictype/test-pr_byname.c: Likewise.
4992         * tests/unictype/test-pr_test.c: Likewise.
4993         * tests/unictype/test-predicate-part1.h: Likewise.
4994         * tests/unictype/test-scripts.c: Likewise.
4995         * tests/unictype/test-sy_c_ident.c: Likewise.
4996         * tests/unictype/test-sy_java_ident.c: Likewise.
4997         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
4998         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
4999         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5000         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5001         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5002         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5003         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5004         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5005         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5006         * tests/uninorm/test-compat-decomposition.c: Likewise.
5007         * tests/uninorm/test-composition.c: Likewise.
5008         * tests/uninorm/test-decomposing-form.c: Likewise.
5009         * tests/uninorm/test-decomposition.c: Likewise.
5010         * tests/uninorm/test-u8-nfc.c: Likewise.
5011         * tests/uninorm/test-u8-nfd.c: Likewise.
5012         * tests/uninorm/test-u8-nfkc.c: Likewise.
5013         * tests/uninorm/test-u8-nfkd.c: Likewise.
5014         * tests/uninorm/test-u8-normcmp.c: Likewise.
5015         * tests/uninorm/test-u8-normcoll.c: Likewise.
5016         * tests/uninorm/test-u16-nfc.c: Likewise.
5017         * tests/uninorm/test-u16-nfd.c: Likewise.
5018         * tests/uninorm/test-u16-nfkc.c: Likewise.
5019         * tests/uninorm/test-u16-nfkd.c: Likewise.
5020         * tests/uninorm/test-u16-normcmp.c: Likewise.
5021         * tests/uninorm/test-u16-normcoll.c: Likewise.
5022         * tests/uninorm/test-u32-nfc.c: Likewise.
5023         * tests/uninorm/test-u32-nfd.c: Likewise.
5024         * tests/uninorm/test-u32-nfkc.c: Likewise.
5025         * tests/uninorm/test-u32-nfkd.c: Likewise.
5026         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5027         * tests/uninorm/test-u32-normcmp.c: Likewise.
5028         * tests/uninorm/test-u32-normcoll.c: Likewise.
5029         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5030         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5031         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5032         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5033         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5034         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5035         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5036         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5037         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5038         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5039         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5040         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5041         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5042         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5043         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5044         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5045         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5046         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5047         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5048         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5049         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5050         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5051         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5052         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5053         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5054         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5055         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5056         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5057         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5058         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5059         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5060         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5061         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5062         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5063         * tests/uniwidth/test-u8-width.c: Likewise.
5064         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5065         * tests/uniwidth/test-u16-width.c: Likewise.
5066         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5067         * tests/uniwidth/test-u32-width.c: Likewise.
5068         * tests/uniwidth/test-uc_width.c: Likewise.
5069         * tests/uniwidth/test-uc_width2.c: Likewise.
5070         * modules/acl-tests (Files): Add tests/macros.h.
5071         * modules/areadlink-tests (Files): Likewise.
5072         * modules/areadlink-with-size-tests (Files): Likewise.
5073         * modules/areadlinkat-tests (Files): Likewise.
5074         * modules/areadlinkat-with-size-tests (Files): Likewise.
5075         * modules/argmatch-tests (Files): Likewise.
5076         * modules/argv-iter-tests (Files): Likewise.
5077         * modules/array-list-tests (Files): Likewise.
5078         * modules/array-mergesort-tests (Files): Likewise.
5079         * modules/array-oset-tests (Files): Likewise.
5080         * modules/avltree-list-tests (Files): Likewise.
5081         * modules/avltree-oset-tests (Files): Likewise.
5082         * modules/avltreehash-list-tests (Files): Likewise.
5083         * modules/base64-tests (Files): Likewise.
5084         * modules/binary-io-tests (Files): Likewise.
5085         * modules/bitrotate-tests (Files): Likewise.
5086         * modules/btowc-tests (Files): Likewise.
5087         * modules/byteswap-tests (Files): Likewise.
5088         * modules/c-ctype-tests (Files): Likewise.
5089         * modules/c-stack-tests (Files): Likewise.
5090         * modules/c-strcase-tests (Files): Likewise.
5091         * modules/c-strcasestr-tests (Files): Likewise.
5092         * modules/c-strstr-tests (Files): Likewise.
5093         * modules/canonicalize-lgpl-tests (Files): Likewise.
5094         * modules/canonicalize-tests (Files): Likewise.
5095         * modules/carray-list-tests (Files): Likewise.
5096         * modules/ceilf-tests (Files): Likewise.
5097         * modules/ceill-tests (Files): Likewise.
5098         * modules/chown-tests (Files): Likewise.
5099         * modules/cloexec-tests (Files): Likewise.
5100         * modules/copy-file-tests (Files): Likewise.
5101         * modules/count-one-bits-tests (Files): Likewise.
5102         * modules/dprintf-posix-tests (Files): Likewise.
5103         * modules/dup2-tests (Files): Likewise.
5104         * modules/dup3-tests (Files): Likewise.
5105         * modules/duplocale-tests (Files): Likewise.
5106         * modules/fbufmode-tests (Files): Likewise.
5107         * modules/fchdir-tests (Files): Likewise.
5108         * modules/fcntl-safer-tests (Files): Likewise.
5109         * modules/fcntl-tests (Files): Likewise.
5110         * modules/fdopendir-tests (Files): Likewise.
5111         * modules/fdutimensat-tests (Files): Likewise.
5112         * modules/fflush-tests (Files): Likewise.
5113         * modules/filevercmp-tests (Files): Likewise.
5114         * modules/flock-tests (Files): Likewise.
5115         * modules/floorf-tests (Files): Likewise.
5116         * modules/floorl-tests (Files): Likewise.
5117         * modules/fnmatch-tests (Files): Likewise.
5118         * modules/fopen-safer-tests (Files): Likewise.
5119         * modules/fopen-tests (Files): Likewise.
5120         * modules/fpending-tests (Files): Likewise.
5121         * modules/fprintf-posix-tests (Files): Likewise.
5122         * modules/fpurge-tests (Files): Likewise.
5123         * modules/freadable-tests (Files): Likewise.
5124         * modules/freadahead-tests (Files): Likewise.
5125         * modules/freading-tests (Files): Likewise.
5126         * modules/freadptr-tests (Files): Likewise.
5127         * modules/freadseek-tests (Files): Likewise.
5128         * modules/freopen-tests (Files): Likewise.
5129         * modules/frexp-nolibm-tests (Files): Likewise.
5130         * modules/frexp-tests (Files): Likewise.
5131         * modules/frexpl-nolibm-tests (Files): Likewise.
5132         * modules/frexpl-tests (Files): Likewise.
5133         * modules/fseek-tests (Files): Likewise.
5134         * modules/fseeko-tests (Files): Likewise.
5135         * modules/fstrcmp-tests (Files): Likewise.
5136         * modules/fsync-tests (Files): Likewise.
5137         * modules/ftell-tests (Files): Likewise.
5138         * modules/ftello-tests (Files): Likewise.
5139         * modules/func-tests (Files): Likewise.
5140         * modules/futimens-tests (Files): Likewise.
5141         * modules/fwritable-tests (Files): Likewise.
5142         * modules/fwriting-tests (Files): Likewise.
5143         * modules/getcwd-tests (Files): Likewise.
5144         * modules/getdate-tests (Files): Likewise.
5145         * modules/getdelim-tests (Files): Likewise.
5146         * modules/getdtablesize-tests (Files): Likewise.
5147         * modules/getgroups-tests (Files): Likewise.
5148         * modules/getline-tests (Files): Likewise.
5149         * modules/getndelim2-tests (Files): Likewise.
5150         * modules/glob-tests (Files): Likewise.
5151         * modules/hash-tests (Files): Likewise.
5152         * modules/i-ring-tests (Files): Likewise.
5153         * modules/iconv-tests (Files): Likewise.
5154         * modules/iconv_open-utf-tests (Files): Likewise.
5155         * modules/idpriv-drop-tests (Files): Likewise.
5156         * modules/idpriv-droptemp-tests (Files): Likewise.
5157         * modules/inet_ntop-tests (Files): Likewise.
5158         * modules/inet_pton-tests (Files): Likewise.
5159         * modules/isblank-tests (Files): Likewise.
5160         * modules/isfinite-tests (Files): Likewise.
5161         * modules/isinf-tests (Files): Likewise.
5162         * modules/isnan-tests (Files): Likewise.
5163         * modules/isnand-nolibm-tests (Files): Likewise.
5164         * modules/isnand-tests (Files): Likewise.
5165         * modules/isnanf-nolibm-tests (Files): Likewise.
5166         * modules/isnanf-tests (Files): Likewise.
5167         * modules/isnanl-nolibm-tests (Files): Likewise.
5168         * modules/isnanl-tests (Files): Likewise.
5169         * modules/lchown-tests (Files): Likewise.
5170         * modules/ldexpl-tests (Files): Likewise.
5171         * modules/link-tests (Files): Likewise.
5172         * modules/linkat-tests (Files): Likewise.
5173         * modules/linked-list-tests (Files): Likewise.
5174         * modules/linkedhash-list-tests (Files): Likewise.
5175         * modules/localename-tests (Files): Likewise.
5176         * modules/lseek-tests (Files): Likewise.
5177         * modules/lstat-tests (Files): Likewise.
5178         * modules/mbmemcasecmp-tests (Files): Likewise.
5179         * modules/mbmemcasecoll-tests (Files): Likewise.
5180         * modules/mbrtowc-tests (Files): Likewise.
5181         * modules/mbscasecmp-tests (Files): Likewise.
5182         * modules/mbscasestr-tests (Files): Likewise.
5183         * modules/mbschr-tests (Files): Likewise.
5184         * modules/mbscspn-tests (Files): Likewise.
5185         * modules/mbsinit-tests (Files): Likewise.
5186         * modules/mbsncasecmp-tests (Files): Likewise.
5187         * modules/mbsnrtowcs-tests (Files): Likewise.
5188         * modules/mbspbrk-tests (Files): Likewise.
5189         * modules/mbspcasecmp-tests (Files): Likewise.
5190         * modules/mbsrchr-tests (Files): Likewise.
5191         * modules/mbsrtowcs-tests (Files): Likewise.
5192         * modules/mbsspn-tests (Files): Likewise.
5193         * modules/mbsstr-tests (Files): Likewise.
5194         * modules/memchr-tests (Files): Likewise.
5195         * modules/memchr2-tests (Files): Likewise.
5196         * modules/memcmp-tests (Files): Likewise.
5197         * modules/memmem-tests (Files): Likewise.
5198         * modules/memrchr-tests (Files): Likewise.
5199         * modules/mkdir-tests (Files): Likewise.
5200         * modules/mkfifo-tests (Files): Likewise.
5201         * modules/mkfifoat-tests (Files): Likewise.
5202         * modules/mknod-tests (Files): Likewise.
5203         * modules/nanosleep-tests (Files): Likewise.
5204         * modules/nl_langinfo-tests (Files): Likewise.
5205         * modules/obstack-printf-tests (Files): Likewise.
5206         * modules/open-tests (Files): Likewise.
5207         * modules/openat-tests (Files): Likewise.
5208         * modules/pipe-filter-gi-tests (Files): Likewise.
5209         * modules/pipe-filter-ii-tests (Files): Likewise.
5210         * modules/pipe2-tests (Files): Likewise.
5211         * modules/popen-safer-tests (Files): Likewise.
5212         * modules/popen-tests (Files): Likewise.
5213         * modules/posixtm-tests (Files): Likewise.
5214         * modules/pread-tests (Files): Likewise.
5215         * modules/printf-frexp-tests (Files): Likewise.
5216         * modules/printf-frexpl-tests (Files): Likewise.
5217         * modules/printf-posix-tests (Files): Likewise.
5218         * modules/priv-set-tests (Files): Likewise.
5219         * modules/quotearg-tests (Files): Likewise.
5220         * modules/random_r-tests (Files): Likewise.
5221         * modules/rawmemchr-tests (Files): Likewise.
5222         * modules/rbtree-list-tests (Files): Likewise.
5223         * modules/rbtree-oset-tests (Files): Likewise.
5224         * modules/rbtreehash-list-tests (Files): Likewise.
5225         * modules/readlink-tests (Files): Likewise.
5226         * modules/remove-tests (Files): Likewise.
5227         * modules/rename-tests (Files): Likewise.
5228         * modules/renameat-tests (Files): Likewise.
5229         * modules/rmdir-tests (Files): Likewise.
5230         * modules/round-tests (Files): Likewise.
5231         * modules/roundf-tests (Files): Likewise.
5232         * modules/roundl-tests (Files): Likewise.
5233         * modules/safe-alloc-tests (Files): Likewise.
5234         * modules/setenv-tests (Files): Likewise.
5235         * modules/sigaction-tests (Files): Likewise.
5236         * modules/signbit-tests (Files): Likewise.
5237         * modules/sleep-tests (Files): Likewise.
5238         * modules/snprintf-posix-tests (Files): Likewise.
5239         * modules/snprintf-tests (Files): Likewise.
5240         * modules/sprintf-posix-tests (Files): Likewise.
5241         * modules/stat-tests (Files): Likewise.
5242         * modules/stat-time-tests (Files): Likewise.
5243         * modules/strcasestr-tests (Files): Likewise.
5244         * modules/strchrnul-tests (Files): Likewise.
5245         * modules/strerror-tests (Files): Likewise.
5246         * modules/striconv-tests (Files): Likewise.
5247         * modules/striconveh-tests (Files): Likewise.
5248         * modules/striconveha-tests (Files): Likewise.
5249         * modules/strsignal-tests (Files): Likewise.
5250         * modules/strstr-tests (Files): Likewise.
5251         * modules/strtod-tests (Files): Likewise.
5252         * modules/strverscmp-tests (Files): Likewise.
5253         * modules/symlink-tests (Files): Likewise.
5254         * modules/symlinkat-tests (Files): Likewise.
5255         * modules/trunc-tests (Files): Likewise.
5256         * modules/truncf-tests (Files): Likewise.
5257         * modules/truncl-tests (Files): Likewise.
5258         * modules/uname-tests (Files): Likewise.
5259         * modules/unicase/cased-tests (Files): Likewise.
5260         * modules/unicase/ignorable-tests (Files): Likewise.
5261         * modules/unicase/locale-language-tests (Files): Likewise.
5262         * modules/unicase/tolower-tests (Files): Likewise.
5263         * modules/unicase/totitle-tests (Files): Likewise.
5264         * modules/unicase/toupper-tests (Files): Likewise.
5265         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5266         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5267         * modules/unicase/u8-casefold-tests (Files): Likewise.
5268         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5269         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5270         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5271         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5272         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5273         * modules/unicase/u8-tolower-tests (Files): Likewise.
5274         * modules/unicase/u8-totitle-tests (Files): Likewise.
5275         * modules/unicase/u8-toupper-tests (Files): Likewise.
5276         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5277         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5278         * modules/unicase/u16-casefold-tests (Files): Likewise.
5279         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5280         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5281         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5282         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5283         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5284         * modules/unicase/u16-tolower-tests (Files): Likewise.
5285         * modules/unicase/u16-totitle-tests (Files): Likewise.
5286         * modules/unicase/u16-toupper-tests (Files): Likewise.
5287         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5288         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5289         * modules/unicase/u32-casefold-tests (Files): Likewise.
5290         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5291         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5292         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5293         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5294         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5295         * modules/unicase/u32-tolower-tests (Files): Likewise.
5296         * modules/unicase/u32-totitle-tests (Files): Likewise.
5297         * modules/unicase/u32-toupper-tests (Files): Likewise.
5298         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5299         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5300         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5301         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5302         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5303         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5304         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5305         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5306         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5307         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5308         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5309         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5310         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5311         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5312         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5313         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5314         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5315         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5316         * modules/unictype/block-list-tests (Files): Likewise.
5317         * modules/unictype/block-of-tests (Files): Likewise.
5318         * modules/unictype/block-test-tests (Files): Likewise.
5319         * modules/unictype/category-C-tests (Files): Likewise.
5320         * modules/unictype/category-Cc-tests (Files): Likewise.
5321         * modules/unictype/category-Cf-tests (Files): Likewise.
5322         * modules/unictype/category-Cn-tests (Files): Likewise.
5323         * modules/unictype/category-Co-tests (Files): Likewise.
5324         * modules/unictype/category-Cs-tests (Files): Likewise.
5325         * modules/unictype/category-L-tests (Files): Likewise.
5326         * modules/unictype/category-Ll-tests (Files): Likewise.
5327         * modules/unictype/category-Lm-tests (Files): Likewise.
5328         * modules/unictype/category-Lo-tests (Files): Likewise.
5329         * modules/unictype/category-Lt-tests (Files): Likewise.
5330         * modules/unictype/category-Lu-tests (Files): Likewise.
5331         * modules/unictype/category-M-tests (Files): Likewise.
5332         * modules/unictype/category-Mc-tests (Files): Likewise.
5333         * modules/unictype/category-Me-tests (Files): Likewise.
5334         * modules/unictype/category-Mn-tests (Files): Likewise.
5335         * modules/unictype/category-N-tests (Files): Likewise.
5336         * modules/unictype/category-Nd-tests (Files): Likewise.
5337         * modules/unictype/category-Nl-tests (Files): Likewise.
5338         * modules/unictype/category-No-tests (Files): Likewise.
5339         * modules/unictype/category-P-tests (Files): Likewise.
5340         * modules/unictype/category-Pc-tests (Files): Likewise.
5341         * modules/unictype/category-Pd-tests (Files): Likewise.
5342         * modules/unictype/category-Pe-tests (Files): Likewise.
5343         * modules/unictype/category-Pf-tests (Files): Likewise.
5344         * modules/unictype/category-Pi-tests (Files): Likewise.
5345         * modules/unictype/category-Po-tests (Files): Likewise.
5346         * modules/unictype/category-Ps-tests (Files): Likewise.
5347         * modules/unictype/category-S-tests (Files): Likewise.
5348         * modules/unictype/category-Sc-tests (Files): Likewise.
5349         * modules/unictype/category-Sk-tests (Files): Likewise.
5350         * modules/unictype/category-Sm-tests (Files): Likewise.
5351         * modules/unictype/category-So-tests (Files): Likewise.
5352         * modules/unictype/category-Z-tests (Files): Likewise.
5353         * modules/unictype/category-Zl-tests (Files): Likewise.
5354         * modules/unictype/category-Zp-tests (Files): Likewise.
5355         * modules/unictype/category-Zs-tests (Files): Likewise.
5356         * modules/unictype/category-and-not-tests (Files): Likewise.
5357         * modules/unictype/category-and-tests (Files): Likewise.
5358         * modules/unictype/category-byname-tests (Files): Likewise.
5359         * modules/unictype/category-name-tests (Files): Likewise.
5360         * modules/unictype/category-none-tests (Files): Likewise.
5361         * modules/unictype/category-of-tests (Files): Likewise.
5362         * modules/unictype/category-or-tests (Files): Likewise.
5363         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5364         * modules/unictype/combining-class-tests (Files): Likewise.
5365         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5366         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5367         * modules/unictype/ctype-blank-tests (Files): Likewise.
5368         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5369         * modules/unictype/ctype-digit-tests (Files): Likewise.
5370         * modules/unictype/ctype-graph-tests (Files): Likewise.
5371         * modules/unictype/ctype-lower-tests (Files): Likewise.
5372         * modules/unictype/ctype-print-tests (Files): Likewise.
5373         * modules/unictype/ctype-punct-tests (Files): Likewise.
5374         * modules/unictype/ctype-space-tests (Files): Likewise.
5375         * modules/unictype/ctype-upper-tests (Files): Likewise.
5376         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5377         * modules/unictype/decimal-digit-tests (Files): Likewise.
5378         * modules/unictype/digit-tests (Files): Likewise.
5379         * modules/unictype/mirror-tests (Files): Likewise.
5380         * modules/unictype/numeric-tests (Files): Likewise.
5381         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5382         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5383         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5384         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5385         Likewise.
5386         * modules/unictype/property-bidi-block-separator-tests (Files):
5387         Likewise.
5388         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5389         Likewise.
5390         * modules/unictype/property-bidi-common-separator-tests (Files):
5391         Likewise.
5392         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5393         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5394         Likewise.
5395         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5396         Likewise.
5397         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5398         Likewise.
5399         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5400         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5401         Likewise.
5402         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5403         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5404         Likewise.
5405         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5406         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5407         * modules/unictype/property-bidi-segment-separator-tests (Files):
5408         Likewise.
5409         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5410         * modules/unictype/property-byname-tests (Files): Likewise.
5411         * modules/unictype/property-combining-tests (Files): Likewise.
5412         * modules/unictype/property-composite-tests (Files): Likewise.
5413         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5414         * modules/unictype/property-dash-tests (Files): Likewise.
5415         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5416         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5417         Likewise.
5418         * modules/unictype/property-deprecated-tests (Files): Likewise.
5419         * modules/unictype/property-diacritic-tests (Files): Likewise.
5420         * modules/unictype/property-extender-tests (Files): Likewise.
5421         * modules/unictype/property-format-control-tests (Files): Likewise.
5422         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5423         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5424         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5425         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5426         * modules/unictype/property-hyphen-tests (Files): Likewise.
5427         * modules/unictype/property-id-continue-tests (Files): Likewise.
5428         * modules/unictype/property-id-start-tests (Files): Likewise.
5429         * modules/unictype/property-ideographic-tests (Files): Likewise.
5430         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5431         * modules/unictype/property-ids-trinary-operator-tests (Files):
5432         Likewise.
5433         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5434         * modules/unictype/property-iso-control-tests (Files): Likewise.
5435         * modules/unictype/property-join-control-tests (Files): Likewise.
5436         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5437         * modules/unictype/property-line-separator-tests (Files): Likewise.
5438         * modules/unictype/property-logical-order-exception-tests (Files):
5439         Likewise.
5440         * modules/unictype/property-lowercase-tests (Files): Likewise.
5441         * modules/unictype/property-math-tests (Files): Likewise.
5442         * modules/unictype/property-non-break-tests (Files): Likewise.
5443         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5444         * modules/unictype/property-numeric-tests (Files): Likewise.
5445         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5446         * modules/unictype/property-other-default-ignorable-code-point-tests
5447         (Files): Likewise.
5448         * modules/unictype/property-other-grapheme-extend-tests (Files):
5449         Likewise.
5450         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5451         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5452         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5453         * modules/unictype/property-other-math-tests (Files): Likewise.
5454         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5455         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5456         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5457         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5458         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5459         * modules/unictype/property-private-use-tests (Files): Likewise.
5460         * modules/unictype/property-punctuation-tests (Files): Likewise.
5461         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5462         * modules/unictype/property-radical-tests (Files): Likewise.
5463         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5464         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5465         * modules/unictype/property-space-tests (Files): Likewise.
5466         * modules/unictype/property-terminal-punctuation-tests (Files):
5467         Likewise.
5468         * modules/unictype/property-test-tests (Files): Likewise.
5469         * modules/unictype/property-titlecase-tests (Files): Likewise.
5470         * modules/unictype/property-unassigned-code-value-tests (Files):
5471         Likewise.
5472         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5473         * modules/unictype/property-uppercase-tests (Files): Likewise.
5474         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5475         * modules/unictype/property-white-space-tests (Files): Likewise.
5476         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5477         * modules/unictype/property-xid-start-tests (Files): Likewise.
5478         * modules/unictype/property-zero-width-tests (Files): Likewise.
5479         * modules/unictype/scripts-tests (Files): Likewise.
5480         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5481         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5482         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5483         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5484         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5485         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5486         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5487         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5488         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5489         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5490         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5491         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5492         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5493         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5494         * modules/uninorm/composition-tests (Files): Likewise.
5495         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5496         * modules/uninorm/decomposition-tests (Files): Likewise.
5497         * modules/uninorm/filter-tests (Files): Likewise.
5498         * modules/uninorm/nfc-tests (Files): Likewise.
5499         * modules/uninorm/nfd-tests (Files): Likewise.
5500         * modules/uninorm/nfkc-tests (Files): Likewise.
5501         * modules/uninorm/nfkd-tests (Files): Likewise.
5502         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5503         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5504         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5505         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5506         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5507         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5508         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5509         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5510         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5511         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5512         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5513         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5514         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5515         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5516         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5517         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5518         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5519         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5520         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5521         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5522         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5523         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5524         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5525         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5526         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5527         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5528         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5529         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5530         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5531         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5532         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5533         * modules/uniwidth/u8-width-tests (Files): Likewise.
5534         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5535         * modules/uniwidth/u16-width-tests (Files): Likewise.
5536         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5537         * modules/uniwidth/u32-width-tests (Files): Likewise.
5538         * modules/uniwidth/width-tests (Files): Likewise.
5539         * modules/unlink-tests (Files): Likewise.
5540         * modules/unsetenv-tests (Files): Likewise.
5541         * modules/usleep-tests (Files): Likewise.
5542         * modules/utimens-tests (Files): Likewise.
5543         * modules/utimensat-tests (Files): Likewise.
5544         * modules/vasnprintf-posix-tests (Files): Likewise.
5545         * modules/vasnprintf-tests (Files): Likewise.
5546         * modules/vasprintf-posix-tests (Files): Likewise.
5547         * modules/vasprintf-tests (Files): Likewise.
5548         * modules/vdprintf-posix-tests (Files): Likewise.
5549         * modules/vfprintf-posix-tests (Files): Likewise.
5550         * modules/vprintf-posix-tests (Files): Likewise.
5551         * modules/vsnprintf-posix-tests (Files): Likewise.
5552         * modules/vsnprintf-tests (Files): Likewise.
5553         * modules/vsprintf-posix-tests (Files): Likewise.
5554         * modules/wcrtomb-tests (Files): Likewise.
5555         * modules/wcsnrtombs-tests (Files): Likewise.
5556         * modules/wcsrtombs-tests (Files): Likewise.
5557         * modules/wctype-tests (Files): Likewise.
5558         * modules/wcwidth-tests (Files): Likewise.
5559         * modules/xmemdup0-tests (Files): Likewise.
5560         * modules/xprintf-posix-tests (Files): Likewise.
5561         * modules/xvasprintf-tests (Files): Likewise.
5562
5563 2009-12-24  Eric Blake  <ebb9@byu.net>
5564
5565         test-nanosleep: fix typo
5566         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
5567         patch.
5568         Reported by Bruno Haible.
5569
5570 2009-12-24  Bruno Haible  <bruno@clisp.org>
5571
5572         Reduce namespace pollution on glibc systems.
5573         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
5574         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
5575         systems.
5576         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
5577         <getopt.h> on glibc systems.
5578         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
5579         systems.
5580         * lib/fcntl.c: Include <unistd.h> here instead.
5581
5582 2009-12-24  Bruno Haible  <bruno@clisp.org>
5583
5584         * lib/stdlib.in.h (includes): Fix typo in today's commit.
5585
5586 2009-12-24  Eric Blake  <ebb9@byu.net>
5587
5588         tests: add signature checks
5589         * tests/signature.h (SIGNATURE_CHECK): New file.
5590         * modules/atexit-tests (Files): Use it.
5591         * modules/btowc-tests (Files): Likewise.
5592         * modules/canonicalize-lgpl-tests (Files): Likewise.
5593         * modules/ceilf-tests (Files): Likewise.
5594         * modules/ceill-tests (Files): Likewise.
5595         * modules/chown-tests (Files): Likewise.
5596         * modules/dprintf-posix-tests (Files): Likewise.
5597         * modules/dup2-tests (Files): Likewise.
5598         * modules/dup3-tests (Files): Likewise.
5599         * modules/duplocale-tests (Files): Likewise.
5600         * modules/fchdir-tests (Files): Likewise.
5601         * modules/fcntl-tests (Files): Likewise.
5602         * modules/fdopendir-tests (Files): Likewise.
5603         * modules/fflush-tests (Files): Likewise.
5604         * modules/flock-tests (Files): Likewise.
5605         * modules/floorf-tests (Files): Likewise.
5606         * modules/floorl-tests (Files): Likewise.
5607         * modules/fnmatch-tests (Files): Likewise.
5608         * modules/fopen-tests (Files): Likewise.
5609         * modules/fprintf-posix-tests (Files): Likewise.
5610         * modules/freopen-tests (Files): Likewise.
5611         * modules/frexp-nolibm-tests (Files): Likewise.
5612         * modules/frexp-tests (Files): Likewise.
5613         * modules/frexpl-nolibm-tests (Files): Likewise.
5614         * modules/frexpl-tests (Files): Likewise.
5615         * modules/fseek-tests (Files): Likewise.
5616         * modules/fseeko-tests (Files): Likewise.
5617         * modules/fsync-tests (Files): Likewise.
5618         * modules/ftell-tests (Files): Likewise.
5619         * modules/ftello-tests (Files): Likewise.
5620         * modules/futimens-tests (Files): Likewise.
5621         * modules/getaddrinfo-tests (Files): Likewise.
5622         * modules/getcwd-tests (Files): Likewise.
5623         * modules/getdelim-tests (Files): Likewise.
5624         * modules/getdtablesize-tests (Files): Likewise.
5625         * modules/getgroups-tests (Files): Likewise.
5626         * modules/gethostname-tests (Files): Likewise.
5627         * modules/getline-tests (Files): Likewise.
5628         * modules/getopt-posix-tests (Files): Likewise.
5629         * modules/gettimeofday-tests (Files): Likewise.
5630         * modules/glob-tests (Files): Likewise.
5631         * modules/iconv-tests (Files): Likewise.
5632         * modules/inet_ntop-tests (Files): Likewise.
5633         * modules/inet_pton-tests (Files): Likewise.
5634         * modules/isblank-tests (Files): Likewise.
5635         * modules/lchown-tests (Files): Likewise.
5636         * modules/ldexpl-tests (Files): Likewise.
5637         * modules/link-tests (Files): Likewise.
5638         * modules/linkat-tests (Files): Likewise.
5639         * modules/lseek-tests (Files): Likewise.
5640         * modules/lstat-tests (Files): Likewise.
5641         * modules/mbrtowc-tests (Files): Likewise.
5642         * modules/mbsinit-tests (Files): Likewise.
5643         * modules/mbsnrtowcs-tests (Files): Likewise.
5644         * modules/mbsrtowcs-tests (Files): Likewise.
5645         * modules/memchr-tests (Files): Likewise.
5646         * modules/memcmp-tests (Files): Likewise.
5647         * modules/memmem-tests (Files): Likewise.
5648         * modules/memrchr-tests (Files): Likewise.
5649         * modules/mkdir-tests (Files): Likewise.
5650         * modules/mkfifo-tests (Files): Likewise.
5651         * modules/mkfifoat-tests (Files): Likewise.
5652         * modules/mknod-tests (Files): Likewise.
5653         * modules/nanosleep-tests (Files): Likewise.
5654         * modules/nl_langinfo-tests (Files): Likewise.
5655         * modules/obstack-printf-tests (Files): Likewise.
5656         * modules/open-tests (Files): Likewise.
5657         * modules/openat-tests (Files): Likewise.
5658         * modules/perror-tests (Files): Likewise.
5659         * modules/pipe2-tests (Files): Likewise.
5660         * modules/poll-tests (Files): Likewise.
5661         * modules/popen-tests (Files): Likewise.
5662         * modules/posix_spawn-tests (Files): Likewise.
5663         * modules/posix_spawnp-tests (Files): Likewise.
5664         * modules/pread-tests (Files): Likewise.
5665         * modules/printf-posix-tests (Files): Likewise.
5666         * modules/pty-tests (Files): Likewise.
5667         * modules/random_r-tests (Files): Likewise.
5668         * modules/rawmemchr-tests (Files): Likewise.
5669         * modules/readlink-tests (Files): Likewise.
5670         * modules/remove-tests (Files): Likewise.
5671         * modules/rename-tests (Files): Likewise.
5672         * modules/renameat-tests (Files): Likewise.
5673         * modules/rmdir-tests (Files): Likewise.
5674         * modules/round-tests (Files): Likewise.
5675         * modules/roundf-tests (Files): Likewise.
5676         * modules/roundl-tests (Files): Likewise.
5677         * modules/select-tests (Files): Likewise.
5678         * modules/setenv-tests (Files): Likewise.
5679         * modules/sigaction-tests (Files): Likewise.
5680         * modules/sleep-tests (Files): Likewise.
5681         * modules/snprintf-posix-tests (Files): Likewise.
5682         * modules/snprintf-tests (Files): Likewise.
5683         * modules/sprintf-posix-tests (Files): Likewise.
5684         * modules/stat-tests (Files): Likewise.
5685         * modules/strcasestr-tests (Files): Likewise.
5686         * modules/strchrnul-tests (Files): Likewise.
5687         * modules/strerror-tests (Files): Likewise.
5688         * modules/strsignal-tests (Files): Likewise.
5689         * modules/strstr-tests (Files): Likewise.
5690         * modules/strtod-tests (Files): Likewise.
5691         * modules/strverscmp-tests (Files): Likewise.
5692         * modules/symlink-tests (Files): Likewise.
5693         * modules/symlinkat-tests (Files): Likewise.
5694         * modules/times-tests (Files): Likewise.
5695         * modules/trunc-tests (Files): Likewise.
5696         * modules/truncf-tests (Files): Likewise.
5697         * modules/truncl-tests (Files): Likewise.
5698         * modules/tsearch-tests (Files): Likewise.
5699         * modules/uname-tests (Files): Likewise.
5700         * modules/unlink-tests (Files): Likewise.
5701         * modules/unsetenv-tests (Files): Likewise.
5702         * modules/usleep-tests (Files): Likewise.
5703         * modules/utimensat-tests (Files): Likewise.
5704         * modules/vasprintf-tests (Files): Likewise.
5705         * modules/vdprintf-posix-tests (Files): Likewise.
5706         * modules/vfprintf-posix-tests (Files): Likewise.
5707         * modules/vprintf-posix-tests (Files): Likewise.
5708         * modules/vsnprintf-posix-tests (Files): Likewise.
5709         * modules/vsnprintf-tests (Files): Likewise.
5710         * modules/vsprintf-posix-tests (Files): Likewise.
5711         * modules/wcrtomb-tests (Files): Likewise.
5712         * modules/wcsnrtombs-tests (Files): Likewise.
5713         * modules/wcsrtombs-tests (Files): Likewise.
5714         * modules/wcwidth-tests (Files): Likewise.
5715         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
5716         * tests/test-isinf.c (isinf): Likewise.
5717         * tests/test-isnan.c (isnan): Likewise.
5718         * tests/test-signbit.c (signbit): Likewise.
5719         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
5720         declaration, either as macro or with correct signature.
5721         (select): Ensure function under test is declared with correct
5722         signature in correct header.
5723         * tests/test-atexit.c (atexit): Likewise.
5724         * tests/test-btowc.c (btowc): Likewise.
5725         * tests/test-canonicalize-lgpl.c (realpath)
5726         (canonicalize_file_name): Likewise.
5727         * tests/test-ceilf1.c (ceilf): Likewise.
5728         * tests/test-ceill.c (ceill): Likewise.
5729         * tests/test-chown.c (chown): Likewise.
5730         * tests/test-dprintf-posix.c (dprintf): Likewise.
5731         * tests/test-dup2.c (dup2): Likewise.
5732         * tests/test-dup3.c (dup3): Likewise.
5733         * tests/test-duplocale.c (duplocale): Likewise.
5734         * tests/test-fchdir.c (fchdir): Likewise.
5735         * tests/test-fchownat.c (fchownat): Likewise.
5736         * tests/test-fcntl.c (fcntl): Likewise.
5737         * tests/test-fdopendir.c (fdopendir): Likewise.
5738         * tests/test-fflush.c (fflush): Likewise.
5739         * tests/test-flock.c (flock): Likewise.
5740         * tests/test-floorf1.c (floorf): Likewise.
5741         * tests/test-floorl.c (floorl): Likewise.
5742         * tests/test-fnmatch.c (fnmatch): Likewise.
5743         * tests/test-fopen.c (fopen): Likewise.
5744         * tests/test-fprintf-posix.c (fprintf): Likewise.
5745         * tests/test-freopen.c (freopen): Likewise.
5746         * tests/test-frexp.c (frexp): Likewise.
5747         * tests/test-frexpl.c (frexpl): Likewise.
5748         * tests/test-fseek.c (fseek): Likewise.
5749         * tests/test-fseeko.c (fseeko): Likewise.
5750         * tests/test-fstatat.c (fstatat): Likewise.
5751         * tests/test-fsync.c (fsync): Likewise.
5752         * tests/test-ftell.c (ftell): Likewise.
5753         * tests/test-ftello.c (ftello): Likewise.
5754         * tests/test-futimens.c (futimens): Likewise.
5755         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
5756         (gai_strerror): Likewise.
5757         * tests/test-getcwd.c (getcwd): Likewise.
5758         * tests/test-getdelim.c (getdelim): Likewise.
5759         * tests/test-getdtablesize.c (getdtablesize): Likewise.
5760         * tests/test-getgroups.c (getgroups): Likewise.
5761         * tests/test-gethostname.c (gethostname): Likewise.
5762         * tests/test-getline.c (getline): Likewise.
5763         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
5764         Likewise.
5765         * tests/test-gettimeofday.c (gettimeofday): Likewise.
5766         * tests/test-glob.c (glob, globfree): Likewise.
5767         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
5768         * tests/test-inet_ntop.c (inet_ntop): Likewise.
5769         * tests/test-inet_pton.c (inet_pton): Likewise.
5770         * tests/test-isblank.c (isblank): Likewise.
5771         * tests/test-lchown.c (lchown): Likewise.
5772         * tests/test-ldexpl.c (ldexpl): Likewise.
5773         * tests/test-link.c (link): Likewise.
5774         * tests/test-linkat.c (linkat): Likewise.
5775         * tests/test-lseek.c (lseek): Likewise.
5776         * tests/test-lstat.c (lstat): Likewise.
5777         * tests/test-mbrtowc.c (mbrtowc): Likewise.
5778         * tests/test-mbsinit.c (mbsinit): Likewise.
5779         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
5780         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
5781         * tests/test-memchr.c (memchr): Likewise.
5782         * tests/test-memcmp.c (memcmp): Likewise.
5783         * tests/test-memmem.c (memmem): Likewise.
5784         * tests/test-memrchr.c (memrchr): Likewise.
5785         * tests/test-mkdir.c (mkdir): Likewise.
5786         * tests/test-mkdirat.c (mkdirat): Likewise.
5787         * tests/test-mkfifo.c (mkfifo): Likewise.
5788         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
5789         * tests/test-mknod.c (mknod): Likewise.
5790         * tests/test-nanosleep.c (nanosleep): Likewise.
5791         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
5792         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
5793         Likewise.
5794         * tests/test-open.c (open): Likewise.
5795         * tests/test-openat.c (openat): Likewise.
5796         * tests/test-perror.c (perror): Likewise.
5797         * tests/test-pipe2.c (pipe2): Likewise.
5798         * tests/test-poll.c (poll): Likewise.
5799         * tests/test-popen.c (popen, pclose): Likewise.
5800         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
5801         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
5802         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
5803         (posix_spawn_file_actions_destroy)
5804         (posix_spawn_file_actions_addclose)
5805         (posix_spawn_file_actions_addopen)
5806         (posix_spawn_file_actions_adddup2): Likewise.
5807         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
5808         * tests/test-pread.c (pread): Likewise.
5809         * tests/test-printf-posix.c (printf): Likewise.
5810         * tests/test-pty.c (openpty, forkpty): Likewise.
5811         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
5812         (random_r): Likewise.
5813         * tests/test-rawmemchr.c (rawmemchr): Likewise.
5814         * tests/test-readlink.c (readlink): Likewise.
5815         * tests/test-remove.c (remove): Likewise.
5816         * tests/test-rename.c (rename): Likewise.
5817         * tests/test-renameat.c (renameat): Likewise.
5818         * tests/test-rmdir.c (rmdir): Likewise.
5819         * tests/test-round1.c (round): Likewise.
5820         * tests/test-roundf1.c (roundf): Likewise.
5821         * tests/test-roundl.c (roundl): Likewise.
5822         * tests/test-setenv.c (setenv): Likewise.
5823         * tests/test-sigaction.c (sigaction): Likewise.
5824         * tests/test-sleep.c (sleep): Likewise.
5825         * tests/test-snprintf.c (snprintf): Likewise.
5826         * tests/test-sprintf-posix.c (sprintf): Likewise.
5827         * tests/test-stat.c (stat): Likewise.
5828         * tests/test-stpncpy.c (stpncpy): Likewise.
5829         * tests/test-strcasestr.c (strcasestr): Likewise.
5830         * tests/test-strchrnul.c (strchrnul): Likewise.
5831         * tests/test-strerror.c (strerror): Likewise.
5832         * tests/test-strsignal.c (strsignal): Likewise.
5833         * tests/test-strstr.c (strstr): Likewise.
5834         * tests/test-strtod.c (strtod): Likewise.
5835         * tests/test-strverscmp.c (strverscmp): Likewise.
5836         * tests/test-symlink.c (symlink): Likewise.
5837         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
5838         * tests/test-times.c (times): Likewise.
5839         * tests/test-trunc1.c (trunc): Likewise.
5840         * tests/test-truncf1.c (truncf): Likewise.
5841         * tests/test-truncl.c (truncl): Likewise.
5842         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
5843         Likewise.
5844         * tests/test-uname.c (uname): Likewise.
5845         * tests/test-unlink.c (unlink): Likewise.
5846         * tests/test-unlinkat.c (unlinkat): Likewise.
5847         * tests/test-unsetenv.c (unsetenv): Likewise.
5848         * tests/test-usleep.c (usleep): Likewise.
5849         * tests/test-utimensat.c (utimensat): Likewise.
5850         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
5851         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
5852         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
5853         * tests/test-vprintf-posix.c (vprintf): Likewise.
5854         * tests/test-vsnprintf.c (vsnprintf): Likewise.
5855         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
5856         * tests/test-wcrtomb.c (wcrtomb): Likewise.
5857         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
5858         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
5859         * tests/test-wcwidth.c (wcwidth): Likewise.
5860
5861         build: pull in conditional headers during GNULIB_POSIXCHECK
5862         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
5863         definitions from any conditionally-included headers.
5864         * lib/stdlib.in.h (includes): Likewise.
5865         * lib/unistd.in.h (includes): Likewise.
5866
5867 2009-12-24  Bruno Haible  <bruno@clisp.org>
5868
5869         * tests/test-argv-iter.c: Include header file being tested immediately
5870         after config.h.
5871         * tests/test-base64.c: Likewise.
5872         * tests/test-flock.c: Likewise.
5873         * tests/test-fsync.c: Likewise.
5874         * tests/test-getdate.c: Likewise.
5875         * tests/test-getndelim2.c: Likewise.
5876         * tests/test-isfinite.c: Likewise.
5877         * tests/test-isinf.c: Likewise.
5878         * tests/test-strerror.c: Likewise.
5879         * tests/test-strsignal.c: Likewise.
5880
5881 2009-12-23  Eric Blake  <ebb9@byu.net>
5882
5883         unistd: work around cygwin bug
5884         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
5885         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
5886         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5887
5888 2009-12-23  Bruno Haible  <bruno@clisp.org>
5889
5890         localename: More tests.
5891         * tests/test-localename.c (SIZEOF): New macro.
5892         (categories): New variable.
5893         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
5894         test_locale_name_default): Add test w.r.t. thread locale.
5895         (test_locale_name_thread): New function.
5896         (main): Invoke it.
5897
5898         localename: Make aware of thread locale.
5899         * lib/localename.h (gl_locale_name_thread): New declaration.
5900         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
5901         behaviour with respect to thread locale.
5902         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
5903         <langinfo.h>, glthread/lock.h.
5904         (SIZE_BITS): New macro.
5905         (string_hash): New function.
5906         (struct hash_node): New type.
5907         (HASH_TABLE_SIZE): New macro.
5908         (struniq_hash_table, struniq_lock): New variables.
5909         (struniq): New function.
5910         (gl_locale_name_thread): New function.
5911         (gl_locale_name): Invoke it.
5912         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
5913         * modules/localename (Depends-on): Add lock.
5914         Reported by Mike Gran <spk121@yahoo.com>.
5915
5916 2009-12-23  Eric Blake  <ebb9@byu.net>
5917
5918         va-args: new module
5919         * modules/va-args: New file.
5920         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
5921         * MODULES.html.sh (Core language properties): Mention it.
5922
5923         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
5924         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
5925         named alias for __attribute__((__unused__)).
5926         * lib/chown.c: Update client.
5927         * lib/fchmodat.c: Likewise.
5928         * lib/fts.c: Likewise.
5929         * lib/getdate.y: Likewise.
5930         * lib/getgroups.c: Likewise.
5931         * lib/getopt.c: Likewise.
5932         * lib/getugroups.c: Likewise.
5933         * lib/mkdir.c: Likewise.
5934         * lib/mkfifo.c: Likewise.
5935         * lib/mkfifoat.c: Likewise.
5936         * lib/mknod.c: Likewise.
5937         * lib/mknodat.c: Likewise.
5938         * lib/readlink.c: Likewise.
5939         * lib/se-context.in.h: Likewise.
5940         * lib/se-selinux.in.h: Likewise.
5941         * lib/sockets.c: Likewise.
5942         * lib/symlink.c: Likewise.
5943         * lib/symlinkat.c: Likewise.
5944         * lib/unicodeio.c: Likewise.
5945         * lib/unistr.h: Likewise.
5946         * tests/test-areadlink.c: Likewise.
5947         * tests/test-areadlinkat.c: Likewise.
5948         * tests/test-filenamecat.c: Likewise.
5949         * tests/test-fseeko.c: Likewise.
5950         * tests/test-ftello.c: Likewise.
5951         * tests/test-getdate.c: Likewise.
5952         * tests/test-getgroups.c: Likewise.
5953         * tests/test-gethostname.c: Likewise.
5954         * tests/test-quotearg.c: Likewise.
5955         * tests/test-version-etc.c: Likewise.
5956         * tests/test-xalloc-die.c: Likewise.
5957         * tests/test-xfprintf-posix.c: Likewise.
5958         * tests/test-xprintf-posix.c: Likewise.
5959         * tests/test-xvasprintf.c: Likewise.
5960
5961         tests: avoid compiler warnings
5962         * tests/test-fcntl.c (main): Delete unused parameters.
5963         * tests/test-freopen-safer.c (main): Likewise.
5964         * tests/test-xalloc-die.c (main): Mark unused parameters.
5965         * tests/test-fseeko.c (main): Likewise.
5966         * tests/test-ftello.c (main): Likewise.
5967         * tests/test-nanosleep.c (main): Avoid declaration warning.
5968         * tests/test-sleep.c (main): Likewise.
5969         * tests/test-unsetenv.c (main): Silence warning about string
5970         literal.
5971         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
5972
5973 2009-12-23  Bruno Haible  <bruno@clisp.org>
5974
5975         * tests/test-localename.c (test_locale_name): New function, extracted
5976         from main. Also test mixed situations.
5977         (test_locale_name_posix, test_locale_name_environ,
5978         test_locale_name_default): New functions.
5979         (main): Invoke them all.
5980         * modules/localename-tests (configure.ac): Test for newlocale.
5981
5982 2009-12-23  Bruno Haible  <bruno@clisp.org>
5983
5984         unistd: Ensure getcwd gets declared before being overridden.
5985         * lib/unistd.in.h: Conditionally include <io.h>.
5986
5987 2009-12-22  Bruno Haible  <bruno@clisp.org>
5988
5989         wchar: Diagnose broken combination of glibc and gcc versions and flags.
5990         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
5991         (gl_WCHAR_H): Invoke it.
5992         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
5993         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
5994         Reported by Karl Berry <karl@freefriends.org>.
5995
5996 2009-12-22  Eric Blake  <ebb9@byu.net>
5997
5998         math, unistd: avoid redundant includes
5999         * lib/math.in.h (isnan): No need to re-include <math.h>.
6000         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6001
6002         getsubopt: work around cygwin bug
6003         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6004         avoid conflicting with system getsubopt.
6005         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6006         bug.
6007
6008         getopt: synchronize from glibc
6009         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6010         parameter order.  Adjust all callers.
6011         (_getopt_internal_r, main): Adjust quoting in error messages.
6012         Drop considerations for outdated POSIX 1003.2 error message.
6013         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6014         callers.
6015         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6016
6017         test-getopt: test stderr behavior
6018         * modules/getopt-posix-tests (Depends-on): Add dup2.
6019         * tests/test-getopt.c (ASSERT): Avoid stderr.
6020         (main): Move stderr to a temporary file.
6021         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6022         Instead, add parameter to inform caller if output occurred.
6023         (test_getopt): Adjust all existing tests to expect silence, and
6024         add new tests of leading ":".
6025         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6026         glibc shortcomings with leading "-:" or "+:" in optstring.
6027         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6028         Likewise.
6029         * doc/posix-functions/getopt.texi (getopt): Likewise.
6030
6031         test-getopt: enhance test
6032         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6033         supports optind=0.
6034         * tests/test-getopt.c (OPTIND_MIN): Move...
6035         * tests/test-getopt.h (OPTIND_MIN): ...here.
6036         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6037         Require that optind=0 works, since modern BSD supports it in
6038         addition to optreset, and since coreutils expects it.
6039         (test_getopt_long_only): New test.
6040         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6041         glibc shortcomings with 'W;', and enforcement of optind=0.
6042         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6043         Likewise.
6044
6045 2009-12-21  Bruno Haible  <bruno@clisp.org>
6046
6047         localename: Improvements for MacOS X and Cygwin.
6048         * lib/localename.h (gl_locale_name_environ): New declaration.
6049         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6050         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6051         (gl_locale_name_posix): Invoke it.
6052         (gl_locale_name_default): Add comments. Use Windows native API also on
6053         Cygwin.
6054
6055 2009-12-21  Bruno Haible  <bruno@clisp.org>
6056
6057         Update list of Win32 locale ids.
6058         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6059         (LANG_SAMI): Renamed from LANG_SAAMI.
6060         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6061         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6062         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6063         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6064         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6065         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6066         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6067         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6068         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6069         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6070         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6071         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6072         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6073         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6074         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6075         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6076         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6077         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6078         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6079         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6080         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6081         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6082         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6083         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6084         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6085         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6086         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6087         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6088         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6089         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6090         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6091         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6092         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6093         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6094         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6095         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6096         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6097         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6098         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6099         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6100         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6101         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6102         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6103         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6104         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6105         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6106         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6107         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6108         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6109         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6110         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6111         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6112         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6113         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6114         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6115         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6116         Add more languages and countries for Sami, Sorbian. Add more countries
6117         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6118         for Pashto. Change country for Syriac, Tswana.
6119
6120 2009-12-21  Eric Blake  <ebb9@byu.net>
6121
6122         test-utimens: avoid spurious failure
6123         * tests/test-chown.h (nap): Factor...
6124         * tests/nap.h: ...into new file.
6125         * tests/test-lchown.h (nap): Avoid duplication.
6126         * tests/test-utimens-common.h (nap): Use shared implementation,
6127         necessary on file systems with 1-second resolution.
6128         * modules/chown-tests (Files): Include new file.
6129         * modules/fdutimensat-tests (Files): Likewise.
6130         * modules/futimens-tests (Files): Likewise.
6131         * modules/lchown-tests (Files): Likewise.
6132         * modules/openat-tests (Files): Likewise.
6133         * modules/utimens-tests (Files): Likewise.
6134         * modules/utimensat-tests (Files): Likewise.
6135
6136 2009-12-19  Eric Blake  <ebb9@byu.net>
6137
6138         futimens, utimensat: work around Linux bug
6139         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6140         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6141         * lib/utimensat.c (rpl_utimensat): Work around it.
6142         * lib/futimens.c (rpl_futimens): Adjust comment.
6143
6144         utimens: work around Linux ctime bug
6145         * lib/utimens.c (detect_ctime_bug): New helper function.
6146         (update_timespec): Differentiate between workaround needed for
6147         this bug vs. what is needed for systems that lack utimensat.
6148         (fdutimens, lutimens): Work around bug.
6149
6150         utimens: check for ctime update
6151         * tests/test-utimens-common.h (check_ctime): Define.
6152         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6153         * tests/test-futimens.h (test_futimens): Likewise.
6154         * tests/test-lutimens.h (test_lutimens): Likewise.
6155         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6156         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6157
6158 2009-12-19  Bruno Haible  <bruno@clisp.org>
6159
6160         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6161         * tests/test-dprintf-posix2.sh: New file.
6162         * tests/test-dprintf-posix2.c: New file.
6163         * modules/dprintf-posix-tests (Files): Add them.
6164         (configure.ac): Check for getrlimit and setrlimit.
6165         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6166
6167 2009-12-19  Bruno Haible  <bruno@clisp.org>
6168
6169         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6170         * tests/test-fprintf-posix3.sh: New file.
6171         * tests/test-fprintf-posix3.c: New file.
6172         * modules/fprintf-posix-tests (Files): Add them.
6173         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6174
6175 2009-12-19  Eric Blake  <ebb9@byu.net>
6176
6177         dirfd: fix prototype
6178         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6179         * lib/dirfd.c (dirfd): Likewise.
6180
6181         canonicalize: reduce memory usage
6182         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6183         allocation to size.
6184         Reported by Solar Designer <solar@openwall.com>.
6185
6186 2009-12-19  Bruno Haible  <bruno@clisp.org>
6187
6188         New module attribute 'Applicability'.
6189         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6190         * gnulib-tool: New option --extract-applicability.
6191         (func_usage): Document it.
6192         (sed_extract_prog): Recognize it.
6193         (func_get_applicability): New function.
6194         (func_import): Generalize handling of 'link-warning' module.
6195         * modules/link-warning (Applicability): New section.
6196         * modules/arg-nonnull (Applicability): New section.
6197         Repoted by Simon Josefsson <simon@josefsson.org>.
6198
6199 2009-12-19  Bruno Haible  <bruno@clisp.org>
6200
6201         fflush: tweak
6202         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6203         * lib/fseeko.c (rpl_fseeko): Likewise.
6204
6205 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6206
6207         * lib/gl_list.h: Fix typo in comment.
6208
6209 2009-12-16  Eric Blake  <ebb9@byu.net>
6210
6211         fcntl: use to simplify other modules
6212         * modules/cloexec (Depends-on): Add fcntl.
6213         * modules/fchdir (Depends-on): Likewise.
6214         * modules/fd-safer-flag (Depends-on): Likewise.
6215         * modules/unistd-safer (Depends-on): Likewise.
6216         * modules/dup3 (configure.ac): Set module indicator.
6217         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6218         missing.
6219         * lib/fchdir.c (_gl_register_dup): Fix comment.
6220         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6221         * lib/dup-safer.c (dup_safer): Likewise.
6222         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6223         * lib/dup3.c (dup3): Likewise.
6224         * tests/test-fchdir.c (main): Enhance test.
6225         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6226
6227         fcntl: port portions of fcntl to mingw
6228         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6229         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6230         replacement for mingw.
6231         * modules/fcntl (Description): Update.
6232         (Depends-on): Add dup2.
6233         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6234         * modules/fcntl-h (Makefile.am): Substitute it.
6235         * lib/fcntl.in.h (fcntl): Update declaration.
6236         (F_DUPFD, F_GETFD): New macros, when needed.
6237         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6238         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6239         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6240         we now guarantee.
6241
6242         fcntl: work around cygwin bug in F_DUPFD
6243         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6244         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6245         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6246         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6247         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6248
6249         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6250         * modules/fcntl (Files): List new files.
6251         (configure.ac): Run a test.
6252         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6253         * lib/fcntl.c (rpl_fcntl): Likewise.
6254         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6255         (gl_FCNTL_H): Always replace fcntl.h.
6256         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6257         * lib/fcntl.in.h (fcntl): Declare replacement.
6258         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6259         needed, plus a witness.
6260         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6261         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6262         * tests/test-fcntl.c: New file.
6263         * modules/fcntl-tests: Likewise.
6264
6265         binary-io: avoid potential compilation warning
6266         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6267         directives.
6268
6269         fflush: avoid compilation error on NetBSD
6270         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6271         between off_t and fpos_t, since the latter is sometimes a struct.
6272         * lib/fseeko.c (rpl_fseeko): Likewise.
6273         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6274
6275 2009-12-15  Eric Blake  <ebb9@byu.net>
6276
6277         fcntl-h, stdio, sys_ioctl: fix declarations
6278         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6279         function must not take arguments.
6280         * lib/sys_ioctl.in.h (ioctl): Likewise.
6281         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6282         (open): Add a link warning.
6283
6284 2009-12-15  Jim Meyering  <meyering@redhat.com>
6285
6286         areadlink, areadlink-with-size: relax license to LGPLv2+
6287         * modules/areadlink (License): Relax to LGPLv2+.
6288         * modules/areadlink-with-size (License): Likewise.
6289
6290 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6291             Bruno Haible  <bruno@clisp.org>
6292
6293         *printf: Fix memory leak.
6294         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6295         * lib/vfprintf.c (vfprintf): Likewise.
6296         * lib/dprintf.c (dprintf): Likewise.
6297         * lib/vdprintf.c (vdprintf): Likewise.
6298
6299 2009-12-14  Eric Blake  <ebb9@byu.net>
6300
6301         accept4: adjust module dependencies
6302         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6303
6304         utimens: one more try at avoiding compiler warning
6305         * lib/utimens.c (lutimens): Lower scope of result.
6306
6307 2009-12-13  Bruno Haible  <bruno@clisp.org>
6308
6309         Move the malloc checking from module 'list' to new module 'xlist'.
6310         * modules/xlist: New file.
6311         * lib/gl_xlist.h: New file.
6312         * lib/gl_xlist.c: New file.
6313         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6314         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6315         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6316         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6317         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6318         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6319         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6320         gl_sortedlist_nx_add): New declarations.
6321         (struct gl_list_implementation): Rename and change methods accordingly.
6322         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6323         (gl_list_nx_create): Renamed from gl_list_create.
6324         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6325         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6326         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6327         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6328         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6329         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6330         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6331         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6332         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6333         gl_list_create_empty.
6334         (gl_list_nx_create): Renamed from gl_list_create.
6335         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6336         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6337         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6338         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6339         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6340         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6341         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6342         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6343         * lib/gl_array_list.c: Don't include xalloc.h.
6344         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6345         NULL upon out-of-memory.
6346         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6347         out-of-memory.
6348         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6349         Change return type to 'int'.
6350         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6351         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6352         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6353         upon out-of-memory.
6354         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6355         upon out-of-memory.
6356         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6357         upon out-of-memory.
6358         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6359         upon out-of-memory.
6360         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6361         out-of-memory.
6362         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6363         Update.
6364         (gl_array_list_implementation): Update.
6365         * lib/gl_carray_list.c: Don't include xalloc.h.
6366         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6367         Return NULL upon out-of-memory.
6368         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6369         out-of-memory.
6370         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6371         Change return type to 'int'.
6372         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6373         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6374         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6375         upon out-of-memory.
6376         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6377         upon out-of-memory.
6378         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6379         out-of-memory.
6380         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6381         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6382         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6383         Update.
6384         (gl_carray_list_implementation): Update.
6385         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6386         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6387         gl_linked_create_empty. Return NULL upon out-of-memory.
6388         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6389         out-of-memory.
6390         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6391         Change return type to 'int'. Return -1 upon out-of-memory.
6392         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6393         out-of-memory.
6394         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6395         upon out-of-memory.
6396         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6397         upon out-of-memory.
6398         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6399         NULL upon out-of-memory.
6400         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6401         upon out-of-memory.
6402         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6403         out-of-memory.
6404         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6405         Update.
6406         * lib/gl_linked_list.c: Don't include xalloc.h.
6407         (gl_linked_list_implementation): Update.
6408         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6409         (add_to_bucket): Change return type to 'int'.
6410         (gl_linkedhash_list_implementation): Update.
6411         * lib/gl_anytree_list1.h (free_subtree): New function.
6412         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6413         gl_tree_create_empty. Return NULL upon out-of-memory.
6414         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6415         Change return type to 'int'. Return -1 upon out-of-memory.
6416         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6417         out-of-memory.
6418         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6419         (gl_tree_remove_node): New function, moved here from
6420         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6421         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6422         Update.
6423         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6424         malloc, not xmalloc. Return NULL upon out-of-memory.
6425         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6426         out-of-memory.
6427         (gl_tree_remove_node_from_tree): New function, extracted from
6428         gl_tree_remove_node.
6429         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6430         upon out-of-memory.
6431         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6432         out-of-memory.
6433         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6434         upon out-of-memory.
6435         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6436         upon out-of-memory.
6437         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6438         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6439         not xmalloc. Return NULL upon out-of-memory.
6440         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6441         out-of-memory.
6442         (gl_tree_remove_node_from_tree): New function, extracted from
6443         gl_tree_remove_node.
6444         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6445         upon out-of-memory.
6446         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6447         out-of-memory.
6448         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6449         upon out-of-memory.
6450         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6451         upon out-of-memory.
6452         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6453         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6454         gl_anytree_list1.h before gl_anyavltree_list2.h.
6455         (gl_avltree_list_implementation): Update.
6456         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6457         gl_anytree_list1.h before gl_anyavltree_list2.h.
6458         (gl_rbtree_list_implementation): Update.
6459         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6460         Change return type to 'int'. Return -1 upon out-of-memory. Use
6461         __builtin_expect.
6462         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6463         (gl_avltreehash_list_implementation): Update.
6464         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6465         (gl_rbtreehash_list_implementation): Update.
6466         * modules/array-list (Depends-on): Remove xalloc.
6467         * modules/carray-list (Depends-on): Likewise.
6468         * modules/linked-list (Depends-on): Likewise.
6469         * modules/linkedhash-list (Depends-on): Likewise.
6470         * modules/avltree-list (Depends-on): Likewise.
6471         * modules/rbtree-list (Depends-on): Likewise.
6472         * modules/avltreehash-list (Depends-on): Likewise.
6473         * modules/rbtreehash-list (Depends-on): Likewise.
6474
6475         * modules/xsublist: New file.
6476         * lib/gl_xsublist.h: New file.
6477         * lib/gl_xsublist.c: New file.
6478         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6479         (gl_sublist_nx_create): New declaration.
6480         * lib/gl_sublist.c: Don't include xalloc.h.
6481         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6482         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6483         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6484         Change return type to 'int'. Return -1 upon out-of-memory.
6485         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6486         upon out-of-memory.
6487         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6488         NULL upon out-of-memory.
6489         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6490         upon out-of-memory.
6491         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6492         NULL upon out-of-memory.
6493         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6494         NULL upon out-of-memory.
6495         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6496         upon out-of-memory.
6497         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6498         (gl_sublist_list_implementation): Update.
6499         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6500         upon out-of-memory.
6501         * modules/sublist (Depends-on): Remove xalloc.
6502
6503         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6504         * tests/test-carray_list.c: Likewise.
6505         * tests/test-linked_list.c: Likewise.
6506         * tests/test-linkedhash_list.c: Likewise.
6507         * tests/test-avltree_list.c: Likewise.
6508         * tests/test-rbtree_list.c: Likewise.
6509         * tests/test-avltreehash_list.c: Likewise.
6510         * tests/test-rbtreehash_list.c: Likewise.
6511         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6512         * modules/carray-list-tests (Makefile.am): Likewise.
6513         * modules/linked-list-tests (Makefile.am): Likewise.
6514         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6515         * modules/avltree-list-tests (Makefile.am): Likewise.
6516         * modules/rbtree-list-tests (Makefile.am): Likewise.
6517         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6518         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6519
6520         * NEWS: Mention the changes.
6521
6522         * lib/clean-temp.c: Include gl_xlist.h.
6523         * modules/clean-temp (Depends-on): Add xlist.
6524
6525         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6526         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6527
6528         * tests/test-array_oset.c: Include gl_xlist.h.
6529         * modules/array-oset-tests (Depends-on): Add xlist.
6530
6531         Reported by José E. Marchesi <jemarch@gnu.org>.
6532
6533 2009-12-13  Bruno Haible  <bruno@clisp.org>
6534
6535         Move the malloc checking from module 'oset' to new module 'xoset'.
6536         * modules/xoset: New file.
6537         * lib/gl_xoset.h: New file.
6538         * lib/gl_xoset.c: New file.
6539         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
6540         declarations.
6541         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
6542         (struct gl_oset_implementation): Rename and change methods accordingly.
6543         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
6544         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6545         'int'. Mark as __warn_unused_result__.
6546         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
6547         gl_oset_create_empty.
6548         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6549         'int'.
6550         * lib/gl_array_oset.c: Don't include xalloc.h.
6551         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
6552         malloc, not xmalloc.
6553         (grow): Change return type to 'int'. Don't call xalloc_die.
6554         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
6555         to 'int'.
6556         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
6557         'int'.
6558         (gl_array_oset_implementation): Update.
6559         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
6560         gl_tree_create_empty.
6561         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
6562         'int'.
6563         * lib/gl_avltree_oset.c: Don't include xalloc.h.
6564         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6565         xmalloc.
6566         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6567         not xmalloc.
6568         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6569         xmalloc.
6570         (gl_avltree_oset_implementation): Update.
6571         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
6572         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6573         xmalloc.
6574         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6575         not xmalloc.
6576         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6577         xmalloc.
6578         (gl_rbtree_oset_implementation): Update.
6579         * modules/array-oset (Depends-on): Remove xalloc.
6580         * modules/avltree-oset (Depends-on): Likewise.
6581         * modules/rbtree-oset (Depends-on): Likewise.
6582         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
6583         * tests/test-avltree_oset.c: Likewise.
6584         * tests/test-rbtree_oset.c: Likewise.
6585         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6586         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
6587         * modules/rbtree-oset-tests (Makefile.am): Likewise.
6588         * NEWS: Mention the change.
6589
6590 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
6591
6592         maint.mk: allow a project to override release-prep commands
6593         * top/maint.mk (alpha, beta, stable): Move release-preparatory
6594         commands into a new rule.
6595         (release-prep): New rule.
6596         (release-prep-hook): New overridable variable.
6597
6598 2009-12-13  Bruno Haible  <bruno@clisp.org>
6599
6600         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
6601
6602 2009-12-13  Jim Meyering  <meyering@redhat.com>
6603
6604         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
6605         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
6606
6607 2009-12-12  Bruno Haible  <bruno@clisp.org>
6608
6609         duplocale: Tweak.
6610         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
6611
6612 2009-12-12  Karl Berry  <karl@gnu.org>
6613
6614         * config/srclist.txt (strtoll.c): tab changes, no more sync.
6615
6616 2009-12-12  Bruno Haible  <bruno@clisp.org>
6617
6618         * m4/po.m4: Undo incorrect untabification.
6619
6620 2009-12-12  Bruno Haible  <bruno@clisp.org>
6621
6622         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
6623         * modules/c-strtod (Depends-on): Add locale.
6624         * modules/c-strtold (Depends-on): Likewise.
6625
6626 2009-12-12  Bruno Haible  <bruno@clisp.org>
6627
6628         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
6629
6630 2009-12-11  Eric Blake  <ebb9@byu.net>
6631
6632         setenv: relax requirement in light of POSIX ruling
6633         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
6634         not NULL.
6635         * tests/test-setenv.c (main): Relax test.
6636         * tests/test-unsetenv.c (main): Likewise.
6637         * doc/posix-functions/setenv.texi (setenv): Document this.
6638         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6639
6640 2009-12-11  Bruno Haible  <bruno@clisp.org>
6641
6642         New module 'fd-safer-flag'.
6643         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
6644         * lib/dup-safer.c (dup_safer_flag): Remove function.
6645         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
6646         * lib/fd-safer.c (fd_safer_flag): Remove function.
6647         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
6648         * modules/cloexec (configure.ac): Drop indicator macro.
6649         * modules/fd-safer-flag: New file.
6650         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
6651         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
6652         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
6653
6654 2009-12-11  Bruno Haible  <bruno@clisp.org>
6655
6656         Tests for module 'nl_langinfo'.
6657         * modules/nl_langinfo-tests: New file.
6658         * tests/test-nl_langinfo.sh: New file.
6659         * tests/test-nl_langinfo.c: New file.
6660
6661         New module 'nl_langinfo'.
6662         * lib/nl_langinfo.c: New file.
6663         * m4/nl_langinfo.m4: New file.
6664         * modules/nl_langinfo: New file.
6665         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
6666
6667 2009-12-11  Bruno Haible  <bruno@clisp.org>
6668
6669         Tests for module 'langinfo'.
6670         * modules/langinfo-tests: New file.
6671         * tests/test-langinfo.c: New file.
6672
6673         New module 'langinfo'.
6674         * lib/langinfo.in.h: New file.
6675         * m4/langinfo_h.m4: New file.
6676         * modules/langinfo: New file.
6677         * doc/posix-headers/langinfo.texi: Mention the new module.
6678
6679 2009-12-11  Bruno Haible  <bruno@clisp.org>
6680
6681         * lib/config.charset: Untabify.
6682
6683 2009-12-11  Bruno Haible  <bruno@clisp.org>
6684
6685         * modules/unistd-safer (configure.ac): Drop indicator macro.
6686
6687 2009-12-11  Bruno Haible  <bruno@clisp.org>
6688
6689         Move pipe2-safer code to its own file.
6690         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
6691         * lib/pipe-safer.c (pipe2_safer): Remove function.
6692         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
6693         (Makefile.am): Add it to lib_SOURCES.
6694
6695 2009-12-10  Bruno Haible  <bruno@clisp.org>
6696
6697         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
6698
6699 2009-12-10  Bruno Haible  <bruno@clisp.org>
6700
6701         Declare which arguments expect non-NULL values, for GCC and clang.
6702         * build-aux/arg-nonnull.h: New file.
6703         * modules/arg-nonnull: New file.
6704         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
6705         (inet_ntop, inet_pton): Use it.
6706         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
6707         (closedir, dirfd, opendir, scandir, alphasort): Use it.
6708         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
6709         (open, openat): Use it.
6710         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
6711         (fnmatch): Use it.
6712         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
6713         (getopt, getopt_long, getopt_long_only): Use it.
6714         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
6715         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
6716         Use it.
6717         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
6718         (iconv_open): Use it.
6719         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
6720         (strtoimax, strtoumax): Use it.
6721         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
6722         (duplocale): Use it.
6723         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
6724         (frexp, frexpl): Use it.
6725         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
6726         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
6727         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
6728         (tsearch, tfind, tdelete, twalk): Use it.
6729         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
6730         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
6731         sigpending): Use it.
6732         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
6733         (posix_spawn, posix_spawnp, posix_spawnattr_init,
6734         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
6735         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
6736         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
6737         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
6738         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
6739         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
6740         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
6741         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
6742         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
6743         Use it.
6744         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
6745         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
6746         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
6747         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
6748         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
6749         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
6750         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
6751         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
6752         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
6753         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
6754         strtoull, unsetenv): Use it.
6755         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
6756         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
6757         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
6758         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
6759         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
6760         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
6761         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
6762         (strcasecmp, strncasecmp): Use it.
6763         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
6764         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
6765         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
6766         rpl_setsockopt): Use it.
6767         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
6768         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
6769         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
6770         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
6771         (gettimeofday): Use it.
6772         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
6773         (times): Use it.
6774         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
6775         (uname): Use it.
6776         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
6777         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
6778         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
6779         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
6780         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
6781         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
6782         unlinkat, write): Use it.
6783         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
6784         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
6785         * lib/argv-iter.h: Include arg-nonnull.h.
6786         (_ATTRIBUTE_NONNULL_): Remove macro.
6787         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
6788         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
6789         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
6790         optimization.
6791         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
6792         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
6793         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
6794         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
6795         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
6796         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
6797         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
6798         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
6799         * modules/arpa_inet (Depends-on): Add arg-nonnull.
6800         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
6801         * modules/dirent (Depends-on): Add arg-nonnull.
6802         (Makefile.am): Insert arg-nonnull.h into dirent.h.
6803         * modules/fcntl-h (Depends-on): Add arg-nonnull.
6804         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
6805         * modules/fnmatch (Depends-on): Add arg-nonnull.
6806         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
6807         * modules/getopt-posix (Depends-on): Add arg-nonnull.
6808         (Makefile.am): Insert arg-nonnull.h into getopt.h.
6809         * modules/glob (Depends-on): Add arg-nonnull.
6810         (Makefile.am): Insert arg-nonnull.h into glob.h.
6811         * modules/iconv_open (Depends-on): Add arg-nonnull.
6812         (Makefile.am): Insert arg-nonnull.h into iconv.h.
6813         * modules/inttypes (Depends-on): Add arg-nonnull.
6814         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
6815         * modules/locale (Depends-on): Add arg-nonnull.
6816         (Makefile.am): Insert arg-nonnull.h into locale.h.
6817         * modules/math (Depends-on): Add arg-nonnull.
6818         (Makefile.am): Insert arg-nonnull.h into math.h.
6819         * modules/netdb (Depends-on): Add arg-nonnull.
6820         (Makefile.am): Insert arg-nonnull.h into netdb.h.
6821         * modules/search (Depends-on): Add arg-nonnull.
6822         (Makefile.am): Insert arg-nonnull.h into search.h.
6823         * modules/signal (Depends-on): Add arg-nonnull.
6824         (Makefile.am): Insert arg-nonnull.h into signal.h.
6825         * modules/spawn (Depends-on): Add arg-nonnull.
6826         (Makefile.am): Insert arg-nonnull.h into spawn.h.
6827         * modules/stdio (Depends-on): Add arg-nonnull.
6828         (Makefile.am): Insert arg-nonnull.h into stdio.h.
6829         * modules/stdlib (Depends-on): Add arg-nonnull.
6830         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
6831         * modules/string (Depends-on): Add arg-nonnull.
6832         (Makefile.am): Insert arg-nonnull.h into string.h.
6833         * modules/strings (Depends-on): Add arg-nonnull.
6834         (Makefile.am): Insert arg-nonnull.h into strings.h.
6835         * modules/sys_socket (Depends-on): Add arg-nonnull.
6836         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
6837         * modules/sys_stat (Depends-on): Add arg-nonnull.
6838         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
6839         * modules/sys_time (Depends-on): Add arg-nonnull.
6840         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
6841         * modules/sys_times (Depends-on): Add arg-nonnull.
6842         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
6843         * modules/sys_utsname (Depends-on): Add arg-nonnull.
6844         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
6845         * modules/time (Depends-on): Add arg-nonnull.
6846         (Makefile.am): Insert arg-nonnull.h into time.h.
6847         * modules/unistd (Depends-on): Add arg-nonnull.
6848         (Makefile.am): Insert arg-nonnull.h into unistd.h.
6849         * modules/wchar (Depends-on): Add arg-nonnull.
6850         (Makefile.am): Insert arg-nonnull.h into wchar.h.
6851         * modules/argv-iter (Depends-on): Add arg-nonnull.
6852         * tests/test-canonicalize.c (null_ptr): New function.
6853         (main): Use it.
6854         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
6855         (main): Use it.
6856         * tests/test-memmem.c (null_ptr): New function.
6857         (main): Use it.
6858         Reported by Jim Meyering.
6859
6860 2009-12-10  Bruno Haible  <bruno@clisp.org>
6861
6862         Use spaces for indentation, not tabs.
6863         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
6864         * m4/*.m4: Untabify.
6865         * build-aux/*.h: Untabify.
6866         * tests/**/*.[hc]: Untabify.
6867         * README: New section "Indent with spaces, not TABs", based on
6868         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
6869         * NEWS: Mention the change.
6870
6871 2009-12-10  Bruno Haible  <bruno@clisp.org>
6872
6873         pty test: Fix link error.
6874         * modules/pty-tests (Makefile.am): Add the default LDADD value to
6875         test_pty_LDADD.
6876
6877 2009-12-07  Simon Josefsson  <simon@josefsson.org>
6878
6879         * modules/pty: New file.
6880         * modules/pty-tests: New file.
6881         * m4/pty.m4: New file.
6882         * tests/test-pty.c: New file.
6883         * doc/glibc-headers/pty.texi: Modified.
6884         * doc/glibc-functions/forkpty.texi: Modified.
6885         * doc/glibc-functions/openpty.texi: Modified.
6886
6887 2009-12-10  Bruno Haible  <bruno@clisp.org>
6888
6889         Avoid syntax error in C++ mode.
6890         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
6891
6892 2009-12-10  Bruno Haible  <bruno@clisp.org>
6893
6894         Use sed with option -e.
6895         * gnulib-tool (func_version, func_emit_copyright_notice,
6896         func_emit_initmacro_end, func_import, func_create_testdir): Pass
6897         option -e to sed.
6898         * modules/link-warning (Makefile.am): Likewise.
6899
6900 2009-12-10  Jim Meyering  <meyering@redhat.com>
6901
6902         mgetgroups: do not write bytes beyond end of malloc'd buffer
6903         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
6904         username, we call getgroups with a one-element-shorter buffer,
6905         but still told it the length was original, max_n_groups.
6906
6907 2009-12-09  Eric Blake  <ebb9@byu.net>
6908
6909         cloexec: relax license
6910         * modules/cloexec (Maintainer): Add myself.
6911         (License): Use LGPL, not GPL.
6912
6913         link-warning: optimize generation
6914         * modules/link-warning (Makefile.am): Reduce process usage.
6915
6916 2009-12-09  Bruno Haible  <bruno@clisp.org>
6917
6918         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
6919         workaround was added on 2009-11-17.
6920
6921 2009-12-09  Jim Meyering  <meyering@redhat.com>
6922             Bruno Haible  <bruno@clisp.org>
6923
6924         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
6925         * modules/link-warning (Makefile.am): Make the comment-removing sed
6926         command more robust in the face of bootstrap-prepended comment lines.
6927
6928 2009-12-09  Bruno Haible  <bruno@clisp.org>
6929
6930         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
6931         most one group.
6932
6933 2009-12-09  Simon Josefsson <simon@josefsson.org>
6934             Bruno Haible  <bruno@clisp.org>
6935
6936         * build-aux/link-warning.h: Add copyright notice.
6937         * modules/link-warning (Makefile.am): Generate link-warning.h from
6938         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
6939         * NEWS: Mention change in link-warning module.
6940         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
6941         * modules/dirent (Makefile.am): Add dependency to dirent.h.
6942         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
6943         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
6944         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
6945         * modules/math (Makefile.am): Add dependency to math.h.
6946         * modules/search (Makefile.am): Add dependency to search.h.
6947         * modules/signal (Makefile.am): Add dependency to signal.h.
6948         * modules/spawn (Makefile.am): Add dependency to spawn.h.
6949         * modules/stdio (Makefile.am): Add dependency to stdio.h.
6950         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
6951         * modules/string (Makefile.am): Add dependency to string.h.
6952         * modules/strings (Makefile.am): Add dependency to strings.h.
6953         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
6954         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
6955         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
6956         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
6957         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
6958         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
6959         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
6960         * modules/unistd (Makefile.am): Add dependency to unistd.h.
6961         * modules/wchar (Makefile.am): Add dependency to wchar.h.
6962
6963 2009-12-09  Bruno Haible  <bruno@clisp.org>
6964
6965         fchdir: Optimize away rpl_fstat when possible.
6966         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
6967         REPLACE_OPEN_DIRECTORY.
6968         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
6969
6970 2009-12-09  Bruno Haible  <bruno@clisp.org>
6971
6972         * lib/fchdir.c: Update comment.
6973
6974 2009-12-09  Bruno Haible  <bruno@clisp.org>
6975
6976         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
6977
6978 2009-12-08  Eric Blake  <ebb9@byu.net>
6979
6980         fchdir: avoid memory leak on re-registration.
6981         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
6982
6983 2009-12-08  Jim Meyering  <meyering@redhat.com>
6984
6985         init.sh: avoid Solaris 10 /bin/sh portability problem
6986         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
6987         sourced script:
6988           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
6989           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
6990           bar
6991         tests/init.sh relied on that, accepting a --set-path=DIR argument,
6992         and two tests used that idiom.
6993         * tests/init.sh: Update suggested usage comments.
6994         (path_prepend_): New function, to be used in place
6995         of the --src-path=DIR option.
6996         (setup_): Move PATH-prepending code into path_prepend_.
6997         * tests/test-pread.sh: Adapt to new usage.
6998         * tests/test-xalloc-die.sh: Likewise.
6999
7000 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7001
7002         * doc/gnulib.texi (Glibc pty.h): Add.
7003         * doc/glibc-functions/forkpty.texi: Add.
7004         * doc/glibc-functions/openpty.texi: Add.
7005         Suggested by Bruno Haible.
7006
7007 2009-12-08  Eric Blake  <ebb9@byu.net>
7008
7009         fchdir: fix logic bugs
7010         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7011         * tests/test-fchdir.c (main): Enhance test.
7012         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7013         is in use.
7014
7015         dup2: fix logic bugs
7016         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7017         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7018         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7019         exists.
7020         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7021
7022 2009-12-07  Eric Blake  <ebb9@byu.net>
7023
7024         unlink: fix m4 detection
7025         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7026
7027         unistd-safer: add unit test
7028         * modules/unistd-safer-tests: New file.
7029         * tests/test-dup-safer.c: Likewise.
7030         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7031         * tests/test-dup2.c (setmode): Likewise.
7032         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7033
7034         cloexec: preserve text vs. binary across dup_cloexec
7035         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7036         mode.
7037         * modules/dup2-tests (Depends-on): Add binary-io.
7038         * modules/cloexec-tests (Depends-on): Likewise.
7039         * tests/test-dup2.c (setmode, is_mode): New helpers.
7040         (main): Add tests that translation mode is preserved.
7041         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7042         Reported by Bruno Haible.
7043
7044         mgetgroups: reduce duplicate listings
7045         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7046         resulting array.
7047         * tests/test-chown.h (test_chown): Simplify client.
7048         * tests/test-lchown.h (test_lchown): Likewise.
7049
7050 2009-12-06  Bruno Haible  <bruno@clisp.org>
7051
7052         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7053         value.
7054
7055 2009-12-06  Bruno Haible  <bruno@clisp.org>
7056
7057         * lib/progname.c: Include stdio.h, stdlib.h.
7058         (set_program_name): Reject a NULL argument.
7059
7060 2009-12-05  Eric Blake  <ebb9@byu.net>
7061
7062         pipe2-safer: new module
7063         * modules/pipe2-safer: New file.
7064         * lib/unistd-safer.h (pipe2_safer): New prototype.
7065         * lib/unistd--.h (pipe2): New wrapper.
7066         * lib/pipe-safer.c (pipe2_safer): New function.
7067         * modules/pipe (Depends-on): Add pipe2-safer.
7068         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7069
7070         stdlib-safer: preserve cloexec flag for mkostemp[s]
7071         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7072         fd_safer_flag.
7073
7074         unistd-safer: allow preservation of cloexec status via flag
7075         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7076         prototypes.
7077         * lib/dup-safer.c (dup_safer_flag): New function.
7078         * lib/fd-safer.c (fd_safer_flag): Likewise.
7079         * modules/cloexec (configure.ac): Set witness.
7080
7081         test-dup2: enhance test
7082         * modules/dup2-tests (Depends-on): Add cloexec.
7083         * tests/test-dup2.c (main): Enhance test.
7084
7085         cloexec: add dup_cloexec
7086         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7087         header and comments.
7088         * lib/cloexec.c (set_cloexec_flag): Add comments.
7089         (dup_cloexec): New function, with mingw implementation borrowed
7090         from...
7091         * lib/w32spawn.h (dup_noinherit): ...here.
7092         * modules/execute (Depends-on): Add cloexec.
7093         * modules/pipe (Depends-on): Likewise.
7094         * modules/cloexec (Depends-on): Add dup2.
7095         * modules/cloexec-tests (Files): New file.
7096         * tests/test-cloexec.c: Likewise.
7097
7098         test-xalloc-die: fix test for mingw
7099         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7100         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7101         directory and .exe suffix off argv[0] output.
7102
7103         test-fseeko: fix test for mingw
7104         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7105         than undefining fseek, so test will pass on mingw.
7106
7107 2009-12-05  Bruno Haible  <bruno@clisp.org>
7108
7109         * lib/progname.h (set_program_name): Clarify specification.
7110         * lib/progname.c (set_program_name): Likewise.
7111         Reported by Jim Meyering.
7112
7113 2009-12-05  Jim Meyering  <meyering@redhat.com>
7114
7115         maint.mk: backslash-escape parens in default regexp
7116         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7117         backslash-escape the literal parentheses.
7118
7119         maint.mk: news-date-check: use grep -E
7120         * top/maint.mk (today): Define a Make variable, not a...
7121         (news-date-check): ...shell variable.
7122         (news-date-regexp): Use the Make variable.
7123         Use grep's -E option.  Change the failing diagnostic to mention
7124         the variable, $(news-date-regexp).
7125
7126 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7127
7128         maintainer-makefile: allow customization of NEWS entry format
7129         * top/maint.mk (news-date-regexp): New overridable variable.
7130         (news-date-check): Use it.
7131
7132 2009-12-04  Eric Blake  <ebb9@byu.net>
7133
7134         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7135         * lib/mgetgroups.h (xgetgroups): New prototype.
7136         * lib/mgetgroups.c (xgetgroups): New wrapper.
7137         (mgetgroups): Handle ENOSYS.
7138         * modules/mgetgroups (Depends-on): Add realloc.
7139         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7140
7141         mgetgroups: avoid argument promotion issues with -1
7142         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7143         for invalid gid_t.
7144         * tests/test-chown.h (getegid, test_chown): Likewise.
7145         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7146
7147 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7148
7149         exclude: Fix header file problems.
7150         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7151
7152 2009-12-01  Jim Meyering  <meyering@redhat.com>
7153
7154         fts: fts_open: do not let an empty string cause immediate failure
7155         This is required in support of GNU rm, for which the command
7156         "rm A '' B" must process and remove both A and B, in spite of
7157         the empty string argument.
7158         * lib/fts.c (fts_open): Do not let the presence of an empty string
7159         cause fts_open to fail immediately.  Most fts-using tools must be
7160         able to process all arguments, in order, and can be expected to
7161         diagnose such arguments themselves.
7162
7163 2009-11-30  Eric Blake  <ebb9@byu.net>
7164
7165         utimens: fix compilation error
7166         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7167         Declare variable at right scope.
7168
7169 2009-11-29  Jim Meyering  <meyering@redhat.com>
7170
7171         bootstrap: handle perl-5.11's changed --version output
7172         * build-aux/bootstrap (get_version): Handle perl separately,
7173         since perl-5.11's --version output is different.
7174
7175 2009-11-28  Jim Meyering  <meyering@redhat.com>
7176
7177         userspec: depend on the inttostr module, too
7178         * modules/userspec (Depends-on): Add inttostr.
7179
7180         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7181         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7182         number of MAXUID when it evaluates to (uid_t) -1.
7183         Likewise for group ID.  Reported by Matt McCutchen in
7184         <http://savannah.gnu.org/bugs/?28113>
7185
7186         userspec: reformat to use spaces, not TABs
7187         * lib/userspec.c: Expand TABs to spaces.
7188         Add Emacs' "indent-tabs-mode: nil" hint.
7189
7190 2009-11-27  Eric Blake  <ebb9@byu.net>
7191
7192         getopt-gnu: flush out another BSD bug
7193         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7194         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7195         flush out BSD bug.
7196         * tests/test-getopt.h (test_getopt): End lists with NULL.
7197         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7198         (test_getopt_long_posix): Enhance test.
7199         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7200         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7201         getopt-gnu.
7202         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7203         Likewise.
7204
7205 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7206
7207         * modules/idpriv-droptemp-tests (Notice): Fix text.
7208
7209 2009-11-27  Jim Meyering  <meyering@redhat.com>
7210
7211         test-xalloc-die: avoid spurious failure due to libtool argv difference
7212         In a libtool-enabled project, this test would fail due to a difference
7213         in the emitted program name, e.g.,
7214         -test-xalloc-die: memory exhausted
7215         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7216         Use program to avoid that.
7217         * modules/xalloc-die-tests (Depends-on): Add progname.
7218         * tests/test-xalloc-die.c: Include progname.h".
7219         (program_name): Remove decl.
7220         (main): Call set_program_name.
7221         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7222
7223 2009-11-26  Richard Jones  <rjones@redhat.com>
7224
7225         w32sock: leave win32 error in place.
7226         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7227
7228 2009-11-26  Eric Blake  <ebb9@byu.net>
7229
7230         init.sh: suggest to use skip_ and fail_ functions in comments
7231         * tests/init.sh: Add a sentence.
7232
7233 2009-11-25  Bruno Haible  <bruno@clisp.org>
7234
7235         init.sh: add documentation in comments
7236         * tests/init.sh: Add some developer and user documentation.
7237
7238 2009-11-26  Jim Meyering  <meyering@redhat.com>
7239
7240         init.sh: accommodate even those who specify bogus srcdir manually
7241         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7242         configure-time tests to be sanitized, so that there is no need to
7243         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7244         (with no double quotes) suffices.  However, since tests may be
7245         invoked manually, and since you may explicitly set srcdir to the
7246         name of a directory containing spaces, do quote its uses here.
7247         * tests/test-pread.sh: Likewise.
7248         Suggested by Bruno Haible.
7249
7250         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7251         * tests/test-pread.sh: Write no data into the pipe, because
7252         test-pread actually reads none.  This avoids a diagnostic,
7253         "bash: echo: write error: Broken pipe", that arises in the unusual
7254         event something is ignoring SIGPIPE, and might be interpreted
7255         as some sort of failure.  Reported by Bruno Haible.
7256
7257 2009-11-25  Jim Meyering  <meyering@redhat.com>
7258
7259         test-pread: cover failure with ESPIPE and EINVAL
7260         * tests/test-pread.c (main): Test for failure, too.
7261         * tests/test-pread.sh: Invoke with stdin on a pipe.
7262         Suggested by Eric Blake.
7263
7264         pread: improvement and fix
7265         * modules/pread (Depends-on): Depend on lseek, for portability to
7266         e.g., mingw.  Suggested by Eric Blake.
7267         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7268
7269         unistd.in.h: correct declaration of pread
7270         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7271         Reported by Richard W.M. Jones.
7272
7273         test-pread.sh: distribute the test script
7274         * modules/pread-tests (Files): Include test-pread.sh.
7275
7276         test-pread.sh: clean up
7277         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7278         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7279         That is unnecessary, since it's always ".".
7280         Suggestion from Eric Blake.
7281
7282         test-pread.sh: make executable
7283         * tests/test-pread.sh: Set executable bit.
7284         Reported by Eric Blake.
7285
7286         correct typo in test-pread.sh
7287         * tests/test-pread.sh: Add #! line.
7288
7289         test pread
7290         * tests/test-pread.c: New file.
7291         * tests/test-pread.sh: Likewise.
7292         * modules/pread-tests: Likewise.
7293
7294         pread: new module
7295         * modules/pread: New file.
7296         * lib/unistd.in.h (pread): Define/declare.
7297         * lib/pread.c (pread): New file.
7298         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7299         * modules/unistd (Makefile.am): Substitute witnesses.
7300         * doc/posix-functions/pread.texi (pread): Update.
7301         * MODULES.html.sh: Add pread.
7302
7303 2009-11-25  Jim Meyering  <meyering@redhat.com>
7304
7305         tests/init.sh: new file to be used via most *.sh tests
7306         * tests/init.sh: New file.
7307
7308 2009-11-25  Eric Blake  <ebb9@byu.net>
7309
7310         utimens: work around older Linux failure with symlinks
7311         * lib/utimens.c (lutimensat_works_really): New variable.
7312         (fdutimens, lutimens): Use it to manage kernels that support
7313         nanosecond times on files, but not on symlinks.
7314         Reported by Ondřej Vašík.
7315
7316         utimes: fix configure grammar
7317         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7318
7319 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7320
7321         regex: Fix fastmap for multibyte character ranges.
7322         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7323         characters when a multibyte character range is included.
7324
7325 2009-11-22  Andy Wingo  <wingo@pobox.com>
7326
7327         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7328         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7329
7330 2009-11-24  Bruno Haible  <bruno@clisp.org>
7331
7332         doc: Most *_l functions exist in MacOS X 10.5.
7333         * doc/posix-functions/duplocale.texi: Update platforms list.
7334         * doc/posix-functions/freelocale.texi: Likewise.
7335         * doc/posix-functions/newlocale.texi: Likewise.
7336         * doc/posix-functions/uselocale.texi: Likewise.
7337         * doc/posix-functions/isalnum_l.texi: Likewise.
7338         * doc/posix-functions/isalpha_l.texi: Likewise.
7339         * doc/posix-functions/isblank_l.texi: Likewise.
7340         * doc/posix-functions/iscntrl_l.texi: Likewise.
7341         * doc/posix-functions/isdigit_l.texi: Likewise.
7342         * doc/posix-functions/isgraph_l.texi: Likewise.
7343         * doc/posix-functions/islower_l.texi: Likewise.
7344         * doc/posix-functions/isprint_l.texi: Likewise.
7345         * doc/posix-functions/ispunct_l.texi: Likewise.
7346         * doc/posix-functions/isspace_l.texi: Likewise.
7347         * doc/posix-functions/isupper_l.texi: Likewise.
7348         * doc/posix-functions/iswalnum_l.texi: Likewise.
7349         * doc/posix-functions/iswalpha_l.texi: Likewise.
7350         * doc/posix-functions/iswblank_l.texi: Likewise.
7351         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7352         * doc/posix-functions/iswctype_l.texi: Likewise.
7353         * doc/posix-functions/iswdigit_l.texi: Likewise.
7354         * doc/posix-functions/iswgraph_l.texi: Likewise.
7355         * doc/posix-functions/iswlower_l.texi: Likewise.
7356         * doc/posix-functions/iswprint_l.texi: Likewise.
7357         * doc/posix-functions/iswpunct_l.texi: Likewise.
7358         * doc/posix-functions/iswspace_l.texi: Likewise.
7359         * doc/posix-functions/iswupper_l.texi: Likewise.
7360         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7361         * doc/posix-functions/isxdigit_l.texi: Likewise.
7362         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7363         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7364         * doc/posix-functions/strcoll_l.texi: Likewise.
7365         * doc/posix-functions/strfmon_l.texi: Likewise.
7366         * doc/posix-functions/strftime_l.texi: Likewise.
7367         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7368         * doc/posix-functions/strxfrm_l.texi: Likewise.
7369         * doc/posix-functions/tolower_l.texi: Likewise.
7370         * doc/posix-functions/toupper_l.texi: Likewise.
7371         * doc/posix-functions/towctrans_l.texi: Likewise.
7372         * doc/posix-functions/towlower_l.texi: Likewise.
7373         * doc/posix-functions/towupper_l.texi: Likewise.
7374         * doc/posix-functions/wcscoll_l.texi: Likewise.
7375         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7376         * doc/posix-functions/wctrans_l.texi: Likewise.
7377         * doc/posix-functions/wctype_l.texi: Likewise.
7378         * doc/glibc-functions/strptime_l.texi: Likewise.
7379         * doc/glibc-functions/strtod_l.texi: Likewise.
7380         * doc/glibc-functions/strtof_l.texi: Likewise.
7381         * doc/glibc-functions/strtol_l.texi: Likewise.
7382         * doc/glibc-functions/strtold_l.texi: Likewise.
7383         * doc/glibc-functions/strtoll_l.texi: Likewise.
7384         * doc/glibc-functions/strtoul_l.texi: Likewise.
7385         * doc/glibc-functions/strtoull_l.texi: Likewise.
7386         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7387         * doc/glibc-functions/wcstod_l.texi: Likewise.
7388         * doc/glibc-functions/wcstof_l.texi: Likewise.
7389         * doc/glibc-functions/wcstol_l.texi: Likewise.
7390         * doc/glibc-functions/wcstold_l.texi: Likewise.
7391         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7392         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7393         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7394
7395 2009-11-24  Bruno Haible  <bruno@clisp.org>
7396
7397         duplocale: Fix logic bug.
7398         * lib/duplocale.c: Don't include <langinfo.h>.
7399         (_NL_LOCALE_NAME): Remove macro.
7400         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7401         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7402
7403 2009-11-23  Jim Meyering  <meyering@redhat.com>
7404
7405         test-update-copyright: don't hard-code /usr/bin/perl
7406         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7407         perl to print the current year.  Gilles Espinasse reported that
7408         the replaced use of perl was hard-coded as /usr/bin/perl.
7409
7410 2009-11-23  Bruno Haible  <bruno@clisp.org>
7411
7412         duplocale: Add support for glibc 2.3.x.
7413         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7414
7415 2009-11-22  Bruno Haible  <bruno@clisp.org>
7416
7417         vasnprintf: Tiny optimization.
7418         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7419         MacOS X.
7420
7421 2009-11-22  Bruno Haible  <bruno@clisp.org>
7422
7423         Tests for module 'duplocale'.
7424         * modules/duplocale-tests: New file.
7425         * tests/test-duplocale.c: New file.
7426
7427         New module 'duplocale'.
7428         * m4/duplocale.m4: New file.
7429         * lib/locale.in.h (duplocale): New declaration.
7430         * lib/duplocale.c: New file.
7431         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7432         gl_LOCALE_H_DEFAULTS): New macros.
7433         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7434         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7435         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7436         REPLACE_DUPLOCALE.
7437         * modules/duplocale: New file.
7438         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7439
7440 2009-11-22  Bruno Haible  <bruno@clisp.org>
7441
7442         * modules/locale-tests (configure.ac): Test for newlocale function.
7443         * tests/test-locale.c: When the system has extended locale functions,
7444         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7445
7446         locale: Make locale_t available when possible.
7447         * lib/locale.in.h: Include <xlocale.h> when it exists.
7448         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7449         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7450         * modules/locale (Depends-on): Add extensions.
7451         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7452         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7453
7454 2009-11-22  Bruno Haible  <bruno@clisp.org>
7455
7456         Add comments.
7457         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7458         invocation.
7459         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7460         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7461         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7462
7463 2009-11-22  Bruno Haible  <bruno@clisp.org>
7464
7465         error: account for the possibility of freopen (stdout).
7466         * lib/error.c: Include <unistd.h>.
7467         (flush_stdout): New function, extracted from error and error_at_line.
7468         Determine stdout's fd dynamically.
7469         (error, error_at_line): Invoke flush_stdout.
7470         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7471         * modules/error (Depends-on): Add unistd.
7472
7473 2009-11-22  Bruno Haible  <bruno@clisp.org>
7474
7475         diffseq: Add comment.
7476         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7477
7478 2009-11-22  Jim Meyering  <meyering@redhat.com>
7479
7480         c-stack: avoid defining an unused static function
7481         * lib/c-stack.c (find_stack_direction): Do not define this function
7482         when it will not be used.
7483
7484         diffseq: avoid spurious gcc warnings
7485         * lib/diffseq.h (IF_LINT2): Define.
7486         (compareseq): Use it to initialize two members of "part".
7487         This avoids two used-uninitialized warnings.
7488
7489 2009-11-21  Jim Meyering  <meyering@redhat.com>
7490
7491         c-stack: avoid "ignoring return value of `write'" warning
7492         * lib/c-stack.c: Include "ignore-value.h".
7493         (die): Explicitly ignore each write return value.
7494         * modules/c-stack (Depends-on): Add ignore-value.
7495
7496 2009-11-21  Bruno Haible  <bruno@clisp.org>
7497
7498         diffseq: reduce scope of variable 'best'.
7499         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7500         variable, earlier used for two different purposes.
7501
7502 2009-11-21  Jim Meyering  <meyering@redhat.com>
7503
7504         diffseq: remove useless assignment to "best"
7505         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7506         assignment.  At that point "best" is already guaranteed to be zero.
7507
7508 2009-11-20  Eric Blake  <ebb9@byu.net>
7509
7510         build: mention ftp redirector in release announcements
7511         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7512         values that used to come from cfg.mk; mention FTP redirect URL.
7513         * build-aux/announce-gen: Mention the mirror list.
7514         Suggested by Karl Berry.
7515
7516         nanosleep: improve port to mingw
7517         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7518         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7519         LIB_NANOSLEEP, but only when needed.
7520         * modules/select (Link): Document LIBSOCKET.
7521         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7522         enough.
7523
7524         nanosleep: work around cygwin bug
7525         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7526         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7527         bug.
7528         (getnow): Delete, not needed.
7529         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7530         LIB_CLOCK_GETTIME.
7531         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7532         clock-time, gettime.
7533         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7534         bug.
7535         * modules/nanosleep-tests: New test.
7536         * tests/test-nanosleep.c: New file.
7537
7538         sleep: work around cygwin bug
7539         * lib/sleep.c (rpl_sleep): Work around the bug.
7540         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
7541         (gl_PREREQ_SLEEP): Delete unused macro.
7542         * modules/sleep (Depends-on): Add verify.
7543         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7544         * modules/unistd (Makefile.am): Substitute witness.
7545         * lib/unistd.in.h (sleep): Update prototype.
7546         * doc/posix-functions/sleep.texi (sleep): Document the bug.
7547         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
7548         * modules/sleep-tests (Depends-on): Check for alarm.
7549
7550 2009-11-20  Jim Meyering  <meyering@redhat.com>
7551
7552         maint.mk: improve sc_prohibit_magic_number_exit
7553         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
7554         so it does not match uses like System.exit(1).
7555         Add comments showing how to correct all offenders.
7556
7557 2009-11-19  Eric Blake  <ebb9@byu.net>
7558
7559         xalloc-die-tests: add missing library
7560         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
7561
7562         test-xvasprintf: silence compiler warnings
7563         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
7564         empty string from gcc.
7565
7566 2009-11-19  Jim Meyering  <meyering@redhat.com>
7567
7568         xfreopen: new module, from coreutils
7569         * modules/xfreopen: New module.
7570         * lib/xfreopen.c: New file.
7571         * lib/xfreopen.h: New file.
7572         * MODULES.html.sh (File stream based Input/Output"): Add it.
7573
7574 2009-11-19  Eric Blake  <ebb9@byu.net>
7575
7576         manywarnings: depend on warnings
7577         * modules/manywarnings (Depends-on): Add warnings.
7578
7579         build: avoid compiler warnings
7580         * lib/select.c (rpl_select): Delete unused variable.
7581         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
7582
7583 2009-11-18  Eric Blake  <ebb9@byu.net>
7584
7585         tests: avoid false negative with --with-packager
7586         * tests/test-version-etc.sh: Discard packager information.
7587         * tests/test-argp-version-etc-1.sh: Likewise.
7588         Reported by Mike Frysinger.
7589
7590         utimens: fix regression on Solaris
7591         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
7592         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
7593         can only change fd timestamps via futimesat.  Instead, use an
7594         additional witness macro to avoid BSD bug.
7595         Reported by Jim Meyering.
7596
7597 2009-11-17  Eric Blake  <ebb9@byu.net>
7598
7599         usleep: use it to simplify tests
7600         * modules/stat-time-tests (Depends-on): Add usleep.
7601         (configure.ac): Drop usleep check.
7602         * modules/chown-tests (Depends-on, configure.ac): Likewise.
7603         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
7604         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
7605         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
7606         * modules/openat-tests (Depends-on, configure.ac): Likewise.
7607         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
7608         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
7609         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
7610         Likewise.
7611         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
7612         * tests/test-lchown.h (nap): Likewise.
7613         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
7614         * tests/test-stat-time.c (nap): Likewise.
7615         * tests/test-utimens-common.h (nap): Update comments.
7616
7617         usleep: new module
7618         * modules/usleep: New file.
7619         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
7620         * lib/usleep.c (usleep): Likewise.
7621         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
7622         * modules/unistd (Makefile.am): Substitute witnesses.
7623         * lib/unistd.in.h (usleep): Add declaration.
7624         * doc/pastposix-functions/usleep.texi (usleep): Document this.
7625         * MODULES.html.sh (Date and time): Likewise.
7626         * modules/usleep-tests (Depends-on): New test.
7627         * tests/test-usleep.c: New file.
7628
7629         chown: work around OpenBSD bug
7630         * lib/chown.c (rpl_chown): Work around the bug.
7631         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
7632         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
7633         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
7634         * modules/chown (Depends-on): Add stdbool.
7635         * modules/lchown (Depends-on): Likewise.
7636         * doc/posix-functions/chown.texi (chown): Document the bug.
7637         * doc/posix-functions/lchown.texi (lchown): Likewise.
7638         * tests/test-lchown.h (test_chown): Relax test.
7639
7640         mkstemp: avoid conflict with C++ keyword template
7641         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
7642         * lib/mkostemp.c (mkostemp): Likewise.
7643         * lib/mkostemps.c (mkostemps): Likewise.
7644         * lib/mkstemp.c (mkstemp): Likewise.
7645         * lib/mkstemps.c (mkstemps): Likewise.
7646
7647         xalloc-die-tests: optimize
7648         * tests/test-xalloc-die.sh: Reduce number of processes.
7649
7650 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7651
7652         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
7653         patch from ludo@gnu.org (Ludovic Courtès).
7654
7655 2009-11-17  Jim Meyering  <meyering@redhat.com>
7656
7657         version-etc: use proper license string
7658         * modules/version-etc (License): Use LGPL, not LGPLv3+.
7659         * modules/version-etc-fsf: Likewise.
7660
7661 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7662
7663         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
7664         printed to stdout.  Deal with EOL differences.
7665
7666 2009-11-17  Eric Blake  <ebb9@byu.net>
7667
7668         unsetenv: work around Solaris bug
7669         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
7670         * lib/unsetenv.c (rpl_unsetenv): Work around it.
7671         Reported by Jim Meyering.
7672
7673         vasnprintf: avoid compiler warnings
7674         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
7675         variables.
7676         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
7677
7678 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7679
7680         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
7681         settings since xalloc-die is no longer the self test,
7682         xalloc-die.sh is.
7683
7684 2009-11-17  Jim Meyering  <meyering@redhat.com>
7685
7686         test-xalloc-die.sh: make the code agree with the commit log
7687         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
7688         at the end, just in case you happen to have a test-xalloc-die
7689         program in some other PATH directory.
7690
7691         test-xalloc-die.sh: fix a portability bug
7692         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
7693         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
7694         Otherwise, argv[0] (as often seen in diagnostics) would be too
7695         system-dependent, sometimes with, and sometimes without the leading "./".
7696
7697         version-etc-fsf: relax license to LGPLv3+
7698         * modules/version-etc-fsf (License): Relax license.
7699
7700 2009-11-16  Eric Blake  <ebb9@byu.net>
7701
7702         xalloc-die-tests: avoid printing null pointer
7703         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
7704         shell script.
7705         * tests/test-xalloc-die.c (program_name): Declare.
7706         * tests/test-xalloc-die.sh (tmpfiles): New file.
7707
7708         setenv, unsetenv: work around various bugs
7709         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
7710         (setenv) [HAVE_SETENV]: Work around bugs.
7711         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
7712         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
7713         for bugs.
7714         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
7715         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
7716         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
7717         * modules/stdlib (Makefile.am): Update substitutions.
7718         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
7719         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
7720         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7721         * modules/setenv-tests: New test.
7722         * modules/unsetenv-tests: Likewise.
7723         * tests/test-setenv.c: New file.
7724         * tests/test-unsetenv.c: Likewise.
7725
7726 2009-11-16  Jim Meyering  <meyering@redhat.com>
7727
7728         version-etc: relax license to LGPLv3+
7729         * modules/version-etc (License): Relax license.
7730
7731         better AC_REQUIRE expanded-before-required-warning avoidance
7732         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
7733         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
7734         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
7735         which is no longer needed.
7736
7737 2009-11-16  Eric Blake  <ebb9@byu.net>
7738
7739         test-freading: clean up temporary file
7740         * tests/test-freading.c (main): Remove file on success, and use
7741         ASSERT more liberally.
7742         Reported by Jim Meyering.
7743
7744 2009-11-16  Jim Meyering  <meyering@redhat.com>
7745
7746         avoid new AC_REQUIRE expanded-before-required warnings
7747         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
7748         merely using it.
7749         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
7750         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
7751
7752 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7753
7754         * tests/test-xalloc-die.c: New file.
7755         * modules/xalloc-die-tests: New file.
7756         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
7757         XFAIL_TESTS so it can be appended by modules.
7758
7759 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7760
7761         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
7762         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
7763
7764 2009-11-14  Eric Blake  <ebb9@byu.net>
7765
7766         fnmatch: avoid compiler warning
7767         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
7768         to silence compiler warning about mismatch signedness in ?:.
7769         Reported by Robert Millan.
7770
7771         intprops: add double-inclusion guard
7772         * lib/intprops.h: Allow idempotent includes.
7773         Suggested by Bruce Korb.
7774
7775         openat: detect Solaris fchownat bug
7776         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
7777         penalizing glibc chownat when only lchownat is broken.
7778         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
7779         trailing slash bugs.
7780         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
7781         * modules/openat-tests (Files): Include more files.
7782         (Depends-on): Add mgetgroups, sleep, stat-time.
7783         (configure.ac): Add additional checks.
7784         (Makefile.am): Build new test.
7785         * tests/test-fchownat.c: New file.
7786
7787         lchown: detect Solaris and FreeBSD bug
7788         * lib/lchown.c (rpl_lchown): Work around bug.
7789         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
7790         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7791         * modules/unistd (Makefile.am): Populate it.
7792         * lib/unistd.in.h (lchown): Update declaration.
7793         * doc/posix-functions/lchown.texi (lchown): Document the bug.
7794         * modules/lchown-tests: New file.
7795         * tests/test-lchown.h (test_lchown): Likewise.
7796         * tests/test-lchown.c (main): Likewise.
7797
7798         chown: detect Solaris and FreeBSD bug
7799         * lib/chown.c (rpl_chown): Work around bug.
7800         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
7801         (gl_PREREQ_CHOWN): Delete.
7802         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7803         * modules/unistd (Makefile.am): Populate it.
7804         * lib/unistd.in.h (chown): Update declaration.
7805         * lib/lchown.c (chown): Update client.
7806         * modules/lchown (Depends-on): Add lstat.
7807         * doc/posix-functions/chown.texi (chown): Document the bug.
7808         * doc/posix-functions/getgroups.texi (getgroups): Document
7809         getgroups pitfall.
7810         * modules/chown-tests: New file.
7811         * tests/test-chown.h (test_chown): Likewise.
7812         * tests/test-chown.c (main): Likewise.
7813
7814 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
7815
7816         gnulib-tool: correctly detect absence of m4 directories
7817         * gnulib-tool: Avoid extra newline on data passed to wc -l.
7818
7819 2009-11-14  Jim Meyering  <meyering@redhat.com>
7820
7821         maint.mk: Prohibit inclusion of "xalloc.h" without use.
7822         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
7823
7824 2009-11-14  John W. Eaton  <jwe@gnu.org>
7825
7826         strftime.h: wrap funtion declaration in extern "C" block
7827         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
7828
7829 2009-11-13  Eric Blake  <ebb9@byu.net>
7830
7831         getgroups: avoid compiler warning
7832         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
7833
7834         getgroups: work around FreeBSD bug
7835         * lib/getgroups.c (rpl_getgroups): Work around the bug.
7836         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
7837         * doc/posix-functions/getgroups.texi (getgroups): Document it.
7838         * tests/test-getgroups.c (main): Fix buffer overrun.
7839
7840         getgroups: avoid compilation failure
7841         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
7842         * modules/getgroups (Depends-on): Add stdint.
7843
7844 2009-11-13  Jim Meyering  <meyering@redhat.com>
7845
7846         test-getgroups: avoid compilation failure
7847         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
7848
7849 2009-11-13  Eric Blake  <ebb9@byu.net>
7850
7851         mgetgroups: new module, taken from coreutils
7852         * modules/mgetgroups: New file.
7853         * lib/mgetgroups.h: Likewise.
7854         * lib/mgetgroups.c (mgetgroups): Likewise.
7855         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
7856         * MODULES.html.sh (Users and groups): Mention it.
7857
7858         getgroups: don't expose GETGROUPS_T to user
7859         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
7860         an element at a time if GETGROUPS_T is wrong size.
7861         * lib/getugroups.h (getugroups): Change signature.
7862         * lib/unistd.in.h (getgroups): Likewise.
7863         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
7864         signature needs fixing.
7865         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
7866         AC_TYPE_GETGROUPS.
7867         * modules/group-member (Depends-on): Add getgroups.
7868         * lib/group-member.c (group_info, get_group_info): Use gid_t.
7869         (group_member): Rely on getgroups replacement.
7870         * lib/getugroups.c (getugroups): Use gid_t.
7871         * tests/test-getgroups.c (main): Likewise.
7872         * NEWS: Mention the signature change.
7873         * doc/posix-functions/getgroups.texi (getgroups): Mention the
7874         problem with signature.
7875         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
7876         GETGROUPS_T is still useful for setgroups.
7877
7878         getgroups, getugroups: provide stubs for mingw
7879         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
7880         * lib/getugroups.c (getugroups): Likewise.
7881         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
7882         function.  Modernize replacement scheme.
7883         (gl_PREREQ_GETGROUPS): Delete.
7884         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
7885         * modules/getgroups (configure.ac): Declare witness.
7886         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7887         * modules/unistd (Depends-on): Substitute witness.
7888         * lib/unistd.in.h (getgroups): Declare replacement.
7889
7890         getgroups: avoid calling exit
7891         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
7892         drop xalloc.
7893         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
7894         dependencies.
7895         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
7896         exiting, in the rare case of malloc failure.
7897
7898         getgroups: fix logic error
7899         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
7900         has more than 20 groups.
7901         * modules/getgroups-tests: New test.
7902         * tests/test-getgroups.c: New file.
7903
7904 2009-11-13  Simon Josefsson  <simon@josefsson.org>
7905
7906         * tests/test-base64.c: Improve.
7907
7908 2009-11-13  Simon Josefsson  <simon@josefsson.org>
7909
7910         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
7911         Blake <ebb9@byu.net>.
7912
7913 2009-11-13  Simon Josefsson  <simon@josefsson.org>
7914
7915         * tests/test-xvasprintf.c: Add %s%s related checks.
7916
7917 2009-11-12  Eric Blake  <ebb9@byu.net>
7918
7919         version-etc: match standards.texi style
7920         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
7921         and use <> only for URLs.
7922
7923 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
7924
7925         fts: do not fail on a submount during traversal
7926         * lib/fts.c (fts_build): Read the stat info again after opening
7927         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
7928         Original report at http://bugzilla.redhat.com/501848.
7929
7930 2009-11-12  Jim Meyering  <meyering@redhat.com>
7931
7932         bootstrap: sync from coreutils
7933         * build-aux/bootstrap (bootstrap_epilogue): New function.
7934         Use git_modules_config in one more place.  This make bootstrap's
7935         --gnulib-srcdir option more useful for testing.
7936
7937         bootstrap: generalize autoheader check
7938         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
7939         AC_CONFIG_HEADERS.
7940
7941 2009-11-11  Eric Blake  <ebb9@byu.net>
7942
7943         mkfifoat: use new modules for Solaris and BSD bugs
7944         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
7945         * lib/mkfifoat.c (mknodat): Split...
7946         * lib/mknodat.c (mknodat): ...into new file.
7947         * modules/mkfifoat (Files): Ship new file.
7948         (Depends-on): Add mkfifo, mknod.
7949         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
7950         (Depends-on): Add symlink.
7951         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
7952         redundant with test_mkfifo.h.
7953         (do_mkfifoat, do_mknodat): New helpers.
7954
7955         mknod: new module
7956         * modules/mknod: New file.
7957         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
7958         * lib/mknod.c (mknod): Likewise.
7959         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
7960         defaults.
7961         * modules/sys_stat (Makefile.am): Substitute them.
7962         * lib/sys_stat.in.h (mknod): Declare replacement.
7963         * MODULES.html.sh (Support for systems lacking POSIX:2008):
7964         Document it.
7965         * doc/posix-functions/mknod.texi (mknod): Likewise.
7966         * modules/mknod-tests: New test.
7967         * tests/test-mknod.c: Likewise.
7968
7969         mkfifo: new module
7970         * modules/mkfifo: New file.
7971         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
7972         * lib/mkfifo.c (mkfifo): Likewise.
7973         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
7974         defaults.
7975         * modules/sys_stat (Makefile.am): Substitute them.
7976         * lib/sys_stat.in.h (mkfifo): Declare replacement.
7977         * MODULES.html.sh (Support for systems lacking POSIX:2008):
7978         Document it.
7979         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
7980         * modules/mkfifo-tests: New test.
7981         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
7982         from test-mkfifoat.c.
7983         * tests/test-mkfifo.c: New file.
7984
7985         readlink: detect FreeBSD bug
7986         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
7987         slash on symlink.
7988         * doc/posix-functions/readlink.texi (readlink): Document the bug.
7989         * tests/test-readlink.h (test_readlink): Enhance test.
7990
7991         symlink: detect FreeBSD bug
7992         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
7993         slash on symlink.
7994         * doc/posix-functions/symlink.texi (symlink): Document the bug.
7995         * tests/test-symlink.h (test_symlink): Enhance test.
7996
7997 2009-11-10  Eric Blake  <ebb9@byu.net>
7998
7999         link: detect FreeBSD bug
8000         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8001         symlink.
8002         * doc/posix-functions/link.texi (link): Document the bug.
8003         * tests/test-link.h (test_link): Enhance test.
8004         * tests/test-linkat.c (main): Update caller.
8005
8006         unlink, remove: detect FreeBSD bug
8007         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8008         slash on symlink.
8009         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8010         * doc/posix-functions/remove.texi (remove): Likewise.
8011         * tests/test-unlink.h (test_unlink): Enhance test.
8012         * tests/test-remove.c (main): Likewise.
8013
8014 2009-11-09  Eric Blake  <ebb9@byu.net>
8015
8016         rename: detect FreeBSD bug
8017         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8018         slash on symlink.
8019         * modules/renameat-tests (Depends-on): Add filenamecat.
8020         * tests/test-rename.h (test_rename): Allow one more errno.
8021         * tests/test-renameat.c (main): Likewise.
8022         * doc/posix-functions/rename.texi (rename): Document the bug.
8023
8024         open: detect FreeBSD bug
8025         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8026         symlink.
8027         * doc/posix-functions/open.texi (open): Document the bug.
8028         * doc/posix-functions/utimes.texi (utimes): Likewise.
8029         * tests/test-open.h (test_open): Add parameters, and test symlink
8030         handling.
8031         * tests/test-open.c (main): Adjust caller.
8032         * tests/test-fcntl-safer.c (main): Likewise.
8033         * modules/open-tests (Depends-on): Add stdbool, symlink.
8034         * modules/fcntl-safer-tests (Depends-on): Likewise.
8035         * tests/test-openat.c (main): Add test-open tests.
8036
8037         stat: detect FreeBSD bug
8038         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8039         symlink.
8040         * doc/posix-functions/stat.texi (stat): Document the bug.
8041         * tests/test-stat.h (test_stat_func): Add argument.
8042         * tests/test-stat.c (main): Adjust caller.
8043         * tests/test-fstatat.c (main): Likewise.
8044         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8045         Reported by Jim Meyering.
8046
8047 2009-11-09  James Youngman  <jay@gnu.org>
8048
8049         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8050         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8051
8052 2009-11-08  Jim Meyering  <meyering@redhat.com>
8053
8054         utimens: remove invalid futimesat call
8055         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8056         It used the file descriptor of the target file as the DIR_FD
8057         parameter and NULL as the file name.  That caused failure with
8058         errno == EFAULT on FreeBSD-8.0-rc2
8059
8060 2009-11-07  Eric Blake  <ebb9@byu.net>
8061
8062         fflush, freadseek: use fseeko, not fseek
8063         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8064         (clear_ungetc_buffer): Avoid potential problems on large files.
8065         * lib/freadseek.c (freadseek): Likewise.
8066         * modules/freadseek (Depends-on): Add fseeko.
8067         * modules/fseek (configure.ac): Set a witness.
8068         * tests/test-fflush.c (main): Use fseeko.
8069         * tests/test-fpurge.c (fseek): Disable link warning.
8070         * tests/test-freadable.c (fseek): Likewise.
8071         * tests/test-freading.c (fseek): Likewise.
8072         * tests/test-fseeko.c (fseek): Likewise.
8073         * tests/test-ftell.c (fseek): Likewise.
8074         * tests/test-ftello.c (fseek): Likewise.
8075         * tests/test-fwritable.c (fseek): Likewise.
8076         * tests/test-fwriting.c (fseek): Likewise.
8077
8078 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8079
8080         * modules/memchr (Depends-on): Drop getpagesize dependency.
8081
8082 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8083
8084         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8085         Reported by Ludovic Courtès.
8086         * build-aux/pmccabe2html: Improve example usage.
8087         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8088
8089 2009-11-06  Jim Meyering  <meyering@redhat.com>
8090
8091         do-release-commit-and-tag: New module.
8092         Automate the release-commit and tag process.
8093         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8094         * modules/do-release-commit-and-tag: New file.
8095         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8096
8097 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8098
8099         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8100         because test-select.c uses inet_pton.
8101
8102 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8103
8104         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8105         GETADDRINFO_LIB.  Bump serial number.
8106         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8107         Suggested by Eric Blake <ebb9@byu.net>.
8108
8109 2009-11-05  Eric Blake  <ebb9@byu.net>
8110
8111         strtod: detect darwin bug
8112         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8113         Reported by Leo Davis.
8114
8115         freopen-safer: new module
8116         * modules/freopen-safer: New module.
8117         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8118         * lib/freopen-safer.c (freopen_safer): New file.
8119         * lib/stdio-safer.h (freopen_safer): New declaration.
8120         * lib/stdio--.h (freopen): New override.
8121         * MODULES.html.sh (File stream based Input/Output): Mention it.
8122         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8123         freopen-safer module.
8124         * doc/posix-functions/stderr.texi (stderr): Likewise.
8125         * doc/posix-functions/stdin.texi (stdin): Likewise.
8126         * doc/posix-functions/stdout.texi (stdout): Likewise.
8127         * modules/freopen-safer-tests: New test.
8128         * tests/test-reopen-safer.c: New file.
8129
8130 2009-11-05  Jim Meyering  <meyering@redhat.com>
8131
8132         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8133         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8134
8135 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8136
8137         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8138
8139 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8140
8141         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8142
8143 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8144
8145         Fix link error.
8146         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8147         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8148
8149 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8150
8151         * tests/test-func.c: Also test value of __func__.
8152
8153 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8154
8155         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8156         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8157
8158 2009-11-05  Bruno Haible  <bruno@clisp.org>
8159
8160         Fix link error.
8161         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8162         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8163         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8164
8165 2009-11-05  Bruno Haible  <bruno@clisp.org>
8166
8167         Tests for module 'inet_pton'.
8168         * modules/inet_pton-tests: New file.
8169         * tests/test-inet_pton.c: New file.
8170
8171 2009-11-05  Bruno Haible  <bruno@clisp.org>
8172
8173         Tests for module 'inet_ntop'.
8174         * modules/inet_ntop-tests: New file.
8175         * tests/test-inet_ntop.c: New file.
8176
8177 2009-11-04  Eric Blake  <ebb9@byu.net>
8178
8179         stdlib-safer: wrap all mkstemp variants
8180         * modules/mkostemp (configure.ac): Set witness.
8181         * modules/mkostemps (configure.ac): Likewise.
8182         * modules/mkstemps (configure.ac): Likewise.
8183         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8184         (mkstemps_safer): Wrap more functions.
8185         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8186         wrapping.
8187         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8188         (mkstemps_safer): Implement the wrappers.
8189
8190         mkstemps, mkostemps: new modules
8191         * modules/mkostemps: New module.
8192         * modules/mkstemps: Likewise.
8193         * lib/mkostemps.c (mkostemps): New file.
8194         * lib/mkstemps.c (mkstemps): Likewise.
8195         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8196         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8197         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8198         * modules/stdlib (Makefile.am): Substitute them.
8199         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8200         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8201         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8202         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8203         * MODULES.html.sh (File system functions): Mention them.
8204
8205         tempname: resync from glibc
8206         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8207         same values for __GT_FILE as glibc.  Abort even when assertions
8208         are disabled.
8209         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8210         match its value otherwise.  Allow idempotent inclusion.
8211         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8212         * lib/mkostemp.c (mkostemp): Likewise.
8213         * lib/mkstemp.c (mkstemp): Likewise.
8214         * lib/tmpfile.c (tmpfile): Likewise.
8215         * NEWS: Document this.
8216
8217         utimens: fix use of futimens on older Linux
8218         * lib/utimens.c (fdutimens): Use updated, rather than original,
8219         timespec to avoid bug in older Linux kernel.
8220         Reported by Simon Josefsson.
8221
8222 2009-11-04  Bruno Haible  <bruno@clisp.org>
8223
8224         Make num_processors more flexible and consistent.
8225         * lib/nproc.h (enum nproc_query): New type.
8226         (num_processors): Add a 'query' argument.
8227         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8228         (num_processors): Add a 'query' argument. Test the value of the
8229         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8230         mingw, count the number of CPUs available for the current process.
8231         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8232         Check for sched_getaffinity and sched_getaffinity_np.
8233         * modules/nproc (Depends-on): Add c-ctype, extensions.
8234         * NEWS: Mention the change.
8235
8236 2009-11-03  Bruno Haible  <bruno@clisp.org>
8237
8238         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8239
8240 2009-11-03  Jim Meyering  <meyering@redhat.com>
8241
8242         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8243         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8244         if it is defined.
8245
8246 2009-11-02  Eric Blake  <ebb9@byu.net>
8247
8248         mktime, timegm: share common declaration
8249         * lib/mktime-internal.h: New file.
8250         * lib/mktime.c: Use it rather than open-coding a declaration.
8251         * lib/timegm.c: Likewise.
8252         * modules/mktime (Files): Ship it.
8253         * modules/timegm (Files): Likewise.
8254         Suggested by Bruno Haible.
8255
8256         test-update-copyright: update test to match script changes
8257         * tests/test-update-copyright.sh: Avoid hard-coding perl
8258         location.  Don't update *.bak created by earlier runs.
8259
8260 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8261             Simon Josefsson  <simon@josefsson.org>
8262             Bruno Haible  <bruno@clisp.org>
8263
8264         Fix link error on Solaris 8.
8265         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8266         also in libnsl. Define also INET_PTON_LIB.
8267         * modules/inet_pton (Link): New section.
8268
8269 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8270             Bruno Haible  <bruno@clisp.org>
8271
8272         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8273         * modules/inet_ntop (Link): New section.
8274         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8275
8276 2009-11-02  Eric Blake  <ebb9@byu.net>
8277
8278         maint: avoid compiler warnings in m4 macros
8279         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8280         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8281
8282 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8283
8284         * m4/pmccabe2html.m4: Remove file.
8285         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8286         function.  Change maintainer.
8287         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8288         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8289         Courtès).
8290
8291 2009-10-31  Eric Blake  <ebb9@byu.net>
8292
8293         fseeko: fix m4 regression
8294         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8295         regression from 2009-10-27.
8296         Reported by Ralf Wildenhues.
8297
8298 2009-10-31  Jim Meyering  <meyering@redhat.com>
8299
8300         inttostr: aesthetics and improved (compile-time) safety
8301         Define inttype_is_signed rather than inttype_is_unsigned,
8302         since the sole use is via "#if inttype_is_signed".
8303         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8304         inttype_is_unsigned.
8305         * lib/offtostr.c (inttype_is_signed): Likewise.
8306         * lib/uinttostr.c (inttype_is_signed): Likewise.
8307         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8308         * lib/inttostr.c (inttostr): Use verify to cross-check the
8309         inttype_is_signed value and the signedness of the actual type.
8310         * modules/inttostr (Depends-on): Add verify.
8311
8312 2009-10-30  Eric Blake  <ebb9@byu.net>
8313
8314         build: avoid compiler warnings
8315         * lib/fchmodat.c (lchmod): Mark unused variables.
8316         * lib/getopt.c (_getopt_initialize): Likewise.
8317         * lib/mktime.c (__mktime_internal): Provide prototype.
8318         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8319         older gcc that do not understand #pragma GCC diagnostic.
8320         * lib/uinttostr.c (inttype_is_unsigned): Define.
8321         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8322
8323 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8324
8325         stat: fix compilation on AIX
8326         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8327         only see struct stat64.
8328
8329 2009-10-30  Eric Blake  <ebb9@byu.net>
8330
8331         exclude: make more robust
8332         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8333         rather than masking a coding bug.
8334         Suggested by Bruno Haible.
8335
8336 2009-10-30  Jim Meyering  <meyering@redhat.com>
8337
8338         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8339         Rather than putting #!/usr/bin/perl on the first line,
8340         start with a variant of what's recommended by "man perlrun" that
8341         invokes the first "perl" program from your shell's search path.
8342         * build-aux/gitlog-to-changelog: Replace #!... as above.
8343         Add a "Local Variables" perl mode setting.
8344         Prompted by a patch from Ludovic Courtès.
8345         Improved by Eric Blake.
8346         * build-aux/useless-if-before-free: Likewise.
8347         * build-aux/announce-gen: Likewise.
8348         * build-aux/update-copyright: Likewise.
8349
8350 2009-10-29  Eric Blake  <ebb9@byu.net>
8351
8352         filenamecat-lgpl: adjust clients
8353         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8354         filenamecat.
8355         * modules/renameat (Depends-on): Likewise.
8356
8357         filenamecat: split into filenamecat-lgpl
8358         * modules/filenamecat-lgpl: New module.
8359         * modules/filenamecat (Files): Move library-safe files into
8360         filenamecat-lgpl.
8361         (Depends-on): Add filenamecat-lgpl.
8362         (configure.ac): Declare witness.
8363         * lib/filenamecat.h (file_name_concat): Only declare when using
8364         GPL module.
8365         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8366         Move...
8367         * lib/filenamecat-lgpl.c: ...into new file.
8368         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8369         (gl_FILE_NAME_CONCAT): Use it.
8370         * MODULES.html.sh (File system functions): Mention new module.
8371
8372         argp: avoid memory leak
8373         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8374         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8375         base_name, since the latter malloc()s and can call exit().
8376         Leak introduced 2006-07-03.
8377
8378         dirname-lgpl: adjust clients that don't need full dirname
8379         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8380         * modules/filenamecat (Depends-on): Likewise.
8381         * modules/linkat (Depends-on): Likewise.
8382         * modules/mkancesdirs (Depends-on): Likewise.
8383         * modules/mkdir (Depends-on): Likewise.
8384         * modules/openat (Depends-on): Likewise.
8385         * modules/savewd (Depends-on): Likewise.
8386         * modules/rename (Depends-on): Likewise.
8387         (License): Relax license.
8388         * modules/mkdir-tests (Depends-on): Drop progname.
8389         (Makefile.am): Delete unneeded LDADD.
8390         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8391
8392         dirname: split into dirname-lgpl
8393         * modules/dirname-lgpl: New module.
8394         * modules/dirname (Files): Move library-safe files into
8395         dirname-lgpl.
8396         (Depends-on): Add dirname-lgpl.
8397         (configure.ac): Declare witness.
8398         * modules/double-slash-root (License): Relax license.
8399         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8400         module.
8401         * lib/dirname.c (dir_len, mdir_name): Move...
8402         * lib/dirname-lgpl.c: ...into new file.
8403         * lib/basename.c (last_component, base_len): Move...
8404         * lib/basename-lgpl.c: ...into new file.
8405         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8406         (gl_DIRNAME): Use it.
8407         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8408         Mention new module.
8409         * modules/dirname-tests (Depends-on): Add progname.
8410         * tests/test-dirname.c (program_name): Delete.
8411
8412         mkdir: make safe for libraries
8413         * modules/mkdir (Depends-on): Drop xalloc.
8414         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8415         exit.
8416
8417         tests: avoid some compiler warnings
8418         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8419         literals.
8420         * tests/test-memchr.c (main): Avoid type mismatch.
8421         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8422         * tests/test-base64.c (main): Likewise.
8423         * tests/test-getdelim.c (main): Likewise.
8424         * tests/test-gethostname.c (main): Likewise.
8425         * tests/test-getline.c (main): Likewise.
8426         * tests/test-netinet_in.c (main): Likewise.
8427         * tests/test-select.c (open_server_socket, main): Likewise.
8428         * tests/test-select-stdin.c (main): Likewise.
8429         * tests/test-sockets.c (main): Likewise.
8430         * tests/test-strsignal.c (main): Likewise.
8431         * tests/test-sys_select.c (main): Likewise.
8432         * tests/test-sys_socket.c (main): Likewise.
8433         * tests/test-u64.c (main): Likewise.
8434         * tests/test-xfprintf-posix.c (main): Likewise.
8435         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8436
8437         sockets: avoid compiler warning
8438         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8439
8440         maint: detect usage(1) and other suspicious exits
8441         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8442
8443 2009-10-29  Jim Meyering  <meyering@redhat.com>
8444
8445         timespec: long-to-int truncation could make timespec_cmp malfunction
8446         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8447         a multiple of 2^32 nanoseconds as no difference.
8448
8449 2009-10-28  Jim Meyering  <meyering@redhat.com>
8450
8451         fprintftime: wrap macro code argument in "do {...} while(0)"
8452         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8453         cpy macro must be a statement that can be followed by a semicolon.
8454         Now that the else clause contains a comment and is hence longer
8455         than one line, I require curly braces.  That in turn requires
8456         that we wrap this code block in the standard do...while(0).
8457
8458         fprintftime: remove stray semicolon from previous change
8459         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8460
8461         fprintftime: avoid a warning about ignored fwrite return value
8462         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8463         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8464         that is unsafe.
8465         * modules/fprintftime (Depends-on): Add ignore-value.
8466
8467         exclude: avoid an unwarranted warning
8468         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8469
8470 2009-10-27  Eric Blake  <ebb9@byu.net>
8471
8472         fseek: avoid compilation failure when fflush is replaced
8473         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8474         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8475         module is in use.
8476         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8477         module is not in use; since REPLACE_FSEEK worked otherwise.
8478         (GNULIB_FTELLO): Likewise for ftell.
8479         Reported by Ian Beckwith and others.
8480
8481 2009-10-27  Bruno Haible  <bruno@clisp.org>
8482
8483         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8484         Reported by Jim Meyering.
8485
8486 2009-10-27  Jim Meyering  <jim@meyering.net>
8487             Bruno Haible  <bruno@clisp.org>
8488
8489         Avoid warning despite dropping the return value of fwrite.
8490         * lib/unicodeio.c: Include ignore-value.h.
8491         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8492         * modules/unicodeio (Depends-on): Add ignore-value.
8493
8494 2009-10-26  Eric Blake  <ebb9@byu.net>
8495
8496         areadlinkat: fix fallback path
8497         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8498         pointer and zero.
8499
8500 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8501
8502         Use a better IO block size for modern systems
8503         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8504         * lib/md2.c: Likewise.
8505         * lib/md4.c: Likewise.
8506         * lib/md5.c: Likewise.
8507         * lib/sha1.c: Likewise.
8508         * lib/sha256.c: Likewise.
8509         * lib/sha512.c: Likewise.
8510
8511 2009-10-22  Eric Blake  <ebb9@byu.net>
8512
8513         tests: avoid several compiler warnings
8514         * tests/test-getcwd.c (main): Avoid buffer underflow.
8515         * tests/test-getdate.c (main): String literals are not safe with
8516         putenv, so use setenv.  Declare unused argument.
8517         * modules/getdate-tests (Depends-on): Add setenv.
8518         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8519         problems with string literals in char *.
8520         * tests/test-hash.c (main): Avoid shadowing declaration.
8521         (insert_new): Treat string literals as char const *.
8522         * tests/test-getopt.h (test_getopt): Likewise.
8523         (getopt_loop): Alter types to minimize casting elsewhere.
8524         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8525         (test_getopt_long_posix): Likewise.
8526         (do_getopt_long): Add wrapper to minimize casting.
8527         * tests/test-atexit.c (clear_temp_file): Use void.
8528         * tests/test-areadlink-with-size.c (main): Declare unused
8529         arguments.
8530         * tests/test-areadlink.c (main): Likewise.
8531         * tests/test-areadlinkat-with-size.c (main): Likewise.
8532         * tests/test-areadlinkat.c (main): Likewise.
8533         * tests/test-canonicalize-lgpl.c (main): Likewise.
8534         * tests/test-canonicalize.c (main): Likewise.
8535         * tests/test-dirent-safer.c (main): Likewise.
8536         * tests/test-dirname.c (main): Likewise.
8537         * tests/test-dup2.c (main): Likewise.
8538         * tests/test-fchdir.c (main): Likewise.
8539         * tests/test-fcntl-h.c (main): Likewise.
8540         * tests/test-fcntl-safer.c (main): Likewise.
8541         * tests/test-fdopendir.c (main): Likewise.
8542         * tests/test-fdutimensat.c (main): Likewise.
8543         * tests/test-fflush.c (main): Likewise.
8544         * tests/test-filenamecat.c (main): Likewise.
8545         * tests/test-filevercmp.c (main): Likewise.
8546         * tests/test-fopen-safer.c (main): Likewise.
8547         * tests/test-fopen.c (main): Likewise.
8548         * tests/test-fpending.c (main): Likewise.
8549         * tests/test-fpurge.c (main): Likewise.
8550         * tests/test-freading.c (main): Likewise.
8551         * tests/test-fstatat.c (main): Likewise.
8552         * tests/test-fsync.c (main): Likewise.
8553         * tests/test-futimens.c (main): Likewise.
8554         * tests/test-getndelim2.c (main): Likewise.
8555         * tests/test-gettimeofday.c (main): Likewise.
8556         * tests/test-getopt.c (main): Likewise.
8557         * tests/test-i-ring.c (main): Likewise.
8558         * tests/test-inttypes.c (main): Likewise.
8559         * tests/test-link.c (main): Likewise.
8560         * tests/test-lstat.c (main): Likewise.
8561         * tests/test-math.c (main): Likewise.
8562         * tests/test-md5.c (main): Likewise.
8563         * tests/test-memchr2.c (main): Likewise.
8564         * tests/test-memrchr.c (main): Likewise.
8565         * tests/test-mkdir.c (main): Likewise.
8566         * tests/test-mkdirat.c (main): Likewise.
8567         * tests/test-mkfifoat.c (main): Likewise.
8568         * tests/test-open.c (main): Likewise.
8569         * tests/test-openat-safer.c (main): Likewise.
8570         * tests/test-openat.c (main): Likewise.
8571         * tests/test-quotearg.c (main): Likewise.
8572         * tests/test-rawmemchr.c (main): Likewise.
8573         * tests/test-readlink.c (main): Likewise.
8574         * tests/test-remove.c (main): Likewise.
8575         * tests/test-rename.c (main): Likewise.
8576         * tests/test-renameat.c (main): Likewise.
8577         * tests/test-rmdir.c (main): Likewise.
8578         * tests/test-sha1.c (main): Likewise.
8579         * tests/test-signal.c (main): Likewise.
8580         * tests/test-sigaction.c (main): Likewise.
8581         * tests/test-stat.c (main): Likewise.
8582         * tests/test-stat-time.c (main): Likewise.
8583         * tests/test-stddef.c (main): Likewise.
8584         * tests/test-stdint.c (main): Likewise.
8585         * tests/test-stdio.c (main): Likewise.
8586         * tests/test-stdlib.c (main): Likewise.
8587         * tests/test-strchrnul.c (main): Likewise.
8588         * tests/test-strerror.c (main): Likewise.
8589         * tests/test-string.c (main): Likewise.
8590         * tests/test-strtod.c (main): Likewise.
8591         * tests/test-strverscmp.c (main): Likewise.
8592         * tests/test-symlink.c (main): Likewise.
8593         * tests/test-symlinkat.c (main): Likewise.
8594         * tests/test-sys_stat.c (main): Likewise.
8595         * tests/test-sys_time.c (main): Likewise.
8596         * tests/test-time.c (main): Likewise.
8597         * tests/test-unistd.c (main): Likewise.
8598         * tests/test-unlink.c (main): Likewise.
8599         * tests/test-unlinkat.c (main): Likewise.
8600         * tests/test-utimens.c (main): Likewise.
8601         * tests/test-utimensat.c (main): Likewise.
8602         * tests/test-version-etc.c (main): Likewise.
8603         * tests/test-wchar.c (main): Likewise.
8604         * tests/test-wctype.c (main): Likewise.
8605         * tests/test-xprintf-posix.c (main): Likewise.
8606         * tests/test-posixtm.c (main): Likewise.
8607         (STREQ): Delete unused macro.
8608         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
8609         shadowed variables.
8610         * tests/test-memchr.c (main): Likewise.
8611
8612 2009-10-21  Eric Blake  <ebb9@byu.net>
8613
8614         areadlinkat: avoid failure on older glibc
8615         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
8616         rather than mis-comparing 0 against FUNC_RESULT of char*.
8617
8618 2009-10-21  Bruno Haible  <bruno@clisp.org>
8619
8620         * modules/stpncpy (License): Relicense under LGPLv2+.
8621         Reported by David Lutterkort <lutter@redhat.com>.
8622
8623 2009-10-20  Eric Blake  <ebb9@byu.net>
8624
8625         utimensat: work around Solaris 9 bug
8626         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
8627         has trailing slash bugs.
8628         * tests/test-lutimens.h (test_lutimens): Enhance test.
8629         * tests/test-utimens.h (test_utimens): Likewise.
8630         * doc/posix-functions/utime.texi (utime): Enhance documentation.
8631         * doc/posix-functions/utimes.texi (utimes): Likewise.
8632         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8633         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
8634         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
8635         * doc/posix-functions/futimens.texi (futimens): Likewise.
8636
8637         fdutimensat: new module
8638         * modules/fdutimensat: New file.
8639         * lib/fdutimensat.c (fdutimensat): Likewise.
8640         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
8641         * MODULES.html.sh (File system functions): Mention module.
8642         * modules/fdutimensat-tests: New test.
8643         * tests/test-fdutimensat.c: Likewise.
8644
8645         doc: regenerate INSTALL
8646         * doc/INSTALL: Reflect recent autoconf update.
8647         * doc/INSTALL.ISO: Likewise.
8648         * doc/INSTALL.UTF-8: Likewise.
8649
8650 2009-10-20  Pádraig Brady  <P@draigBrady.com>
8651
8652         acl: warn if ACL support is not detected
8653         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
8654
8655 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
8656
8657         * lib/nproc.h: Add extern "C" block for C++.
8658
8659 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
8660             Bruno Haible  <bruno@clisp.org>
8661
8662         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
8663         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
8664         * doc/posix-functions/isalpha.texi: Likewise.
8665         * doc/posix-functions/isblank.texi: Likewise.
8666         * doc/posix-functions/iscntrl.texi: Likewise.
8667         * doc/posix-functions/isdigit.texi: Likewise.
8668         * doc/posix-functions/isgraph.texi: Likewise.
8669         * doc/posix-functions/islower.texi: Likewise.
8670         * doc/posix-functions/isprint.texi: Likewise.
8671         * doc/posix-functions/ispunct.texi: Likewise.
8672         * doc/posix-functions/isspace.texi: Likewise.
8673         * doc/posix-functions/isupper.texi: Likewise.
8674         * doc/posix-functions/isxdigit.texi: Likewise.
8675
8676 2009-10-18  Bruno Haible  <bruno@clisp.org>
8677
8678         Tests for module 'isblank'.
8679         * modules/isblank-tests: New file.
8680         * tests/test-isblank.c: New file.
8681
8682         New module 'isblank'.
8683         * lib/isblank.c: New file.
8684         * m4/isblank.m4: New file.
8685         * modules/isblank: New file.
8686         * doc/posix-functions/isblank.texi: Mention the new module.
8687
8688 2009-10-18  Bruno Haible  <bruno@clisp.org>
8689
8690         New module 'ctype'.
8691         * lib/ctype.in.h: New file.
8692         * m4/ctype.m4: New file.
8693         * modules/ctype: New file.
8694         * doc/posix-headers/ctype.texi: Mention the new module.
8695
8696 2009-10-18  Jim Meyering  <meyering@redhat.com>
8697
8698         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
8699         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
8700         right after its initialization, rather than farther down.
8701         Keeping these in close proximity makes it easier to ensure
8702         that each such variable is initialized.  E.g.,
8703
8704             LIB_CLOCK_GETTIME=
8705             AC_SUBST([LIB_CLOCK_GETTIME])
8706
8707         This change also increments these serial numbers.
8708         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
8709         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8710         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8711
8712 2009-10-18  Bruno Haible  <bruno@clisp.org>
8713
8714         Don't let environment variables perturb build.
8715         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
8716         (gl_PREREQ_GETHRXTIME): ... not here.
8717
8718 2009-10-18  Bruno Haible  <bruno@clisp.org>
8719
8720         Avoid symlink attack in localcharset module.
8721         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
8722         (O_NOFOLLOW): Define fallback.
8723         (get_charset_aliases): Don't open the file if it is a symbolic link.
8724         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
8725         gl_FCNTL_H.
8726         (gl_FCNTL_H): Require it.
8727         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
8728         * modules/localcharset (Files): Add m4/fcntl_h.m4.
8729         Reported by Fergal Glynn <fglynn@veracode.com>.
8730
8731 2009-10-18  Bruno Haible  <bruno@clisp.org>
8732
8733         Implement nproc for mingw.
8734         * lib/nproc.c: Include <windows.h>
8735         (num_processors): On native Windows platforms, try GetSystemInfo.
8736
8737 2009-10-18  Bruno Haible  <bruno@clisp.org>
8738
8739         Implement nproc for IRIX.
8740         * lib/nproc.c: Include <sys/sysmp.h>.
8741         (num_processors): On IRIX systems, try sysmp.
8742         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
8743
8744 2009-10-18  Bruno Haible  <bruno@clisp.org>
8745
8746         Implement nproc for HP-UX.
8747         * lib/nproc.c: Include <sys/pstat.h>
8748         (num_processors): On HP-UX systems, try pstat_getdynamic.
8749         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
8750         pstat_getdynamic.
8751
8752 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
8753             Bruno Haible  <bruno@clisp.org>
8754
8755         Implement nproc for NetBSD, OpenBSD.
8756         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
8757         (ARRAY_SIZE): New macro.
8758         (num_processors): On BSD systems, try sysctl of HW_NCPU.
8759         * m4/nproc.m4: New file.
8760         * modules/nproc (Files): Add m4/nproc.m4.
8761         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
8762         (Makefile.am): Instead, augment lib_SOURCES.
8763
8764 2009-10-18  Bruno Haible  <bruno@clisp.org>
8765
8766         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
8767         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
8768         sys/param.h.
8769
8770 2009-10-16  Eric Blake  <ebb9@byu.net>
8771
8772         utimensat: new module
8773         * modules/utimensat: New file.
8774         * lib/utimensat.c (utimensat): Likewise.
8775         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
8776         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
8777         so we can work around Linux bugs.
8778         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8779         * modules/sys_stat (Makefile.am): Substitute them.
8780         * lib/sys_stat.in.h (utimensat): Declare it.
8781         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8782         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8783         * modules/utimensat-tests: New test.
8784         * tests/test-utimensat.c: Likewise.
8785
8786         utimens: let lutimens work on non-symlinks
8787         * lib/utimens.c (lutimens): Fall back to utimens rather than
8788         failing with ENOSYS, when file is not a symlink.
8789         (utimens): Reduce redirection.
8790         * tests/test-lutimens.h (test_lutimens): Update test to cover
8791         non-symlinks.
8792         * tests/test-utimens.h (test_utimens): Update test to cover
8793         symlinks.
8794         * tests/test-utimens.c (main): Update caller.
8795
8796         utimens: cache whether utimensat syscall works
8797         * lib/utimens.c (utimensat_works_really): New cache variable.
8798         (fdutimens, lutimens): Use it to avoid failing syscall.
8799
8800         test-stat-time, test-utimens: improve portability
8801         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
8802         ext4 on alpha, and for cygwin.
8803         * tests/test-utimens-common.h: New file.
8804         (nap): Factor delays into single function.
8805         * tests/test-lutimens.h (test_lutimens): Use new header.
8806         * tests/test-futimens.h (test_futimens): Likewise.
8807         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
8808         timestamps to occur from same machine, as was done previously for
8809         test_utimens.
8810         * modules/utimens-tests (Files): Ship new file.
8811         * modules/futimens-tests (Files): Likewise.
8812         Reported in part by Jim Meyering.
8813
8814         sys_stat: sort replacement declarations
8815         * lib/sys_stat.in.h: Sort declarations.
8816         * lib/futimens.c (futimens): Fix typo.
8817
8818 2009-10-15  Jim Meyering  <meyering@redhat.com>
8819
8820         don't let environment settings perturb build
8821         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
8822         could cause a configure-time and/or build-time malfunction.
8823         Typically, a configure-time function-in-library test is performed
8824         via code like this:
8825
8826           LIB_VAR=
8827           AC_SUBST([LIB_VAR])
8828           prefix_saved_LIBS=$LIBS
8829             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
8830                        [test "$ac_cv_search_FUNC" = "none required" ||
8831                         LIB_VAR=$ac_cv_search_FUNC])
8832           LIBS=$prefix_saved_LIBS
8833
8834         However, in each of the files affected by this change, the LIB_VAR=
8835         initialization was omitted.  Thus, when set in the environment, its
8836         value would propagate into generated Makefiles when FUNC is not found
8837         in LIB_NAME.
8838         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
8839         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8840         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8841
8842 2009-10-14  Eric Blake  <ebb9@byu.net>
8843
8844         fchdir: avoid infinite recursion in mingw
8845         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
8846         recursing.
8847
8848         test-stat-time: port to mingw
8849         * tests/test-stat-time.c (force_unlink): Return a value.
8850         (test_ctime) [W32]: Fix compilation error.
8851         (nap): Don't call usleep with too large an argument.  Use
8852         force_unlink.
8853         * doc/pastposix-functions/usleep.texi (usleep): Document the
8854         portability issue.
8855
8856 2009-10-13  Jim Meyering  <meyering@redhat.com>
8857
8858         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
8859         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
8860         * modules/pipe-filter-ii: Likewise.
8861         * modules/sys_socket-tests: Likewise.
8862         * modules/tsearch-tests: Likewise.
8863         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
8864         (check): Depend on it.
8865
8866 2009-10-12  Eric Blake  <ebb9@byu.net>
8867
8868         utimens-tests: port to NFS file systems
8869         * tests/test-utimens.h (test_utimens): Refactor utimecmp
8870         comparisons to avoid spurious failures from timestamp drift
8871         between NFS machines.
8872
8873 2009-10-12  Eric Blake  <ebb9@byu.net>
8874
8875         stat-time-tests: minor cleanups
8876         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
8877         * tests/test-stat-time.c (nap): Separate assignment from call.
8878         Suggested by Paolo Bonzini and Bruno Haible.
8879
8880         sys_stat: guarantee struct timespec
8881         * lib/sys_stat.in.h (includes): Always include <time.h>
8882         * modules/sys_stat (Depends-on): Add time.
8883         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
8884         mode_t permission values.
8885         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
8886         get at subsecond timestamps.
8887
8888 2009-10-10  Eric Blake  <ebb9@byu.net>
8889
8890         futimens: new module
8891         * modules/futimens: New file.
8892         * lib/futimens.c (futimens): Likewise.
8893         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
8894         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
8895         we can work around Linux bugs.
8896         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8897         * modules/sys_stat (Makefile.am): Substitute them.
8898         * lib/sys_stat.in.h (futimens): Declare it.
8899         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8900         * doc/posix-functions/futimens.texi (futimens): Likewise.
8901         * modules/futimens-tests: New test.
8902         * tests/test-futimens.c: Likewise.
8903
8904         utimens: introduce fdutimens
8905         * lib/utimens.h (fdutimens): New prototype.
8906         * lib/utimens.c (gl_futimens): Move guts...
8907         (fdutimens): ...to new interface.
8908         * tests/test-utimens.c (do_fdutimens): Use it.
8909
8910         utimens: add UTIME_NOW and UTIME_OMIT support
8911         * lib/utimens.c (validate_timespec, update_timespec): New helper
8912         functions.
8913         (gl_futimens, lutimens): Use them.
8914         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
8915         stdbool, sys_stat.
8916         (Link): Mention resulting library dependency.
8917         * modules/utimecmp (Link): Likewise.
8918         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
8919         (Makefile.am): Pick up library dependency.
8920         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
8921         definition.
8922         * tests/test-sys_stat.c: Test the definitions.
8923         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
8924         * NEWS: Document library dependency.
8925
8926         utimecmp: support symlink timestamps
8927         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
8928         hashing when possible.  Use pathconf when available.
8929         (SYSCALL_RESOLUTION): Recognize tighter resolution.
8930         * modules/utimecmp (Depends-on): Add lstat.
8931
8932         utimens: add lutimens interface
8933         * lib/utimens.c (lutimens): New function.
8934         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
8935         * lib/utimens.h (lutimens): Declare new interface.
8936         * tests/test-utimens.c (main): Enhance test.
8937         * tests/test-lutimens.h (test_lutimens): New file.
8938         * modules/utimens-tests (Files): Distribute it.
8939         (Depends-on): Add symlink.
8940         (configure.ac): Check for usleep.
8941
8942         utimens: validate futimens usage
8943         * lib/utimens.c (gl_futimens): Require valid fd up front, using
8944         fewer syscalls on failure later on.  Avoid compiler warning on
8945         mingw.
8946         * modules/utimens (Depends-on): Add dup2.
8947
8948         utimens: add test
8949         * modules/utimens-tests: New test.
8950         * tests/test-utimens.h: New file.
8951         * tests/test-futimens.h: Likewise.
8952         * tests/test-utimens.c: Likewise.
8953
8954         doc: mention timestamp portability issues
8955         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
8956         instead.
8957         * doc/posix-functions/utime.texi (utime): Likewise.
8958         * doc/posix-functions/utimes.texi (utimes): Likewise.
8959         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
8960         instead.
8961         * doc/posix-functions/futimens.texi (futimens): Mention utimens
8962         module.
8963         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8964         Mention weakness with symlink timestamps.
8965         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
8966         to utimensat/futimens instead.
8967         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
8968
8969         test-dup2: enhance test
8970         * tests/test-dup2.c (main): Also check AT_FDCWD.
8971
8972         test-stat-time: avoid more spurious failures
8973         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
8974         xfs; and avoid race if the two timestamps cross quantization edge.
8975
8976         relocatable: prefer 'file system' over 'filesystem'
8977         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
8978         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
8979         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
8980         * doc/relocatable.texi (Enabling Relocatability): Likewise.
8981         * lib/relocatable.c (compute_curr_prefix): Likewise.
8982
8983 2009-10-10  Jim Meyering  <meyering@redhat.com>
8984
8985         stat-time-tests: check for the usleep function
8986         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
8987
8988 2009-10-10  Bruno Haible  <bruno@clisp.org>
8989
8990         * modules/xnanosleep: Put the Link section after the Include section.
8991
8992 2009-10-09  Eric Blake  <ebb9@byu.net>
8993
8994         dup2: work around FreeBSD 6.1 bug
8995         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
8996         * doc/posix-functions/dup2.texi (dup2): Document it.
8997         Reported by Nelson H. F. Beebe and Jim Meyering.
8998
8999         test-stat-time: port to buggy NFS clients
9000         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9001         (test_ctime): Also skip test if mtime and ctime are skewed.
9002
9003         maint: prefer 'file system' over 'filesystem'
9004         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9005         * doc/posix-functions/lstat.texi (lstat): Likewise.
9006         * lib/file-has-acl.c (file_has_acl): Likewise.
9007         * lib/fwriteerror.c [TEST]: Likewise.
9008         * tests/test-areadlink.h (test_areadlink): Likewise.
9009         * tests/test-areadlinkat-with-size.c (main): Likewise.
9010         * tests/test-areadlinkat.c (main): Likewise.
9011         * tests/test-canonicalize-lgpl.c (main): Likewise.
9012         * tests/test-canonicalize.c (main): Likewise.
9013         * tests/test-fstatat.c (main): Likewise.
9014         * tests/test-linkat.c (main): Likewise.
9015         * tests/test-lstat.h (test_lstat_func): Likewise.
9016         * tests/test-mkdir.h (test_mkdir): Likewise.
9017         * tests/test-readlink.h (test_readlink): Likewise.
9018         * tests/test-remove.c (main): Likewise.
9019         * tests/test-rename.h (test_rename): Likewise.
9020         * tests/test-renameat.c (main): Likewise.
9021         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9022         * tests/test-symlink.h (test_symlink): Likewise.
9023         * tests/test-symlinkat.c (main): Likewise.
9024         * tests/test-unlink.h (test_unlink_func): Likewise.
9025         * tests/test-unlinkat.c (main): Likewise.
9026
9027         maint: make realtime library usage explicit
9028         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9029         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9030         * modules/settime (Link): Likewise.
9031         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9032
9033         test-stat-time: speed up execution
9034         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9035         warning on mingw.
9036         (nap): New helper function.
9037         (prepare_test): Use it to reduce sleep time.
9038         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9039         execution.
9040         * modules/stat-time-tests (configure.ac): Check for usleep.
9041
9042 2009-10-09  Jim Meyering  <meyering@redhat.com>
9043
9044         selinux-h: always use getfilecon wrappers
9045         * lib/getfilecon.c: New file.
9046         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9047         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9048         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9049         (fgetfilecon): Provide a stub.
9050         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9051         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9052         file unconditionally.
9053         When <selinux/selinux.h> is found, arrange to use wrappers.
9054         * modules/selinux-h (Files): Add getfilecon.c.
9055         (Makefile.am): Substitute include-next-related bits
9056         into the now-always-generated selinux/selinux.h file.
9057         * doc/glibc-functions/lgetfilecon.texi: New file.
9058         * doc/glibc-functions/fgetfilecon.texi: New file.
9059         * doc/glibc-functions/getfilecon.texi: New file.
9060         * doc/glibc-functions/getfilecon-desc.texi: New file.
9061         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9062         which to pull in the new files.
9063         * MODULES.html.sh (Misc): Add selinux-h.
9064
9065 2009-10-08  Jim Meyering  <meyering@redhat.com>
9066
9067         unistd: fix comment typo
9068         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9069
9070 2009-10-08  Eric Blake  <ebb9@byu.net>
9071
9072         areadlink: use SIZE_MAX consistently
9073         * modules/areadlink (Depends-on): Add stdint.
9074         * modules/areadlink-with-size (Depends-on): Likewise.
9075         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9076         gives NULL; drop sys/types, since unistd gives size_t; and add
9077         stdint for SIZE_MAX.
9078         (SIZE_MAX): Rely on headers.
9079         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9080         and add stdint.
9081         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9082         (SIZE_MAX): Likewise.
9083         (INITIAL_BUF_SIZE): Turn into enum.
9084         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9085
9086 2009-10-08  Jim Meyering  <meyering@redhat.com>
9087
9088         areadlinkat: avoid compilation failure
9089         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9090         Fix typo in comment.
9091
9092 2009-10-07  Eric Blake  <ebb9@byu.net>
9093
9094         areadlinkat-with-size: new module
9095         * modules/areadlinkat-with-size: New module.
9096         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9097         * lib/areadlink.h (areadlinkat): Declare it.
9098         * MODULES.html.sh (File system functions): Mention it.
9099         * modules/areadlinkat-with-size-tests: New test.
9100         * tests/test-areadlinkat-with-size.c: New file.
9101
9102         xreadlinkat: new module
9103         * modules/xreadlinkat: New module.
9104         * lib/xreadlinkat.c (xreadlinkat): New file.
9105         * lib/xreadlink.h (xreadlinkat): Declare it.
9106         * MODULES.html.sh (File system functions): Mention it.
9107
9108         areadlinkat: new module
9109         * lib/at-func.c (FUNC_FAIL): New define.
9110         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9111         * modules/areadlinkat: New module.
9112         * lib/linkat.c (areadlinkat): Move...
9113         * lib/areadlinkat.c (areadlinkat): ...to new file.
9114         * lib/areadlink.h (areadlinkat): Declare it.
9115         * modules/linkat (Depends-on): Add areadlinkat.
9116         * MODULES.html.sh (File system functions): Mention it.
9117         * modules/areadlinkat-tests: New test.
9118         * tests/test-areadlinkat.c: New file.
9119
9120         areadlink, areadlink-with-size: add tests
9121         * modules/areadlink-tests: New test.
9122         * modules/areadlink-with-size-tests: Likewise.
9123         * tests/test-areadlink.h: New file.
9124         * tests/test-areadlink.c: Likewise.
9125         * tests/test-areadlink-with-size.c: Likewise.
9126
9127         maint: minor cleanups
9128         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9129         _UNUSED_PARAMETER_ instead.
9130         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9131         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9132         * modules/linkat-tests (Files): Distribute test-link.h.
9133
9134         openat, utimens: whitespace cleanup
9135         * lib/openat.c: Prefer space throughout, rather than mix of 8
9136         spaces vs. tabs.
9137         * lib/at-func.c: Likewise.
9138         * lib/utimens.c: Likewise.
9139
9140         openat: avoid using wrong fd
9141         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9142         working directory chooses same fd.
9143         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9144
9145         mkdir, mkdirat: fix cygwin 1.5.x bug
9146         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9147         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9148         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9149         bug.
9150         (gl_PREREQ_MKDIR): Delete unused macro.
9151         * modules/mkdir (Files): Track file rename.
9152         (configure.ac): Update macro name.
9153         * modules/openat (Depends-on): Add mkdir.
9154         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9155
9156         mkdir, mkdirat: add tests
9157         * modules/mkdir-tests: New test.
9158         * tests/test-mkdir.h: New file.
9159         * tests/test-mkdir.c: Likewise.
9160         * tests/test-mkdirat.c: Likewise.
9161         * modules/openat-tests (Files): Add new files.
9162         (Makefile.am): Run new test.
9163
9164 2009-10-06  Eric Blake  <ebb9@byu.net>
9165
9166         doc: tweak *at function documentation
9167         * doc/posix-functions/faccessat.texi (faccessat): Mention
9168         known issue with replacement.
9169         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9170         * doc/posix-functions/linkat.texi (linkat): Likewise.
9171         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9172         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9173         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9174         * doc/posix-functions/renameat.texi (renameat): Likewise.
9175         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9176
9177         openat: fix GNU/Hurd bug in unlinkat
9178         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9179         broken.
9180         * doc/posix-functions/unlink.texi (unlink): Document this.
9181         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9182
9183         fdopendir: fix GNU/Hurd bug
9184         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9185         allowing non-directory fds.
9186         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9187         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9188         * modules/dirent (Makefile.am): Substitute it.
9189         * lib/dirent.in.h (fdopendir): Declare replacement.
9190         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9191         * tests/test-fdopendir.c (main): Test something other than
9192         /dev/null, since on Hurd that behaves like a directory.
9193
9194         test-symlink: port to GNU/Hurd
9195         * tests/test-symlink.h (test_symlink): Relax expected errno.
9196
9197         doc: tweak more cygwin information
9198         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9199         now compatible with glibc.
9200         * doc/posix-functions/getopt.texi (getopt): Likewise.
9201
9202         getopt-gnu: add another test
9203         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9204         guarantee behavior relied on by m4.
9205         * tests/test-getopt.c (main): Use it.
9206         * modules/getopt-posix-tests (Depends-on): Add setenv.
9207         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9208
9209         getopt: fix compilation on darwin
9210         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9211         include.
9212         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9213         Reported by Ludovic Courtès.
9214
9215 2009-10-06  Bruno Haible  <bruno@clisp.org>
9216
9217         * modules/size_max (Description): Discourage its use.
9218         Reported by Simon Josefsson.
9219
9220 2009-10-06  Jim Meyering  <meyering@redhat.com>
9221
9222         linkat: avoid compilation failure
9223         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9224
9225 2009-10-05  Eric Blake  <ebb9@byu.net>
9226
9227         linkat: support Linux 2.6.17
9228         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9229         linkat on Linux, but allow cache variable override.
9230         * lib/linkat.c (rpl_linkat): Define override.
9231         * modules/linkat (Depends-on): Add symlinkat.
9232         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9233         * modules/unistd (Makefile.am): Substitute it.
9234         * lib/unistd.in.h (linkat): Declare replacement.
9235         Reported by Pádraig Brady.
9236
9237         quotearg: port test to systems with C.UTF-8 locale
9238         * tests/test-quotearg.c (struct result_strings): Add another
9239         member, differentiating between C.ASCII and C.UTF-8 handling.
9240         (compare_strings): Add parameter.
9241         (main): Adjust all callers.
9242
9243         getopt: avoid clash with FreeBSD _getopt_internal
9244         * lib/getopt.in.h (_getopt_internal): Override the name.
9245         * lib/getopt_int.h (includes): Pick up any overrides.
9246         Reported by Reuben Thomas.
9247
9248         hash: allow C89 compilation
9249         * lib/hash.c (check_tuning): Move declaration before statement.
9250         Reported by Reuben Thomas.
9251
9252 2009-10-05  Karl Berry  <karl@gnu.org>
9253
9254         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9255
9256 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9257             Bruno Haible  <bruno@clisp.org>
9258
9259         * lib/uname.c (uname): Use a table-driven algorithm to compute
9260         Windows NT versions.
9261
9262 2009-10-04  Bruno Haible  <bruno@clisp.org>
9263
9264         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9265         program_invocation_short_name.
9266         * modules/progname (configure.ac): Test for presence of
9267         program_invocation_short_name.
9268         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9269
9270 2009-10-04  Bruno Haible  <bruno@clisp.org>
9271
9272         * lib/progname.c (set_program_name): Fix comment.
9273         Reported by Jim Meyering.
9274
9275 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9276             Bruno Haible  <bruno@clisp.org>
9277
9278         * lib/uname.c: Include <string.h>.
9279         (uname): Do only one call to GetVersionEx in the common case.
9280
9281 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9282             Bruno Haible  <bruno@clisp.org>
9283
9284         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9285         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9286         (uname): Add support for Windows CE and various non-x86 CPU types.
9287
9288 2009-10-03  Bruno Haible  <bruno@clisp.org>
9289
9290         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9291         invocation to tests/configure.ac.
9292         Reported by Ian Beckwith <ianb@erislabs.net>.
9293
9294 2009-10-02  Eric Blake  <ebb9@byu.net>
9295
9296         fchdir: avoid compiler warning
9297         * lib/fchdir.c (canonicalize_file_name)
9298         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9299
9300         test-open: support mingw errno values
9301         * tests/test-open.h (test_open): Relax test.
9302         * tests/test-fopen.h (test_fopen): Likewise.
9303         * tests/test-openat-safer.c (main): Likewise.
9304
9305         open: fix opening directory on mingw
9306         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9307
9308         test-open: on GNU/Hurd, /dev/null is a directory
9309         * tests/test-fopen.h (main): Rename...
9310         (test_fopen): ...to this.  Use a guaranteed non-directory when
9311         confirming open behavior on trailing slash.
9312         * tests/test-openat-safer.c (main): Likewise.
9313         * tests/test-open.h (main): Likewise....
9314         (test_open): ...to this.
9315         * tests/test-fopen.c (main): Adjust caller.
9316         * tests/test-fopen-safer.c (main): Likewise.
9317         * tests/test-open.c (main): Likewise.
9318         * tests/test-fcntl-safer.c (main): Likewise.
9319         Reported by Samuel Thibault.
9320
9321         rename, fchdir: don't ignore chdir failure
9322         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9323         * lib/rename.c (rpl_rename) [W32]: Likewise.
9324         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9325         an empty destination directory if source cannot be renamed,
9326         although there is still possibility for failure.
9327         * doc/posix-functions/rename.texi (rename): Document the race.
9328         Reported by Jim Meyering.
9329
9330         maint: cleanup whitespace in recent commits
9331         * lib/rename.c (rpl_rename): Remove tabs.
9332         * tests/test-link.h (test_link): Likewise.
9333         * lib/fchdir.c (get_name): Likewise.
9334         Reported by Jim Meyering.
9335
9336 2009-10-02  Ben Pfaff  <blp@gnu.org>
9337
9338         relocatable-prog-wrapper: Add missing dependency on
9339         double-slash-root.
9340         * modules/relocatable-prog-wrapper: Add dependency.
9341         Reported by Ian Beckwith <ianb@erislabs.net>.
9342
9343 2009-10-02  Eric Blake  <ebb9@byu.net>
9344
9345         renameat: fix Solaris bugs
9346         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9347         needed fixing.
9348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9349         * modules/stdio (Makefile.am): Substitute it.
9350         * lib/stdio.in.h (renameat): Declare replacement.
9351         * lib/renameat.c (rpl_renameat): Implement fix.
9352
9353         renameat: new module
9354         * modules/renameat: New file.
9355         * lib/renameat.c (renameat): Likewise.
9356         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9357         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9358         * modules/stdio (Makefile.am): Substitute them.
9359         * lib/stdio.in.h (renameat): Declare it.
9360         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9361         * doc/posix-functions/renameat.texi (renameat): Likewise.
9362         * modules/renameat-tests: New test.
9363         * tests/test-renameat.c: Likewise.
9364
9365         rename: fix mingw bugs
9366         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9367         directory overwrite bugs.
9368
9369         rename: fix another cygwin 1.5 bug
9370         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9371         checks.
9372         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9373         unnecessary cygwin workarounds.  Also work around bug with moving
9374         full directory onto an empty one.
9375         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9376
9377         rename-dest-slash: merge into rename module
9378         * modules/rename-dest-slash (Status): Mark obsolete.
9379         (Depends-on): Add rename.
9380         (Files): Let rename do it all.
9381         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9382         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9383         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9384         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9385         * lib/rename.c (rpl_rename): Update comments.
9386
9387         rename: fix cygwin 1.5.x bugs
9388         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9389         * lib/rename.c (rpl_rename): Work around them.
9390         * modules/rename (Depends-on): Add same-inode.
9391
9392         rename: fix Solaris 10 bug
9393         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9394         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9395         was the only bug.
9396
9397         rename: fix Solaris 9 bug
9398         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9399         on non-directory.  Avoid calling exit.
9400         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9401         strdup.
9402         * modules/rename-tests (Depends-on): Drop lstat.
9403         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9404         (gl_PREREQ_RENAME): Delete unused macro.
9405
9406         rename-dest-slash: fix NetBSD bug
9407         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9408         links.
9409         * modules/rename-dest-slash (Depends-on): Add same-inode.
9410
9411         rename-tests: new test, exposes several platform bugs
9412         * modules/rename-tests: New file.
9413         * tests/test-rename.h: Likewise.
9414         * tests/test-rename.c: Likewise.
9415         * doc/posix-functions/rename.texi (rename): Improve documentation,
9416         including bugs that will eventually be fixed in gnulib.
9417
9418 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9419
9420         * lib/uname.c: Include <stdlib.h>
9421         (uname): Assume version info is available.
9422
9423 2009-10-02  Jim Meyering  <meyering@redhat.com>
9424
9425         gnu-web-doc-update: correct --help output
9426         * build-aux/gnu-web-doc-update: Make --help output relevant.
9427
9428         gnu-web-doc-update: add standard options
9429         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9430
9431         gnu-web-doc-update: New module.
9432         Use this script to automatically update the on-line web documentation
9433         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9434         * modules/gnu-web-doc-update: New file, from coreutils.
9435         * build-aux/gnu-web-doc-update: New script.
9436
9437 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9438
9439         link: LoadLibrary is not needed.
9440         * lib/link.c: Use GetModuleHandle.
9441
9442 2009-10-01  Eric Blake  <ebb9@byu.net>
9443
9444         getopt: bump serial number
9445         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9446         change.
9447
9448         tests: tighten link, rmdir, and remove tests
9449         * tests/test-link.h (includes): No need to use <config.h> here.
9450         Clean up if directory hard link was created, otherwise test for
9451         trailing '.'.
9452         * tests/test-linkat.c (main): Simplify.
9453         * tests/test-remove.c (main): Enhance test for trailing '.'.
9454         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9455
9456 2009-10-01  Jim Meyering  <meyering@redhat.com>
9457
9458         maint.mk: requiring "make major" was annoying, for a "minor" release.
9459         What is intended is "stable", to contrast with alpha and beta,
9460         so require "make stable", not "make major".
9461         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9462         (get_tool_versions): Likewise.
9463         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9464
9465 2009-09-30  Ben Pfaff  <blp@gnu.org>
9466
9467         Fix broken build of replacement for Windows tmpfile().
9468         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9469         flags argument added along with the 'mkostemp' module.
9470
9471 2009-09-28  Bruno Haible  <bruno@clisp.org>
9472
9473         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9474         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9475         to 'remove_elt'.
9476         (gl_list_remove): Update.
9477         * lib/gl_list.c (gl_list_remove): Update.
9478         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9479         to 'remove_elt'.
9480         (gl_oset_remove): Update.
9481         * lib/gl_list.c (gl_oset_remove): Update.
9482         Reported by Eric Blake.
9483
9484 2009-09-28  Eric Blake  <ebb9@byu.net>
9485
9486         doc: mention yet more cygwin 1.7 status
9487         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9488         cygwin.
9489         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9490         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9491
9492         argp: fix test failure
9493         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9494         that are not upper-case.  Pass correct range to tolower.
9495
9496 2009-09-27  Jim Meyering  <meyering@redhat.com>
9497
9498         test-yesno: work around sparc-dash here-document infelicity
9499         Without this change, the literal \177 byte in a here document
9500         would make dash 0.5.5.1-3 access uninitialized memory.
9501         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9502         Instead, use a marker, "@", and filter through tr to create the desired
9503         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9504
9505 2009-09-27  Bruno Haible  <bruno@clisp.org>
9506
9507         Disable untested support for new flavours of ACLs on AIX.
9508         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9509         progress.
9510         * lib/set-mode-acl.c (qset_acl): Likewise.
9511
9512 2008-12-07  Bruno Haible  <bruno@clisp.org>
9513
9514         Add support for new flavours of ACLs on AIX. (Untested.)
9515         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9516         (file_has_acl): Add support for newer AIX.
9517         * lib/set-mode-acl.c (qset_acl): Likewise.
9518         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9519         Rainer Tammer <tammer@tammer.net>.
9520
9521 2009-09-26  Eric Blake  <ebb9@byu.net>
9522
9523         argp: fix compilation of getopt
9524         * lib/getopt.in.h (includes): Use different guard than glibc.
9525         Reported by Sergey Poznyakoff.
9526
9527         doc: mention more cygwin 1.7 status
9528         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9529         bug.
9530         * doc/posix-functions/execl.texi (execl): Likewise.
9531         * doc/posix-functions/execle.texi (execle): Likewise.
9532         * doc/posix-functions/execlp.texi (execlp): Likewise.
9533         * doc/posix-functions/execv.texi (execv): Likewise.
9534         * doc/posix-functions/execve.texi (execve): Likewise.
9535         * doc/posix-functions/execvp.texi (execvp): Likewise.
9536         * doc/glibc-functions/canonicalize_file_name.texi
9537         (canonicalize_file_name): Cygwin 1.7 now provides this.
9538         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
9539         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
9540         on AT_SYMLINK_NOFOLLOW.
9541
9542 2009-09-24  Eric Blake  <ebb9@byu.net>
9543
9544         test-linkat: make test more robust
9545         * tests/test-linkat.c (main): Avoid collision with EEXIST.
9546
9547         getopt: fix inclusion guards for cygwin
9548         * modules/getopt-posix (Depends-on): Add include-next.
9549         (Makefile.am): Substitute more items in replacement header.
9550         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
9551         <getopt.h>.
9552         * lib/getopt.in.h (includes): Use split inclusion guard, and
9553         prefer <getopt.h> over include <unistd.h> when one is present.
9554         (option): Also override name of 'struct option'.
9555
9556         same-inode: revert prior change; it is not yet ready
9557         * NEWS: Undo mention of this change.
9558         * lib/same-inode.h (same-inode.h): Undo tri-state change.
9559         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9560         * lib/cycle-check.c (cycle_check): Likewise.
9561         * lib/same.c (same_name): Likewise.
9562         * lib/at-func2.c (at_func2): Likewise.
9563
9564 2009-09-23  Eric Blake  <ebb9@byu.net>
9565
9566         linkat: new module
9567         * modules/linkat: New file.
9568         * lib/at-func2.c (at_func2): Likewise.
9569         * lib/linkat.c (linkat): Likewise.
9570         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
9571         * lib/openat-priv.h (at_func2): Add declaration.
9572         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9573         * modules/unistd (Makefile.am): Substitute them.
9574         * lib/unistd.in.h (linkat): Declare it.
9575         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9576         * doc/posix-functions/linkat.texi (linkat): Likewise.
9577         * doc/posix-functions/link.texi (link): Tweak wording.
9578         * tests/test-link.c (main): Move guts...
9579         * tests/test-link.h (test_link): ...into new file.
9580         * modules/linkat-tests: New test.
9581         * tests/test-linkat.c: Likewise.
9582         * modules/link-tests (Files): Ship new file.
9583         (Depends-on): Add stdbool.
9584
9585         dirname: add library-safe mdir_name
9586         * lib/dirname.h (mdir_name): New prototype.
9587         * lib/dirname.c (dir_name): Move guts...
9588         (mdir_name): ...to new function that avoids xalloc_die.
9589
9590         fchdir: another mingw fix
9591         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
9592         * lib/fchdir.c (get_name): New helper method; skips canonicalize
9593         on mingw (where it has not yet been ported), and make it optional
9594         elsewhere.
9595         (_gl_register_fd): Use it.
9596
9597         same-inode: make SAME_INODE tri-state, to port to mingw
9598         * NEWS: Mention this change.
9599         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
9600         st_ino always being 0.
9601         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9602         * lib/cycle-check.c (cycle_check): Likewise.
9603         * lib/same.c (same_name): Likewise.
9604
9605         lstat: avoid mingw compilation error
9606         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
9607         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
9608         lstat ourselves.
9609         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
9610         was adequate.
9611         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
9612         the checks for lstat.
9613         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
9614
9615         link: fix test failure on Solaris 9
9616         * lib/link.c (rpl_link): Don't assume link will catch bogus
9617         trailing slash on source.
9618
9619         test-symlinkat: enhance test
9620         * tests/test-readlink.c (main): Move guts...
9621         * tests/test-readlink.h (test_readlink): ...into new file.
9622         * tests/test-symlink.c (main): Move guts...
9623         * tests/test-symlink.h (test_symlink): ...into new file.
9624         * tests/test-symlinkat.c (main): Use new files for further
9625         coverage.
9626         (do_symlink, do_readlink): New helper functions.
9627         * modules/symlink-tests (Files): Ship new file.
9628         (Depends-on): Add stdbool.
9629         * modules/readlink-tests (Files): Ship new file.
9630         (Depends-on): Add stdbool.
9631         * modules/symlinkat-tests (Files): Use new files.
9632
9633 2009-09-23  Eric Blake  <ebb9@byu.net>
9634
9635         readlink: document portability issue with symlink length
9636         * doc/posix-functions/lstat.texi (lstat): Mention that some file
9637         systems have bogus st_size on symlinks, and mention the
9638         areadlink-with-size module.
9639         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9640         * doc/posix-functions/readlink.texi (readlink): Mention the
9641         areadlink module, and ERANGE failure.
9642         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9643         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
9644
9645         readlink: fix Solaris 9 bug with trailing slash
9646         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
9647         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
9648         * doc/posix-functions/readlink.texi (readlink): Document this.
9649         * modules/readlink-tests: New test.
9650         * tests/test-readlink.c: Likewise.
9651
9652         readlink: fix cygwin 1.5.x bug with return type
9653         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
9654         * lib/unistd.in.h (readlink): Use ssize_t.
9655         * lib/readlink.c (readlink): Likewise.
9656         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9657         * modules/unistd (Makefile.am): Substitute it.
9658         * lib/unistd.in.h (readlink): Declare replacement.
9659         * doc/posix-functions/readlink.texi (readlink): Document this.
9660
9661         symlink: use throughout gnulib
9662         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
9663         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
9664         symlink is not used.
9665         * modules/symlinkat (Depends-on): Add symlink.
9666         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
9667         * modules/canonicalize-tests (Depends-on): Likewise.
9668         * modules/lstat-tests (Depends-on): Likewise.
9669         * modules/openat-tests (Depends-on): Likewise.
9670         * modules/remove-tests (Depends-on): Likewise.
9671         * modules/rmdir-tests (Depends-on): Likewise.
9672         * modules/unlink-tests (Depends-on): Likewise.
9673         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
9674         * tests/test-canonicalize.c (symlink): Likewise.
9675         * tests/test-fstatat.c (symlink): Likewise.
9676         * tests/test-lstat.c (symlink): Likewise.
9677         * tests/test-remove.c (symlink): Likewise.
9678         * tests/test-rmdir.c (symlink): Likewise.
9679         * tests/test-unlink.c (symlink): Likewise.
9680         * tests/test-unlinkat.c (symlink): Likewise.
9681
9682         symlink: new module, for Solaris 9 bug
9683         * modules/symlink: New file.
9684         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
9685         * lib/symlink.c: Likewise.
9686         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9687         * modules/unistd (Makefile.am): Substitute them.
9688         * lib/unistd.in.h (symlink): Declare replacement.
9689         * MODULES.html.sh (File system functions): Mention it.
9690         * doc/posix-functions/symlink.texi (symlink): Likewise.
9691         * modules/symlink-tests: New test.
9692         * tests/test-symlink.c: Likewise.
9693
9694 2009-09-23  Bruno Haible  <bruno@clisp.org>
9695
9696         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
9697         when needed.
9698         Test case: gnulib-tool --import --with-tests atexit inttypes.
9699         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
9700
9701 2009-09-23  Bruno Haible  <bruno@clisp.org>
9702
9703         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
9704         subcommand, not in a subshell.
9705
9706 2009-09-22  Eric Blake  <ebb9@byu.net>
9707
9708         unistd: sort replacement declarations
9709         * lib/unistd.in.h: Sort declarations.
9710
9711         open, openat: minor optimization
9712         * lib/open.c (open): If open succeeded, len is non-zero.
9713         * lib/openat.c (rpl_openat): Likewise.
9714
9715         link-follow: ensure correct result
9716         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
9717         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
9718         distinguish between possible failures.
9719
9720 2009-09-21  Eric Blake  <ebb9@byu.net>
9721
9722         fts: avoid compiler warning
9723         * lib/fts.c (dirent_inode_sort_may_be_useful)
9724         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
9725
9726 2009-09-19  Bruno Haible  <bruno@clisp.org>
9727
9728         * lib/progreloc.c (canonicalize_file_name): New declaration.
9729
9730 2009-09-19  Eric Blake  <ebb9@byu.net>
9731
9732         link: fix quoting
9733         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
9734
9735         openat: fix openat bugs on Solaris 9
9736         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
9737         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
9738         * modules/openat (Depends-on): Add open.
9739         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
9740         * modules/fcntl-h (Makefile.am): Substitute it.
9741         * lib/fcntl.in.h (openat): Declare replacement.
9742         * doc/posix-functions/openat.texi (openat): Document this.
9743
9744         openat: move fstatat and unlinkat into correct files
9745         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
9746         compiled.
9747         * lib/openat.c (fstatat, unlinkat): Move...
9748         * lib/fstatat.c (fstatat): ...into correct files.
9749         * lib/unlinkat.c (unlinkat): Likewise.
9750
9751         openat: fix unlinkat bugs on Solaris 9
9752         * lib/unlinkat.c (unlinkat): New file.
9753         * modules/openat (Depends-on): Add unlink.
9754         (Files): Distribute it.
9755         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
9756         trailing slash behavior is broken.
9757         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9758         * modules/unistd (Makefile.am): Substitute it.
9759         * lib/unistd.in.h (unlinkat): Declare replacement.
9760         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
9761
9762         openat: fix fstatat bugs on Solaris 9
9763         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
9764         stat.
9765         * doc/posix-functions/fstatat.texi (fstatat): Document this.
9766
9767         test-unlinkat: enhance test, to expose Solaris 9 bug
9768         * tests/test-unlink.c (main): Factor guts...
9769         * tests/test-unlink.h (test_rmdir_func): ...into new file.
9770         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
9771         * tests/test-rmdir.c (main): Adjust caller.
9772         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
9773         (unlinker): New helper function.
9774         (rmdirat): Enhance check.
9775         * modules/rmdir-tests (Depends-on): Add stdbool.
9776         * modules/unlink-tests (Depends-on): Likewise.
9777         (Files): Add test-unlink.h.
9778         * modules/openat-tests (Files): Likewise.
9779         (Depends-on): Add unlinkdir.
9780
9781         test-fstatat: new test, to expose Solaris 9 bugs
9782         * tests/test-stat.c (main): Factor guts...
9783         * tests/test-stat.h (test_stat_func): ...into new file.
9784         * tests/test-lstat.c (main): Factor guts...
9785         * tests/test-lstat.h (test_lstat_func): ...into new file.
9786         * tests/test-fstatat.c: New file.
9787         * modules/stat-tests (Files): Add test-stat.h.
9788         * modules/lstat-tests (Files): Add test-lstat.h.
9789         (Depends-on): Add stdbool.
9790         * modules/openat-tests (Depends-on): Add pathmax.
9791         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
9792         (Makefile.am): Run new test.
9793
9794         remove: new module, for mingw and Solaris 9 bugs
9795         * modules/remove: New file.
9796         * lib/remove.c: Likewise.
9797         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
9798         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9799         * modules/stdio (Makefile.am): Use them.
9800         * lib/stdio.in.h (remove): Declare replacement.
9801         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9802         * doc/posix-functions/remove.texi (remove): Likewise.
9803         * modules/remove-tests: New test.
9804         * tests/test-remove.c: Likewise.
9805
9806         unlink: new module, for Solaris 9 bug
9807         * modules/unlink: New file.
9808         * lib/unlink.c: Likewise.
9809         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
9810         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9811         * modules/unistd (Makefile.am): Use them.
9812         * lib/unistd.in.h (stat): Declare replacement.
9813         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9814         * doc/posix-functions/unlink.texi (unlink): Likewise.
9815         * modules/unlink-tests: New test.
9816         * tests/test-unlink.c: Likewise.
9817
9818         lstat: fix Solaris 9 bug
9819         * lib/lstat.c (lstat): Also check for trailing slash on
9820         non-symlink, non-directories.  Use stat module to simplify logic.
9821         * doc/posix-functions/lstat.texi (lstat): Document it.
9822         * modules/lstat-tests (Depends-on): Add errno, same-inode.
9823         (configure.ac): Check for symlink.
9824         * tests/test-lstat.c (main): Add more tests.
9825
9826         stat: add as dependency to other modules
9827         * modules/chown (Depends-on): Add stat.
9828         * modules/euidaccess (Depends-on): Likewise.
9829         * modules/fchdir (Depends-on): Likewise.
9830         * modules/isdir (Depends-on): Likewise.
9831         * modules/link (Depends-on): Likewise.
9832         * modules/lstat (Depends-on): Likewise.
9833         * modules/mkdir-p (Depends-on): Likewise.
9834         * modules/modechange (Depends-on): Likewise.
9835         * modules/open (Depends-on): Likewise.
9836         * modules/readlink (Depends-on): Likewise.
9837         * modules/same (Depends-on): Likewise.
9838
9839         stat: fix Solaris 9 bug
9840         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
9841         slash.
9842         * lib/stat.c (rpl_stat): Work around it.
9843         * doc/posix-functions/stat.texi (stat): Update documentation.
9844
9845         stat: new module, for mingw bug
9846         * modules/stat: New file.
9847         * lib/stat.c: Likewise.
9848         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
9849         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9850         * modules/sys_stat (Makefile.am): Use them.
9851         * lib/sys_stat.in.h (stat): Declare replacement.
9852         * lib/openat.c (fstatat): Deal with lstat and stat being function
9853         macros.
9854         * modules/openat (Depends-on): Add inline.
9855         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9856         * doc/posix-functions/stat.texi (stat): Likewise.
9857         * modules/stat-tests: New test.
9858         * tests/test-stat.c: Likewise.
9859
9860 2009-09-19  Jim Meyering  <meyering@redhat.com>
9861
9862         syntax-check: detect unnecessary inclusion of canonicalize.h
9863         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
9864
9865 2009-09-19  Eric Blake  <ebb9@byu.net>
9866
9867         canonicalize-lgpl: adjust clients to use correct header
9868         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
9869         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
9870         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
9871         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
9872         * lib/progreloc.c (includes): Likewise.
9873
9874 2009-09-19  Jim Meyering  <meyering@redhat.com>
9875
9876         test-posixtm.c: correct a comment
9877         * tests/test-posixtm.c: Correct first-line comment.
9878         Spotted by Eric Blake.
9879
9880 2009-09-16  Jim Meyering  <meyering@redhat.com>
9881
9882         posixtm-tests: make T const-correct; add a test case
9883         * tests/test-posixtm.c (T): Declare const.
9884         Add a test for -(2^31+1).
9885         Remove useless can-succeed-only-in-2002 test.
9886
9887         posixtm-tests: adjust the sole failing test
9888         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
9889         expected output matches what mktime now produces.  Cross-checked via
9890         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
9891
9892         posixtm: move #ifdef'd tests into a new module
9893         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
9894         * tests/test-posixtm.c: ... this new file.
9895         * modules/posixtm-tests: New module.
9896
9897 2009-09-19  Eric Blake  <ebb9@byu.net>
9898
9899         openat: simplify use of at-func.c
9900         * lib/at-func.c (includes): Include prerequisites here, to
9901         simplify requirements on client files.
9902         * lib/openat-priv.h: Add double-inclusion guard.
9903         * lib/faccessat.c (includes): Simplify.
9904         * lib/fchmodat.c (includes): Likewise.
9905         * lib/fchownat.c (includes): Likewise.
9906         * lib/mkdirat.c (includes): Likewise.
9907         * lib/mkfifoat.c (includes): Likewise.
9908         * lib/symlinkat.c (includes): Likewise.
9909
9910         openat: allow return of fd 0
9911         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
9912         * modules/save-cwd (Depends-on): Replace fcntl-safer with
9913         unistd-safer.
9914         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
9915         <fcntl.h>; this module does not leak fds.
9916         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
9917         must be allowed to return 0, leaving openat_safer to add the
9918         safety.
9919         (openat_permissive): Avoid writing to just-opened fd 2 if
9920         restoring the current directory fails.
9921         * lib/openat-die.c (openat_restore_fail): Add comment.
9922         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
9923         (save_cwd): Guarantee safe fd, but without use of open_safer.
9924         * tests/test-openat.c: New test.
9925         * modules/openat-tests (Files, Makefile.am): Distribute and build
9926         new file.
9927
9928         relocatable-prog-wrapper: fix build
9929         * modules/relocatable-prog-wrapper (Files): Update name of
9930         canonicalize m4 file, broken on 2009-09-17.
9931         Reported by emad hajjar <aleppos@hotmail.com>.
9932
9933 2009-09-19  Bruno Haible  <bruno@clisp.org>
9934
9935         * lib/safe-alloc.h: Use the standard header with GPL copyright.
9936         * lib/safe-alloc.c: Likewise.
9937         Reported by Ian Beckwith <ianb@erislabs.net>.
9938
9939 2009-09-18  Bruno Haible  <bruno@clisp.org>
9940
9941         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
9942         Reported by <erobles@sensacd.com.mx>.
9943
9944 2009-09-17  Eric Blake  <ebb9@byu.net>
9945
9946         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
9947         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
9948         slashes when checking if last component is missing.
9949         * tests/test-canonicalize.c (main): Test this.
9950
9951         canonicalize, canonicalize-lgpl: honor // if distinct from /
9952         * modules/canonicalize (Files): Add double-slash-root.m4.
9953         * modules/canonicalize-lgpl (Files): Likewise.
9954         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
9955         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
9956         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
9957         fallback definition.
9958         (canonicalize_filename_mode): Use it to protect //.
9959         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
9960         (__realpath): Likewise.
9961         * tests/test-canonicalize.c (main): Test this.
9962         * tests/test-canonicalize-lgpl.c (main): Likewise.
9963         * modules/canonicalize-tests (Depends-on): Add same-inode.
9964         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
9965
9966         canonicalize-lgpl: fix glibc bug with trailing slash
9967         * m4/canonicalize-lgpl.m4: Move contents...
9968         * m4/canonicalize.m4: ...here.
9969         (gl_CANONICALIZE_LGPL): Factor realpath check...
9970         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
9971         glibc 2.3.5 bug, fixed 2005-04-27.
9972         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
9973         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
9974         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
9975         * modules/canonicalize-lgpl (Files): Manage file rename.
9976         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
9977         * modules/stdlib (Makefile.am): Substitute witness.
9978         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
9979         is needed.
9980         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
9981         replacement is required.
9982         * lib/canonicalize.c (canonicalize_file_name): Likewise.
9983         * doc/glibc-functions/canonicalize_file_name.texi
9984         (canonicalize_file_name): Document this.
9985         * doc/posix-functions/realpath.texi (realpath): Likewise.
9986
9987         canonicalize-lgpl: reject non-directory with trailing slash
9988         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
9989         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
9990         catches failures in glibc 2.3.5.
9991         * tests/test-canonicalize.c (main): Likewise.
9992
9993         canonicalize-lgpl: use native realpath if it works
9994         * lib/canonicalize-lgpl.c (realpath): Guard with
9995         FUNC_REALPATH_WORKS.
9996         * lib/stdlib.in.h (realpath): Make declaration optional based on
9997         HAVE_REALPATH.
9998         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
9999         native realpath works.
10000         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10001         * modules/stdlib (Makefile.am): Substitute witness.
10002
10003         canonicalize, canonicalize-lgpl: use <stdlib.h>
10004         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10005         (Include): Mention <stdlib.h>.
10006         (configure.ac): Mention functions we provide.
10007         * modules/canonicalize (configure.ac): Likewise.
10008         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10009         realpath if canonicalize_file_name is missing.
10010         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10011         * modules/stdlib (Makefile.am): Substitute witnesses.
10012         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10013         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10014         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10015         * NEWS: Document this.
10016         * doc/glibc-functions/canonicalize_file_name.texi
10017         (canonicalize_file_name): Likewise.
10018         * doc/posix-functions/realpath.texi (realpath): Likewise.
10019         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10020
10021         test-canonicalize: consolidate into single C program
10022         * tests/test-canonicalize.sh: Delete; move setup into...
10023         * tests/test-canonicalize.c (main): ...the program, making it
10024         easier to run in debugger.  Add some tests.
10025         * modules/canonicalize-tests (Files): Remove unused file.
10026         (Depends-on): Add progname.
10027         (configure.ac, Makefile.am): Simplify.
10028
10029         test-canonicalize-lgpl: consolidate into single C program
10030         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10031         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10032         easier to run in debugger.  Add some tests.
10033         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10034         (configure.ac, Makefile.am): Simplify.
10035
10036         canonicalize: avoid resolvepath
10037         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10038         unnecessary checks.
10039         * lib/canonicalize.c (includes): Simplify.
10040         (canonicalize_file_name): Drop resolvepath implementation.
10041         * modules/canonicalize (Depends-on): Drop filenamecat.
10042
10043         canonicalize: don't lose errno
10044         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10045         over calls to free.
10046
10047         canonicalize: simplify errno handling
10048         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10049         assignment.
10050
10051         canonicalize, canonicalize-lgpl: update module dependencies
10052         * modules/canonicalize (Depends-on): Add extensions, lstat,
10053         pathmax, stdlib.
10054         (Files): Drop pathmax.h.
10055         (configure.ac): Adjust macro name.
10056         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10057         lstat, stdlib, sys_stat.
10058         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10059         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10060         extensions.
10061         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10062         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10063         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10064         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10065         declaration, if available.
10066         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10067         we can rely on the readlink module.
10068         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10069         (includes): Use <unistd.h> unconditionally.
10070
10071 2009-09-17  Eric Blake  <ebb9@byu.net>
10072
10073         maint: make Include sections of modules consistent
10074         * modules/alloca: Use only header name; no need to list #include.
10075         * modules/alloca-opt: Likewise.
10076         * modules/arpa_inet: Likewise.
10077         * modules/canon-host: Likewise.
10078         * modules/configmake: Likewise.
10079         * modules/dirent: Likewise.
10080         * modules/eealloc: Likewise.
10081         * modules/environ: Likewise.
10082         * modules/fchdir: Likewise.
10083         * modules/fcntl: Likewise.
10084         * modules/fcntl-h: Likewise.
10085         * modules/gethrxtime: Likewise.
10086         * modules/gettime: Likewise.
10087         * modules/ignore-value: Likewise.
10088         * modules/inet_ntop: Likewise.
10089         * modules/inet_pton: Likewise.
10090         * modules/inttypes: Likewise.
10091         * modules/isnand-nolibm: Likewise.
10092         * modules/isnanf-nolibm: Likewise.
10093         * modules/mbchar: Likewise.
10094         * modules/mbfile: Likewise.
10095         * modules/mbiter: Likewise.
10096         * modules/mbuiter: Likewise.
10097         * modules/netdb: Likewise.
10098         * modules/netinet_in: Likewise.
10099         * modules/nproc: Likewise.
10100         * modules/pagealign_alloc: Likewise.
10101         * modules/poll: Likewise.
10102         * modules/printf-frexp: Likewise.
10103         * modules/pthread: Likewise.
10104         * modules/putenv: Likewise.
10105         * modules/random_r: Likewise.
10106         * modules/relocatable-prog: Likewise.
10107         * modules/search: Likewise.
10108         * modules/select: Likewise.
10109         * modules/selinux-h: Likewise.
10110         * modules/settime: Likewise.
10111         * modules/signal: Likewise.
10112         * modules/size_max: Likewise.
10113         * modules/socklen: Likewise.
10114         * modules/ssize_t: Likewise.
10115         * modules/stdarg: Likewise.
10116         * modules/stdbool: Likewise.
10117         * modules/stddef: Likewise.
10118         * modules/stdint: Likewise.
10119         * modules/stdio: Likewise.
10120         * modules/stdlib: Likewise.
10121         * modules/string: Likewise.
10122         * modules/strings: Likewise.
10123         * modules/sys_file: Likewise.
10124         * modules/sys_ioctl: Likewise.
10125         * modules/sys_select: Likewise.
10126         * modules/sys_socket: Likewise.
10127         * modules/sys_stat: Likewise.
10128         * modules/sys_time: Likewise.
10129         * modules/sys_times: Likewise.
10130         * modules/sys_utsname: Likewise.
10131         * modules/sys_wait: Likewise.
10132         * modules/sysexits: Likewise.
10133         * modules/time: Likewise.
10134         * modules/times: Likewise.
10135         * modules/tmpfile: Likewise.
10136         * modules/trim: Likewise.
10137         * modules/unistd: Likewise.
10138         * modules/wchar: Likewise.
10139         * modules/wctype: Likewise.
10140
10141 2009-09-17  Bruno Haible  <bruno@clisp.org>
10142
10143         Make getdate.y compile on QNX and NetBSD 5 / i386.
10144         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10145         TIME_T_FITS_IN_LONG_INT.
10146         * lib/getdate.y (long_time_t): New type.
10147         (relative_time): Change type of 'seconds' field to long_time_t.
10148         (get_date): Update types of local variables. Check against overflow
10149         during conversion from long_time_t to time_t.
10150         Reported by Matt Kraai <kraai@ftbfs.org>
10151         and Hasso Tepper <hasso@netbsd.org>.
10152
10153 2009-09-17  Bruno Haible  <bruno@clisp.org>
10154
10155         * modules/COPYING: Update copyright years.
10156         * modules/README: Likeiwse.
10157         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10158         Reported by Ian Beckwith <ianb@erislabs.net>.
10159
10160 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10161
10162         * users.txt: Update references for gnuit package.
10163
10164 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10165
10166         * m4/getdelim.m4: Fix typo in copyright line.
10167
10168 2009-09-17  Bruno Haible  <bruno@clisp.org>
10169
10170         * lib/atoll.c: Use the standard header with GPL copyright.
10171         * lib/argz.in.h: Likewise.
10172         * lib/glob.c: Likewise.
10173         * lib/glob-libc.h: Likewise.
10174         * lib/random_r.c: Likewise.
10175         * lib/siglist.h: Likewise.
10176         * lib/strsignal.c: Likewise.
10177         Reported by Ian Beckwith <ianb@erislabs.net>.
10178
10179 2009-09-17  Eric Blake  <ebb9@byu.net>
10180
10181         rmdir: ensure correct dependency order
10182         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10183
10184 2009-09-17  Bruno Haible  <bruno@clisp.org>
10185
10186         Disable assertion that fails on NetBSD 5 / i386.
10187         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10188         Reported by Sam Steingold <sds@gnu.org>
10189         and Hasso Tepper <hasso@netbsd.org>.
10190
10191 2009-09-16  Eric Blake  <ebb9@byu.net>
10192
10193         unlinkdir: port to mingw
10194         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10195         on which no one can unlink a directory.
10196
10197         stdlib: sort witness names
10198         * modules/stdlib (Makefile.am): Sort replacements.
10199         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10200         * lib/stdlib.in.h: Likewise.
10201
10202         parse-duration-tests: avoid link failure
10203         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10204         LIBINTL.
10205         Reported by Tom G. Christensen.
10206
10207         openat-tests: ensure unlinkat behaves like rmdir
10208         * tests/test-rmdir.c (main): Factor guts...
10209         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10210         * modules/rmdir-tests (Files): Ship new file.
10211         * modules/openat-tests: New test.
10212         * tests/test-unlinkat.c: Likewise.
10213
10214         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10215         * modules/rmdir-errno (Status, Notice): Now obsolete.
10216
10217         rmdir: work around cygwin 1.5.x and mingw bugs
10218         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10219         * lib/rmdir.c (rmdir): Work around it.
10220         * modules/rmdir (Status, Notice): No longer obsolete.
10221         (Files): Add dos.m4.
10222         (Depends-on): Add unistd.
10223         (configure.ac): Set witnesses.
10224         (License): Relax to LGPLv2+.
10225         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10226         * modules/unistd (Makefile.am): Substitute witnesses.
10227         * lib/unistd.in.h (rmdir): Declare replacement.
10228         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10229         * modules/rmdir-tests: New tests.
10230         * tests/test-rmdir.c: Likewise.
10231
10232 2009-09-15  Eric Blake  <ebb9@byu.net>
10233
10234         fchdir: improve use of replacement functions
10235         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10236         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10237         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10238         REPLACE_CLOSEDIR.
10239         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10240         * modules/sys_stat (Makefile.am): Substitute correct witness.
10241         * modules/dirent (Makefile.am): Likewise.
10242         * modules/unistd (Makefile.am): Likewise.
10243         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10244         * lib/unistd.in.h (dup): Likewise.
10245         * lib/sys_stat.in.h (fstat): Likewise.
10246
10247         maint: ignore gnulib-tool temp files
10248         * .gitignore: Ignore files created during gnulib-tool --test.
10249
10250 2009-09-13  Jim Meyering  <meyering@redhat.com>
10251
10252         posixtm: don't reject a time that specify "60" as the number of seconds
10253         * lib/posixtm.c (posixtime): The code to reject invalid dates
10254         would also reject a time specified with the .60 suffix.
10255         But POSIX allows that, in order to accommodate leap seconds.
10256         So don't reject it.
10257         (main): Adjust tests accordingly.
10258         * modules/posixtm (Depends-on): Add stpcpy.
10259
10260 2009-09-11  Jim Meyering  <meyering@redhat.com>
10261
10262         announce-gen: include [$release_type] in emitted Subject:
10263         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10264         e.g., [stable] in the emitted Subject: line.
10265
10266 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10267
10268         Remove obsolete macros from several modules.
10269         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10270         obsolete Autoconf macros with their modern counterparts.
10271         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10272         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10273         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10274         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10275         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10276         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10277         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10278         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10279         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10280         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10281         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10282         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10283         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10284         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10285         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10286         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10287         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10288         * m4/time_r.m4 (gl_TIME_R): Likewise.
10289         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10290         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10291         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10292
10293         Fix copyright header in build-aux scripts.
10294         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10295         recommendation.
10296         * build-aux/ncftpput-ftp: Likewise.
10297         * build-aux/update-copyright: Likewise.
10298
10299 2009-09-09  Eric Blake  <ebb9@byu.net>
10300
10301         test-link: allow Linux choice of errno
10302         * tests/test-link.c (main): Relax test for alternate error.
10303
10304         strndup: fix improper m4 caching
10305         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10306         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10307         (gl_PREREQ_STRNDUP): Delete.
10308         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10309         * modules/string (Makefile.am): Substitute it.
10310         * lib/string.in.h (strndup): Modernize prototype.
10311
10312         getcwd: port to mingw
10313         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10314         different from the POSIX assumptions made throughout the getcwd
10315         module; fortunately, the mingw getcwd does not need replacement.
10316         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10317         * modules/getcwd-tests: New test.
10318         * tests/test-getcwd.c: Likewise.
10319
10320         link: fix platform bugs
10321         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10322         * lib/link.c (link): Work around them.  Fix related mingw bug.
10323         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10324         * modules/unistd (Makefile.am): Substitute it.
10325         * lib/unistd.in.h (link): Declare replacement.
10326         * doc/posix-functions/link.texi (link): Document this.
10327         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10328
10329         test-link: consolidate into single C program, test more cases
10330         * tests/test-link.sh: Delete.
10331         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10332         at least Cygwin and Solaris.
10333         * modules/link-tests (Files): Remove unused file.
10334         (Depends-on): Add errno, sys_stat.
10335         (Makefile.am): Simplify.
10336
10337 2009-09-08  Bruno Haible  <bruno@clisp.org>
10338
10339         Work around towlower, towupper bug on mingw.
10340         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10341         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10342         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10343         * doc/posix-functions/towupper.texi: Likewise.
10344         Reported by Eric Blake.
10345
10346 2009-09-08  Jim Meyering  <meyering@redhat.com>
10347
10348         build: don't try to run autoheader if we don't use it
10349         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10350         is not used in configure.ac.
10351
10352 2009-09-08  Eric Blake  <ebb9@byu.net>
10353
10354         euidaccess: fix compilation error
10355         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10356
10357         rawmemchr: relax license
10358         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10359         okay.
10360         Reported by Jim Meyering.
10361
10362         mkfifoat: new module
10363         * modules/mkfifoat: New file.
10364         * lib/mkfifoat.c: Likewise.
10365         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10366         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10367         * modules/sys_stat (Makefile.am): Use them.
10368         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10369         * MODULES.html.sh (File system functions): Mention module.
10370         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10371         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10372         * modules/mkfifoat-tests: New test.
10373         * tests/test-mkfifoat.c: Likewise.
10374
10375         strchrnul: relax license
10376         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10377         okay.
10378         Reported by Jim Meyering.
10379
10380 2009-09-08  Eric Blake  <ebb9@byu.net>
10381
10382         fstatat: fix compilation on Solaris
10383         * lib/fstatat.c (includes): Add fcntl.h.
10384         Reported by Pádraig Brady.
10385
10386 2009-09-07  Eric Blake  <ebb9@byu.net>
10387
10388         rename: modernize replacement
10389         * modules/rename (Depends-on): Add stdio.
10390         (configure.ac): Declare witness.
10391         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10392         stdio take care of replacement.
10393         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10394         * modules/stdio (Makefile.am): Substitute them.
10395         * lib/stdio.in.h (rename): Declare replacement.
10396         * lib/rename.c (includes): Allow cross-compilation to non-windows
10397         machines.
10398         * doc/posix-functions/rename.texi (rename): Improve
10399         documentation.
10400
10401         stdio: sort witness names
10402         * modules/stdio (Makefile.am): Sort replacements.
10403         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10404         * lib/stdio.in.h: Likewise.
10405
10406         getcwd: minor cleanups
10407         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10408         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10409
10410         openat: provide more convenience names
10411         * modules/faccessat (configure.ac): Add C witness.
10412         * lib/unistd.in.h (readlinkat): Fix typo.
10413         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10414         convenience wrappers.
10415         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10416         wrappers in syntax checks.
10417
10418 2009-09-06  Eric Blake  <ebb9@byu.net>
10419
10420         doc: fix comments in recent patches
10421         * lib/faccessat.c: Mention correct function.
10422         * lib/fchmodat.c: Likewise.
10423         * lib/fchownat.c: Likewise.
10424         * lib/symlinkat.c: Likewise.
10425         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10426         constants.
10427
10428         faccessat, symlinkat: continue cleanup of previous patch
10429         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10430         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10431         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10432         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10433         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10434         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10435         set.
10436
10437 2009-09-06  Bruno Haible  <bruno@clisp.org>
10438
10439         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10440         (fstatat): Declare if GNULIB_FSTATAT is set.
10441         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10442         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10443         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10444         * modules/fcntl-h (Files): Remove m4/openat.m4.
10445         * modules/sys_stat (Files): Remove m4/openat.m4.
10446         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10447         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10448         * modules/unistd (Files): Remove m4/openat.m4.
10449         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10450         GNULIB_OPENAT.
10451         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10452         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10453         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10454         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10455         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10456         gl_OPENAT_DEFAULTS.
10457         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10458         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10459         Don't require gl_OPENAT_DEFAULTS.
10460         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10461         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10462         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10463         (gl_OPENAT_DEFAULTS): Remove macro.
10464
10465 2009-09-06  Bruno Haible  <bruno@clisp.org>
10466
10467         * modules/openat (configure.ac): Remove unneeded witness.
10468
10469 2009-09-06  Bruno Haible  <bruno@clisp.org>
10470
10471         Set errno to ENOSYS when a function is entirely unsupported.
10472         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10473         EOPNOTSUPP.
10474         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10475         * modules/chown (Depends-on): Remove errno.
10476
10477 2009-09-06  Bruno Haible  <bruno@clisp.org>
10478
10479         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10480
10481 2009-09-06  Bruno Haible  <bruno@clisp.org>
10482
10483         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10484
10485 2009-09-06  Ben Pfaff  <blp@gnu.org>
10486             Bruno Haible  <bruno@clisp.org>
10487
10488         Work around a glibc bug in strtok_r.
10489         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10490         Undefine if UNDEFINE_STRTOK_R is set.
10491         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10492         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10493         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10494         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10495         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10496         UNDEFINE_STRTOK_R.
10497         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10498
10499 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10500
10501         exclude: minor fix
10502         * lib/exclude.c: Include wctype.h
10503
10504 2009-09-06  Akim Demaille  <demaille@gostai.com>
10505
10506         bootstrap: improve error message
10507         * build-aux/bootstrap (find_tool): Upon failure, report the list
10508         of candidates.
10509         Honor the initial value of the envvar.
10510
10511 2009-09-05  Eric Blake  <ebb9@byu.net>
10512
10513         symlinkat: new module
10514         * modules/symlinkat: New file.
10515         * lib/symlinkat.c: Likewise.
10516         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10517         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10518         * modules/unistd (Makefile.am): Use them.
10519         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10520         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10521         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10522         * MODULES.html.sh (File system functions): Mention module.
10523         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10524         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10525         * modules/symlinkat-tests: New test.
10526         * tests/test-symlinkat.c: Likewise.
10527
10528         test-openat-safer: add more checks
10529         * tests/test-openat-safer.c (main): Check more code paths.
10530
10531 2009-09-05  Jim Meyering  <meyering@redhat.com>
10532
10533         syntax-check: detect unnecessary inclusion of openat.h
10534         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10535
10536 2009-09-05  Bruno Haible  <bruno@clisp.org>
10537
10538         Support towlower, towupper.
10539         * doc/posix-functions/towlower.texi: Mention module wctype.
10540         * doc/posix-functions/towupper.texi: Likewise.
10541         * lib/wctype.in.h (towlower, towupper): New functions.
10542         * tests/test-wctype.c: Include stdio.h, stdlib.h.
10543         (ASSERT): New macro.
10544         (e): New variable.
10545         (main): Test also towlower, towupper. Test WEOF argument.
10546         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10547
10548 2009-09-05  Bruno Haible  <bruno@clisp.org>
10549
10550         Fix conversion behaviour when the input is invalid.
10551         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
10552         mark occurring in first pass of indirect conversion.
10553         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
10554         input.
10555         Found by clang's static analyzer.
10556
10557 2009-09-05  Bruno Haible  <bruno@clisp.org>
10558
10559         * tests/test-striconveh.c (main): Test indirect conversion on platforms
10560         where direct conversion is possible.
10561
10562 2009-09-04  Eric Blake  <ebb9@byu.net>
10563
10564         openat: fail with ENOENT on empty name
10565         * lib/openat-proc.c (openat_proc_name): Special-case the empty
10566         buffer.
10567
10568         link-follow: fix logic bug in prior patch
10569         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
10570         reversed sense of yes and no in prior patch.  Avoid confusing
10571         compilation failure with desired semantics.
10572
10573         link-follow: accomodate mingw and cross-compilation
10574         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
10575         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
10576         cross-compilation results to -1, to make linkat easier to
10577         implement when cross-compiling.  Trivially support mingw.
10578         * modules/link-follow (configure.ac): Call new name.
10579         * NEWS: Mention this.
10580
10581 2009-09-03  Eric Blake  <ebb9@byu.net>
10582
10583         faccessat: compile replacement
10584         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
10585         needed.
10586
10587         fts: fix compilation error
10588         * lib/fts.c (includes): Re-add "openat.h", for
10589         openat_needs_fchdir.
10590
10591         faccessat: new module
10592         * modules/faccessat: New file.
10593         * lib/faccessat.c: Likewise.
10594         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10595         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10596         * modules/unistd (Makefile.am): Use it.
10597         * lib/unistd.in.h (faccessat): Declare it.
10598         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
10599         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
10600         * MODULES.html.sh (File system functions): Mention it.
10601         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
10602         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
10603
10604         euidaccess: prefer POSIX over non-standard implementation
10605         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
10606         * lib/euidaccess.c (euidaccess): Use it if available.
10607
10608         openat: make template easier to use
10609         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
10610         AT_FUNC_F2 to be undefined.
10611         (VALIDATE_FLAG): New macro; use it to reject bad flags.
10612         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
10613         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
10614         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
10615         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
10616         Likewise.
10617         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
10618         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
10619         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
10620         Likewise.
10621
10622         openat: declare in POSIX headers
10623         * NEWS: Mention this.
10624         * modules/openat (configure.ac): Declare witnesses.
10625         (Depends-on): Add fcntl-h, sys_stat, unistd.
10626         (Include): Mention correct headers.
10627         * modules/fcntl-h (Depends-on): Add link-warning.
10628         (Files): Add openat.m4.
10629         (Makefile.am): Substitute witnesses.
10630         * modules/sys_stat (Files, Makefile.am): Likewise.
10631         * modules/unistd (Files, Makefile.am): Likewise.
10632         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
10633         (gl_OPENAT_DEFAULTS): New macro.
10634         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
10635         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
10636         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
10637         (SYS_STAT_H): Remove unused variable.
10638         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
10639         * lib/fcntl--.h (includes): Remove unneeded header.
10640         * lib/openat-safer.c (includes): Likewise.
10641         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
10642         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
10643         appropriate headers.
10644         (__OPENAT_PREFIX): Delete.
10645         * lib/fcntl.in.h (openat): Provide declaration.
10646         (AT_FDCWD): Fix Solaris bug.
10647         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
10648         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
10649         * lib/fchmodat.c (includes):  Adjust to find declaration.
10650         * lib/fchownat.c (includes): Likewise.
10651         * lib/mkdirat.c (includes): Likewise.
10652         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
10653         still visible.
10654
10655 2009-09-02  Eric Blake  <ebb9@byu.net>
10656
10657         errno: use consistently
10658         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
10659         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
10660         * lib/canonicalize.c (ELOOP): Likewise.
10661         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
10662         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
10663         * lib/lchown.c (EOPNOTSUPP): Likewise.
10664         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
10665         * lib/savewd.c (ESTALE): Likewise.
10666         * lib/settime.c (ENOSYS): Likewise.
10667         * lib/utimens.c (ENOSYS): Likewise.
10668         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
10669         * lib/chdir-safer.c (ELOOP): Likewise.
10670         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
10671         * modules/c-stack (Depends-on): Add errno.
10672         * modules/canonicalize (Depends-on): Likewise.
10673         * modules/chdir-safer (Depends-on): Likewise.
10674         * modules/fdopendir (Depends-on): Likewise.
10675         * modules/inet_ntop (Depends-on): Likewise.
10676         * modules/inet_pton (Depends-on): Likewise.
10677         * modules/lchown (Depends-on): Likewise.
10678         * modules/openat (Depends-on): Likewise.
10679         * modules/savewd (Depends-on): Likewise.
10680         * modules/settime (Depends-on): Likewise.
10681         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
10682
10683         fts: avoid leaking fds
10684         * modules/fts (Depends-on): Add cloexec.
10685         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
10686         flag.
10687
10688         fts: make directory fds more robust
10689         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
10690         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
10691
10692         backupfile, chdir-long, fts, savedir: make safer
10693         * lib/backupfile.c (includes): Use "dirent--.h", since
10694         numbered_backup can write to stderr during readdir.
10695         * lib/savedir.c (includes): Likewise.
10696         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
10697         emulation can write to stderr on failure.
10698         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
10699         * lib/getcwd.c: Document why opendir_safer is unused.
10700         * lib/glob.c: Likewise.
10701         * lib/scandir.c: Likewise.
10702         * lib/openat-proc.c: Likewise, for open_safer.
10703         * modules/backupfile (Depends-on): Add dirent-safer.
10704         * modules/savedir (Depends-on): Likewise.
10705         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
10706         * modules/chdir-long (Depends-on): Add openat-safer.
10707
10708         openat-safer: new module
10709         * modules/openat-safer: New file.
10710         * lib/openat-safer.c: Likewise.
10711         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
10712         * lib/fcntl-safer.h (openat_safer): Declare.
10713         * lib/fcntl--.h (openat): Override.
10714         * MODULES.html.sh (File descriptor based I/O): Mention it.
10715         * lib/openat.h: Add double-inclusion guards.
10716         * lib/openat.c (includes): Only include "fcntl-safer.h", not
10717         "fcntl--.h", so we can implement openat.
10718         * modules/openat-safer-tests: New test.
10719         * tests/test-openat-safer.c: New file.
10720
10721         dirent-safer: new module
10722         * modules/dirent-safer: New file.
10723         * lib/dirent--.h: Likewise.
10724         * lib/dirent-safer.h: Likewise.
10725         * lib/opendir-safer.c: Likewise.
10726         * m4/dirent-safer.m4: Likewise.
10727         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
10728         * modules/dirent-safer-tests: New test.
10729         * tests/test-dirent-safer.c: New file.
10730         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
10731
10732         fdopendir: optimize on mingw
10733         * lib/unistd.in.h (_gl_directory_name): New prototype.
10734         * lib/fchdir.c (_gl_directory_name): Implement it.
10735         (fchdir): Use it to simplify implementation.
10736         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
10737         fchdir, when available, to avoid calling [f]chdir().
10738
10739         fdopendir: split into its own module
10740         * lib/openat.c (fdopendir): Move...
10741         * lib/fdopendir.c: ...into new file.
10742         * modules/fdopendir: New module.
10743         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
10744         * modules/openat (Depends-on): Add fdopendir.
10745         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
10746         fdopendir here.
10747         * modules/savedir (Depends-on): Only need fdopendir, not full
10748         openat.
10749         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
10750         * lib/openat.h (fdopendir): Drop prototype.
10751         * lib/dirent.in.h (fdopendir): Provide prototype.
10752         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
10753         * modules/dirent (Makefile.am): Substitute them.
10754         * MODULES.html.sh (File system functions): Mention it.
10755         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
10756         * modules/fdopendir-tests: New file.
10757         * tests/test-fdopendir.c: Likewise.
10758
10759         fchdir: use more consistent macro convention
10760         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
10761         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
10762         REPLACE_FCHDIR, rather than relying on config.h macros.
10763         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
10764         inside a single make-time REPLACE_FCHDIR block, rather than using
10765         the config.h FCHDIR_REPLACEMENT.
10766         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
10767         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
10768         Manage fstat replacement.
10769         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
10770         REPLACE_FCHDIR.
10771         * modules/sys_stat (Files): Add m4/unistd_h.m4.
10772         (Makefile.am): Substitute REPLACE_FCHDIR.
10773         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
10774         FCHDIR_REPLACEMENT.
10775         * lib/dup-safer.c (dup_safer): Likewise.
10776         * lib/dup2.c (rpl_dup2): Likewise.
10777         * lib/dup3.c (rpl_dup3): Likewise.
10778         * lib/open.c (rpl_open): Likewise.
10779
10780         fchdir: simplify error handling, and support dup3
10781         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
10782         stdbool, malloc-posix, realloc-posix.
10783         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
10784         (ensure_dirs_slot): Return false on allocation failure.
10785         (rpl_dup2): Delete.
10786         (_gl_register_dup): New function.
10787         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
10788         (_gl_register_fd): Close fd on allocation failure.
10789         * lib/fcntl.in.h (_gl_register_fd): Update signature.
10790         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
10791         prototype.
10792         (rpl_dup2_fchdir): Delete prototype.
10793         * lib/open.c (open): Update caller.
10794         * lib/dup2.c (dup2): Track fchdir metadata.
10795         * lib/dup3.c (dup3): Likewise.
10796         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
10797         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
10798
10799 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10800
10801         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
10802         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
10803         don't pass arguments to AC_OUTPUT.
10804
10805 2009-09-02  Bruno Haible  <bruno@clisp.org>
10806
10807         * modules/mkdtemp (License): Relicense under LGPLv2+.
10808         Reported by Paolo Bonzini.
10809
10810 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10811
10812         Replace uses of obsolete autoconf macros in Jim's modules.
10813         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
10814         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
10815         can evoke a warning from autoconf when run with -Wobsolete
10816         enabled.  They were declared obsolete for good reasons (see
10817         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
10818         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
10819         should not continue using the deprecated macros.
10820         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
10821         obsolete Autoconf macros with modern counterparts.
10822         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10823         * m4/dos.m4 (gl_AC_DOS): Likewise.
10824         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
10825         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
10826         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
10827         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
10828         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
10829         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
10830         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
10831         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
10832         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10833         Likewise.
10834         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
10835         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
10836         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
10837         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
10838         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
10839         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
10840
10841 2009-09-01  Eric Blake  <ebb9@byu.net>
10842
10843         fchdir: fix off-by-one bug in previous patch
10844         * lib/fchdir.c (rpl_fstat): Use correct bounds.
10845         (_gl_unregister_fd): Delete useless if.
10846
10847 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
10848
10849         maint.mk: sort the list of syntax-check rules
10850         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
10851         easier to get a sense of progress when the rules are run sequentially
10852         and take a long time.
10853
10854 2009-09-01  Simon Josefsson  <simon@josefsson.org>
10855
10856         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
10857         * modules/netinet_in: Likewise.
10858         * modules/sys_file: Likewise.
10859         * modules/sys_ioctl: Likewise.
10860         * modules/sys_select: Likewise.
10861         * modules/sys_socket: Likewise.
10862         * modules/sys_stat: Likewise.
10863         * modules/sys_time: Likewise.
10864         * modules/sys_times: Likewise.
10865         * modules/sys_utsname: Likewise.
10866         * modules/sys_wait: Likewise.
10867
10868 2009-09-01  Jim Meyering  <meyering@redhat.com>
10869
10870         fts: help ensure that return values are not ignored
10871         * lib/fts_.h (__GNUC_PREREQ): Define.
10872         (__attribute_warn_unused_result__): Define.
10873         (fts_children, fts_close, fts_open, fts_read): Declare with
10874         __attribute_warn_unused_result__.
10875
10876         fts: fts_close now fails also when closing a dir file descriptor fails
10877         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
10878         and propagate to caller, along with errno.
10879
10880         announce-gen: correct formatting in --help output
10881         * build-aux/announce-gen (usage): Move the one-line description in
10882         --help output "up", to where it belongs, just after Usage:.
10883
10884 2009-08-31  Eric Blake  <ebb9@byu.net>
10885
10886         fchdir: port to mingw
10887         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
10888         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
10889         opened, then use a substitute.
10890         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
10891         replacement.
10892         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
10893         (_gl_register_fd): No need to check stat if open already filters
10894         all directories.
10895         (fchdir): Fix error condition to match POSIX.
10896         * modules/fchdir (Depends-on): Add sys_stat.
10897         * doc/posix-functions/open.texi (open): Document the limitation.
10898         * modules/fchdir-tests: New file.
10899         * tests/test-fchdir.c: Likewise.
10900
10901         canonicalize: allow cross-testing from cygwin to mingw
10902         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
10903         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
10904         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
10905         Likewise.
10906         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
10907         target does not support symlinks.
10908         * tests/test-canonicalize-lgpl.sh: Likewise.
10909
10910         chown: avoid compilation warning on mingw
10911         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
10912         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
10913         mingw.
10914         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10915         * modules/chown (Depends-on): Add errno.
10916
10917 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
10918
10919         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
10920         command.
10921
10922 2009-08-31  Jim Meyering  <meyering@redhat.com>
10923
10924         canonicalize: remove useless initialization
10925         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
10926         initialization of local, "end".
10927
10928 2009-08-30  Bruno Haible  <bruno@clisp.org>
10929
10930         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
10931         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
10932         ENOSYS.
10933
10934 2009-08-30  Bruno Haible  <bruno@clisp.org>
10935
10936         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
10937         /usr/xpg4/bin/tr when it exists.
10938         * tests/test-pipe-filter-gi1.sh: Likewise.
10939
10940 2009-08-30  Bruno Haible  <bruno@clisp.org>
10941
10942         Work around deficient /usr/bin/id program on Solaris.
10943         * tests/test-file-has-acl.sh (ID): New variable.
10944         * tests/test-set-mode-acl.sh (ID): Likewise.
10945         * tests/test-copy-acl.sh (ID): Likewise.
10946         * tests/test-copy-file.sh (ID): Likewise.
10947
10948 2009-08-30  Bruno Haible  <bruno@clisp.org>
10949
10950         New module 'xstriconveh'.
10951         * lib/xstriconveh.h: New file.
10952         * lib/xstriconveh.c: New file.
10953         * modules/xstriconveh: New file.
10954
10955 2009-08-30  Bruno Haible  <bruno@clisp.org>
10956
10957         Make it easier to use mem_cd_iconveh.
10958         * lib/striconveh.h (iconveh_t): New type.
10959         (iconveh_open, iconveh_close): New declarations.
10960         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
10961         with a single 'const iconveh_t *' argument.
10962         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
10963         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
10964         with a single 'const iconveh_t *' argument.
10965         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
10966         * tests/test-striconveh.c (main): Update.
10967         * NEWS: Mention the change.
10968
10969 2009-08-30  Bruno Haible  <bruno@clisp.org>
10970
10971         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
10972         problem.
10973
10974 2009-08-30  Bruno Haible  <bruno@clisp.org>
10975
10976         Work around iconv_open problem on Solaris.
10977         * lib/iconv_open-solaris.gperf: New file.
10978         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
10979         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
10980         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
10981         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
10982         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
10983         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
10984
10985 2009-08-29  Jim Meyering  <meyering@redhat.com>
10986
10987         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
10988         * top/maint.mk (cvs-check): Remove target; it was just an alias
10989         to the better-named vc-diff-check.
10990         (maintainer-distcheck): Remove rule.  It was used only from
10991         the (alpha/beta/major) target, and all of its commands but one
10992         were coreutils-specific.
10993         (vc-dist): Remove rule.
10994         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
10995         Run vc-diff-check, not vc-dist.
10996         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
10997
10998 2009-08-27  Bruno Haible  <bruno@clisp.org>
10999
11000         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11001         of 0.
11002
11003 2009-08-27  Bruno Haible  <bruno@clisp.org>
11004
11005         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11006         compilers.
11007         * doc/func.texi: Document the SunPRO C bug.
11008
11009 2009-08-27  Bruno Haible  <bruno@clisp.org>
11010
11011         Fix link error on Solaris.
11012         * tests/test-parse-duration.c (xstrdup): Remove function.
11013
11014 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11015
11016         ignore-value: handle pointer types, too
11017         * lib/ignore-value.h (__attribute__): Remove definition.
11018         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11019         of a more concise and more-often effective "(void) i" statement.
11020         (ignore_ptr): New function to suppress warnings from functions that
11021         return pointers, and to make it explicit that one function doesn't
11022         handle all cases.
11023
11024 2009-08-25  Bruno Haible  <bruno@clisp.org>
11025
11026         dup2: work around a Linux bug.
11027         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11028         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11029         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11030         Reported by Simon Josefsson.
11031
11032 2009-08-25  Jim Meyering  <meyering@redhat.com>
11033
11034         libguestfs uses gnulib
11035         * users.txt: Add libguestfs.
11036
11037 2009-08-24  Eric Blake  <ebb9@byu.net>
11038
11039         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11040         * lib/pipe2.c (includes): Add binary-io.h.
11041         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11042
11043 2009-08-24  Bruno Haible  <bruno@clisp.org>
11044
11045         Tolerate declared but missing accept4 syscall.
11046         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11047         available.
11048         * lib/sys_socket.in.h (accept4): If the function is already present,
11049         override it.
11050         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11051         * modules/accept4 (Makefile.am): Compile accept4.c always.
11052         Reported by Paolo Bonzini and Eric Blake.
11053
11054 2009-08-23  Bruno Haible  <bruno@clisp.org>
11055
11056         New module 'accept4'.
11057         * lib/sys_socket.in.h (accept4): New declaration.
11058         * lib/accept4.c: New file.
11059         * m4/accept4.m4: New file.
11060         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11061         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11062         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11063         HAVE_ACCEPT4.
11064         * modules/accept4: New file.
11065         * doc/glibc-functions/accept4.texi: Mention the new module.
11066
11067 2009-08-24  Jim Meyering  <meyering@redhat.com>
11068
11069         progname: also set global program_invocation_name, when possible
11070         Before this change, a libtool-enabled program that calls glibc's
11071         error function would report the program name as
11072         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11073         * modules/progname (configure.ac): Check for a declaration of
11074         program_invocation_name.
11075         * lib/progname.c:  Include <errno.h>.
11076         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11077         Set program_invocation_name.
11078
11079 2009-08-23  Bruno Haible  <bruno@clisp.org>
11080
11081         * lib/dup3.c: Include <string.h>.
11082
11083 2009-08-23  Bruno Haible  <bruno@clisp.org>
11084
11085         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11086         * lib/pipe2.c (pipe2): Likewise.
11087         Suggested by Eric Blake.
11088
11089 2009-08-23  Bruno Haible  <bruno@clisp.org>
11090
11091         Tolerate declared but missing dup3 syscall.
11092         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11093         * lib/unistd.in.h (dup3): If the function is already present,
11094         override it.
11095         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11096         * modules/dup3 (Makefile.am): Compile dup3.c always.
11097         Reported by Paolo Bonzini.
11098
11099 2009-08-23  Bruno Haible  <bruno@clisp.org>
11100
11101         Tolerate declared but missing pipe2 syscall.
11102         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11103         available.
11104         * lib/unistd.in.h (pipe2): If the function is already present,
11105         override it.
11106         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11107         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11108         Reported by Paolo Bonzini.
11109
11110 2009-08-23  Bruno Haible  <bruno@clisp.org>
11111
11112         * lib/pipe2.c (pipe2): Move #ifs inside function.
11113
11114 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11115
11116         quotearg: document limitations of quote_these_too
11117         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11118         those limitations are created.
11119         * lib/quotearg.h (set_char_quoting): Document that digits and
11120         letters that are special after backslash are not permitted.
11121         (quotearg_char): Cross-reference set_char_quoting documentation.
11122
11123 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11124
11125         quotearg: implement custom_quoting_style
11126         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11127         right_quote fields.
11128         (set_custom_quoting): New public function.
11129         (quotearg_buffer_restyled): Add left_quote and right_quote
11130         arguments, handle them very much like locale quoting, and update
11131         all uses.
11132         (quotearg_n_custom): New public function.
11133         (quotearg_n_custom_mem): New public function.
11134         (quotearg_custom): New public function.
11135         (quotearg_custom_mem): New public function.
11136         * lib/quotearg.h: Prototype and document new public functions.
11137         (enum quoting_style): For escape_quoting_style and
11138         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11139         ignored even though they're otherwise like c_quoting_style.
11140         Add custom_quoting_style member and document with comparison to
11141         clocale_quoting_style.
11142         * tests/test-quotearg.c (custom_quotes): New array.
11143         (custom_results): New array.
11144         (main): Extend to test custom quoting.
11145
11146 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11147
11148         quotearg: fix right quote escaping when it's in quote_these_too
11149         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11150         quote, be sure to prepend only one backslash.
11151         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11152         (main): Test it.
11153
11154 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11155
11156         quotearg-tests: test escaping of embedded locale quotes
11157         * tests/test-quotearg.c (struct result_strings): Add member for
11158         new input.
11159         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11160         (inputs): Add new input.
11161         (results_g): Add expected results.
11162         (flag_results): Likewise.
11163         (locale_results): Likewise.
11164         (compare_strings): Check those.
11165
11166 2009-08-23  Bruno Haible  <bruno@clisp.org>
11167
11168         Tests for module 'dup3'.
11169         * modules/dup3-tests: New file.
11170         * tests/test-dup3.c: New file.
11171
11172         New module 'dup3'.
11173         * lib/unistd.in.h (dup3): New declaration.
11174         * lib/dup3.c: New file.
11175         * m4/dup3.m4: New file.
11176         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11177         HAVE_DUP3.
11178         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11179         * modules/dup3: New file.
11180         * doc/glibc-functions/dup3.texi: Mention the new module.
11181
11182 2009-08-23  Bruno Haible  <bruno@clisp.org>
11183
11184         Tweak the dup2 test.
11185         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11186         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11187         the test file is still empty. Fix argument order of lseek.
11188
11189 2009-08-23  Bruno Haible  <bruno@clisp.org>
11190
11191         Avoid test link errors when the modules getopt-gnu, gettext are used.
11192         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11193         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11194
11195 2009-08-23  Bruno Haible  <bruno@clisp.org>
11196
11197         Fix getdtablesize() on mingw.
11198         * lib/getdtablesize.c (getdtablesize): Implement differently.
11199         * lib/unistd.in.h (getdtablesize): Improve comment.
11200
11201 2009-08-23  Bruno Haible  <bruno@clisp.org>
11202
11203         New module 'mkostemp'.
11204         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11205         * lib/stdlib.in.h (mksotemp): New declaration.
11206         * lib/mkostemp.c: New file, from glibc with modifications.
11207         * lib/tempname.h (GT_FILE): Remove outdated comment.
11208         (gen_tempname): Add flags argument.
11209         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11210         (__GT_FILE): Map to 1.
11211         (small_open, large_open): Remove macros.
11212         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11213         * lib/mkstemp.c (mkstemp): Update.
11214         * lib/mkdtemp.c (mkdtemp): Likewise.
11215         * m4/mkostemp.m4: New file.
11216         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11217         HAVE_MKOSTEMP.
11218         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11219         HAVE_MKOSTEMP.
11220         * modules/mkostemp: New file, based on modules/mkstemp.
11221         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11222         * NEWS: Mention the change.
11223
11224 2009-08-23  Bruno Haible  <bruno@clisp.org>
11225
11226         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11227         Reported by Eric Blake.
11228
11229 2009-08-23  Bruno Haible  <bruno@clisp.org>
11230
11231         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11232         Reported by Eric Blake.
11233
11234 2009-08-23  Bruno Haible  <bruno@clisp.org>
11235
11236         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11237         * modules/pipe2 (Depends-on): Likewise.
11238
11239 2009-08-23  Eric Blake  <ebb9@byu.net>
11240
11241         fcntl-h: add O_TTY_INIT support
11242         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11243         * tests/test-fcntl-h.c (o): Test it.
11244         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11245
11246         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11247         * modules/fcntl: Move <fcntl.h> header replacement...
11248         * modules/fcntl-h: ...to new name, so as not to collide with
11249         like-named function.
11250         * tests/test-fcntl.c: Rename...
11251         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11252         * modules/fcntl-tests: Rename...
11253         * modules/fcntl-h-tests: ...to this.  Update test file name.
11254         * modules/chdir-long (Depends-on): Update clients.
11255         * modules/chdir-safer (Depends-on): Likewise.
11256         * modules/fcntl-safer (Depends-on): Likewise.
11257         * modules/fts (Depends-on): Likewise.
11258         * modules/mkancesdirs (Depends-on): Likewise.
11259         * modules/mkdir-p (Depends-on): Likewise.
11260         * modules/open (Depends-on): Likewise.
11261         * modules/savewd (Depends-on): Likewise.
11262         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11263         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11264
11265 2009-08-22  Bruno Haible  <bruno@clisp.org>
11266
11267         * modules/binary-io (License): Relicense under LGPL.
11268         * modules/pipe2 (License): Likewise.
11269
11270 2009-08-22  Bruno Haible  <bruno@clisp.org>
11271
11272         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11273         return value.
11274         * lib/pipe-filter-gi.c (filter_init): Likewise.
11275         Reported by Eric Blake.
11276
11277 2009-08-22  Bruno Haible  <bruno@clisp.org>
11278
11279         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11280         * modules/pipe (Depends-on): Add pipe2.
11281
11282 2009-08-22  Bruno Haible  <bruno@clisp.org>
11283
11284         Tests for module 'pipe2'.
11285         * modules/pipe2-tests: New file.
11286         * tests/test-pipe2.c: New file.
11287
11288         New module 'pipe2'.
11289         * lib/unistd.in.h (pipe2): New declaration.
11290         * lib/pipe2.c: New file.
11291         * m4/pipe2.m4: New file.
11292         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11293         HAVE_PIPE2.
11294         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11295         * modules/pipe2: New file.
11296         * doc/glibc-functions/pipe2.texi: Mention the new module.
11297
11298 2009-08-22  Bruno Haible  <bruno@clisp.org>
11299
11300         Reference some new glibc functions.
11301         * doc/glibc-functions/accept4.texi: New file.
11302         * doc/glibc-functions/dup3.texi: New file.
11303         * doc/glibc-functions/mkostemp.texi: New file.
11304         * doc/glibc-functions/pipe2.texi: New file.
11305         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11306         (Glibc sys/socket.h): Refer to accept4.
11307         (Glibc unistd.h): Refer to dup3, pipe2.
11308         Reported by Eric Blake.
11309
11310 2009-08-22  Jim Meyering  <meyering@redhat.com>
11311             Bruno Haible  <bruno@clisp.org>
11312
11313         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11314         This makes it so packages using automake-1.11's silent-rules option
11315         can print e.g., a single "GEN    configmake.h" line, rather than
11316         the 30+ statements that perform the job.  If you want to see the
11317         actual commands, you can still run "make V=1".
11318         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11319         so that make output is abbreviated when those variables are defined
11320         appropriately.
11321         * modules/argz: Likewise.
11322         * modules/arpa_inet: Likewise.
11323         * modules/byteswap: Likewise.
11324         * modules/configmake: Likewise.
11325         * modules/dirent: Likewise.
11326         * modules/errno: Likewise.
11327         * modules/fcntl: Likewise.
11328         * modules/float: Likewise.
11329         * modules/fnmatch: Likewise.
11330         * modules/getopt-posix: Likewise.
11331         * modules/glob: Likewise.
11332         * modules/iconv_open: Likewise.
11333         * modules/inttypes: Likewise.
11334         * modules/localcharset: Likewise.
11335         * modules/locale: Likewise.
11336         * modules/math: Likewise.
11337         * modules/netdb: Likewise.
11338         * modules/netinet_in: Likewise.
11339         * modules/poll: Likewise.
11340         * modules/posix_spawnp-tests: Likewise.
11341         * modules/sched: Likewise.
11342         * modules/search: Likewise.
11343         * modules/selinux-h: Likewise.
11344         * modules/signal: Likewise.
11345         * modules/spawn: Likewise.
11346         * modules/stdarg: Likewise.
11347         * modules/stdbool: Likewise.
11348         * modules/stddef: Likewise.
11349         * modules/stdint: Likewise.
11350         * modules/stdio: Likewise.
11351         * modules/stdlib: Likewise.
11352         * modules/string: Likewise.
11353         * modules/strings: Likewise.
11354         * modules/sys_file: Likewise.
11355         * modules/sys_ioctl: Likewise.
11356         * modules/sys_select: Likewise.
11357         * modules/sys_socket: Likewise.
11358         * modules/sys_stat: Likewise.
11359         * modules/sys_time: Likewise.
11360         * modules/sys_times: Likewise.
11361         * modules/sys_utsname: Likewise.
11362         * modules/sys_wait: Likewise.
11363         * modules/sysexits: Likewise.
11364         * modules/time: Likewise.
11365         * modules/unistd: Likewise.
11366         * modules/wchar: Likewise.
11367         * modules/wctype: Likewise.
11368
11369 2009-08-22  Jim Meyering  <meyering@redhat.com>
11370
11371         announce-gen: detect write failure
11372         * build-aux/announce-gen: Add Coda at end.
11373         Remove equivalent-but-more-verbose block at top.
11374
11375 2009-08-19  Akim Demaille  <demaille@gostai.com>
11376
11377         bootstrap: --help to stdout.
11378         * bootstrap (usage): Don't send --help to stderr.
11379         Use a here doc instead of a long string.
11380
11381 2009-08-21  Eric Blake  <ebb9@byu.net>
11382
11383         test-popen-safer: split from test-popen
11384         * tests/test-popen.c (main): Move...
11385         * tests/test-popen.h: ...into new file.
11386         * tests/test-popen-safer2.c: New file.
11387         * modules/popen-tests (Files): Add test-popen.h.
11388         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11389         Suggested by Bruno Haible.
11390
11391         test-fcntl-safer: split from test-open
11392         * tests/test-open.c (main): Move...
11393         * tests/test-open.h: ...into new file.
11394         * tests/test-fcntl-safer.c: New file.
11395         * modules/open-tests (Files): Add test-open.h.
11396         * modules/fcntl-safer-tests: New file.
11397         Suggested by Bruno Haible.
11398
11399         test-fopen-safer: split from test-fopen
11400         * tests/test-fopen.c (main): Move...
11401         * tests/test-fopen.h: ...into new file.
11402         * tests/test-fopen-safer.c: New file.
11403         * modules/fopen-tests (Files): Add test-fopen.h.
11404         * modules/fopen-safer-tests: New file.
11405         Suggested by Bruno Haible.
11406
11407 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11408
11409         popen-safer: test O_CLOEXEC at run-time.
11410         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11411
11412 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11413
11414         fcntl: move more flags to the header
11415         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11416         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11417         * lib/fcntl.in.h: Do both things here.
11418
11419 2009-08-21  Jim Meyering  <meyering@redhat.com>
11420
11421         consistently remove $@-t before redirecting to it
11422         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11423         * modules/alloca-opt: Likewise.
11424         * modules/byteswap: Likewise.
11425         * modules/fnmatch: Likewise.
11426         * modules/getopt-posix: Likewise.
11427         * modules/glob: Likewise.
11428         * modules/poll: Likewise.
11429         * modules/posix_spawnp-tests: Likewise.
11430         * modules/sys_socket: Likewise.
11431         * modules/sysexits: Likewise.
11432
11433 2009-08-21  Eric Blake  <ebb9@byu.net>
11434
11435         popen: simplify access to original popen
11436         * lib/popen.c (rpl_popen): No need to worry about popen being a
11437         macro.
11438         Reported by Bruno Haible.
11439
11440 2009-08-20  Eric Blake  <ebb9@byu.net>
11441
11442         build: avoid some compiler warnings
11443         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11444         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11445         type.
11446         (new_exclude_segment, excluded_file_pattern_p)
11447         (excluded_file_name_p): Reduce scope.
11448         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11449         old-style declaration.
11450
11451 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11452
11453         * tests/test-exclude1.sh: Handle Windows EOL.
11454         * tests/test-exclude2.sh: Likewise.
11455         * tests/test-exclude3.sh: Likewise.
11456         * tests/test-exclude4.sh: Likewise.
11457         * tests/test-exclude5.sh: Likewise.
11458         * tests/test-exclude6.sh: Likewise.
11459         * tests/test-exclude7.sh: Likewise.
11460
11461 2009-08-19  Akim Demaille  <demaille@gostai.com>
11462
11463         bootstrap: find sha1sum when named gsha1sum.
11464         * bootstrap (find_tool): New.
11465         ($SHA1SUM): New.
11466         Use it.
11467
11468 2009-08-20  Jim Meyering  <meyering@redhat.com>
11469
11470         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11471         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11472         expression that converts "." in a file name to "\." in the resulting
11473         regexp.  Start with a dummy statement, so that prior shell variable
11474         definitions are expanded portably.  Reported by Simon Josefsson.
11475
11476 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11477
11478         Fix polling for writeability of a screen buffer.
11479         * lib/poll.c: Distinguish input and screen buffers for the
11480         Win32 implementation.
11481         * lib/select.c: Likewise.
11482
11483 2009-08-19  Eric Blake  <ebb9@byu.net>
11484
11485         popen-safer: prevent popen from clobbering std descriptors
11486         * modules/popen-safer: New file.
11487         * lib/popen-safer.c: Likewise.
11488         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11489         * lib/stdio--.h (popen): Provide override.
11490         * lib/stdio-safer.h (popen_safer): Provide declaration.
11491         * tests/test-popen.c (includes): Partially test this.
11492         * modules/popen-safer-tests: New file, for more tests.
11493         * tests/test-popen-safer.c: Likewise.
11494         * MODULES.html.sh (file stream based Input/Output): Mention it.
11495
11496         tests: test some of the *-safer modules
11497         * modules/fopen-safer (Depends-on): Add fopen.
11498         * modules/fcntl-safer (Depends-on): Add fcntl.
11499         * modules/stdlib-safer (Depends-on): Add stdlib.
11500         (configure.ac): Set indicator.
11501         * modules/unistd-safer (configure.ac): Likewise.
11502         * modules/tmpfile-safer (configure.ac): Likewise.
11503         (Depends-on): Add tmpfile.
11504         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11505         active.
11506         * tests/test-fopen.c (includes): Test safer versions when they are
11507         in use.
11508         * tests/test-open.c (includes): Likewise.
11509
11510         popen: fix cygwin 1.5 bug when stdin closed
11511         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11512         * modules/popen: New file.
11513         * modules/popen-tests: Likewise.
11514         * tests/test-popen.c: Likewise.
11515         * m4/popen.m4: Likewise.
11516         * lib/popen.c: Likewise.
11517         * lib/stdio.in.h (popen): New declaration.
11518         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11519         * modules/stdio (Makefile.am): Likewise.
11520         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11521
11522 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11523
11524         maint.mk: give full control over update-copyright exclusions
11525         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11526         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11527         (update-copyright): Don't force inclusion of top-level
11528         ChangeLog.  Don't force exclusion of all COPYING files, but make
11529         them the default exclusion instead.
11530
11531 2009-08-16  Bruno Haible  <bruno@clisp.org>
11532
11533         Fix test failures on Solaris 10.
11534         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11535         tests when Solaris iconv() is used.
11536         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11537         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11538         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11539         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11540         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11541
11542 2009-08-16  Bruno Haible  <bruno@clisp.org>
11543
11544         Fix test failures on Solaris 10.
11545         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
11546         'tr' program and pass it as first argument.
11547         * tests/test-pipe-filter-gi1.sh: Likewise.
11548         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
11549         program as first argument.
11550         * tests/test-pipe-filter-gi1.c (main): Likewise.
11551
11552 2009-08-16  Eric Blake  <ebb9@byu.net>
11553
11554         fpurge: fix previous commits
11555         * modules/fpurge (Makefile.am): Make replacement conditional,
11556         partially reverting 2007-04-29 change; missed in previous
11557         attempt.
11558         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
11559         is missing.
11560
11561 2009-08-16  Bruno Haible  <bruno@clisp.org>
11562
11563         Clarify fpurge's effect on the file position.
11564         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
11565         * tests/test-fpurge.c (main): Make a second pass for checking the file
11566         position.
11567
11568 2009-08-16  Bruno Haible  <bruno@clisp.org>
11569
11570         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
11571         declaration of fpurge is missing.
11572         * tests/test-fpurge.c (main): Check that the file has not more contents
11573         than expected. Close the file before removing it.
11574
11575 2009-08-15  Eric Blake  <ebb9@byu.net>
11576
11577         fpurge: don't wrap working cygwin implementation
11578         * lib/fpurge.c (fpurge): Fix comment typo.
11579         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
11580         1.7 to avoid replacement.
11581         * tests/test-fpurge.c (main): Enhance test.
11582
11583 2009-08-15  Eric Blake  <ebb9@byu.net>
11584         and Jim Meyering  <meyering@redhat.com>
11585
11586         test-update-copyright: skip if perl is insufficient
11587         * tests/test-update-copyright.sh: Failure to run maintainer tool
11588         should not cause testsuite failure on cygwin 1.5.
11589
11590 2009-08-14  Eric Blake  <ebb9@byu.net>
11591
11592         doc: mention more functions added in cygwin 1.7.0
11593         * doc/posix-headers/limits.texi (limits.h): Update for recent
11594         cygwin additions.
11595         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
11596         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
11597         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
11598         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
11599         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
11600
11601 2009-08-14  Eric Blake  <ebb9@byu.net>
11602
11603         maint.mk: simplify update-copyright rule
11604         * top/maint.mk (update-copyright-local): Delete, and document how
11605         to do it in cfg.mk instead.
11606         (update-copyright-exclude-regexp): Delete, and document how to do
11607         it in .x-update-copyright instead.
11608         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
11609         exclude ChangeLog.
11610
11611 2009-08-14  Bruno Haible  <bruno@clisp.org>
11612
11613         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
11614
11615 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11616
11617         maint.mk: support update-copyright-env
11618         * top/maint.mk (update-copyright-env): Define place-holder.
11619         (update-copyright): Expand $(update-copyright-env) before
11620         invoking update-copyright.
11621
11622 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11623
11624         update-copyright: implement forced reformatting
11625         * build-aux/update-copyright: Implement and document
11626         UPDATE_COPYRIGHT_FORCE.
11627         * tests/test-update-copyright.sh: Test it.
11628
11629 2009-08-14  Eric Blake  <ebb9@byu.net>
11630         and Bruno Haible  <bruno@clisp.org>
11631
11632         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
11633         * tests/test-locale.c: Revert previous patch related to NULL.
11634         * tests/test-stdio.c: Likewise.
11635         * tests/test-stdlib.c: Likewise.
11636         * tests/test-string.c: Likewise.
11637         * tests/test-unistd.c: Likewise.
11638         * modules/time-tests (Depends-on): Add verify.
11639         * modules/wchar-tests (Depends-on): Likewise.
11640         * tests/test-time.c: Test for NULL compliance.
11641         * tests/test-wchar.c: Likewise.
11642         * modules/locale (Depends-on): Add stddef.
11643         * modules/stdio (Depends-on): Likewise.
11644         * modules/stdlib (Depends-on): Likewise.
11645         * modules/string (Depends-on): Likewise.
11646         * modules/time (Depends-on): Likewise.
11647         * modules/unistd (Depends-on): Likewise.
11648         * modules/wchar (Depends-on): Likewise.
11649         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
11650         * lib/stdlib.in.h (includes): Likewise.
11651         * lib/string.in.h (includes): Likewise.
11652         * lib/time.in.h (includes): Likewise.
11653         * lib/unistd.in.h (includes): Likewise.
11654         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
11655         replaced.
11656         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
11657         * m4/stddef_h.m4: New file.
11658         * modules/stddef: Likewise.
11659         * lib/stddef.in.h: Likewise.
11660         * modules/stddef-tests: Likewise.
11661         * tests/test-stddef.c: Likewise.
11662         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
11663         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
11664         * doc/posix-headers/locale.texi (locale.h): Likewise.
11665         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
11666         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
11667         * doc/posix-headers/string.texi (string.h): Likewise.
11668         * doc/posix-headers/time.texi (time.h): Likewise.
11669         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
11670         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
11671
11672 2009-08-14  Eric Blake  <ebb9@byu.net>
11673
11674         doc: improve git diff of texinfo files
11675         * .gitattributes: Add rule for *.texi files, with hint on how to
11676         use it.
11677         Copied from m4, and based on a report by Bruno Haible.
11678
11679 2009-08-14  Bruno Haible  <bruno@clisp.org>
11680
11681         Disable multithread support by default on Cygwin 1.5.x for real.
11682         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
11683
11684 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11685
11686         update-copyright: much ado about intervals
11687         * build-aux/update-copyright: Implement and document
11688         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
11689         of copyright year intervals.
11690         Also, document UPDATE_COPYRIGHT_YEAR.
11691         * tests/test-update-copyright.sh: Test it.
11692
11693         update-copyright: convert 2-digit to 4-digit years
11694         * build-aux/update-copyright: Implement and document.
11695         * tests/test-update-copyright.sh: Update.
11696
11697 2009-08-14  Jim Meyering  <meyering@redhat.com>
11698
11699         test-exclude: avoid coreutils "make check" failure
11700         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
11701         just as in test-argmatch.c.
11702
11703 2009-08-13  Eric Blake  <ebb9@byu.net>
11704
11705         test-dup2: fix bad assumption
11706         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
11707         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
11708
11709         test-version-etc: fix CRLF portability issue
11710         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
11711         recognize \r.
11712         * tests/test-argp-version-etc-1.sh: Likewise.
11713
11714         getopt: update client modules
11715         * modules/argp (Depends-on): Use getopt-gnu.
11716         * modules/git-merge-changelog (Depends-on): Likewise.
11717         * modules/long-options (Depends-on): Likewise.
11718         * modules/xstrtol (Depends-on): Likewise.
11719
11720 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11721
11722         * tests/test-version-etc.sh: Don't fail on different
11723         project/version.  Don't fail on CRLF differences.  Rewrite to use
11724         multiple -e instead of multiple sed forks, suggested by Eric Blake
11725         <ebb9@byu.net>.
11726         * tests/test-argp-version-etc-1.sh: Likewise.
11727
11728 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11729
11730         * tests/test-version-etc.sh: Don't fail on different
11731         project/version.
11732
11733 2009-08-12  Bruno Haible  <bruno@clisp.org>
11734
11735         Tests for modules 'getopt-posix', 'getopt-gnu'.
11736         * modules/getopt-posix-tests: New file.
11737         * tests/test-getopt.c: New file.
11738         * tests/test-getopt.h: New file.
11739         * tests/test-getopt_long.h: New file.
11740
11741         New modules 'getopt-posix', 'getopt-gnu'.
11742         * modules/getopt-gnu: New file, renamed from modules/getopt.
11743         * modules/getopt-posix: New file.
11744         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
11745         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
11746         (gl_GETOPT): Remove macro.
11747         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
11748         Disable the test against BSD systems that declare optreset. Test
11749         against mingw bug. Test against lack of support of optional arguments
11750         on many platforms.
11751         * doc/glibc-headers/getopt.texi: Update module name and list of
11752         relevant platforms.
11753         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
11754         'getopt-gnu' and more portability problems.
11755         * NEWS: Mention the changes.
11756
11757 2009-08-12  Bruno Haible  <bruno@clisp.org>
11758
11759         Ensure that optarg etc. get declared by <unistd.h>.
11760         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
11761         AC_USE_SYSTEM_EXTENSIONS.
11762         * modules/getopt (Depends-on): Add 'extensions'.
11763
11764 2009-08-12  Bruno Haible  <bruno@clisp.org>
11765
11766         Avoid test link errors.
11767         * modules/pipe-filter-ii-tests (Makefile.am): Define
11768         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
11769         * modules/pipe-filter-gi-tests (Makefile.am): Define
11770         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
11771         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11772
11773 2009-08-12  Bruno Haible  <bruno@clisp.org>
11774
11775         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
11776         gl_GETOPT_SUBSTITUTE before.
11777         (gl_GETOPT): Use it.
11778         * m4/argp.m4 (gl_ARGP): Update.
11779         Reported by Sergey Poznyakoff.
11780
11781         * m4/getopt.m4: Reorder macros.
11782         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
11783         (gl_GETOPT_SUBSTITUTE): Remove macro.
11784
11785 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11786
11787         Minor improvement in gitlog-to-changelog
11788
11789         * build-aux/gitlog-to-changelog: New option `--format' makes
11790         output format string configurable.
11791
11792 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11793
11794         Optimize exclude: use hash tables for non-wildcard patterns.
11795
11796         * lib/exclude.c: Include hash.h and mbuiter.h
11797         (struct exclude_pattern, exclude_segment): New data types.
11798         (struct exclude): Rewrite.
11799         (fnmatch_pattern_has_wildcards): New function.
11800         (new_exclude_segment, free_exclude_segment): New functions.
11801         (excluded_file_pattern_p, excluded_file_name_p): New functions.
11802         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
11803         * lib/exclude.h (is_fnmatch_pattern): New prototype.
11804         * modules/exclude: Depend on hash and mbuiter.
11805
11806         * modules/exclude-tests: New file.
11807         * tests/test-exclude.c: New file.
11808         * tests/test-exclude1.sh: New file.
11809         * tests/test-exclude2.sh: New file.
11810         * tests/test-exclude3.sh: New file.
11811         * tests/test-exclude4.sh: New file.
11812         * tests/test-exclude5.sh: New file.
11813         * tests/test-exclude6.sh: New file.
11814         * tests/test-exclude7.sh: New file.
11815
11816 2009-08-12  Bruno Haible  <bruno@clisp.org>
11817
11818         Ensure that getopt() gets declared by <unistd.h>.
11819         * lib/unistd.in.h: Conditionally include getopt.h.
11820         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
11821         Set GNULIB_UNISTD_H_GETOPT.
11822         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11823         GNULIB_UNISTD_H_GETOPT.
11824         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
11825
11826 2009-08-12  Bruno Haible  <bruno@clisp.org>
11827
11828         Clarify logic.
11829         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
11830         gl_replace_getopt instead of GETOPT_H.
11831
11832 2009-08-12  Bruno Haible  <bruno@clisp.org>
11833
11834         * m4/getopt.m4: Add comments.
11835
11836 2009-08-12  Bruno Haible  <bruno@clisp.org>
11837
11838         Disable multithread support by default on Cygwin 1.5.x.
11839         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
11840         set gl_use_threads=no if not specified otherwise.
11841
11842 2009-08-11  Bruno Haible  <bruno@clisp.org>
11843
11844         Avoid compilation error on NetBSD 5.0.
11845         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
11846         * tests/test-stdio.c: Likewise.
11847         * tests/test-stdlib.c: Likewise.
11848         * tests/test-string.c: Likewise.
11849         * tests/test-unistd.c: Likewise.
11850         Reported by Greg Troxel <gdt@ir.bbn.com>
11851         at <https://savannah.gnu.org/support/?106973>.
11852
11853 2009-08-11  Bruno Haible  <bruno@clisp.org>
11854
11855         * modules/dup2-tests (Depends-on): Remove close.
11856
11857         Undo 2009-07-19 commit.
11858         * modules/acl-tests (Depends-on): Remove close.
11859         * modules/binary-io-tests (Depends-on): Likewise.
11860         * modules/closein-tests (Depends-on): Likewise.
11861         * modules/flock-tests (Depends-on): Likewise.
11862         * modules/fsync-tests (Depends-on): Likewise.
11863         * modules/lseek-tests (Depends-on): Likewise.
11864         * modules/pipe-tests (Depends-on): Likewise.
11865         * modules/posix_spawn-tests (Depends-on): Likewise.
11866         * modules/posix_spawnp-tests (Depends-on): Likewise.
11867         * modules/stat-time-tests (Depends-on): Likewise.
11868         * modules/yesno-tests (Depends-on): Likewise.
11869
11870 2009-08-10  Bruno Haible  <bruno@clisp.org>
11871
11872         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
11873
11874 2009-08-10  Bruno Haible  <bruno@clisp.org>
11875
11876         Fix a gcc warning.
11877         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
11878
11879 2009-08-10  Bruno Haible  <bruno@clisp.org>
11880
11881         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
11882         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
11883         not only the first time.
11884         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
11885         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
11886         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
11887         is 1, not only the the first time.
11888
11889 2009-08-10  Bruno Haible  <bruno@clisp.org>
11890
11891         Make it possible to use module 'gethostname' without module 'close'.
11892         * lib/unistd.in.h (close): Evoke a link error only if
11893         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
11894         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11895         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11896         * modules/unistd (Makefile.am): Substitute
11897         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11898         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
11899         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
11900         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
11901         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11902         * modules/sys_ioctl (Makefile.am): Substitute
11903         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11904         * modules/socket (configure.ac): On native Windows, set
11905         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
11906         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11907         Reported by Sam Steingold <sds@gnu.org>.
11908
11909 2009-08-10  Bruno Haible  <bruno@clisp.org>
11910
11911         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
11912         * modules/ioctl (configure.ac): Likewise.
11913
11914 2009-08-10  Bruno Haible  <bruno@clisp.org>
11915
11916         Avoid collision between gnulib wrapper and libintl wrapper.
11917         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
11918         already defined in intl/printf.c.
11919         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
11920         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
11921
11922 2009-08-09  Bruno Haible  <bruno@clisp.org>
11923
11924         Make <sys/select.h> really self-contained, also on Solaris 10.
11925         * lib/sys_select.in.h: Include <string.h>.
11926         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
11927         Solaris 10 problem.
11928         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
11929         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
11930         Reported by Jim Meyering.
11931
11932 2009-08-09  Bruno Haible  <bruno@clisp.org>
11933
11934         Avoid warnings from 'aclocal' that are due to a use of macro name
11935         AM_XGETTEXT_OPTION that is not defined in automake.
11936         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
11937         automake.
11938         * modules/error (configure.ac): Likewise.
11939         * modules/propername (configure.ac): Likewise.
11940         * modules/vasprintf (configure.ac): Likewise.
11941         * modules/verror (configure.ac): Likewise.
11942         * modules/xprintf (configure.ac): Likewise.
11943         * modules/xvasprintf (configure.ac): Likewise.
11944
11945 2009-08-08  Bruno Haible  <bruno@clisp.org>
11946
11947         Avoid compilation error in C++ mode.
11948         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
11949         Reported by Sam Steingold <sds@gnu.org>.
11950
11951 2009-08-08  Bruno Haible  <bruno@clisp.org>
11952
11953         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
11954         for the various Unix platforms.
11955         * doc/posix-headers/limits.texi: Update platforms list regarding
11956         HOST_NAME_MAX.
11957         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11958
11959 2009-08-07  Jim Meyering  <meyering@redhat.com>
11960
11961         selinux-at: fix typo in a comment
11962         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
11963         Spotted by Paolo Bonzini.
11964
11965         selinux-at: remove redundant m4 code, add documentation
11966         * modules/selinux-at (configure.ac): Remove redundant code.
11967         LIB_SELINUX is already set via the dependent module, selinux-h.
11968         (Include): Add quotes around selinux-at.h.
11969         * lib/selinux-at.h: Add documentation.
11970         Reported by Bruno Haible in
11971         http://marc.info/?l=gnulib-bug&m=124958988300749
11972
11973 2009-08-07  Bruno Haible  <bruno@clisp.org>
11974
11975         Avoid link error on MacOS X 10.3 and 10.4.
11976         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
11977         on non-ELF systems.
11978         * lib/argp-pv.c (argp_program_version): Likewise.
11979         Reported by Simon Josefsson.
11980
11981 2009-08-07  Simon Josefsson  <simon@josefsson.org>
11982
11983         * tests/test-version-etc.sh: Use $EXEEXT.
11984
11985 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
11986
11987         update-copyright: update documentation to point to maint.mk
11988         * build-aux/update-copyright: Here.
11989
11990 2009-08-06  Jim Meyering  <meyering@redhat.com>
11991
11992         maint.mk: support update-copyright-local
11993         * top/maint.mk (update-copyright-local): Define place-holder.
11994         (update-copyright): Depend on $(update-copyright-local).
11995
11996 2009-08-06  Jim Meyering  <meyering@redhat.com>
11997
11998         selinux-at: new module
11999         Initially written for coreutils, this module will soon be
12000         used by findutils, too.
12001         * MODULES.html.sh [Misc]: Add selinux-at.
12002         * lib/selinux-at.h: New file, from coreutils.
12003         * lib/selinux-at.c: Likewise.
12004         * modules/selinux-at: Likewise.
12005         (License): Change from LGPL to GPL, since it depends
12006         on the GPL'd openat module.
12007
12008         doc: update README
12009         * README: Remove references to cogito.
12010         Remove cvs-repo-updating instructions from 2007.
12011         Don't imply that CVS is better if you have limited disk space.
12012
12013 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12014
12015         update-copyright: support C-style comments
12016         * build-aux/update-copyright: Implement and document.
12017         * tests/test-update-copyright.sh: Test.
12018
12019 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12020
12021         update-copyright: support omitted "(C)"
12022         * build-aux/update-copyright: Implement and document.  Also,
12023         allow variable whitespace before "(C)".
12024         * tests/test-update-copyright.sh: Test.
12025
12026 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12027
12028         update-copyright: don't trip on non-FSF copyright statements
12029         * build-aux/update-copyright: Fix so that the first correctly
12030         formatted FSF copyright statement is recognized no matter what
12031         appears before it.  Update documentation.
12032         * tests/test-update-copyright.sh: Test that.
12033
12034 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12035
12036         update-copyright: clean up code a little
12037         * build-aux/update-copyright: Append "_re" to the name of any
12038         variable holding a regular expression.
12039         Replace "old" and "new" with "stmt" in variable names.
12040         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12041         handled correctly.
12042         Format code more consistently.
12043
12044 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12045
12046         update-copyright-tests: improve portability
12047         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12048         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12049
12050 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12051
12052         update-copyright: support @copyright{} and &copy;
12053         * build-aux/update-copyright: Implement and document.
12054         * tests/test-update-copyright.sh: Test.
12055
12056 2009-08-04  Jim Meyering  <meyering@redhat.com>
12057
12058         update-copyright-tests: correctly test EOL=\r\n handling
12059         * tests/test-update-copyright.sh: Put \r at the end of some lines
12060         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12061
12062         maint.mk: make update-copyright exclusion list more configurable
12063         * top/maint.mk (update-copyright): Default to excluding COPYING,
12064         but allow an override, in case someone does want to update that file.
12065
12066         maint.mk: don't update copyright date in COPYING
12067         * top/maint.mk (update-copyright): Exclude COPYING.
12068
12069         maint.mk: add a copyright-updating rule
12070         * top/maint.mk (update-copyright): New rule.
12071         Derived from coreutils/Makefile.am.
12072
12073         update-copyright: rename some variables
12074         * build-aux/update-copyright: Rename a few variables for clarity.
12075         Tweak syntax.  List Joel E. Denny as coauthor.
12076
12077 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12078
12079         update-copyright: fix bug for 2-digit last year and add tests
12080         * build-aux/update-copyright: Fix bug.
12081         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12082         specified.
12083         * modules/update-copyright-tests: New
12084         * tests/test-update-copyright.sh: New.
12085
12086 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12087
12088         update-copyright: handle leading tabs in line prefix
12089         * build-aux/update-copyright: Count leading tabs as 8 spaces
12090         when computing margin.  This helps with the formatting of
12091         ChangeLogs, for example.
12092         Fix documentation a little.
12093
12094 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12095
12096         update-copyright: support EOL=\r\n
12097         * build-aux/update-copyright: Implement that.
12098
12099 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12100
12101         update-copyright: automatically format copyright statements
12102         * build-aux/update-copyright: Implement that.
12103         Also, be a little more predictable and safer by always failing
12104         when the full copyright format is not perfectly recognized as an
12105         unbroken whole.  Discussed at
12106         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12107         Rewrite documentation.
12108
12109 2009-08-03  Bruno Haible  <bruno@clisp.org>
12110
12111         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12112
12113 2009-08-02  Bruno Haible  <bruno@clisp.org>
12114
12115         Tests for module 'uname'.
12116         * modules/uname-tests: New file.
12117         * tests/test-uname.c: New file.
12118
12119         New module 'uname'.
12120         * lib/uname.c: New file.
12121         * m4/uname.m4: New file.
12122         * modules/uname: New file.
12123         * doc/posix-functions/uname.texi: Mention the new module.
12124
12125 2009-08-02  Bruno Haible  <bruno@clisp.org>
12126
12127         Tests for module 'sys_utsname'.
12128         * modules/sys_utsname-tests: New file.
12129         * tests/test-sys_utsname.c: New file.
12130
12131         New module 'sys_utsname'.
12132         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12133         * m4/sys_utsname_h.m4: New file.
12134         * modules/sys_utsname: New file.
12135         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12136
12137 2009-08-02  Bruno Haible  <bruno@clisp.org>
12138
12139         Implicitly initialize the sockets library.
12140         * lib/gethostname.c: Include sockets.h.
12141         (rpl_gethostname): Invoke gl_sockets_startup.
12142         * lib/socket.c: Include sockets.h.
12143         (rpl_socket): Invoke gl_sockets_startup.
12144         * modules/gethostname (Depends-on): Add sockets.
12145         * modules/socket (Depends-on): Likewise.
12146         * tests/test-poll.c: Don't include sockets.h.
12147         (main): Don't invoke gl_sockets_startup.
12148         * tests/test-select.c: Don't include sockets.h.
12149         (main): Don't invoke gl_sockets_startup.
12150
12151 2009-08-02  Bruno Haible  <bruno@clisp.org>
12152
12153         Allow multiple calls to gl_sockets_startup.
12154         * lib/sockets.c (initialized_sockets_version): New variable.
12155         (gl_sockets_startup): Do nothing if already called for this or a higher
12156         version.
12157         (gl_sockets_cleanup): Reset initialized_sockets_version.
12158
12159 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12160
12161         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12162         different project/version.
12163
12164 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12165             Bruno Haible  <bruno@clisp.org>
12166
12167         Tests for module 'pipe-filter-gi'.
12168         * modules/pipe-filter-gi-tests: New file.
12169         * tests/test-pipe-filter-gi1.sh: New file.
12170         * tests/test-pipe-filter-gi1.c: New file.
12171         * tests/test-pipe-filter-gi2.sh: New file.
12172         * tests/test-pipe-filter-gi2-main.c: New file.
12173         * tests/test-pipe-filter-gi2-child.c: New file.
12174
12175         New module 'pipe-filter-gi'.
12176         * lib/pipe-filter-gi.c: New file.
12177         * modules/pipe-filter-gi: New file.
12178
12179 2009-08-02  Bruno Haible  <bruno@clisp.org>
12180             Paolo Bonzini  <bonzini@gnu.org>
12181
12182         Tests for module 'pipe-filter-ii'.
12183         * modules/pipe-filter-ii-tests: New file.
12184         * tests/test-pipe-filter-ii1.sh: New file.
12185         * tests/test-pipe-filter-ii1.c: New file.
12186         * tests/test-pipe-filter-ii2.sh: New file.
12187         * tests/test-pipe-filter-ii2-main.c: New file.
12188         * tests/test-pipe-filter-ii2-child.c: New file.
12189
12190         New module 'pipe-filter-ii'.
12191         * lib/pipe-filter.h: New file.
12192         * lib/pipe-filter-ii.c: New file.
12193         * lib/pipe-filter-aux.h: New file.
12194         * modules/pipe-filter-ii: New file.
12195
12196 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12197
12198         * lib/gc-libgcrypt.c: Change copyright to FSF.
12199         * lib/gc-gnulib.c: Likewise.
12200
12201 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12202
12203         * lib/gethostname.c: Include limits.h.
12204
12205 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12206             Bruno Haible  <bruno@clisp.org>
12207
12208         Ensure HOST_NAME_MAX as part of the gethostname module.
12209         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12210         define also HOST_NAME_MAX.
12211         * tests/test-gethostname.c: Include <limits.h>.
12212         (main): Check also HOST_NAME_MAX.
12213         * doc/posix-headers/limits.texi: Document the mingw problem.
12214
12215 2009-08-02  Bruno Haible  <bruno@clisp.org>
12216
12217         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12218         Add comments.
12219
12220 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12221
12222         * lib/gethostname.c: Add Windows wrapper.
12223         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12224         * modules/gethostname: Depend on sys_socket & errno, for also
12225         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12226         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12227
12228 2009-07-31  Jim Meyering  <meyering@redhat.com>
12229
12230         getloadavg: fix symbol name in comment
12231         * lib/getloadavg.c: Correct a typo I introduced when adding
12232         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12233         Matt Kraai spotted the problem.
12234
12235 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12236
12237         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12238         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12239         code also if ! defined N_NAME_POINTER.
12240         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12241         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12242         but the n_name member is a 12-byte array.
12243
12244 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12245
12246         update-copyright: generalize comment handling
12247         * build-aux/update-copyright: Handle copyright statements
12248         within more comment styles.
12249         Document usage.
12250         Report any file with an external copyright holder or parse failure.
12251
12252 2009-07-29  Jim Meyering  <meyering@redhat.com>
12253
12254         mktime: correct setting of REPLACE_MKTIME
12255         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12256
12257         update-copyright: new module
12258         * modules/update-copyright: New file.
12259         * build-aux/update-copyright: New file.
12260         * MODULES.html.sh (maint+release support): Add update-copyright.
12261
12262 2009-07-27  Bruno Haible  <bruno@clisp.org>
12263
12264         Fix compilation error when <ctime> is used and mktime is replaced.
12265         * lib/time.in.h (mktime): New declaration.
12266         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12267         REPLACE_MKTIME instead of defining mktime in config.h.
12268         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12269         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12270         Reported by Ross McFarland <rwmcfa1@neces.com>.
12271
12272 2009-07-27  Bruno Haible  <bruno@clisp.org>
12273
12274         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12275         Reported by Matt Kraai <mkraai@beckman.com>.
12276
12277 2009-07-25  Jim Meyering  <meyering@redhat.com>
12278
12279         maint.mk: avoid warnings about missing files
12280         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12281         diagnostic when .prev-version does not exist.
12282         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12283         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12284         nonexistent cfg.mk.
12285         Suggestions from Simon Josefsson.
12286
12287 2009-07-25  Bruno Haible  <bruno@clisp.org>
12288
12289         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12290         defined as macros. Needed on QNX 6.4.1.
12291         Reported by Matt Kraai <mkraai@beckman.com>.
12292
12293 2009-07-23  Jim Meyering  <meyering@redhat.com>
12294
12295         maint.mk: invoke "make dist" with a working value of XZ_OPT
12296         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12297
12298 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12299
12300         Make fseeko.c compile on QNX.
12301         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12302
12303 2009-07-22  Peter Simons  <simons@cryp.to>
12304
12305         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12306         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12307         * lib/md4.h: Likewise.
12308         * lib/md5.h: Likewise.
12309         * lib/sha1.h: Likewise.
12310         * lib/sha256.h: Likewise.
12311         * lib/sha512.h: Likewise.
12312
12313         tests-sha1: don't assign literal string to 'char *' variable
12314         * tests/test-sha1.c (main): Declare locals with "const" to match
12315         attributes of the right hand side.
12316
12317 2009-07-21  Eric Blake  <ebb9@byu.net>
12318
12319         dup2: fix more mingw problems
12320         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12321         fd to itself.
12322         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12323         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12324         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12325         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12326         care of mingw bugs.
12327
12328 2009-07-21  Jim Meyering  <meyering@redhat.com>
12329
12330         vc-list-files: avoid failure when /bin/sh is dash
12331         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12332         On some Debian based systems, /bin/sh is a symlink to dash, and running
12333         this command would omit the "/" following each 'tests' prefix:
12334           dash -x build-aux/vc-list-files -C . tests
12335         That is because bash and dash work differently:
12336           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12337           bash ok
12338           dash odd
12339
12340 2009-07-21  Eric Blake  <ebb9@byu.net>
12341
12342         dup2-tests: test previous patch
12343         * modules/dup2-tests: New file.
12344         * tests/test-dup2.c: Likewise.
12345         * tests/test-open.c (main): Avoid unspecified behavior.
12346         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12347         test.
12348
12349         dup2: work around mingw and cygwin 1.5 bug
12350         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12351         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12352         * modules/unistd (Makefile.am): Substitute it.
12353         * lib/unistd.in.h (dup2): Declare the replacement.
12354         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12355         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12356         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12357         * modules/execute (Depends-on): Add dup2.
12358         * modules/fseterr (Depends-on): Likewise.
12359         * modules/pipe (Depends-on): Likewise.
12360         * modules/posix_spawn-internal (Depends-on): Likewise.
12361
12362 2009-07-21  Bruno Haible  <bruno@clisp.org>
12363
12364         * modules/.gitattributes: New file.
12365
12366 2009-07-20  Bruno Haible  <bruno@clisp.org>
12367
12368         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12369         (main): Use it.
12370
12371 2009-07-20  Eric Blake  <ebb9@byu.net>
12372
12373         test-pipe: make a bit more robust.
12374         * tests/test-pipe.c (myerr): Allow error messages regardless of
12375         what we do to stderr.
12376         (test_pipe): Rearrange to avoid deadlock.
12377         (child_main): Try a larger read, to ensure we avoided deadlock.
12378         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12379         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12380         if misused.
12381
12382 2009-07-19  Jim Meyering  <meyering@redhat.com>
12383
12384         fts: avoid false-positive cycle-detection
12385         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12386         for each new command line argument.
12387
12388 2009-07-19  Bruno Haible  <bruno@clisp.org>
12389
12390         Fix build error on mingw with the modules sys_select and unistd.
12391         * modules/acl-tests (Depends-on): Add close.
12392         * modules/binary-io-tests (Depends-on): Likewise.
12393         * modules/closein-tests (Depends-on): Likewise.
12394         * modules/flock-tests (Depends-on): Likewise.
12395         * modules/fsync-tests (Depends-on): Likewise.
12396         * modules/lseek-tests (Depends-on): Likewise.
12397         * modules/pipe-tests (Depends-on): Likewise.
12398         * modules/posix_spawn-tests (Depends-on): Likewise.
12399         * modules/posix_spawnp-tests (Depends-on): Likewise.
12400         * modules/stat-time-tests (Depends-on): Likewise.
12401         * modules/yesno-tests (Depends-on): Likewise.
12402
12403 2009-07-19  Bruno Haible  <bruno@clisp.org>
12404
12405         Unify conditionals.
12406         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12407         macros, not at the compiler macros.
12408         * lib/pipe.c: Likewise.
12409         * lib/execute.c: Likewise.
12410         * lib/spawni.c: Likewise.
12411
12412 2009-07-19  Bruno Haible  <bruno@clisp.org>
12413
12414         Fix handling of closed stdin/stdout/stderr on mingw.
12415         * lib/w32spawn.h: Include unistd.h.
12416         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12417         file descriptor with O_NOINHERIT flag.
12418         (fd_safer_noinherit): New function, based on fd-safer.c.
12419         (dup_safer_noinherit): New function, based on dup-safer.c.
12420         (undup_safer_noinherit): New function.
12421         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12422         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12423         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12424         instead of fd_safer.
12425         * tests/test-pipe.c: Include <windows.h>.
12426         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12427
12428         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12429         from main.
12430         (test_pipe): Pass an extra argument for disambiguation.
12431         (main): Invoke parent_main or child_main.
12432
12433         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12434         consistently.
12435
12436 2009-07-18  Eric Blake  <ebb9@byu.net>
12437
12438         test-pipe: fix mingw build
12439         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12440
12441 2009-07-18  Bruno Haible  <bruno@clisp.org>
12442
12443         * modules/pipe-tests (Makefile.am): Fix typo.
12444
12445 2009-07-18  Eric Blake  <ebb9@byu.net>
12446
12447         error: fix mingw build
12448         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12449         Reported by Bruno Haible.
12450
12451         error: avoid undefined use of stdout
12452         * lib/error.c (error, error_at_line): Check that fd 1 is open
12453         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12454         is handling faults and the close_stdout module wants to report the
12455         detection of closed stdout as an error.
12456
12457 2009-07-17  Eric Blake  <ebb9@byu.net>
12458
12459         pipe: be robust in face of closed fds
12460         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12461         should cause child to misbehave.
12462         * modules/pipe-tests: New module.
12463         * tests/test-pipe.c: New file.
12464         * tests/test-pipe.sh: New file.
12465         Reported by Akim Demaille.
12466
12467 2009-07-14  Bruno Haible  <bruno@clisp.org>
12468
12469         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12470         Reported by anonymous kc.
12471
12472 2009-07-07  Jim Meyering  <meyering@redhat.com>
12473
12474         maint.mk: don't look for translatable strings in *.m4 or *.mk
12475         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12476         when searching for translatable strings.
12477
12478 2009-07-05  Jim Meyering  <meyering@redhat.com>
12479
12480         remove superfluous parentheses in STREQ definition
12481         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12482         * lib/getugroups.c (STREQ): Likewise.
12483         * lib/fnmatch.c (STREQ): Likewise.
12484         Spotted by Bruno Haible.
12485
12486 2009-07-04  Jim Meyering  <meyering@redhat.com>
12487
12488         argv-iter: new module
12489         * MODULES.html.sh: Add argv-iter.
12490         * lib/argv-iter.c, lib/argv-iter.h: New files.
12491         * modules/argv-iter: New file.
12492         * modules/argv-iter-tests: New file.
12493         * tests/test-argv-iter.c: Test it.
12494
12495 2009-07-04  Bruno Haible  <bruno@clisp.org>
12496
12497         Fix assertion.
12498         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12499         contains more exact copies of a given entry than file2, leave the extra
12500         copies unpaired rather than aborting.
12501         Reported by Eric Blake.
12502
12503 2009-07-02  Bruno Haible  <bruno@clisp.org>
12504
12505         Speedup git-merge-changelog for git cherry-pick.
12506         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12507         (entries_mapping_get): New function, extracted from compute_mapping.
12508         (entries_mapping_reverse_get): New function.
12509         (compute_mapping): Add a 'full' argument. Return the result in a
12510         'struct entries_mapping'.
12511         (main): Update. Access the mappings through entries_mapping_get.
12512         Reported by Eric Blake.
12513
12514 2009-07-02  Bruno Haible  <bruno@clisp.org>
12515
12516         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12517         best_i.
12518
12519 2009-07-02  Bruno Haible  <bruno@clisp.org>
12520
12521         Speed up approximate search for matching ChangeLog entries.
12522         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12523         argument. Call fstrcmp_bounded instead of fstrcmp.
12524         (compute_mapping, try_split_merged_entry, main): Update callers.
12525
12526 2009-07-02  Bruno Haible  <bruno@clisp.org>
12527
12528         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12529
12530 2009-06-30  Bruno Haible  <bruno@clisp.org>
12531
12532         Reduce the number of uc_is_cased calls.
12533         * lib/unicase.h (casing_suffix_context_t): Add
12534         'first_char_except_ignorable' field.
12535         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12536         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12537         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
12538         Update initializer.
12539         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
12540         case-ignorable characters.
12541         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
12542         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
12543         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
12544         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
12545         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
12546
12547 2009-06-30  Bruno Haible  <bruno@clisp.org>
12548
12549         Tests for module 'unicase/ignorable'.
12550         * modules/unicase/ignorable-tests: New file.
12551         * tests/unicase/test-ignorable.c: New file, generated by
12552         gen-uni-tables.
12553
12554         Tests for module 'unicase/cased'.
12555         * modules/unicase/cased-tests: New file.
12556         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
12557         * tests/unicase/test-predicate-part1.h: New file, derived from
12558         tests/unictype/test-predicate-part1.h.
12559         * tests/unicase/test-predicate-part2.h: New file, same as
12560         tests/unictype/test-predicate-part2.h.
12561
12562         Fix evaluation of "Before C" condition of FINAL_SIGMA.
12563         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
12564         (output_casing_properties): New function.
12565         (main): Call it.
12566         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
12567         * lib/unicase/cased.c: Include unictype/bitmap.h.
12568         (uc_is_cased): Define through a bitmap lookup.
12569         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
12570         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
12571         (uc_is_case_ignorable): Define through a bitmap lookup.
12572         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
12573         lib/unictype/bitmap.h.
12574         (Depends-on): Add inline. Clean up.
12575         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
12576         lib/unictype/bitmap.h.
12577         (Depends-on): Add inline. Clean up.
12578         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
12579         recognition.
12580         * tests/unicase/test-u16-tolower.c (main): Likewise.
12581         * tests/unicase/test-u32-tolower.c (main): Likewise.
12582
12583 2009-06-30  Bruno Haible  <bruno@clisp.org>
12584
12585         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
12586         * lib/unicase/u16-casemap.c: Likewise.
12587         * lib/unicase/u32-casemap.c: Likewise.
12588
12589 2009-06-29  Bruno Haible  <bruno@clisp.org>
12590
12591         Define u32_casefold as a wrapper around u32_ct_casefold.
12592         * lib/unicase/u32-casefold.c: Update.
12593         * modules/unicase/u32-casefold (Depends-on): Add
12594         unicase/u32-ct-casefold, unicase/empty-prefix-context,
12595         unicase/empty-suffix-context. Clean up.
12596
12597         Define u16_casefold as a wrapper around u16_ct_casefold.
12598         * lib/unicase/u16-casefold.c: Update.
12599         * modules/unicase/u16-casefold (Depends-on): Add
12600         unicase/u16-ct-casefold, unicase/empty-prefix-context,
12601         unicase/empty-suffix-context. Clean up.
12602
12603         Define u8_casefold as a wrapper around u8_ct_casefold.
12604         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
12605         * lib/unicase/u8-casefold.c: Update.
12606         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
12607         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12608
12609         Define u32_totitle as a wrapper around u32_ct_totitle.
12610         * lib/unicase/u32-totitle.c: Update.
12611         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
12612         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12613
12614         Define u16_totitle as a wrapper around u16_ct_totitle.
12615         * lib/unicase/u16-totitle.c: Update.
12616         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
12617         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12618
12619         Define u8_totitle as a wrapper around u8_ct_totitle.
12620         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
12621         functions.
12622         (FUNC): Delegate to U_CT_TOTITLE.
12623         * lib/unicase/u8-totitle.c: Update.
12624         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
12625         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12626
12627         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
12628         invocation.
12629         * modules/unicase/u32-tolower (Depends-on): Add
12630         unicase/empty-prefix-context, unicase/empty-suffix-context.
12631
12632         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
12633         invocation.
12634         * modules/unicase/u16-tolower (Depends-on): Add
12635         unicase/empty-prefix-context, unicase/empty-suffix-context.
12636
12637         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
12638         * modules/unicase/u8-tolower (Depends-on): Add
12639         unicase/empty-prefix-context, unicase/empty-suffix-context.
12640
12641         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
12642         invocation.
12643         * modules/unicase/u32-toupper (Depends-on): Add
12644         unicase/empty-prefix-context, unicase/empty-suffix-context.
12645
12646         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
12647         invocation.
12648         * modules/unicase/u16-toupper (Depends-on): Add
12649         unicase/empty-prefix-context, unicase/empty-suffix-context.
12650
12651         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
12652         * modules/unicase/u8-toupper (Depends-on): Add
12653         unicase/empty-prefix-context, unicase/empty-suffix-context.
12654
12655         New module 'unicase/u32-ct-casefold'.
12656         * lib/unicase/u32-ct-casefold.c: New file.
12657         * modules/unicase/u32-ct-casefold: New file.
12658
12659         New module 'unicase/u16-ct-casefold'.
12660         * lib/unicase/u16-ct-casefold.c: New file.
12661         * modules/unicase/u16-ct-casefold: New file.
12662
12663         New module 'unicase/u8-ct-casefold'.
12664         * lib/unicase/u8-ct-casefold.c: New file.
12665         * lib/unicase/u-ct-casefold.h: New file, derived from
12666         lib/unicase/u-casefold.h.
12667         * modules/unicase/u8-ct-casefold: New file.
12668
12669         New module 'unicase/u32-ct-totitle'.
12670         * lib/unicase/u32-ct-totitle.c: New file.
12671         * modules/unicase/u32-ct-totitle: New file.
12672
12673         New module 'unicase/u16-ct-totitle'.
12674         * lib/unicase/u16-ct-totitle.c: New file.
12675         * modules/unicase/u16-ct-totitle: New file.
12676
12677         New module 'unicase/u8-ct-totitle'.
12678         * lib/unicase/u8-ct-totitle.c: New file.
12679         * lib/unicase/u-ct-totitle.h: New file, derived from
12680         lib/unicase/u-totitle.h.
12681         * modules/unicase/u8-ct-totitle: New file.
12682
12683         New module 'unicase/u32-ct-tolower'.
12684         * lib/unicase/u32-ct-tolower.c: New file.
12685         * modules/unicase/u32-ct-tolower: New file.
12686
12687         New module 'unicase/u16-ct-tolower'.
12688         * lib/unicase/u16-ct-tolower.c: New file.
12689         * modules/unicase/u16-ct-tolower: New file.
12690
12691         New module 'unicase/u8-ct-tolower'.
12692         * lib/unicase/u8-ct-tolower.c: New file.
12693         * modules/unicase/u8-ct-tolower: New file.
12694
12695         New module 'unicase/u32-ct-toupper'.
12696         * lib/unicase/u32-ct-toupper.c: New file.
12697         * modules/unicase/u32-ct-toupper: New file.
12698
12699         New module 'unicase/u16-ct-toupper'.
12700         * lib/unicase/u16-ct-toupper.c: New file.
12701         * modules/unicase/u16-ct-toupper: New file.
12702
12703         New module 'unicase/u8-ct-toupper'.
12704         * lib/unicase/u8-ct-toupper.c: New file.
12705         * modules/unicase/u8-ct-toupper: New file.
12706
12707         Add context arguments to u*_casemap functions.
12708         * lib/unicase/unicasemap.h: Include unicase.h.
12709         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
12710         suffix_context arguments.
12711         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
12712         functions.
12713         (FUNC): Add prefix_context and suffix_context arguments. Use
12714         uc_is_cased and uc_is_case_ignorable.
12715         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
12716         * lib/unicase/u16-casemap.c: Likewise.
12717         * lib/unicase/u32-casemap.c: Likewise.
12718         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
12719         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12720         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
12721         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12722         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
12723         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12724
12725         New module 'unicase/u32-suffix-context'.
12726         * lib/unicase/u32-suffix-context.c: New file.
12727         * modules/unicase/u32-suffix-context: New file.
12728
12729         New module 'unicase/u16-suffix-context'.
12730         * lib/unicase/u16-suffix-context.c: New file.
12731         * modules/unicase/u16-suffix-context: New file.
12732
12733         New module 'unicase/u8-suffix-context'.
12734         * lib/unicase/u8-suffix-context.c: New file.
12735         * lib/unicase/u-suffix-context.h: New file.
12736         * modules/unicase/u8-suffix-context: New file.
12737
12738         New module 'unicase/empty-suffix-context'.
12739         * lib/unicase/empty-suffix-context.c: New file.
12740         * modules/unicase/empty-suffix-context: New file.
12741
12742         New module 'unicase/u32-prefix-context'.
12743         * lib/unicase/u32-prefix-context.c: New file.
12744         * modules/unicase/u32-prefix-context: New file.
12745
12746         New module 'unicase/u16-prefix-context'.
12747         * lib/unicase/u16-prefix-context.c: New file.
12748         * modules/unicase/u16-prefix-context: New file.
12749
12750         New module 'unicase/u8-prefix-context'.
12751         * lib/unicase/u8-prefix-context.c: New file.
12752         * lib/unicase/u-prefix-context.h: New file.
12753         * lib/unicase/context.h: New file.
12754         * modules/unicase/u8-prefix-context: New file.
12755
12756         New module 'unicase/empty-prefix-context'.
12757         * lib/unicase/empty-prefix-context.c: New file.
12758         * modules/unicase/empty-prefix-context: New file.
12759
12760         New module 'unicase/ignorable'.
12761         * lib/unicase/ignorable.c: New file.
12762         * modules/unicase/ignorable: New file.
12763
12764         New module 'unicase/cased'.
12765         * lib/unicase/caseprop.h: New file.
12766         * lib/unicase/cased.c: New file.
12767         * modules/unicase/cased: New file.
12768
12769         New functions for case mapping of substrings.
12770         * lib/unicase.h (casing_prefix_context_t): New type.
12771         (unicase_empty_prefix_context): New variable.
12772         (u8_casing_prefix_context, u16_casing_prefix_context,
12773         u32_casing_prefix_context, u8_casing_prefixes_context,
12774         u16_casing_prefixes_context, u32_casing_prefixes_context): New
12775         declarations.
12776         (casing_suffix_context_t): New type.
12777         (unicase_empty_suffix_context): New variable.
12778         (u8_casing_suffix_context, u16_casing_suffix_context,
12779         u32_casing_suffix_context, u8_casing_suffixes_context,
12780         u16_casing_suffixes_context, u32_casing_suffixes_context,
12781         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
12782         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
12783         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
12784         declarations.
12785
12786 2009-06-28  Jim Meyering  <meyering@redhat.com>
12787
12788         boostrap: indent only with spaces
12789         * build-aux/bootstrap: Indent only with spaces, never TABs.
12790
12791         bootstrap: split long lines
12792         * build-aux/bootstrap: Keep line length < 80.
12793
12794         bootstrap: sync from coreutils
12795         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
12796         just as autoreconf does.  Verify a list of prerequisite
12797         package-name,version-number pairs if defined in bootstrap.conf.
12798         Refer to README-prereq, if prerequisites are not satisfied.
12799
12800 2009-06-27  Eric Blake  <ebb9@byu.net>
12801
12802         tests: add test for bogus NULL definition
12803         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
12804         * tests/test-stdlib.c: Likewise.
12805         * tests/test-string.c: Likewise.
12806         * tests/test-locale.c: Likewise.
12807         * tests/test-unistd.c: Likewise.
12808         * modules/stdio-tests (Depends-on): Add verify.
12809         * modules/stdlib-tests (Depends-on): Likewise.
12810         * modules/string-tests (Depends-on): Likewise.
12811         * modules/locale-tests (Depends-on): Likewise.
12812         * modules/unistd-tests (Depends-on): Likewise.
12813
12814 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
12815
12816         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
12817         self-explaining comment.
12818         * m4/selinux-selinux-h: Update serial.
12819         (gl_LIBSELINUX): New macro, adding a warning for missing development
12820         packages to code extracted from...
12821         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
12822         Add warning for missing development packages here, too.
12823
12824 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
12825
12826         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
12827
12828 2009-06-25  Eric Blake  <ebb9@byu.net>
12829
12830         version-etc: fix regression
12831         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
12832         gcc.
12833         (version_etc): Use it, to catch bugs with trailing NULL.
12834         * lib/version-etc.c (version_etc_arn): Delete unused argument.
12835         (version_etc_va): Fix logic bug.
12836         * modules/version-etc-tests: Add test.
12837         * tests/test-version-etc.c: New file.
12838         * tests/test-version-etc.sh: Likewise.
12839
12840 2009-06-25  Sam Steingold  <sds@gnu.org>
12841
12842         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
12843         mbtowc declaration.
12844
12845 2009-06-25  Eric Blake  <ebb9@byu.net>
12846
12847         fpurge: migrate into <stdio.h>
12848         * lib/fpurge.h: Delete...
12849         * lib/stdio.in.h (fpurge): ...and declare here, instead.
12850         * lib/fpurge.c (fpurge): Change declaring header.
12851         * modules/fpurge (Files): Drop deleted file.
12852         (Depends-on): Add stdio.
12853         (configure.ac): Set witness.
12854         * modules/stdio (Makefile.am): Support fpurge macros.
12855         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12856         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
12857         * lib/fflush.c: Update client.
12858         * tests/test-fpurge.c: Likewise.
12859         * NEWS: Mention the change.
12860
12861 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12862
12863         * lib/argp-version-etc.c (program_authors): Add const
12864         qualifier.
12865         * lib/version-etc.c: Fix typos in the comments.
12866         * modules/argp-version-etc: Depends on version-etc.
12867
12868 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12869
12870         argp-version-etc: new module.
12871
12872         * lib/argp-version-etc.c: New file.
12873         * lib/argp-version-etc.h: New file.
12874         * modules/argp-version-etc: New file.
12875         * modules/argp-version-etc-tests: New file.
12876         * tests/test-argp-version-etc.c: New test.
12877         * tests/test-argp-version-etc-1.sh: New test.
12878
12879 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12880
12881         Provide additional interfaces and documentation for version-etc
12882         module.
12883
12884         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
12885         interfaces.
12886         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
12887         prototypes.
12888
12889 2009-06-24  Bruno Haible  <bruno@clisp.org>
12890
12891         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
12892         HAVE_LIB${NAME} macro.
12893         Reported by Sam Steingold <sds@gnu.org>.
12894
12895 2009-06-23  Simon Josefsson  <simon@josefsson.org>
12896
12897         * modules/hash-tests (test_hash_LDADD): Link to libintl when
12898         needed.
12899
12900 2009-06-21  Bruno Haible  <bruno@clisp.org>
12901
12902         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
12903         work.
12904         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
12905         together with LIB${NAME}, LTLIB${NAME}.
12906         Reported by Sam Steingold <sds@gnu.org>.
12907
12908 2009-06-20  Jim Meyering  <meyering@redhat.com>
12909
12910         tests: make sc_require_test_exit_idiom more generic
12911         * top/maint.mk (Exit_witness_file): New overridable variable.
12912         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
12913         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
12914
12915 2009-06-19  Jim Meyering  <meyering@redhat.com>
12916
12917         hash: reverse order of src/dst parameters in an internal interface
12918         * lib/hash.c (transfer_entries): Reverse order of parameters to
12919         put DST before SRC.  Adjust callers.
12920
12921         tests: test-hash: avoid wholesale duplication
12922         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
12923         Instead, use a loop and add a single conditional.
12924
12925         tests: test-hash: allow seed selection via a command line argument
12926         * tests/test-hash.c (get_seed): New function.
12927         (main): Use it.
12928
12929 2009-06-19  Eric Blake  <ebb9@byu.net>
12930
12931         hash: avoid memory leak on allocation failure
12932         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
12933         failure.  Factor repeated algorithm...
12934         (transfer_entries): ...into new helper routine.
12935         (hash_delete): React to hash_rehash return value.
12936
12937         hash: reduce memory pressure in hash_rehash no-op case
12938         * lib/hash.c (next_prime): Avoid overflow.
12939         (hash_initialize): Factor bucket size computation...
12940         (compute_bucket_size): ...into new helper function.
12941         (hash_rehash): Use new function and open coding to reduce memory
12942         pressure, and avoid a memory leak in USE_OBSTACK code.
12943         Reported by Jim Meyering.
12944
12945 2009-06-18  Eric Blake  <ebb9@byu.net>
12946
12947         hash: make rotation more obvious
12948         * modules/hash (Depends-on): Add bitrotate and stdint.
12949         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
12950         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
12951         (SIZE_MAX): Rely on headers for definition.
12952         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
12953         (raw_hasher): Use rotr_sz.
12954         Suggested by Jim Meyering.
12955
12956         hash: fix memory leak in last patch
12957         * lib/hash.c (hash_rehash): Avoid memory leak.
12958
12959         hash: avoid no-op rehashing
12960         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
12961
12962         hash: provide default callback functions
12963         * lib/hash.c (raw_hasher, raw_comparator): New functions.
12964         (hash_initialize): Use them as defaults.
12965         * tests/test-hash.c (main): Test this.
12966
12967         hash: minor optimization
12968         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
12969         when possible.
12970         (hash_initialize): Document this promise.
12971         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
12972         * tests/test-hash.c (hash_compare_strings): Test this.
12973
12974 2009-06-18  Bruno Haible  <bruno@clisp.org>
12975
12976         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
12977         going to be replaced anyway.
12978
12979 2009-06-18  Bruno Haible  <bruno@clisp.org>
12980
12981         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
12982         in one place.
12983         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
12984         be replaced anyway.
12985
12986 2009-06-18  Eric Blake  <ebb9@byu.net>
12987
12988         hash: check for resize before insertion
12989         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
12990         threshold before insertion, so that a pathological hash_rehash
12991         that fills every bucket can still trigger another rehash.
12992
12993 2009-06-18  Jim Meyering  <meyering@redhat.com>
12994
12995         hash-tests: add a loop around the small tests
12996         * tests/test-hash.c (main): Repeat small tests with selected
12997         small initial table sizes.
12998
12999 2009-06-17  Eric Blake  <ebb9@byu.net>
13000
13001         hash: minor cleanups
13002         * lib/hash.h (hash_entry): Make opaque, by moving...
13003         * lib/hash.c (hash_entry): ...here.
13004         (hash_insert): Clarify restrictions on what can be inserted.
13005         (hash_get_next): Clarify when it is safe to remove an element
13006         during traversal.
13007         (check_tuning): Skip verification when tuning is known safe.
13008         (hash_initialize): Clarify restrictions on tuning.
13009
13010 2009-06-17  Jim Meyering  <jim@meyering.net>
13011         and Eric Blake  <ebb9@byu.net>
13012
13013         hash-tests: new module
13014         * modules/hash-tests: New file.
13015         * tests/test-hash.c: New file.
13016
13017 2009-06-17  Eric Blake  <ebb9@byu.net>
13018
13019         strstr-simple: document new module
13020         * MODULES.html.sh: Document new module.
13021
13022         strstr, strcasestr: replace on platforms with broken memchr
13023         * modules/strstr: Split into...
13024         * modules/strstr-simple: ...new module that does not care about
13025         performance, but does care about glibc bug.
13026         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13027         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13028         if platform memchr is broken, per Debian bug 521737.
13029         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13030         memchr.
13031         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13032         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13033         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13034         * modules/mountlist (Depends-on): Add strstr-simple.
13035         * modules/gen-uni-tables (Depends-on): Likewise.
13036         * modules/argz (Depends-on): Add strstr.
13037
13038 2009-06-17  Bruno Haible  <bruno@clisp.org>
13039
13040         * modules/posix_spawn-internal (Depends-on): Add errno.
13041
13042 2009-06-17  Bruno Haible  <bruno@clisp.org>
13043
13044         Define missing ESTALE on Interix 3.5.
13045         * lib/errno.in.h (ESTALE): Assign a value if missing.
13046         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13047         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13048         missing.
13049         * doc/posix-headers/errno.texi: Mention the Interix bug.
13050         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13051
13052 2009-06-15  Eric Blake  <ebb9@byu.net>
13053
13054         memchr, memchr2: add valgrind exception
13055         * lib/memchr.valgrind: New file.
13056         * lib/memchr2.valgrind: New file.
13057         * modules/memchr (Files): Distribute valgrind file.
13058         * modules/memchr2 (Files): Likewise.
13059
13060         docs: memchr is no longer obsolete
13061         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13062         * lib/string.in.h (memchr): Simplify logic.
13063
13064 2009-06-14  Jim Meyering  <meyering@redhat.com>
13065
13066         link-follow: fix the "checking..." message to not mention trailing slash
13067         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13068         never considered trailing slashes.
13069
13070 2009-06-14  Bruno Haible  <bruno@clisp.org>
13071
13072         * m4/memchr.m4: Mention also the bug on IA-64.
13073         * doc/posix-functions/memchr.texi: Likewise.
13074
13075 2009-06-12  Eric Blake  <ebb9@byu.net>
13076
13077         memchr: detect broken x86_64 and alpha implementations
13078         * modules/memchr-tests (Depends-on): Move mmap detection...
13079         * modules/memchr (Depends-on): ...here.
13080         (configure.ac): Set indicator.
13081         * lib/string.in.h (memchr): Declare replacement.
13082         * modules/string (Makefile.am): Trigger replacement.
13083         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13084         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13085         bugs.
13086         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13087         * modules/getpagesize (License): Relax license.
13088
13089 2009-06-11  Bruno Haible  <bruno@clisp.org>
13090
13091         * lib/idpriv.h: Add more references.
13092
13093 2009-06-08  Bruno Haible  <bruno@clisp.org>
13094
13095         Tests for module 'idpriv-droptemp'.
13096         * modules/idpriv-droptemp-tests: New file.
13097         * tests/test-idpriv-droptemp.sh: New file.
13098         * tests/test-idpriv-droptemp.su.sh: New file.
13099         * tests/test-idpriv-droptemp.c: New file.
13100
13101         New module 'idpriv-droptemp'.
13102         * lib/idpriv-droptemp.c: New file.
13103         * modules/idpriv-droptemp: New file.
13104
13105 2009-06-08  Bruno Haible  <bruno@clisp.org>
13106
13107         Tests for module 'idpriv-drop'.
13108         * modules/idpriv-drop-tests: New file.
13109         * tests/test-idpriv-drop.sh: New file.
13110         * tests/test-idpriv-drop.su.sh: New file.
13111         * tests/test-idpriv-drop.c: New file.
13112
13113         New module 'idpriv-drop'.
13114         * lib/idpriv.h: New file.
13115         * lib-idpriv-drop.c: New file.
13116         * m4/idpriv.m4: New file.
13117         * modules/idpriv-drop: New file.
13118
13119 2009-06-08  Bruno Haible  <bruno@clisp.org>
13120
13121         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13122         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13123         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13124         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13125         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13126         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13127         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13128
13129 2009-06-08  Eric Blake  <ebb9@byu.net>
13130
13131         test-strstr: use memory fence, when possible
13132         * tests/test-strstr.c (main): Use memory fence, in order to be
13133         more likely to trigger Debian bug 521737.
13134         * modules/strstr-tests (Files): Pull in additional files.
13135
13136         memchr: no longer obsolete, for wider field testing
13137         * modules/memchr (Status, Notice): Delete, this module is no
13138         longer obsolete.
13139         * modules/vasnprintf (Depends-on): Add memchr.
13140
13141 2009-06-07  Jim Meyering  <meyering@redhat.com>
13142
13143         hash: declare some functions with the warn_unused_result attribute
13144         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13145
13146 2009-06-07  Bruno Haible  <bruno@clisp.org>
13147
13148         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13149         Reported by Eric Blake.
13150
13151 2009-06-06  Eric Blake  <ebb9@byu.net>
13152
13153         test-alignof: fix typo with long double
13154         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13155         compiler error.
13156
13157 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13158
13159         Escape non-texinfo { and }s.
13160         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13161         markup error.
13162
13163 2009-06-04  Jim Meyering  <meyering@redhat.com>
13164
13165         gitlog-to-changelog: don't infloop on an empty commit log
13166         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13167         Reported by Boris Petersen <transacid@centerim.org>.
13168
13169 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13170
13171         version-etc: extend for packagers
13172         Add three new configure options, intended for packagers:
13173           --with-packager="packager name"
13174           --with-packager-version="packager-specific version"
13175           --with-packager-bug-reports="packager bug reporting"
13176         An example with coreutils:
13177           $ ./configure \
13178             --with-packager=Gentoo \
13179             --with-packager-bug-report=http://bugs.gentoo.org/ \
13180             --with-packager-version="patchset 1.6"
13181           $ ./src/ls --version | head -n2
13182           ls (GNU coreutils) 7.1-dirty
13183           Packaged by Gentoo (patchset 1.6)
13184         Note that the bug reporting info via --help doesn't show up because
13185         coreutils uses its own custom emit_bug_reporting_address() implementation
13186         in src/system.h.  If it didn't, it'd look like:
13187           $ ./src/ls --help | tail -n4
13188           Report bugs to <bug-coreutils@gnu.org>.
13189           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13190           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13191           General help using GNU software: <http://www.gnu.org/gethelp/>.
13192         * lib/version-etc.c: Print new information, if provided.
13193         * m4/version-etc.m4: New file.
13194         * modules/version-etc (Files): Add m4/version-etc.m4.
13195         (configure.ac): Add gl_VERSION_ETC.
13196
13197 2009-05-31  Bruno Haible  <bruno@clisp.org>
13198
13199         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13200         and 'int64_t'.
13201         * modules/alignof-tests (Dependencies): Add stdint.
13202         Reported by Eric Blake.
13203
13204 2009-05-31  Bruno Haible  <bruno@clisp.org>
13205
13206         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13207         restriction due to compiler bugs.
13208         Reported by Eric Blake.
13209
13210 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13211             Bruno Haible  <bruno@clisp.org>
13212
13213         Fix test-alignof failure.
13214         * lib/alignof.h (alignof_slot): New macro.
13215         (alignof_type): New macro, with the same semantics as the previous
13216         'alignof'.
13217         (alignof): Alias to alignof_slot.
13218         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13219         check that the results are usable as constant expressions.
13220
13221 2009-05-31  Bruno Haible  <bruno@clisp.org>
13222
13223         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13224         * tests/test-memchr.c (main): Check that memchr does not read past the
13225         first occurrence of the byte.
13226         * tests/test-strstr.c (main): Update comment.
13227         Suggested by Eric Blake.
13228
13229 2009-05-30  Bruno Haible  <bruno@clisp.org>
13230
13231         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13232         detail how to use dumpbin.
13233         Reported by David Byron <dbyron@dbyron.com>.
13234
13235 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13236
13237         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13238
13239 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13240
13241         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13242
13243 2009-05-28  Bruno Haible  <bruno@clisp.org>
13244
13245         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13246         build-aux/ files.
13247
13248 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13249
13250         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13251
13252 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13253
13254         * gnulib-tool (sed_transform_main_lib_file)
13255         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13256         regexps.
13257
13258 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13259
13260         * tests/test-strstr.c: Add another self-test.
13261         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13262         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13263
13264 2009-05-23  Bruno Haible  <bruno@clisp.org>
13265
13266         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13267         change.
13268
13269 2009-05-21  Bruno Haible  <bruno@clisp.org>
13270
13271         Simplify use of mode_t varargs.
13272         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13273         uses 'mode_t' or 'int'.
13274         * lib/openat.c (openat): Likewise.
13275         * lib/open-safer.c (open_safer): Likewise.
13276         * m4/mode_t.m4: New file.
13277         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13278         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13279         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13280         * modules/open (Files): Add m4/mode_t.m4.
13281         * modules/openat (Files): Likewise.
13282         * modules/fcntl-safer (Files): Likewise.
13283         Suggested by Eric Blake.
13284
13285 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13286
13287         * doc/glibc-functions/fallocate.texi: New file.
13288         * doc/gnulib.texi: Include it.
13289
13290 2009-05-21  Eric Blake  <ebb9@byu.net>
13291             Bruno Haible  <bruno@clisp.org>
13292
13293         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13294         invocations.
13295         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13296
13297 2009-05-21  Eric Blake  <ebb9@byu.net>
13298             Bruno Haible  <bruno@clisp.org>
13299
13300         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13301         include_next. Fix of 2008-11-20 commit.
13302         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13303         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13304         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13305         NEXT_MATH_H.
13306         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13307         instead of NEXT_MATH_H.
13308
13309 2009-05-21  Bruno Haible  <bruno@clisp.org>
13310
13311         Avoid redefinition warnings for SIZE_MAX.
13312         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13313         Reported by Simon Josefsson.
13314
13315 2009-05-21  Bruno Haible  <bruno@clisp.org>
13316
13317         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13318         AC_CACHE_VAL.
13319
13320 2009-05-20  Bruno Haible  <bruno@clisp.org>
13321
13322         Make zeroptr.h work on mingw.
13323         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13324         mprotect.
13325         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13326         * modules/memchr2-tests (configure.ac): Likewise.
13327         * modules/memcmp-tests (configure.ac): Likewise.
13328         * modules/memmem-tests (configure.ac): Likewise.
13329         * modules/memrchr-tests (configure.ac): Likewise.
13330         Reported by Simon Josefsson.
13331
13332 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13333
13334         * tests/test-glob.c: Include string.h for strcmp prototype.
13335
13336 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13337
13338         * modules/getdelim (Depends-on): Add explicit stdint, although it
13339         was implicitly already pulled in via realloc-posix.
13340         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13341
13342 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13343
13344         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13345         G. Christensen" <tgc@jupiterrise.com>.
13346         * m4/sys_socket_h.m4: Check for sa_family_t.
13347         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13348         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13349         * tests/test-sys_socket.c: Check that sa_family_t works.
13350
13351 2009-05-18  Eric Blake  <ebb9@byu.net>
13352
13353         maint.mk: allow gnulib_dir in VPATH build
13354         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13355
13356 2009-05-15  Jim Meyering  <meyering@redhat.com>
13357
13358         maint.mk: Give gnulib_dir a default definition.
13359         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13360         Thus, most packages no longer need to specify this variable in cfg.mk
13361
13362 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13363
13364         rename.m4: fix typos that would make non-mingw cross-configure fail
13365         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13366
13367 2009-05-13  Eric Blake  <ebb9@byu.net>
13368
13369         mmap-anon: avoid out-of-order autoconf expansion
13370         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13371         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13372         * modules/memchr-tests (Depends-on): Add extensions.
13373         * modules/memchr2-tests (Depends-on): Add extensions.
13374         * modules/memcmp-tests (Depends-on): Add extensions.
13375         * modules/memmem-tests (Depends-on): Add extensions.
13376         * modules/memrchr-tests (Depends-on): Add extensions.
13377
13378 2009-05-13  Bruno Haible  <bruno@clisp.org>
13379
13380         Make some tests ISO C 99 compliant.
13381         * tests/zerosize-ptr.h: New file.
13382         * tests/test-memchr.c: Include zerosize-ptr.h.
13383         (main): Use a zero-size object pointer instead of NULL.
13384         * tests/test-memchr2.c: Include zerosize-ptr.h.
13385         (main): Use a zero-size object pointer instead of NULL.
13386         * tests/test-memcmp.c: Include zerosize-ptr.h.
13387         (main): Use a zero-size object pointer instead of NULL.
13388         * tests/test-memmem.c: Include zerosize-ptr.h.
13389         (main): Use a zero-size object pointer instead of NULL.
13390         * tests/test-memrchr.c: Include zerosize-ptr.h.
13391         (main): Use a zero-size object pointer instead of NULL.
13392         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13393         m4/mmap-anon.m4.
13394         (Depends-on): Add getpagesize.
13395         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13396         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13397         m4/mmap-anon.m4.
13398         (Depends-on): Add getpagesize.
13399         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13400         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13401         m4/mmap-anon.m4.
13402         (Depends-on): Add getpagesize.
13403         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13404         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13405         m4/mmap-anon.m4.
13406         (Depends-on): Add getpagesize.
13407         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13408         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13409         m4/mmap-anon.m4.
13410         (Depends-on): Add getpagesize.
13411         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13412
13413 2009-05-12  Bruno Haible  <bruno@clisp.org>
13414
13415         Tests for module 'alignof'.
13416         * modules/alignof-tests: New file.
13417         * tests/test-alignof.c: New file.
13418
13419 2009-05-12  Bruno Haible  <bruno@clisp.org>
13420
13421         Fix alignof macro.
13422         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13423         vendor compilers that are always correct.
13424
13425 2009-05-12  Bruno Haible  <bruno@clisp.org>
13426
13427         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13428         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13429         not whether its fully works.
13430
13431 2009-05-12  Bruno Haible  <bruno@clisp.org>
13432
13433         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13434
13435 2009-05-12  Jim Meyering  <meyering@redhat.com>
13436
13437         * top/maint.mk: Adjust backslash alignment.
13438
13439 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13440
13441         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13442
13443 2009-05-11  Eric Blake  <ebb9@byu.net>
13444
13445         argp: avoid undefined behavior
13446         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13447         macros.
13448
13449 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13450
13451         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13452         user.name to prevent git commit from complaining.
13453
13454 2009-05-10  Bruno Haible  <bruno@clisp.org>
13455
13456         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13457         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13458         it rewrites every file name only once.
13459         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13460
13461 2009-05-08  Bruno Haible  <bruno@clisp.org>
13462
13463         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13464         instead of 'max'.
13465
13466 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13467
13468         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13469         sockaddr_storage test.
13470
13471 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13472
13473         * modules/sys_socket (Makefile.am): Substitute
13474         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13475         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13476         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13477         * tests/test-sys_socket.c: Check sockaddr_storage.
13478
13479 2009-05-08  Bruno Haible  <bruno@clisp.org>
13480
13481         New module 'alignof'.
13482         * lib/alignof.h: New file.
13483         * modules/alignof: New file.
13484
13485 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13486             Bruno Haible  <bruno@clisp.org>
13487
13488         Fix test-file-has-acl on FreeBSD.
13489         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13490         mask is implicitly added.
13491         * tests/test-file-has-acl.c: Include <signal.h>.
13492         (main): Terminate the test after 5 seconds.
13493         * modules/acl-tests (configure.ac): Check for alarm function.
13494
13495 2009-05-04  Bruno Haible  <bruno@clisp.org>
13496
13497         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13498         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13499         * modules/errno (configure.ac): Drop AC_REQUIRE.
13500         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13501         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13502
13503 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13504
13505         * modules/glob-tests: New module.
13506         * tests/test-glob.c: Add.
13507
13508 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13509
13510         * modules/fnmatch-tests: New module.
13511         * tests/test-fnmatch.c: Add.
13512
13513 2009-05-04  Eric Blake  <ebb9@byu.net>
13514
13515         maint: make the new no-submodule-changes rule VPATH-safe
13516         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13517
13518 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13519             Bruno Haible  <bruno@clisp.org>
13520
13521         acl: Fix infinite loop on FreeBSD.
13522         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13523         of return value from acl_get_entry.
13524         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13525         Likewise.
13526
13527 2009-05-03  Bruno Haible  <bruno@clisp.org>
13528
13529         * lib/acl-internal.h (acl_entries): Clarify return value.
13530         * lib/acl_entries.c (acl_entries): Likewise.
13531
13532 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13533
13534         Bug fix in acl module.
13535         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13536
13537 2009-05-03  Bruno Haible  <bruno@clisp.org>
13538
13539         Create gperf-generated file in the source dir, not in the build dir.
13540         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
13541         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
13542         * modules/unicase/locale-language (unicase/locale-languages.h):
13543         Likewise.
13544         * modules/unicase/special-casing (unicase/special-casing-table.h):
13545         Likewise.
13546         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
13547         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
13548         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
13549         Reported by Ralf Wildenhues.
13550
13551 2009-05-03  Bruno Haible  <bruno@clisp.org>
13552
13553         * modules/fnmatch (Description, configure.ac): Taken from
13554         fnmatch-posix.
13555         * modules/fnmatch-posix: Turn into a symbolic reference to the
13556         'fnmatch' module, and deprecate.
13557         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
13558
13559 2009-05-03  Bruno Haible  <bruno@clisp.org>
13560
13561         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
13562         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
13563         Reported by Ralf Wildenhues.
13564
13565 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13566
13567         * m4/fnmatch.m4: Fix fnmatch re-define.
13568
13569 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13570
13571         priv-set: new module and tests; adapt write-any-file
13572         * lib/priv-set.c: New file.
13573         * lib/priv-set.h: New file.
13574         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
13575         * lib/write-any-file.c: Simplify by using priv-set module.
13576         * m4/priv-set.m4: New file.
13577         * modules/priv-set: New file.
13578         * modules/unlinkdir: Add dependency on priv-set module.
13579         * modules/write-any-file: Likewise.
13580
13581         Tests for module 'priv-set'.
13582         * modules/priv-set-tests: New file.
13583         * tests/test-priv-set.c: New file.
13584
13585 2009-05-03  Jim Meyering  <meyering@redhat.com>
13586             Bruno Haible  <bruno@clisp.org>
13587
13588         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
13589         use the converted UTF-8 variant of the name instead.
13590
13591 2009-05-03  Jim Meyering  <meyering@redhat.com>
13592
13593         tests: tighten some getdate tests
13594         * tests/test-getdate.c (main): Tighten tests: require equality,
13595         not just greater than.  Set TZ envvar to UTC0.
13596
13597 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
13598
13599         getdate: correctly interpret "next monday" when run on a Monday
13600         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
13601         that e.g., "next tues" (when run on a tuesday) results in a date
13602         that is one week in the future, and not today's date.
13603         I.e., add a week when the wday is the same as the current one.
13604         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
13605         and earlier by Martin Bernreuther and Jan Minář.
13606         * tests/test-getdate.c (main): Check that "next DAY" is always in
13607         the future and that "last DAY" is always in the past.
13608
13609 2009-05-02  Jim Meyering  <meyering@redhat.com>
13610
13611         build: ensure that a release build fails when a submodule is unclean
13612         * top/maint.mk (no-submodule-changes): New rule.
13613         (alpha beta major): Depend on it.
13614
13615 2009-05-02  Bruno Haible  <bruno@clisp.org>
13616
13617         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
13618         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
13619         shell variable gl_fnmatch_required to detect which variant is
13620         requested.
13621         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
13622         gl_FUNC_FNMATCH_POSIX.
13623         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
13624         exclude fnmatch-posix.
13625
13626 2009-05-02  Bruno Haible  <bruno@clisp.org>
13627
13628         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
13629         * modules/mbsrtowcs (License): Change to LGPLv2+.
13630         * modules/strnlen1 (License): Likewise.
13631         Reported by Simon Josefsson.
13632
13633 2009-05-02  Bruno Haible  <bruno@clisp.org>
13634
13635         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
13636         "cross".
13637         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
13638         gnulib-tool was called with option --source-base=lib.
13639
13640 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13641
13642         Use automake *-local hooks without commands, for extensibility.
13643         * modules/localcharset (Makefile.am): Rename install-exec-local
13644         rule to install-exec-localcharset, and make it a prerequisite of
13645         install-exec-local.  Likewise, rename the uninstall-local rule to
13646         uninstall-localcharset, and make it a prerequisite of the former.
13647
13648 2009-05-01  Bruno Haible  <bruno@clisp.org>
13649
13650         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
13651         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13652         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
13653         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
13654         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
13655         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13656         m4/locale-zh.m4, m4/codeset.m4.
13657
13658         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13659         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
13660         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13661         m4/locale-zh.m4.
13662
13663         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
13664         REPLACE_WCRTOMB if mbstate_t must be replaced.
13665         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
13666         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
13667
13668 2009-05-01  Bruno Haible  <bruno@clisp.org>
13669
13670         Avoid compiler warnings when redefining macros defined by <libintl.h>.
13671         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
13672         dngettext, dcngettext, textdomain, bindtextdomain,
13673         bind_textdomain_codeset): Undefine before redefining.
13674
13675 2009-04-30  Bruno Haible  <bruno@clisp.org>
13676
13677         Fix bug introduced on 2009-04-25.
13678         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
13679         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
13680         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
13681         is defined.
13682         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
13683         is defined.
13684         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
13685         is defined.
13686         Reported by Elbert_Pol <elbert.pol@gmail.com>.
13687
13688 2009-04-28  Bruno Haible  <bruno@clisp.org>
13689
13690         Comment tweaks.
13691         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
13692         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
13693         * lib/unicase.h (u*_casexfrm): Likewise.
13694         Reported by Paolo Bonzini.
13695
13696 2009-04-28  Bruno Haible  <bruno@clisp.org>
13697
13698         Fix a compilation error.
13699         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
13700         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
13701         Reported by Jim Meyering.
13702
13703 2009-04-27  Bruno Haible  <bruno@clisp.org>
13704
13705         New module 'libunistring'.
13706         * modules/libunistring: New file.
13707         * m4/libunistring.m4: New file.
13708         * MODULES.html.sh (Unicode string functions): Add it.
13709
13710 2009-04-27  Eric Blake  <ebb9@byu.net>
13711
13712         maint.mk: allow package-specific header to provide <config.h>
13713         * top/maint.mk (sc_require_config_h): New variable.
13714         (sc_require_config_h, sc_require_config_h_first): Use it.
13715
13716 2009-04-27  Simon Josefsson  <simon@josefsson.org>
13717
13718         * top/maint.mk (sc_avoid_if_before_free): Except
13719         useless-if-before-free script.
13720
13721 2009-04-27  Eric Blake  <ebb9@byu.net>
13722
13723         maintainer-makefile: depend on all required helper scripts
13724         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
13725         useless-if-before-free.
13726         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
13727         version, rather than assuming gnulib checkout is available.
13728         Reported by Simen Josefsson.
13729
13730 2009-04-26  Bruno Haible  <bruno@clisp.org>
13731
13732         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
13733         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
13734         "../" or "..".
13735
13736 2009-04-26  Bruno Haible  <bruno@clisp.org>
13737
13738         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
13739         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
13740         AC_LIB_HAVE_LINKFLAGS.
13741
13742 2009-04-26  Bruno Haible  <bruno@clisp.org>
13743
13744         Simplify calling convention of u*_conv_from_encoding.
13745         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
13746         u32_conv_from_encoding): Expect a resultbuf argument and return the
13747         result directly as a pointer.
13748         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
13749         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
13750         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
13751         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
13752         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
13753         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13754         Update.
13755         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
13756         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
13757         * lib/vasnprintf.c (VASNPRINTF): Update.
13758         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
13759         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
13760         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
13761         * NEWS: Mention the change.
13762
13763 2009-04-26  Bruno Haible  <bruno@clisp.org>
13764
13765         Simplify calling convention of u*_conv_to_encoding.
13766         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
13767         u32_conv_to_encoding): Expect a resultbuf argument and return the
13768         result directly as a pointer.
13769         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13770         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
13771         freeing scaled_offsets if mem_iconveha failed.
13772         * lib/unicase/u-casexfrm.h (FUNC): Update.
13773         * lib/uninorm/u-normxfrm.h (FUNC): Update.
13774         * lib/vasnprintf.c (VASNPRINTF): Update.
13775         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
13776         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
13777         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
13778         * NEWS: Mention the change.
13779
13780 2009-04-26  Bruno Haible  <bruno@clisp.org>
13781
13782         Avoid test failures on AIX and OSF/1.
13783         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
13784         malloc(0).
13785         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13786         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13787         Likewise.
13788         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
13789         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
13790         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
13791         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
13792         * doc/posix-functions/malloc.texi: Document the portability problem
13793         related to malloc(0).
13794
13795 2009-04-26  Bruno Haible  <bruno@clisp.org>
13796
13797         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
13798         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
13799         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
13800
13801 2009-04-25  Bruno Haible  <bruno@clisp.org>
13802
13803         Avoid link error when creating a namespace clean library.
13804         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
13805         as macro with arguments if already defined as an alias.
13806         * lib/signbitf.c (gl_signbitf): Don't undefine.
13807         * lib/signbitd.c (gl_signbitd): Don't undefine.
13808         * lib/signbitl.c (gl_signbitl): Don't undefine.
13809
13810 2009-04-25  Jim Meyering  <meyering@redhat.com>
13811
13812         vc-list-files: fix another quoting bug
13813         * build-aux/vc-list-files: Avoid sed backslash expansion
13814         of pathological directory names.
13815
13816 2009-04-25  Eric Blake  <ebb9@byu.net>
13817
13818         vc-list-files: fix shell quoting error
13819         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
13820         timestamp.
13821
13822 2009-04-25  Jim Meyering  <meyering@redhat.com>
13823
13824         vc-list-files: restore lost functionality with subdir argument
13825         * build-aux/vc-list-files: When given a non-"." sub-directory
13826         argument, substitute the $dir/ prefix back onto each resulting name.
13827         Otherwise, coreutils' root_tests check would fail.
13828
13829 2009-04-24  Eric Blake  <ebb9@byu.net>
13830
13831         vc-list-files: ignore git symlinks
13832         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
13833         than ls-files, to ignore git symlinks.
13834
13835         maint.mk: import improvements from m4
13836         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
13837         (move_if_change): Delete unused macro.
13838         (news-date-check, vc-diff-check): Support VPATH builds.
13839         (announcement): Likewise.  Split --bootstrap-tools list...
13840         (boostrap-tools): ...into separate list, which can be overridden
13841         in cfg.mk.
13842         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
13843         requiring dependency on useless-if-before-free module.
13844         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
13845         Support VPATH builds.
13846
13847 2009-04-24  Jim Meyering  <meyering@redhat.com>
13848
13849         maint.mk: remove coreutils-specific rules and variables
13850         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
13851         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
13852         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
13853
13854         maint.mk: remove obsolete rule
13855         * top/maint.mk (rel-check): Remove rule.
13856         (WGET, WGETFLAGS): Remove now-unused variables.
13857
13858 2009-04-24  Simon Josefsson  <simon@josefsson.org>
13859
13860         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
13861         consistency.
13862
13863         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
13864         '$(PATH_SEPARATOR)' instead of ':'.
13865
13866 2009-04-24  Simon Josefsson  <simon@josefsson.org>
13867
13868         * lib/getopt1.c (main): Use 'const' for static array.
13869
13870 2009-04-24  Simon Josefsson  <simon@josefsson.org>
13871
13872         * top/maint.mk: Sync with coreutils.
13873         * NEWS: Explain incompatibilities.
13874
13875 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13876             Bruno Haible  <bruno@clisp.org>
13877
13878         Fix cross-compilation results.
13879         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
13880         statement, as third argument of AC_TRY_RUN.
13881         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
13882         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
13883         Likewise.
13884         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
13885         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
13886         Likewise.
13887         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
13888         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
13889         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
13890
13891 2009-04-20  Bruno Haible  <bruno@clisp.org>
13892
13893         Avoid test failure on mingw.
13894         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
13895
13896 2009-04-20  Bruno Haible  <bruno@clisp.org>
13897
13898         Avoid compilation error on mingw.
13899         * modules/localename-tests (Depends-on): Add locale.
13900
13901 2009-04-19  Bruno Haible  <bruno@clisp.org>
13902
13903         Support for building a shared library on Windows platforms.
13904         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
13905         (main): Test the presence of UNINORM_NFC here.
13906         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
13907         (main): Test the presence of UNINORM_NFD here.
13908         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
13909         (main): Test the presence of UNINORM_NFKC here.
13910         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
13911         (main): Test the presence of UNINORM_NFKD here.
13912
13913 2009-04-19  Bruno Haible  <bruno@clisp.org>
13914
13915         Avoid a compiler warning.
13916         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
13917         Change type of variable 'sequence'.
13918
13919 2009-04-19  Bruno Haible  <bruno@clisp.org>
13920
13921         * modules/configmake (Makefile.am): When the contents of configmake.h
13922         does not change, arrange to preserve its modification time.
13923
13924 2009-04-17  Simon Josefsson  <simon@josefsson.org>
13925
13926         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
13927         gettext domain.
13928
13929 2009-04-16  Jim Meyering  <meyering@redhat.com>
13930
13931         useless-if-before-free: improve conversion code
13932         * build-aux/useless-if-before-free: Adjust code-in-comment to match
13933         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
13934
13935 2009-04-14  Bruno Haible  <bruno@clisp.org>
13936
13937         * modules/fcntl (Depends-on): Add extensions.
13938         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
13939
13940 2009-04-12  Ben Pfaff  <blp@gnu.org>
13941
13942         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
13943         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
13944
13945 2009-03-20  Ben Pfaff  <blp@gnu.org>
13946
13947         Make rename replace existing destinations on Windows.
13948         * m4/rename.m4: Add test for Mingw.
13949         * lib/rename.c: Add rename replacement that uses MoveFileEx with
13950         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
13951         * doc/posix-functions/rename.texi: Document.
13952
13953 2009-04-10  Bruno Haible  <bruno@clisp.org>
13954
13955         New include file "iconveh.h".
13956         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
13957         * lib/striconveh.h: Include it.
13958         (enum iconv_ilseq_handler): Remove definition.
13959         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
13960         striconveh.h.
13961         * lib/striconveha.c: Include striconveh.h.
13962         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
13963         * modules/striconveh (Files): Add lib/iconveh.h.
13964         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
13965         lib/striconveh.h.
13966
13967 2009-04-10  Bruno Haible  <bruno@clisp.org>
13968
13969         * lib/uniconv.h: Update comment.
13970
13971 2009-04-10  Bruno Haible  <bruno@clisp.org>
13972
13973         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
13974         always.
13975         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
13976         * lib/unistr/u16-mbtouc-aux.c: Likewise.
13977         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
13978         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
13979         "unistring-notinline.h", so that the function gets defined always.
13980         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
13981         * lib/unistr/u8-uctomb.c: Likewise.
13982         * lib/unistr/u16-mbtouc.c: Likewise.
13983         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
13984         * lib/unistr/u16-uctomb.c: Likewise.
13985         * lib/unistr/u32-mbtouc.c: Likewise.
13986         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
13987         * lib/unistr/u32-uctomb.c: Likewise.
13988
13989 2009-04-10  Bruno Haible  <bruno@clisp.org>
13990
13991         Mark 'utime' obsolete.
13992         * modules/utime (Status, Notice): New sections.
13993         Suggested by Jim Meyering.
13994
13995         Fix cross-compile guess for utime test.
13996         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
13997         autoconf.
13998         * doc/posix-functions/utime.texi: Give more precisions.
13999         Reported by Jan <ipif@ymail.com>.
14000
14001 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14002
14003         filevercmp: correct today's change
14004         * lib/filevercmp.c: Also handle coreutils' test inputs.
14005         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14006
14007         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14008         for reporting it.
14009         * lib/filevercmp.c: Special handle for "", "." and "..".
14010         * tests/test-filevercmp.c: Enlarge the set suite.
14011
14012 2009-04-07  Jim Meyering  <meyering@redhat.com>
14013
14014         useless-if-before-free: show how to remove braced useless free, too
14015         * build-aux/useless-if-before-free: still only in a comment, though.
14016
14017 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14018
14019         maint.mk: import changes to syntax-check macros from coreutils
14020         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14021         Use them in the relevant macros.
14022
14023 2009-04-06  Bruno Haible  <bruno@clisp.org>
14024
14025         Fix unportable use of bit-fields.
14026         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14027         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14028         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14029
14030 2009-04-06  Bruno Haible  <bruno@clisp.org>
14031
14032         Avoid test failures on AIX and OSF/1.
14033         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14034         that malloc(0) = NULL.
14035         * tests/unicase/test-u8-tolower.c (check): Likewise.
14036         * tests/unicase/test-u8-totitle.c (check): Likewise.
14037         * tests/unicase/test-u8-toupper.c (check): Likewise.
14038         * tests/unicase/test-u16-casefold.c (check): Likewise.
14039         * tests/unicase/test-u16-tolower.c (check): Likewise.
14040         * tests/unicase/test-u16-totitle.c (check): Likewise.
14041         * tests/unicase/test-u16-toupper.c (check): Likewise.
14042         * tests/unicase/test-u32-casefold.c (check): Likewise.
14043         * tests/unicase/test-u32-tolower.c (check): Likewise.
14044         * tests/unicase/test-u32-totitle.c (check): Likewise.
14045         * tests/unicase/test-u32-toupper.c (check): Likewise.
14046         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14047         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14048         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14049         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14050         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14051         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14052         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14053         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14054         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14055         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14056         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14057         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14058
14059 2009-04-05  Bruno Haible  <bruno@clisp.org>
14060
14061         Work around an autoconf limitation.
14062         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14063         comment line if it would be longer than 3 KB.
14064
14065 2009-04-05  Bruno Haible  <bruno@clisp.org>
14066
14067         Avoid test failure with libiconv-1.13.
14068         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14069         of the expected test results.
14070
14071 2009-04-05  Bruno Haible  <bruno@clisp.org>
14072
14073         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14074         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14075         that it should be installed.
14076
14077 2009-04-05  Bruno Haible  <bruno@clisp.org>
14078
14079         * gnulib-tool: New option --copy-file.
14080         (func_usage): Document it.
14081         (func_dest_tmpfilename): Moved out of func_import.
14082         (func_add_file, func_update_file): New functions, extracted from
14083         func_import.
14084         (func_import): Update.
14085
14086 2009-04-05  Karl Berry  <karl@gnu.org>
14087
14088         * README: prominently mention gnulib-tool.
14089         Rearrange sections so getting the code is near the top.
14090
14091 2009-04-05  Bruno Haible  <bruno@clisp.org>
14092
14093         * lib/unicase.h: Mention u*_cmp2.
14094         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14095         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14096         * lib/unicase/ulc-casecmp.c: Likewise.
14097         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14098         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14099         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14100         unistr/u8-cmp.
14101         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14102         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14103         unistr/u16-cmp.
14104         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14105         unistr/u32-cmp.
14106
14107         * lib/uninorm.h: Mention u*_cmp2.
14108         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14109         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14110         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14111         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14112         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14113         unistr/u8-cmp.
14114         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14115         unistr/u16-cmp.
14116         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14117         unistr/u32-cmp.
14118
14119         New module 'unistr/u32-cmp2'.
14120         * lib/unistr/u32-cmp2.c: New file.
14121         * modules/unistr/u32-cmp2: New file.
14122
14123         New module 'unistr/u16-cmp2'.
14124         * lib/unistr/u16-cmp2.c: New file.
14125         * modules/unistr/u16-cmp2: New file.
14126
14127         New module 'unistr/u8-cmp2'.
14128         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14129         * lib/unistr/u8-cmp2.c: New file.
14130         * lib/unistr/u-cmp2.h: New file.
14131         * modules/unistr/u8-cmp2: New file.
14132
14133 2009-04-05  Bruno Haible  <bruno@clisp.org>
14134
14135         * lib/unictype.h (uc_property_is_valid): New macro.
14136         * tests/unictype/test-pr_byname.c (main): Use it.
14137
14138         * lib/unistr.h: Doc fixes.
14139         * lib/uniconv.h: Doc fixes.
14140         * lib/unictype.h: Doc fixes.
14141
14142 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14143
14144         Port coreutils 7.2 to Solaris 8.
14145
14146         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14147         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14148         for Solaris 8.  This is a bit of a hack, as it means it's the
14149         caller's responsibility to add -lnsl if needed, but most likely it
14150         won't be needed since only getaddrinfo uses this and getaddrinfo
14151         isn't needed on Solaris 8.
14152
14153         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14154         problem to Solaris 8 encountered with coreutils 7.2, which
14155         resulted in a message "fnmatch.c:292: warning: passing argument 4
14156         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14157         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14158
14159 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14160
14161         * m4/ld-version-script.m4: Add FIXME comment.
14162
14163 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14164
14165         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14166         SOVERSION variable.
14167
14168 2009-04-02  Bruno Haible  <bruno@clisp.org>
14169
14170         * Makefile (info, html, dvi, pdf): Combine the rules.
14171         Suggested by Jim Meyering.
14172
14173 2009-04-01  Bruno Haible  <bruno@clisp.org>
14174
14175         * Makefile (info, html, dvi, pdf): New targets.
14176         Reported by Reuben Thomas <rrt@sc3d.org>.
14177
14178 2009-04-01  Bruno Haible  <bruno@clisp.org>
14179
14180         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14181         can be put into PATH.
14182         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14183
14184 2009-04-01  Bruno Haible  <bruno@clisp.org>
14185
14186         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14187
14188 2009-04-01  Bruno Haible  <bruno@clisp.org>
14189
14190         Rename module 'visibility'.
14191         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14192         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14193         * doc/gnulib.texi: Update.
14194         * MODULES.html.sh (Misc): Update.
14195         * NEWS: Mention the change.
14196
14197 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14198
14199         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14200         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14201         Eric Blake <ebb9@byu.net> for review.
14202         * MODULES.html.sh: Add lib-msvc-compat.
14203         * doc/gnulib.texi: Link to new section.
14204         * m4/ld-output-def.m4: New file.
14205         * doc/ld-output-def.texi: New file.
14206
14207 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14208
14209         Rename ld-version-script to lib-symbol-versions.  Suggested by
14210         Bruno Haible <bruno@clisp.org>.
14211         * modules/ld-version-script: Renamed to lib-symbol-versions.
14212         * doc/ld-version-script.texi: Fix module name.
14213         * MODULES.html.sh: Add lib-symbol-versions.
14214
14215 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14216
14217         * modules/u64-tests: New file.
14218         * tests/test-u64.c: New file.
14219
14220 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14221
14222         * MODULES.html.sh: Mention u64.
14223         * modules/u64: New module.
14224         * modules/crypto/sha512: Depend on u64 module instead of providing
14225         u64.h.
14226
14227 2009-03-27  Eric Blake  <ebb9@byu.net>
14228
14229         test-strerror: make debugging EAI_SYSTEM easier
14230         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14231         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14232         failure was EAI_SYSTEM.
14233
14234 2009-03-25  Bruno Haible  <bruno@clisp.org>
14235
14236         Fix a problem with --enable-relocatable on Solaris 7.
14237         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14238         since 2008-02-24.
14239
14240 2009-03-25  Eric Blake  <ebb9@byu.net>
14241
14242         test-sockets: avoid gcc warning
14243         * tests/test-sockets.c (main): Silence compiler warning.
14244
14245 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14246
14247         New modules nproc, pthread, contributed by Glen Lenker.
14248
14249         * MODULES.html.sh: Add pthread, nproc.
14250         * lib/nproc.c: New file.
14251         * lib/nproc.h: New file.
14252         * lib/pthread.in.h: New file.
14253         * m4/pthread.m4: New file.
14254         * modules/nproc: New file.
14255         * modules/pthread: New file.
14256
14257 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14258
14259         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14260         New variable.
14261
14262 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14263
14264         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14265         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14266         * tests/test-filevercmp.c: Add tests for backup suffixes.
14267
14268 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14269
14270         * modules/stdlib (Depends-on): Add stdint, needed when defining
14271         struct random_data on, for example, HP-UX 10.20.  Reported by
14272         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14273
14274 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14275
14276         * lib/readline.c (readline): Call fflush on stdout after printing
14277         prompt.
14278
14279 2009-03-20  Bruno Haible  <bruno@clisp.org>
14280
14281         Remove dependency from 'close' module to -lws2_32 on native Windows.
14282         * lib/close-hook.h: New file.
14283         * lib/close-hook.c: New file.
14284         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14285         w32sock.h.
14286         (_gl_close_fd_maybe_socket): Remove function.
14287         (rpl_close): Invoke execute_all_close_hooks instead of
14288         _gl_close_fd_maybe_socket.
14289         * lib/sockets.c: Include close-hook.h, w32sock.h.
14290         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14291         (close_sockets_hook): New variable.
14292         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14293         (gl_sockets_cleanup): Unregister it.
14294         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14295         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14296         * modules/close-hook: New file.
14297         * modules/close (Files): Remove lib/w32sock.h.
14298         (Depends-on): Add close-hook.
14299         (Link): Remove section.
14300         * modules/sockets (Files): Add lib/w32sock.h.
14301         (Depends-on): Add close-hook.
14302         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14303         invocation.
14304         * NEWS: Mention that LIB_CLOSE is gone.
14305
14306 2009-03-23  Eric Blake  <ebb9@byu.net>
14307
14308         signal-tests: test previous patch
14309         * tests/test-signal.c: New file.
14310         * modules/signal-tests: Likewise.
14311
14312         signal.h: always support 'volatile sig_atomic_t'
14313         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14314         (gl_SIGNAL_H_DEFAULTS): Add a default.
14315         * modules/signal (Makefile.am): Substitute if needed.
14316         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14317         users can blindly add volatile.
14318         * doc/posix-headers/signal.texi (signal.h): Document it.
14319         Reported by Matthew Woehlke.
14320
14321 2009-03-23  Jim Meyering  <meyering@redhat.com>
14322
14323         pathmax: PATH_MAX: use pathconf only when available
14324         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14325         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14326         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14327         This avoids a link failure in a PSP cross-compilation environment
14328         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14329
14330         * lib/vasnprintf.c (divide): Fix typo in comment.
14331
14332 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14333
14334         * gnulib-tool (func_filter_filelist): Fix comment.
14335
14336 2009-03-20  Bruno Haible  <bruno@clisp.org>
14337
14338         Make sockets.h self-contained.
14339         * lib/sockets.c: Include sockets.h first.
14340         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14341
14342 2009-03-19  Eric Blake  <ebb9@byu.net>
14343
14344         doc: mention more functions added in cygwin 1.7.0
14345         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14346         addition.
14347         * doc/posix-functions/log2f.texi: Likewise.
14348
14349 2009-03-19  Jim Meyering  <meyering@redhat.com>
14350
14351         fsusage: avoid syntax error due to statement-before-declaration
14352         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14353         after all declarations.  Reported by Matthew Woehlke in
14354         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14355
14356 2009-03-18  Eric Blake  <ebb9@byu.net>
14357
14358         build-aux/compile: sync from automake
14359         * build-aux/compile: New file, from automake.
14360         * config/srclist.txt: Mention build-aux/compile.
14361
14362 2009-03-17  Bruno Haible  <bruno@clisp.org>
14363
14364         * lib/git-merge-changelog.c: Fix typo in comment.
14365         Reported by Reuben Thomas <rrt@sc3d.org>.
14366
14367 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14368
14369         * m4/regex.m4: update and improve help for
14370         --without-included-regex.
14371
14372 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14373
14374         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14375         failure on missing include files.
14376
14377 2009-03-17  Eric Blake  <ebb9@byu.net>
14378
14379         doc: mention more functions added in cygwin 1.7.0
14380         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14381         addition.
14382         * doc/posix-functions/fwscanf.texi: Likewise.
14383         * doc/posix-functions/swprintf.texi: Likewise.
14384         * doc/posix-functions/swscanf.texi: Likewise.
14385         * doc/posix-functions/vfwprintf.texi: Likewise.
14386         * doc/posix-functions/vfwscanf.texi: Likewise.
14387         * doc/posix-functions/vswprintf.texi: Likewise.
14388         * doc/posix-functions/vswscanf.texi: Likewise.
14389         * doc/posix-functions/vwprintf.texi: Likewise.
14390         * doc/posix-functions/vwscanf.texi: Likewise.
14391         * doc/posix-functions/wcscasecmp.texi: Likewise.
14392         * doc/posix-functions/wcsdup.texi: Likewise.
14393         * doc/posix-functions/wcsftime.texi: Likewise.
14394         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14395         * doc/posix-functions/wprintf.texi: Likewise.
14396         * doc/posix-functions/wscanf.texi: Likewise.
14397         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14398
14399 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14400
14401         maint.mk: really add $(AM_MAKEFLAGS)
14402         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14403         was inadvertently omitted in the last commit.
14404         Spotted by Bruno Haible.
14405
14406         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14407         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14408         $(AM_MAKEFLAGS)' rather than plain `make'.
14409
14410         gnulib-tool: execute $MAKE not make
14411         * gnulib-tool: Default $MAKE to 'make'.
14412         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14413         than make.  Initialize $MAKE in the do-autobuild script.
14414
14415         gnulib-tool: use $MAKE not make in generated files
14416         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14417         make, in generated files.  Initialize $MAKE in the do-autobuild
14418         script.
14419
14420         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14421
14422         GNUmakefile: disable parallelism only for multiple, recursive targets
14423         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14424         additions in the Makefile.
14425         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14426         by Automake.
14427         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14428         are listed on the command line and at least one of them is
14429         listed in $(ALL_RECURSIVE_TARGETS).
14430
14431 2009-03-14  Bruno Haible  <bruno@clisp.org>
14432
14433         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14434         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14435         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14436         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14437         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14438         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14439         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14440         unistr/u8-uctomb.
14441         * modules/unistr/u8-strchr (Depends-on): Likewise.
14442         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14443         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14444         unistr/u16-uctomb.
14445         * modules/unistr/u16-strchr (Depends-on): Likewise.
14446         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14447
14448 2009-03-12  Bruno Haible  <bruno@clisp.org>
14449
14450         Work around select() bug on Interix 3.5.
14451         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14452         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14453         * m4/select.m4: New file.
14454         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14455         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14456         * modules/select (Files): Add m4/select.m4.
14457         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14458         * modules/nanosleep (Depends-on): Add select.
14459         * modules/poll (Depends-on): Likewise.
14460         * doc/posix-functions/select.texi: Mention the Interix bug.
14461         Reported by Markus Duft <mduft@gentoo.org>.
14462
14463         * lib/select.c: Renamed from lib/winsock-select.c.
14464         * modules/select (Files): Add lib/select.c, remove
14465         lib/winsock-select.c.
14466         (configure.ac): Update.
14467
14468 2009-03-12  Jim Meyering  <meyering@redhat.com>
14469
14470         avoid gcc warnings about unused macro definitions
14471         * lib/readtokens.c (STREQ): Remove unused definition.
14472         * lib/xmalloc.c (SIZE_MAX): Likewise.
14473         * lib/openat-die.c (N_): Likewise.
14474         * lib/mountlist.c (SIZE_MAX): Remove definition.
14475         Instead, include <stdint.h>.
14476         * lib/readutmp.c: Likewise.
14477         * modules/readutmp (Depends-on): Add stdint.
14478         * modules/mountlist (Depends-on): Add stdint.
14479         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14480
14481 2009-03-10  Bruno Haible  <bruno@clisp.org>
14482
14483         Tests for module 'mbmemcasecoll'.
14484         * modules/mbmemcasecoll-tests: New file.
14485         * tests/test-mbmemcasecoll1.sh: New file.
14486         * tests/test-mbmemcasecoll2.sh: New file.
14487         * tests/test-mbmemcasecoll3.sh: New file.
14488         * tests/test-mbmemcasecoll.c: New file.
14489
14490         New module 'mbmemcasecoll'.
14491         * lib/mbmemcasecoll.h: New file.
14492         * lib/mbmemcasecoll.c: New file.
14493         * modules/mbmemcasecoll: New file.
14494
14495         * tests/test-mbmemcasecmp.h: New file, extracted from
14496         tests/test-mbmemcasecmp.c.
14497         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14498         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14499         (main): Update.
14500         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14501
14502 2009-03-09  Bruno Haible  <bruno@clisp.org>
14503
14504         Tests for module 'mbmemcasecmp'.
14505         * modules/mbmemcasecmp-tests: New file.
14506         * tests/test-mbmemcasecmp1.sh: New file.
14507         * tests/test-mbmemcasecmp2.sh: New file.
14508         * tests/test-mbmemcasecmp3.sh: New file.
14509         * tests/test-mbmemcasecmp.c: New file.
14510
14511         New module 'mbmemcasecmp'.
14512         * lib/mbmemcasecmp.h: New file.
14513         * lib/mbmemcasecmp.c: New file.
14514         * modules/mbmemcasecmp: New file.
14515
14516 2009-03-09  Bruno Haible  <bruno@clisp.org>
14517
14518         Tests for module 'unicase/ulc-casecoll'.
14519         * modules/unicase/ulc-casecoll-tests: New file.
14520         * tests/unicase/test-ulc-casecoll1.sh: New file.
14521         * tests/unicase/test-ulc-casecoll2.sh: New file.
14522         * tests/unicase/test-ulc-casecoll.c: New file.
14523
14524         New module 'unicase/ulc-casecoll'.
14525         * lib/unicase.h (ulc_casecoll): New declaration.
14526         * lib/unicase/ulc-casecoll.c: New file.
14527         * modules/unicase/ulc-casecoll: New file.
14528
14529         New module 'unicase/ulc-casexfrm'.
14530         * lib/unicase.h (ulc_casexfrm): New declaration.
14531         * lib/unicase/ulc-casexfrm.c: New file.
14532         * modules/unicase/ulc-casexfrm: New file.
14533
14534 2009-03-09  Bruno Haible  <bruno@clisp.org>
14535
14536         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14537         invocations.
14538
14539         * m4/mbscasecmp.m4: Remove file.
14540         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
14541         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
14542
14543         * m4/mbscasestr.m4: Remove file.
14544         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
14545         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
14546
14547         * m4/mbschr.m4: Remove file.
14548         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
14549         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
14550
14551         * m4/mbscspn.m4: Remove file.
14552         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
14553         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
14554
14555         * m4/mbslen.m4: Remove file.
14556         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
14557         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
14558
14559         * m4/mbsncasecmp.m4: Remove file.
14560         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
14561         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
14562
14563         * m4/mbsnlen.m4: Remove file.
14564         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
14565         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
14566
14567         * m4/mbspbrk.m4: Remove file.
14568         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
14569         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
14570
14571         * m4/mbspcasecmp.m4: Remove file.
14572         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
14573         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
14574
14575         * m4/mbsrchr.m4: Remove file.
14576         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
14577         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
14578
14579         * m4/mbssep.m4: Remove file.
14580         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
14581         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
14582
14583         * m4/mbsspn.m4: Remove file.
14584         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
14585         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
14586
14587         * m4/mbsstr.m4: Remove file.
14588         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
14589         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
14590
14591         * m4/mbstok_r.m4: Remove file.
14592         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
14593         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
14594
14595         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
14596
14597         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
14598         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
14599
14600         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
14601
14602 2009-03-08  Bruno Haible  <bruno@clisp.org>
14603
14604         Tests for module 'unicase/ulc-casecmp'.
14605         * modules/unicase/ulc-casecmp-tests: New file.
14606         * tests/unicase/test-ulc-casecmp1.sh: New file.
14607         * tests/unicase/test-ulc-casecmp2.sh: New file.
14608         * tests/unicase/test-ulc-casecmp.c: New file.
14609
14610         New module 'unicase/ulc-casecmp'.
14611         * lib/unicase.h (ulc_casecmp): New declaration.
14612         * lib/unicase/ulc-casecmp.c: New file.
14613         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
14614         'const SRC_UNIT *'.
14615         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
14616         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
14617         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
14618         * modules/unicase/ulc-casecmp: New file.
14619
14620         Tests for module 'unicase/u32-is-cased'.
14621         * modules/unicase/u32-is-cased-tests: New file.
14622         * tests/unicase/test-u32-is-cased.c: New file.
14623
14624         Tests for module 'unicase/u16-is-cased'.
14625         * modules/unicase/u16-is-cased-tests: New file.
14626         * tests/unicase/test-u16-is-cased.c: New file.
14627
14628         Tests for module 'unicase/u8-is-cased'.
14629         * modules/unicase/u8-is-cased-tests: New file.
14630         * tests/unicase/test-u8-is-cased.c: New file.
14631         * tests/unicase/test-is-cased.h: New file.
14632
14633         New module 'unicase/u32-is-cased'.
14634         * lib/unicase/u32-is-cased.c: New file.
14635         * modules/unicase/u32-is-cased: New file.
14636
14637         New module 'unicase/u16-is-cased'.
14638         * lib/unicase/u16-is-cased.c: New file.
14639         * modules/unicase/u16-is-cased: New file.
14640
14641         New module 'unicase/u8-is-cased'.
14642         * lib/unicase/u8-is-cased.c: New file.
14643         * lib/unicase/u-is-cased.h: New file.
14644         * modules/unicase/u8-is-cased: New file.
14645
14646         Tests for module 'unicase/u32-is-casefolded'.
14647         * modules/unicase/u32-is-casefolded-tests: New file.
14648         * tests/unicase/test-u32-is-casefolded.c: New file.
14649
14650         Tests for module 'unicase/u16-is-casefolded'.
14651         * modules/unicase/u16-is-casefolded-tests: New file.
14652         * tests/unicase/test-u16-is-casefolded.c: New file.
14653
14654         Tests for module 'unicase/u8-is-casefolded'.
14655         * modules/unicase/u8-is-casefolded-tests: New file.
14656         * tests/unicase/test-u8-is-casefolded.c: New file.
14657         * tests/unicase/test-is-casefolded.h: New file.
14658
14659         New module 'unicase/u32-is-casefolded'.
14660         * lib/unicase/u32-is-casefolded.c: New file.
14661         * modules/unicase/u32-is-casefolded: New file.
14662
14663         New module 'unicase/u16-is-casefolded'.
14664         * lib/unicase/u16-is-casefolded.c: New file.
14665         * modules/unicase/u16-is-casefolded: New file.
14666
14667         New module 'unicase/u8-is-casefolded'.
14668         * lib/unicase/u8-is-casefolded.c: New file.
14669         * modules/unicase/u8-is-casefolded: New file.
14670
14671         Tests for module 'unicase/u32-is-titlecase'.
14672         * modules/unicase/u32-is-titlecase-tests: New file.
14673         * tests/unicase/test-u32-is-titlecase.c: New file.
14674
14675         Tests for module 'unicase/u16-is-titlecase'.
14676         * modules/unicase/u16-is-titlecase-tests: New file.
14677         * tests/unicase/test-u16-is-titlecase.c: New file.
14678
14679         Tests for module 'unicase/u8-is-titlecase'.
14680         * modules/unicase/u8-is-titlecase-tests: New file.
14681         * tests/unicase/test-u8-is-titlecase.c: New file.
14682         * tests/unicase/test-is-titlecase.h: New file.
14683
14684         New module 'unicase/u32-is-titlecase'.
14685         * lib/unicase/u32-is-titlecase.c: New file.
14686         * modules/unicase/u32-is-titlecase: New file.
14687
14688         New module 'unicase/u16-is-titlecase'.
14689         * lib/unicase/u16-is-titlecase.c: New file.
14690         * modules/unicase/u16-is-titlecase: New file.
14691
14692         New module 'unicase/u8-is-titlecase'.
14693         * lib/unicase/u8-is-titlecase.c: New file.
14694         * modules/unicase/u8-is-titlecase: New file.
14695
14696         Tests for module 'unicase/u32-is-lowercase'.
14697         * modules/unicase/u32-is-lowercase-tests: New file.
14698         * tests/unicase/test-u32-is-lowercase.c: New file.
14699
14700         Tests for module 'unicase/u16-is-lowercase'.
14701         * modules/unicase/u16-is-lowercase-tests: New file.
14702         * tests/unicase/test-u16-is-lowercase.c: New file.
14703
14704         Tests for module 'unicase/u8-is-lowercase'.
14705         * modules/unicase/u8-is-lowercase-tests: New file.
14706         * tests/unicase/test-u8-is-lowercase.c: New file.
14707         * tests/unicase/test-is-lowercase.h: New file.
14708
14709         New module 'unicase/u32-is-lowercase'.
14710         * lib/unicase/u32-is-lowercase.c: New file.
14711         * modules/unicase/u32-is-lowercase: New file.
14712
14713         New module 'unicase/u16-is-lowercase'.
14714         * lib/unicase/u16-is-lowercase.c: New file.
14715         * modules/unicase/u16-is-lowercase: New file.
14716
14717         New module 'unicase/u8-is-lowercase'.
14718         * lib/unicase/u8-is-lowercase.c: New file.
14719         * modules/unicase/u8-is-lowercase: New file.
14720
14721         Tests for module 'unicase/u32-is-uppercase'.
14722         * modules/unicase/u32-is-uppercase-tests: New file.
14723         * tests/unicase/test-u32-is-uppercase.c: New file.
14724
14725         Tests for module 'unicase/u16-is-uppercase'.
14726         * modules/unicase/u16-is-uppercase-tests: New file.
14727         * tests/unicase/test-u16-is-uppercase.c: New file.
14728
14729         Tests for module 'unicase/u8-is-uppercase'.
14730         * modules/unicase/u8-is-uppercase-tests: New file.
14731         * tests/unicase/test-u8-is-uppercase.c: New file.
14732         * tests/unicase/test-is-uppercase.h: New file.
14733
14734         New module 'unicase/u32-is-uppercase'.
14735         * lib/unicase/u32-is-uppercase.c: New file.
14736         * modules/unicase/u32-is-uppercase: New file.
14737
14738         New module 'unicase/u16-is-uppercase'.
14739         * lib/unicase/u16-is-uppercase.c: New file.
14740         * modules/unicase/u16-is-uppercase: New file.
14741
14742         New module 'unicase/u8-is-uppercase'.
14743         * lib/unicase/u8-is-uppercase.c: New file.
14744         * modules/unicase/u8-is-uppercase: New file.
14745
14746         New module 'unicase/u32-is-invariant'.
14747         * lib/unicase/u32-is-invariant.c: New file.
14748         * modules/unicase/u32-is-invariant: New file.
14749
14750         New module 'unicase/u16-is-invariant'.
14751         * lib/unicase/u16-is-invariant.c: New file.
14752         * modules/unicase/u16-is-invariant: New file.
14753
14754         New module 'unicase/u8-is-invariant'.
14755         * lib/unicase/u8-is-invariant.c: New file.
14756         * lib/unicase/invariant.h: New file.
14757         * lib/unicase/u-is-invariant.h: New file.
14758         * modules/unicase/u8-is-invariant: New file.
14759
14760         Tests for module 'unicase/u32-casecoll'.
14761         * modules/unicase/u32-casecoll-tests: New file.
14762         * tests/unicase/test-u32-casecoll.c: New file.
14763
14764         Tests for module 'unicase/u16-casecoll'.
14765         * modules/unicase/u16-casecoll-tests: New file.
14766         * tests/unicase/test-u16-casecoll.c: New file.
14767
14768         Tests for module 'unicase/u8-casecoll'.
14769         * modules/unicase/u8-casecoll-tests: New file.
14770         * tests/unicase/test-u8-casecoll.c: New file.
14771
14772         New module 'unicase/u32-casecoll'.
14773         * lib/unicase/u32-casecoll.c: New file.
14774         * modules/unicase/u32-casecoll: New file.
14775
14776         New module 'unicase/u16-casecoll'.
14777         * lib/unicase/u16-casecoll.c: New file.
14778         * modules/unicase/u16-casecoll: New file.
14779
14780         New module 'unicase/u8-casecoll'.
14781         * lib/unicase/u8-casecoll.c: New file.
14782         * lib/unicase/u-casecoll.h: New file.
14783         * modules/unicase/u8-casecoll: New file.
14784
14785         New module 'unicase/u32-casexfrm'.
14786         * lib/unicase/u32-casexfrm.c: New file.
14787         * modules/unicase/u32-casexfrm: New file.
14788
14789         New module 'unicase/u16-casexfrm'.
14790         * lib/unicase/u16-casexfrm.c: New file.
14791         * modules/unicase/u16-casexfrm: New file.
14792
14793         New module 'unicase/u8-casexfrm'.
14794         * lib/unicase/u8-casexfrm.c: New file.
14795         * lib/unicase/u-casexfrm.h: New file.
14796         * modules/unicase/u8-casexfrm: New file.
14797
14798         Tests for module 'unicase/u32-casecmp'.
14799         * modules/unicase/u32-casecmp-tests: New file.
14800         * tests/unicase/test-u32-casecmp.c: New file.
14801
14802         Tests for module 'unicase/u16-casecmp'.
14803         * modules/unicase/u16-casecmp-tests: New file.
14804         * tests/unicase/test-u16-casecmp.c: New file.
14805
14806         Tests for module 'unicase/u8-casecmp'.
14807         * modules/unicase/u8-casecmp-tests: New file.
14808         * tests/unicase/test-u8-casecmp.c: New file.
14809         * tests/unicase/test-casecmp.h: New file.
14810
14811         New module 'unicase/u32-casecmp'.
14812         * lib/unicase/u32-casecmp.c: New file.
14813         * modules/unicase/u32-casecmp: New file.
14814
14815         New module 'unicase/u16-casecmp'.
14816         * lib/unicase/u16-casecmp.c: New file.
14817         * modules/unicase/u16-casecmp: New file.
14818
14819         New module 'unicase/u8-casecmp'.
14820         * lib/unicase/u8-casecmp.c: New file.
14821         * lib/unicase/u-casecmp.h: New file.
14822         * modules/unicase/u8-casecmp: New file.
14823
14824         Tests for module 'unicase/u32-casefold'.
14825         * modules/unicase/u32-casefold-tests: New file.
14826         * tests/unicase/test-u32-casefold.c: New file.
14827
14828         Tests for module 'unicase/u16-casefold'.
14829         * modules/unicase/u16-casefold-tests: New file.
14830         * tests/unicase/test-u16-casefold.c: New file.
14831
14832         Tests for module 'unicase/u8-casefold'.
14833         * modules/unicase/u8-casefold-tests: New file.
14834         * tests/unicase/test-u8-casefold.c: New file.
14835
14836         New module 'unicase/u32-casefold'.
14837         * lib/unicase/u32-casefold.c: New file.
14838         * modules/unicase/u32-casefold: New file.
14839
14840         New module 'unicase/u16-casefold'.
14841         * lib/unicase/u16-casefold.c: New file.
14842         * modules/unicase/u16-casefold: New file.
14843
14844         New module 'unicase/u8-casefold'.
14845         * lib/unicase/u8-casefold.c: New file.
14846         * lib/unicase/u-casefold.h: New file.
14847         * modules/unicase/u8-casefold: New file.
14848
14849         New module 'unicase/tocasefold'.
14850         * lib/unicase/casefold.h: New file.
14851         * lib/unicase/tocasefold.c: New file.
14852         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
14853         * modules/unicase/tocasefold: New file.
14854
14855         Tests for module 'unicase/u32-totitle'.
14856         * modules/unicase/u32-totitle-tests: New file.
14857         * tests/unicase/test-u32-totitle.c: New file.
14858
14859         Tests for module 'unicase/u16-totitle'.
14860         * modules/unicase/u16-totitle-tests: New file.
14861         * tests/unicase/test-u16-totitle.c: New file.
14862
14863         Tests for module 'unicase/u8-totitle'.
14864         * modules/unicase/u8-totitle-tests: New file.
14865         * tests/unicase/test-u8-totitle.c: New file.
14866
14867         New module 'unicase/u32-totitle'.
14868         * lib/unicase/u32-totitle.c: New file.
14869         * modules/unicase/u32-totitle: New file.
14870
14871         New module 'unicase/u16-totitle'.
14872         * lib/unicase/u16-totitle.c: New file.
14873         * modules/unicase/u16-totitle: New file.
14874
14875         New module 'unicase/u8-totitle'.
14876         * lib/unicase/u8-totitle.c: New file.
14877         * lib/unicase/u-totitle.h: New file.
14878         * modules/unicase/u8-totitle: New file.
14879
14880         Tests for module 'unicase/u32-tolower'.
14881         * modules/unicase/u32-tolower-tests: New file.
14882         * tests/unicase/test-u32-tolower.c: New file.
14883
14884         Tests for module 'unicase/u16-tolower'.
14885         * modules/unicase/u16-tolower-tests: New file.
14886         * tests/unicase/test-u16-tolower.c: New file.
14887
14888         Tests for module 'unicase/u8-tolower'.
14889         * modules/unicase/u8-tolower-tests: New file.
14890         * tests/unicase/test-u8-tolower.c: New file.
14891
14892         New module 'unicase/u32-tolower'.
14893         * lib/unicase/u32-tolower.c: New file.
14894         * modules/unicase/u32-tolower: New file.
14895
14896         New module 'unicase/u16-tolower'.
14897         * lib/unicase/u16-tolower.c: New file.
14898         * modules/unicase/u16-tolower: New file.
14899
14900         New module 'unicase/u8-tolower'.
14901         * lib/unicase/u8-tolower.c: New file.
14902         * modules/unicase/u8-tolower: New file.
14903
14904         Tests for module 'unicase/u32-toupper'.
14905         * modules/unicase/u32-toupper-tests: New file.
14906         * tests/unicase/test-u32-toupper.c: New file.
14907
14908         Tests for module 'unicase/u16-toupper'.
14909         * modules/unicase/u16-toupper-tests: New file.
14910         * tests/unicase/test-u16-toupper.c: New file.
14911
14912         Tests for module 'unicase/u8-toupper'.
14913         * modules/unicase/u8-toupper-tests: New file.
14914         * tests/unicase/test-u8-toupper.c: New file.
14915
14916         New module 'unicase/u32-toupper'.
14917         * lib/unicase/u32-toupper.c: New file.
14918         * modules/unicase/u32-toupper: New file.
14919
14920         New module 'unicase/u16-toupper'.
14921         * lib/unicase/u16-toupper.c: New file.
14922         * modules/unicase/u16-toupper: New file.
14923
14924         New module 'unicase/u8-toupper'.
14925         * lib/unicase/u8-toupper.c: New file.
14926         * modules/unicase/u8-toupper: New file.
14927
14928         New module 'unicase/u32-casemap'.
14929         * lib/unicase/u32-casemap.c: New file.
14930         * modules/unicase/u32-casemap: New file.
14931
14932         New module 'unicase/u16-casemap'.
14933         * lib/unicase/u16-casemap.c: New file.
14934         * modules/unicase/u16-casemap: New file.
14935
14936         New module 'unicase/u8-casemap'.
14937         * lib/unicase/unicasemap.h: New file.
14938         * lib/unicase/u8-casemap.c: New file.
14939         * lib/unicase/u-casemap.h: New file.
14940         * modules/unicase/u8-casemap: New file.
14941
14942         New module 'unicase/special-casing'.
14943         * lib/unicase/special-casing.h: New file.
14944         * lib/unicase/special-casing.c: New file.
14945         * lib/unicase/special-casing-table.gperf: New file, generated by
14946         gen-uni-tables.c.
14947         * modules/unicase/special-casing: New file.
14948
14949         Tests for module 'unicase/locale-language'.
14950         * modules/unicase/locale-language-tests: New file.
14951         * tests/unicase/test-locale-language.sh: New file.
14952         * tests/unicase/test-locale-language.c: New file.
14953
14954         New module 'unicase/locale-language'.
14955         * lib/unicase/locale-language.c: New file.
14956         * lib/unicase/locale-languages.gperf: New file.
14957         * modules/unicase/locale-language: New file.
14958
14959         Generate more tables for case conversion and case folding.
14960         * lib/gen-uni-tables.c (SCC_*): New enum items.
14961         (struct special_casing_rule): New type.
14962         (casing_rules, num_casing_rules, allocated_casing_rules): New
14963         variables.
14964         (add_casing_rule, fill_casing_rules): New functions.
14965         (struct casefold_rule): New type.
14966         (casefolding_rules, num_casefolding_rules,
14967         allocated_casefolding_rules): New variables.
14968         (fill_casefolding_rules): New function.
14969         (unicode_casefold): New variable.
14970         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
14971         sort_casing_rules, output_casing_rules): New functions.
14972         (main): Accept to more arguments: SpecialCasing.txt and
14973         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
14974         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
14975         Output mapping for casefolding.
14976
14977         * lib/unicase.h: Include stdbool.h, uninorm.h.
14978         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
14979         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
14980         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
14981         arguments.
14982         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
14983         resultp arguments.
14984         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
14985         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
14986         resultp arguments.
14987         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
14988         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
14989         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
14990         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
14991         declarations.
14992         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
14993
14994 2009-03-08  Bruno Haible  <bruno@clisp.org>
14995
14996         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
14997         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
14998         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
14999         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15000
15001 2009-03-07  Bruno Haible  <bruno@clisp.org>
15002
15003         Adjust u*_normcmp, u*_normcoll API.
15004         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15005         u16_normcoll, u32_normcoll): Change failure conventions.
15006         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15007         errno and return -1.
15008         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15009
15010 2009-03-07  Bruno Haible  <bruno@clisp.org>
15011
15012         Tests for module 'uninorm/u32-normcoll'.
15013         * modules/uninorm/u32-normcoll-tests: New file.
15014         * tests/uninorm/test-u32-normcoll.c: New file.
15015
15016         Tests for module 'uninorm/u16-normcoll'.
15017         * modules/uninorm/u16-normcoll-tests: New file.
15018         * tests/uninorm/test-u16-normcoll.c: New file.
15019
15020         Tests for module 'uninorm/u8-normcoll'.
15021         * modules/uninorm/u8-normcoll-tests: New file.
15022         * tests/uninorm/test-u8-normcoll.c: New file.
15023
15024 2009-03-07  Bruno Haible  <bruno@clisp.org>
15025
15026         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15027         tests/uninorm/test-u32-normcmp.c.
15028         * tests/uninorm/test-u32-normcmp.c: Include it.
15029         (test_nonascii): New function, extracted from main. Add some more
15030         tests.
15031         (main): Invoke test_ascii and test_nonascii.
15032         * modules/uninorm/u32-normcmp-tests (Files): Add
15033         tests/uninorm/test-u32-normcmp.h.
15034         (Depends-on): Remove uninorm/u32-normcmp.
15035
15036         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15037         tests/uninorm/test-u16-normcmp.c.
15038         * tests/uninorm/test-u16-normcmp.c: Include it.
15039         (test_nonascii): New function, extracted from main. Add some more
15040         tests.
15041         (main): Invoke test_ascii and test_nonascii.
15042         * modules/uninorm/u16-normcmp-tests (Files): Add
15043         tests/uninorm/test-u16-normcmp.h.
15044         (Depends-on): Remove uninorm/u16-normcmp.
15045
15046         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15047         tests/uninorm/test-u8-normcmp.c.
15048         * tests/uninorm/test-u8-normcmp.c: Include it.
15049         (test_nonascii): New function, extracted from main. Add some more
15050         tests.
15051         (main): Invoke test_ascii and test_nonascii.
15052         * modules/uninorm/u8-normcmp-tests (Files): Add
15053         tests/uninorm/test-u8-normcmp.h.
15054         (Depends-on): Remove uninorm/u8-normcmp.
15055
15056 2009-03-07  Bruno Haible  <bruno@clisp.org>
15057
15058         New module 'uninorm/u32-normcoll'.
15059         * lib/uninorm/u32-normcoll.c: New file.
15060         * modules/uninorm/u32-normcoll: New file.
15061
15062         New module 'uninorm/u16-normcoll'.
15063         * lib/uninorm/u16-normcoll.c: New file.
15064         * modules/uninorm/u16-normcoll: New file.
15065
15066         New module 'uninorm/u8-normcoll'.
15067         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15068         declarations.
15069         * lib/uninorm/u8-normcoll.c: New file.
15070         * lib/uninorm/u-normcoll.h: New file.
15071         * modules/uninorm/u8-normcoll: New file.
15072
15073         New module 'uninorm/u32-normxfrm'.
15074         * lib/uninorm/u32-normxfrm.c: New file.
15075         * modules/uninorm/u32-normxfrm: New file.
15076
15077         New module 'uninorm/u16-normxfrm'.
15078         * lib/uninorm/u16-normxfrm.c: New file.
15079         * modules/uninorm/u16-normxfrm: New file.
15080
15081         New module 'uninorm/u8-normxfrm'.
15082         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15083         declarations.
15084         * lib/uninorm/u8-normxfrm.c: New file.
15085         * lib/uninorm/u-normxfrm.h: New file.
15086         * modules/uninorm/u8-normxfrm: New file.
15087
15088 2009-03-07  Bruno Haible  <bruno@clisp.org>
15089
15090         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15091         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15092         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15093
15094 2009-03-07  Bruno Haible  <bruno@clisp.org>
15095
15096         New module 'memxfrm'.
15097         * lib/memxfrm.h: New file.
15098         * lib/memxfrm.c: New file.
15099         * modules/memxfrm: New file.
15100
15101 2009-03-07  Bruno Haible  <bruno@clisp.org>
15102
15103         New module 'memcmp2'.
15104         * lib/memcmp2.h: New file.
15105         * lib/memcmp2.c: New file.
15106         * modules/memcmp2: New file.
15107
15108 2009-03-07  Bruno Haible  <bruno@clisp.org>
15109
15110         Tests for module 'uninorm/decomposing-form'.
15111         * modules/uninorm/decomposing-form-tests: New file.
15112         * tests/uninorm/test-decomposing-form.c: New file.
15113
15114         New module 'uninorm/decomposing-form'.
15115         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15116         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15117         Add 'decomposing_variant' field.
15118         * lib/uninorm/decomposing-form.c: New file.
15119         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15120         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15121         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15122         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15123         * modules/uninorm/decomposing-form: New file.
15124         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15125         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15126
15127 2009-03-07  Bruno Haible  <bruno@clisp.org>
15128
15129         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15130         strings.
15131
15132 2009-03-06  Bruno Haible  <bruno@clisp.org>
15133
15134         Tests for module 'uninorm/u32-normcmp'.
15135         * tests/uninorm/test-u32-normcmp.c: New file.
15136         * modules/uninorm/u32-normcmp-tests: New file.
15137
15138         Tests for module 'uninorm/u16-normcmp'.
15139         * tests/uninorm/test-u16-normcmp.c: New file.
15140         * modules/uninorm/u16-normcmp-tests: New file.
15141
15142         Tests for module 'uninorm/u8-normcmp'.
15143         * tests/uninorm/test-u8-normcmp.c: New file.
15144         * modules/uninorm/u8-normcmp-tests: New file.
15145
15146         New module 'uninorm/u32-normcmp'.
15147         * lib/uninorm/u32-normcmp.c: New file.
15148         * modules/uninorm/u32-normcmp: New file.
15149
15150         New module 'uninorm/u16-normcmp'.
15151         * lib/uninorm/u16-normcmp.c: New file.
15152         * modules/uninorm/u16-normcmp: New file.
15153
15154         New module 'uninorm/u8-normcmp'.
15155         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15156         declarations.
15157         * lib/uninorm/u8-normcmp.c: New file.
15158         * lib/uninorm/u-normcmp.h: New file.
15159         * modules/uninorm/u8-normcmp: New file.
15160
15161 2009-03-06  Bruno Haible  <bruno@clisp.org>
15162
15163         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15164         Reported by Eric Blake.
15165
15166 2009-03-06  Eric Blake  <ebb9@byu.net>
15167             Bruno Haible  <bruno@clisp.org>
15168
15169         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15170         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15171         condition.
15172         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15173         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15174         condition.
15175         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15176
15177 2009-03-06  Eric Blake  <ebb9@byu.net>
15178
15179         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15180         to avoid compiler warnings.
15181         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15182
15183 2009-03-05  Bruno Haible  <bruno@clisp.org>
15184
15185         * tests/test-ftell.c (main): Disable test beyond end of file on
15186         FreeMiNT.
15187         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15188
15189 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15190
15191         * lib/filevercmp.c: Move hidden files up in ordering.
15192         * tests/test-filevercmp.c: Add tests for hidden files.
15193
15194 2009-03-04  Bruno Haible  <bruno@clisp.org>
15195
15196         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15197         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15198         AM_CFLAGS.
15199         Reported by Simon Josefsson.
15200
15201 2009-03-03  Bruno Haible  <bruno@clisp.org>
15202
15203         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15204         Reported by Simon Josefsson.
15205
15206         * doc/ld-version-script.texi: Update node reference.
15207
15208 2009-03-03  Bruno Haible  <bruno@clisp.org>
15209
15210         * modules/visibility (License): Change to 'unlimited'.
15211         Suggested by Simon Josefsson.
15212
15213 2009-03-03  Jim Meyering  <meyering@redhat.com>
15214
15215         unlinkdir: cannot_unlink_dir may modify process state
15216         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15217         it's neither thread-safe nor appropriate for use in a library.
15218
15219 2009-03-03  Eric Blake  <ebb9@byu.net>
15220
15221         test-closein: silence test under Darwin
15222         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15223         care if it dies from EPIPE or EBADF.
15224
15225 2009-03-03  Bruno Haible  <bruno@clisp.org>
15226
15227         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15228         earlier.
15229         * doc/visibility.texi: Fix @node and @section.
15230
15231 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15232
15233         * doc/gnulib.texi: Link to sections for ld version script and
15234         visibility.
15235         * doc/visibility.texi: Add @node and @section.
15236         * modules/ld-version-script: New module.
15237         * m4/ld-version-script.m4: New file.
15238         * doc/ld-version-script.texi: New file.
15239
15240 2009-03-02  David Lutterkort  <lutter@redhat.com>
15241
15242         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15243         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15244
15245 2009-03-02  Bruno Haible  <bruno@clisp.org>
15246
15247         * doc/visibility.texi: Mention libtool's -export-symbols option.
15248
15249 2009-03-02  Jim Meyering  <meyering@redhat.com>
15250
15251         announce-gen: new option: --no-print-checksums
15252         * build-aux/announce-gen (usage): Describe it.
15253         (print_checksums): Print a newline here, not in the [*] footnote.
15254         (main): Honor it.
15255
15256 2009-03-01  Bruno Haible  <bruno@clisp.org>
15257
15258         Use socklen_t in the native Windows replacements prototypes.
15259         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15260         instead of 'int'.
15261         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15262         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15263         * modules/getsockopt (Depends-on): Add socklen.
15264         * modules/setsockopt (Depends-on): Add socklen.
15265
15266 2009-03-01  Bruno Haible  <bruno@clisp.org>
15267
15268         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15269         least 4.2.
15270
15271 2009-03-01  Eric Blake  <ebb9@byu.net>
15272             Bruno Haible  <bruno@clisp.org>
15273
15274         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15275         error messages.
15276         * lib/wait-process.c (wait_subprocess): Omit error message about
15277         deadly signal sent to the child of termsigp != NULL.
15278
15279 2009-03-01  Eric Blake  <ebb9@byu.net>
15280
15281         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15282
15283 2009-03-01  Bruno Haible  <bruno@clisp.org>
15284
15285         Avoid a gcc warning.
15286         * tests/test-sched.c (b): Make global.
15287         Reported by Eric Blake.
15288
15289 2009-01-19  Martin Lambers  <marlam@marlam.de>
15290
15291         Provide POSIX semantics for socket timeout options on W32.
15292         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15293         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15294         * modules/setsockopt: Depend on sys_time module for struct timeval.
15295         * modules/getsockopt: Depend on sys_time module for struct timeval.
15296
15297 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15298
15299         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15300         __USE_GNU, for consistency with netdb.in.h.
15301         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15302
15303 2009-03-01  Bruno Haible  <bruno@clisp.org>
15304
15305         More support for FreeMiNT.
15306         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15307         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15308
15309 2009-03-01  Bruno Haible  <bruno@clisp.org>
15310
15311         More support for FreeMiNT.
15312         * lib/fpurge.c (fpurge): Correct last commit.
15313         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15314
15315 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15316
15317         Fix unportable awk script in vc-list-files.
15318         * build-aux/vc-list-files: In the replacement awk script, use
15319         substr with a second argument of 1, not zero.
15320         Report by Simon Josefsson.
15321
15322 2009-02-28  Bruno Haible  <bruno@clisp.org>
15323
15324         More support for FreeMiNT.
15325         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15326         to FreeMiNT today.
15327         * lib/fwriting.c (fwriting): Likewise.
15328         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15329
15330 2009-02-28  Bruno Haible  <bruno@clisp.org>
15331
15332         * tests/test-freadseek.c (main): Disable test beyond end of file on
15333         FreeMiNT.
15334         * tests/test-ftello.c (main): Likewise.
15335         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15336
15337 2009-02-28  Bruno Haible  <bruno@clisp.org>
15338
15339         Add tentative support for FreeMiNT.
15340         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15341         * lib/fpurge.c (fpurge): Likewise.
15342         * lib/freadable.c (freadable): Likewise.
15343         * lib/freading.c (freading): Likewise.
15344         * lib/freadptr.c (freadptr): Likewise.
15345         * lib/freadseek.c (freadptrinc): Likewise.
15346         * lib/fseeko.c (rpl_fseeko): Likewise.
15347         * lib/fseterr.c (fseterr): Likewise.
15348         * lib/fwritable.c (fwritable): Likewise.
15349         * lib/fwriting.c (fwriting): Likewise.
15350         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15351         Hourihane.
15352         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15353
15354 2009-02-28  Bruno Haible  <bruno@clisp.org>
15355
15356         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15357         SIGCHLD.
15358         Reported by Jim Meyering.
15359
15360 2009-02-28  Bruno Haible  <bruno@clisp.org>
15361
15362         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15363         Mention the results of these tests on various platforms.
15364         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15365         order.
15366         * doc/posix-functions/printf.texi: Likewise.
15367         * doc/posix-functions/snprintf.texi: Likewise.
15368         * doc/posix-functions/sprintf.texi: Likewise.
15369         * doc/posix-functions/vfprintf.texi: Likewise.
15370         * doc/posix-functions/vprintf.texi: Likewise.
15371         * doc/posix-functions/vsnprintf.texi: Likewise.
15372         * doc/posix-functions/vsprintf.texi: Likewise.
15373         * doc/glibc-functions/obstack_printf.texi: Likewise.
15374         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15375
15376 2009-02-28  Bruno Haible  <bruno@clisp.org>
15377
15378         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15379         Reported by Loïc Minier <lool@dooz.org>.
15380
15381 2009-02-27  Bruno Haible  <bruno@clisp.org>
15382
15383         * gnulib-tool (func_import): Make the sed expression used to create the
15384         sed script for updating the .gitignore file POSIX compliant.
15385         Reported by Eric Blake.
15386
15387 2009-02-27  Bruno Haible  <bruno@clisp.org>
15388
15389         * gnulib-tool (sed): Don't alias as "sed --posix".
15390         Reported by Eric Blake.
15391
15392 2009-02-27  Bruno Haible  <bruno@clisp.org>
15393
15394         Avoid test link errors.
15395         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15396         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15397         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15398         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15399         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15400
15401 2009-02-27  Bruno Haible  <bruno@clisp.org>
15402
15403         Avoid spurious "(cached)" in configure output.
15404         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15405         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15406         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15407         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15408         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15409         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15410         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15411         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15412         Reported by Eric Blake.
15413
15414 2009-02-27  Eric Blake  <ebb9@byu.net>
15415
15416         printf: fix regression in previous patch
15417         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15418
15419 2009-02-27  Bruno Haible  <bruno@clisp.org>
15420
15421         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15422         value.
15423         * lib/stdint.in.h: Likewise.
15424         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15425
15426 2009-02-27  Eric Blake  <ebb9@byu.net>
15427
15428         doc: mention more functions added in cygwin 1.7.0
15429         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15430         addition.
15431         * doc/posix-functions/open_wmemstream.texi: Likewise.
15432         * doc/posix-functions/wcsnlen.texi: Likewise.
15433         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15434         * doc/posix-functions/wcstod.texi: Likewise.
15435         * doc/posix-functions/wcstof.texi: Likewise.
15436         * doc/posix-functions/wcstoimax.texi: Likewise.
15437         * doc/posix-functions/wcstok.texi: Likewise.
15438         * doc/posix-functions/wcstoumax.texi: Likewise.
15439
15440         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15441         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15442         * doc/posix-functions/fprintf.texi: Update.
15443         * doc/posix-functions/printf.texi: Update.
15444         * doc/posix-functions/snprintf.texi: Update.
15445         * doc/posix-functions/sprintf.texi: Update.
15446         * doc/posix-functions/vfprintf.texi: Update.
15447         * doc/posix-functions/vprintf.texi: Update.
15448         * doc/posix-functions/vsnprintf.texi: Update.
15449         * doc/posix-functions/vsprintf.texi: Update.
15450         * doc/glibc-functions/obstack_printf.texi: Update.
15451         * doc/glibc-functions/obstack_vprintf.texi: Update.
15452
15453 2009-02-26  Eric Blake  <ebb9@byu.net>
15454
15455         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15456         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15457         compilation bug by using runtime conversion.
15458         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15459         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15460         * modules/ceill-tests (Files): Use nan.h.
15461         * modules/floorl-tests (Files): Likewise.
15462         * modules/frexpl-tests (Files): Likewise.
15463         * modules/isnanl-tests (Files): Likewise.
15464         * modules/ldexpl-tests (Files): Likewise.
15465         * modules/roundl-tests (Files): Likewise.
15466         * modules/truncl-tests (Files): Likewise.
15467         * tests/test-ceill.c (main): Use a working NaN.
15468         * tests/test-floorl.c (main): Likewise.
15469         * tests/test-frexpl.c (main): Likewise.
15470         * tests/test-isnan.c (test_long_double): Likewise.
15471         * tests/test-isnanl.h (main): Likewise.
15472         * tests/test-ldexpl.h (main): Likewise.
15473         * tests/test-roundl.h (main): Likewise.
15474         * tests/test-truncl.h (main): Likewise.
15475         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15476
15477 2009-02-26  Eric Blake  <ebb9@byu.net>
15478             Bruno Haible  <bruno@clisp.org>
15479
15480         Work around a *printf bug with %ls on Solaris.
15481         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15482         precision is specified, sprintf stops converting the wide string
15483         argument when the number of bytes that have been produced by this
15484         conversion equals or exceeds the precision.
15485         * doc/posix-functions/fprintf.texi: Update.
15486         * doc/posix-functions/printf.texi: Update.
15487         * doc/posix-functions/snprintf.texi: Update.
15488         * doc/posix-functions/sprintf.texi: Update.
15489         * doc/posix-functions/vfprintf.texi: Update.
15490         * doc/posix-functions/vprintf.texi: Update.
15491         * doc/posix-functions/vsnprintf.texi: Update.
15492         * doc/posix-functions/vsprintf.texi: Update.
15493         * doc/glibc-functions/obstack_printf.texi: Update.
15494         * doc/glibc-functions/obstack_vprintf.texi: Update.
15495
15496 2009-02-26  Eric Blake  <ebb9@byu.net>
15497
15498         stdlib: favor compiler check of random.h
15499         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15500         to avoid an ObjC random.h installed by Swarm.
15501
15502 2009-02-26  Bruno Haible  <bruno@clisp.org>
15503
15504         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15505         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15506         Reported by Gary V. Vaughan <gary@gnu.org>.
15507
15508 2009-02-26  Bruno Haible  <bruno@clisp.org>
15509
15510         Fix *printf behaviour regarding the %ls directive.
15511         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15512         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15513         NEED_PRINTF_DIRECTIVE_LS.
15514         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15515         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15516         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15517         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15518         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15519         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15520         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15521         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15522         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15523         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15524         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15525         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15526         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15527         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15528         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15529         * doc/posix-functions/fprintf.texi: Update.
15530         * doc/posix-functions/printf.texi: Update.
15531         * doc/posix-functions/snprintf.texi: Update.
15532         * doc/posix-functions/sprintf.texi: Update.
15533         * doc/posix-functions/vfprintf.texi: Update.
15534         * doc/posix-functions/vprintf.texi: Update.
15535         * doc/posix-functions/vsnprintf.texi: Update.
15536         * doc/posix-functions/vsprintf.texi: Update.
15537         * doc/glibc-functions/obstack_printf.texi: Update.
15538         * doc/glibc-functions/obstack_vprintf.texi: Update.
15539         Reported by Eric Blake.
15540
15541 2009-02-25  Bruno Haible  <bruno@clisp.org>
15542
15543         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
15544         with known value.
15545         Reported by Gary V. Vaughan <gary@gnu.org>.
15546
15547 2009-02-25  Bruno Haible  <bruno@clisp.org>
15548
15549         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
15550         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
15551         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
15552         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
15553         Reported by Gary V. Vaughan <gary@gnu.org>.
15554
15555 2009-02-25  Bruno Haible  <bruno@clisp.org>
15556
15557         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
15558         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
15559         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
15560         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
15561         Reported by Gary V. Vaughan <gary@gnu.org>.
15562
15563 2009-02-25  Eric Blake  <ebb9@byu.net>
15564
15565         tests: skip fseek/ftell tests if ungetc is broken
15566         * m4/ungetc.m4: New file.
15567         * modules/fseek-tests: Split test, so ungetc dependency is
15568         separate from rest of test.
15569         * modules/fseeko-tests: Likewise.
15570         * modules/ftell-tests: Likewise.
15571         * modules/ftello-tests: Likewise.
15572         * tests/test-fseek.c (main): Isolate ungetc dependency.
15573         * tests/test-fseeko.c (main): Likewise.
15574         * tests/test-ftell.c (main): Likewise.
15575         * tests/test-ftello.c (main): Likewise.
15576         * tests/test-fseek2.sh: New file.
15577         * tests/test-fseeko2.sh: Likewise.
15578         * tests/test-ftell2.sh: Likewise.
15579         * tests/test-ftello2.sh: Likewise.
15580
15581 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
15582
15583         test-getaddrinfo: fix usage of skip return code 77
15584         * tests/test-gettaddrinfo.c: Return skip code 77 only
15585         for first occurance of skip (4x77 is not 77)
15586
15587 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
15588
15589         strtod: avoid C99 decl-after-statement
15590         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
15591
15592 2009-02-24  Eric Blake  <ebb9@byu.net>
15593
15594         strtod: detect HP-UX 11.31 bug
15595         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
15596         Reported by Gary V. Vaughan.
15597
15598 2009-02-23  Bruno Haible  <bruno@clisp.org>
15599
15600         Fix invalid read past end of memory block.
15601         * lib/vasnprintf.c (DCHAR_SET): Define.
15602         (local_wcslen): Define only when needed.
15603         (local_strnlen, local_wcsnlen): New functions.
15604         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
15605         directives that involve a conversion ourselves.
15606         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
15607         wcsnlen, mbrtowc, wcrtomb.
15608         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
15609         * tests/test-vasprintf-posix.c (test_function): Likewise.
15610         * tests/test-snprintf-posix.h (test_function): Likewise.
15611         * tests/test-sprintf-posix.h (test_function): Likewise.
15612         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15613
15614 2009-02-22  Bruno Haible  <bruno@clisp.org>
15615
15616         Implement new clarified decomposition of Hangul syllables.
15617         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
15618         of type LTV, return only a pairwise decomposition.
15619         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
15620         Likewise.
15621         * tests/uninorm/test-decomposition.c (main): Updated expected result.
15622         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
15623         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
15624
15625 2009-02-22  Bruno Haible  <bruno@clisp.org>
15626
15627         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
15628         zero-length results and shrink excess allocated memory.
15629         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
15630         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
15631         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
15632         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
15633         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
15634         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
15635         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
15636         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
15637         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
15638         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
15639         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
15640         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
15641
15642 2009-02-21  Bruno Haible  <bruno@clisp.org>
15643
15644         * doc/gnulib.texi: Include safe-alloc.texi earlier.
15645         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
15646         spaces after a period. Put a space between a macro name and its
15647         argument list. Trivial rewordings.
15648         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
15649         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
15650         (main): Return 0 explicitly.
15651
15652 2009-02-21  Bruno Haible  <bruno@clisp.org>
15653
15654         Tests for module 'uninorm/filter'.
15655         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
15656         * modules/uninorm/filter-tests: New file.
15657
15658         New module 'uninorm/filter'.
15659         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
15660         uninorm_filter_flush, uninorm_filter_free): New declarations.
15661         * lib/uninorm/uninorm-filter.c: New file.
15662         * modules/uninorm/filter: New file.
15663
15664 2009-02-21  Bruno Haible  <bruno@clisp.org>
15665
15666         Tests for module 'uninorm/nfkc'.
15667         * tests/uninorm/test-nfkc.c: New file.
15668         * tests/uninorm/test-u8-nfkc.c: New file.
15669         * tests/uninorm/test-u16-nfkc.c: New file.
15670         * tests/uninorm/test-u32-nfkc.c: New file.
15671         * tests/uninorm/test-u32-nfkc-big.sh: New file.
15672         * tests/uninorm/test-u32-nfkc-big.c: New file.
15673         * modules/uninorm/nfkc-tests: New file.
15674
15675         New module 'uninorm/nfkc'.
15676         * lib/uninorm/nfkc.c: New file.
15677         * modules/uninorm/nfkc: New file.
15678
15679         Tests for module 'uninorm/nfkd'.
15680         * tests/uninorm/test-nfkd.c: New file.
15681         * tests/uninorm/test-u8-nfkd.c: New file.
15682         * tests/uninorm/test-u16-nfkd.c: New file.
15683         * tests/uninorm/test-u32-nfkd.c: New file.
15684         * tests/uninorm/test-u32-nfkd-big.sh: New file.
15685         * tests/uninorm/test-u32-nfkd-big.c: New file.
15686         * modules/uninorm/nfkd-tests: New file.
15687
15688         New module 'uninorm/nfkd'.
15689         * lib/uninorm/nfkd.c: New file.
15690         * modules/uninorm/nfkd: New file.
15691
15692         Tests for module 'uninorm/nfc'.
15693         * tests/uninorm/test-nfc.c: New file.
15694         * tests/uninorm/test-u8-nfc.c: New file.
15695         * tests/uninorm/test-u16-nfc.c: New file.
15696         * tests/uninorm/test-u32-nfc.c: New file.
15697         * tests/uninorm/test-u32-nfc-big.sh: New file.
15698         * tests/uninorm/test-u32-nfc-big.c: New file.
15699         * modules/uninorm/nfc-tests: New file.
15700
15701         New module 'uninorm/nfc'.
15702         * lib/uninorm/nfc.c: New file.
15703         * modules/uninorm/nfc: New file.
15704
15705         Tests for module 'uninorm/nfd'.
15706         * tests/uninorm/test-nfd.c: New file.
15707         * tests/uninorm/test-u8-nfd.c: New file.
15708         * tests/uninorm/test-u16-nfd.c: New file.
15709         * tests/uninorm/test-u32-nfd.c: New file.
15710         * tests/uninorm/test-u32-nfd-big.sh: New file.
15711         * tests/uninorm/test-u32-nfd-big.c: New file.
15712         * tests/uninorm/test-u32-normalize-big.h: New file.
15713         * tests/uninorm/test-u32-normalize-big.c: New file.
15714         * tests/uninorm/NormalizationTest.txt: New file, created from
15715         Unicode 5.1.0 NormalizationTest.txt.
15716         * modules/uninorm/nfd-tests: New file.
15717
15718         New module 'uninorm/nfd'.
15719         * lib/uninorm/nfd.c: New file.
15720         * modules/uninorm/nfd: New file.
15721
15722         New module 'uninorm/u32-normalize'.
15723         * lib/uninorm/u32-normalize.c: New file.
15724         * modules/uninorm/u32-normalize: New file.
15725
15726         New module 'uninorm/u16-normalize'.
15727         * lib/uninorm/u16-normalize.c: New file.
15728         * modules/uninorm/u16-normalize: New file.
15729
15730         New module 'uninorm/u8-normalize'.
15731         * lib/uninorm/u8-normalize.c: New file.
15732         * lib/uninorm/normalize-internal.h: New file.
15733         * lib/uninorm/u-normalize-internal.h: New file.
15734         * modules/uninorm/u8-normalize: New file.
15735
15736         New module 'uninorm/decompose-internal'.
15737         * lib/uninorm/decompose-internal.c: New file.
15738         * modules/uninorm/decompose-internal: New file.
15739
15740         Tests for module 'uninorm/composition'.
15741         * tests/uninorm/test-composition.c: New file.
15742         * modules/uninorm/composition-tests: New file.
15743
15744         New module 'uninorm/composition'.
15745         * lib/uninorm/composition.c: New file.
15746         * lib/uninorm/composition-table.gperf: New file, generated by
15747         gen-uni-tables.
15748         * modules/uninorm/composition: New file.
15749
15750         Tests for module 'uninorm/compat-decomposition'.
15751         * tests/uninorm/test-compat-decomposition.c: New file.
15752         * modules/uninorm/compat-decomposition-tests: New file.
15753
15754         New module 'uninorm/compat-decomposition'.
15755         * lib/uninorm/decompose-internal.h: New file.
15756         * lib/uninorm/compat-decomposition.c: New file.
15757         * modules/uninorm/compat-decomposition: New file.
15758
15759         Tests for module 'uninorm/canonical-decomposition'.
15760         * tests/uninorm/test-canonical-decomposition.c: New file.
15761         * modules/uninorm/canonical-decomposition-tests: New file.
15762
15763         New module 'uninorm/canonical-decomposition'.
15764         * lib/uninorm/canonical-decomposition.c: New file.
15765         * modules/uninorm/canonical-decomposition: New file.
15766
15767         Tests for module 'uninorm/decomposition'.
15768         * tests/uninorm/test-decomposition.c: New file.
15769         * modules/uninorm/decomposition-tests: New file.
15770
15771         New module 'uninorm/decomposition'.
15772         * lib/uninorm/decomposition.c: New file.
15773         * modules/uninorm/decomposition: New file.
15774
15775         New module 'uninorm/decomposition-table'.
15776         * lib/uninorm/decomposition-table.h: New file.
15777         * lib/uninorm/decomposition-table.c: New file.
15778         * lib/uninorm/decomposition-table1.h: New file, generated by
15779         gen-uni-tables.
15780         * lib/uninorm/decomposition-table2.h: New file, generated by
15781         gen-uni-tables.
15782         * modules/uninorm/decomposition-table: New file.
15783
15784         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
15785         (UC_DECOMP_*): New enumeration items.
15786         (get_decomposition): New function.
15787         (struct decomp_table): New type.
15788         (output_decomposition, output_decomposition_tables): New functions.
15789         (unicode_composition_exclusions): New variable.
15790         (fill_composition_exclusions, debug_output_composition_tables): New
15791         functions.
15792         (main): Accept one more argument. Invoke fill_composition_exclusions.
15793         Output decomposition and composition tables.
15794
15795         New module 'uninorm/base'.
15796         * lib/uninorm.h: New file.
15797         * lib/unictype.h: Update comment.
15798         * modules/uninorm/base: New file.
15799
15800 2009-02-21  David Lutterkort  <lutter@redhat.com>
15801
15802         Tests for module 'safe-alloc'.
15803         * tests/test-safe-alloc.c: New file.
15804         * modules/safe-alloc-tests: New file.
15805
15806         New module 'safe-alloc'.
15807         * lib/safe-alloc.h: New file.
15808         * lib/safe-alloc.c: New file.
15809         * m4/safe-alloc.m4: New file.
15810         * modules/safe-alloc: New file.
15811         * doc/safe-alloc.texi: New file.
15812         * doc/gnulib.texi: Include it.
15813         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
15814         safe-alloc.
15815
15816 2009-02-18  Bruno Haible  <bruno@clisp.org>
15817
15818         Fix link error on non-glibc systems.
15819         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
15820         variable.
15821         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15822
15823 2009-02-18  Jim Meyering  <meyering@redhat.com>
15824
15825         fts: avoid used-uninitialized error due to recent change
15826         * lib/fts.c (fts_read): Guard uses of the new member,
15827         parent->fts_n_dirs_remaining, since it's not relevant for
15828         the parent of a directory specified on the command-line.
15829
15830 2009-02-17  James Youngman  <jay@gnu.org>
15831             Bruno Haible  <bruno@clisp.org>
15832
15833         * m4/include_next.m4: Reformulate comment.
15834
15835 2009-02-16  Jim Meyering  <meyering@redhat.com>
15836
15837         fts: add #if guards so that the fts_lgpl module still builds
15838         * lib/fts.c: Guard just-added hash-table-using parts with
15839         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
15840         Reported by Simon Josefsson.
15841
15842 2009-02-15  Bruno Haible  <bruno@clisp.org>
15843
15844         * modules/array-mergesort-tests: New file.
15845         * tests/test-array-mergesort.c: New file.
15846
15847         New module 'array-mergesort'.
15848         * modules/array-mergesort: New file.
15849         * lib/array-mergesort.h: New file.
15850
15851 2009-02-15  Bruno Haible  <bruno@clisp.org>
15852
15853         Fix 2009-02-07 commit.
15854         * lib/gen-uni-tables.c (output_predicate, output_category,
15855         output_combclass, output_bidi_category, output_decimal_digit,
15856         output_digit, output_numeric, output_mirror, output_scripts,
15857         output_ident_category, output_simple_mapping): Fix format directives.
15858         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
15859
15860 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
15861
15862         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
15863         fixes are available from IBM.
15864
15865 2009-02-13  Jim Meyering  <meyering@redhat.com>
15866
15867         fts: arrange not to stat non-directories in more cases
15868         This makes GNU find (when it doesn't need to stat each file)
15869         *much* more efficient at traversing reiserfs file systems.
15870         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
15871         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
15872         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
15873         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
15874         (leaf_optimization_applies): New function.
15875         (LCO_hash, LCO_compare): New helper functions.
15876         (link_count_optimize_ok): New function.
15877         (fts_stat): Initialize new member (if dir).
15878         (fts_read): Decrement parent's fts_n_dirs_remaining count if
15879         we've just stat'ed a directory.  Skip the stat call when possible.
15880         ---
15881         Note this AFS-related exchange:
15882         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
15883         and note find's pioctl call in find/fstype.c.
15884         But that is necessary only if you want to enable the
15885         optimization for AFS, and for now, I don't.
15886
15887         fts: move a function definition "up" (no semantic change)
15888         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
15889         "up" to precede upcoming use of a related function.
15890
15891 2009-02-11  Jim Meyering  <meyering@redhat.com>
15892
15893         fts: correct internal computation of nlinks (optimization-related)
15894         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
15895         whether the current entry is a directory, so don't test it.
15896
15897 2009-02-10  Bruno Haible  <bruno@clisp.org>
15898
15899         Tests for module 'uniwbrk/ulc-wordbreaks'.
15900         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
15901         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
15902         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
15903
15904         Tests for module 'uniwbrk/u32-wordbreaks'.
15905         * modules/uniwbrk/u32-wordbreaks-tests: New file.
15906         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
15907
15908         Tests for module 'uniwbrk/u16-wordbreaks'.
15909         * modules/uniwbrk/u16-wordbreaks-tests: New file.
15910         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
15911
15912         Tests for module 'uniwbrk/u8-wordbreaks'.
15913         * modules/uniwbrk/u8-wordbreaks-tests: New file.
15914         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
15915
15916 2009-02-10  Bruno Haible  <bruno@clisp.org>
15917
15918         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
15919         property.
15920         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
15921         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
15922         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
15923
15924 2009-02-10  Simon Josefsson  <simon@josefsson.org>
15925
15926         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
15927         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
15928
15929 2009-02-10  Bruno Haible  <bruno@clisp.org>
15930
15931         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
15932         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
15933         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
15934         * lib/unilbrk/u8-possible-linebreaks.c: Update.
15935         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
15936         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
15937
15938 2009-02-09  Simon Josefsson  <simon@josefsson.org>
15939
15940         * lib/sockets.h (gl_fd_to_handle): New function.
15941
15942         * tests/test-sockets.c: Call gl_fd_to_handle.
15943
15944 2009-02-09  Bruno Haible  <bruno@clisp.org>
15945
15946         * doc/havelib.texi: Document the conventions on bi-arch systems.
15947
15948 2009-02-08  Bruno Haible  <bruno@clisp.org>
15949
15950         Document the AC_LIB_LINKFLAGS macro.
15951         * doc/havelib.texi: New file, mostly written on 2005-05-24.
15952         * doc/gnulib.texi: Include it.
15953
15954 2009-02-08  Bruno Haible  <bruno@clisp.org>
15955
15956         Fix wrong order of sections, compared to TOC.
15957         * doc/gnulib.texi: Include relocatable-maint.texi after the
15958         "Regular expressions" node, not before.
15959
15960 2009-02-08  Bruno Haible  <bruno@clisp.org>
15961
15962         Tests for module 'unicase/totitle'.
15963         * modules/unicase/totitle-tests: New file.
15964
15965         Tests for module 'unicase/tolower'.
15966         * modules/unicase/tolower-tests: New file.
15967
15968         Tests for module 'unicase/toupper'.
15969         * modules/unicase/toupper-tests: New file.
15970         * tests/unicase/test-mapping-part1.h: New file.
15971         * tests/unicase/test-mapping-part2.h: New file.
15972
15973         New module 'unicase/totitle'.
15974         * modules/unicase/totitle: New file.
15975         * lib/unicase/totitle.c: New file.
15976
15977         New module 'unicase/tolower'.
15978         * modules/unicase/tolower: New file.
15979         * lib/unicase/tolower.c: New file.
15980
15981         New module 'unicase/toupper'.
15982         * modules/unicase/toupper: New file.
15983         * lib/unicase/toupper.c: New file.
15984         * lib/unicase/simple-mapping.h: New file.
15985
15986         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
15987         (mapping_table): New structure.
15988         (output_simple_mapping): New function.
15989         (main): Invoke output_simple_mapping_test and output_simple_mapping.
15990         * modules/gen-uni-tables (Description): Update.
15991         * lib/unicase/toupper.h: New file, automatically generated by
15992         gen-uni-tables.
15993         * lib/unicase/tolower.h: New file, automatically generated by
15994         gen-uni-tables.
15995         * lib/unicase/totitle.h: New file, automatically generated by
15996         gen-uni-tables.
15997         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
15998         gen-uni-tables.
15999         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16000         gen-uni-tables.
16001         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16002         gen-uni-tables.
16003
16004         New module 'unicase/base'.
16005         * modules/unicase/base: New file.
16006         * lib/unicase.h: New file.
16007
16008 2009-02-08  Bruno Haible  <bruno@clisp.org>
16009
16010         New module 'uniwbrk/ulc-wordbreaks'.
16011         * modules/uniwbrk/ulc-wordbreaks: New file.
16012         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16013
16014         New module 'uniwbrk/u32-wordbreaks'.
16015         * modules/uniwbrk/u32-wordbreaks: New file.
16016         * lib/uniwbrk/u32-wordbreaks.c: New file.
16017
16018         New module 'uniwbrk/u16-wordbreaks'.
16019         * modules/uniwbrk/u16-wordbreaks: New file.
16020         * lib/uniwbrk/u16-wordbreaks.c: New file.
16021
16022         New module 'uniwbrk/u8-wordbreaks'.
16023         * modules/uniwbrk/u8-wordbreaks: New file.
16024         * lib/uniwbrk/u8-wordbreaks.c: New file.
16025         * lib/uniwbrk/u-wordbreaks.h: New file.
16026
16027         New module 'uniwbrk/table'.
16028         * modules/uniwbrk/table: New file.
16029         * lib/uniwbrk/wbrktable.h: New file.
16030         * lib/uniwbrk/wbrktable.c: New file.
16031
16032         New module 'uniwbrk/wordbreak-property'.
16033         * modules/uniwbrk/wordbreak-property: New file.
16034         * lib/uniwbrk/wordbreak-property.c: New file.
16035
16036         * lib/gen-uni-tables.c (WBP_*): New enum items.
16037         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16038         (unicode_org_wbp): New variable.
16039         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16040         New functions.
16041         (wbp_table): New structure.
16042         (output_wbp, output_wbrk_tables): New functions.
16043         (main): Accept additional argument. Invoke fill_org_wbp,
16044         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16045         output_wbrk_tables.
16046         * modules/gen-uni-tables (Description): Update.
16047         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16048         gen-uni-tables.
16049
16050         New module 'uniwbrk/base'.
16051         * modules/uniwbrk/base: New file.
16052         * lib/uniwbrk.h: New file.
16053
16054 2009-02-08  Bruno Haible  <bruno@clisp.org>
16055
16056         Update to Unicode 5.1.0.
16057         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16058         U+2185..U+2188.
16059         (is_property_default_ignorable_code_point): Don't include characters
16060         of category Cc or Cs and not-a-characters.
16061         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16062         U+0D79, U+109E, U+109F, U+A60C.
16063         * lib/unictype/bidi_of.h: Regenerated.
16064         * lib/unictype/blocks.h: Regenerated.
16065         * lib/unictype/categ_C.h: Regenerated.
16066         * lib/unictype/categ_Cf.h: Regenerated.
16067         * lib/unictype/categ_Cn.h: Regenerated.
16068         * lib/unictype/categ_L.h: Regenerated.
16069         * lib/unictype/categ_Ll.h: Regenerated.
16070         * lib/unictype/categ_Lm.h: Regenerated.
16071         * lib/unictype/categ_Lo.h: Regenerated.
16072         * lib/unictype/categ_Lu.h: Regenerated.
16073         * lib/unictype/categ_M.h: Regenerated.
16074         * lib/unictype/categ_Mc.h: Regenerated.
16075         * lib/unictype/categ_Me.h: Regenerated.
16076         * lib/unictype/categ_Mn.h: Regenerated.
16077         * lib/unictype/categ_N.h: Regenerated.
16078         * lib/unictype/categ_Nd.h: Regenerated.
16079         * lib/unictype/categ_Nl.h: Regenerated.
16080         * lib/unictype/categ_No.h: Regenerated.
16081         * lib/unictype/categ_P.h: Regenerated.
16082         * lib/unictype/categ_Pd.h: Regenerated.
16083         * lib/unictype/categ_Pe.h: Regenerated.
16084         * lib/unictype/categ_Pf.h: Regenerated.
16085         * lib/unictype/categ_Pi.h: Regenerated.
16086         * lib/unictype/categ_Po.h: Regenerated.
16087         * lib/unictype/categ_Ps.h: Regenerated.
16088         * lib/unictype/categ_S.h: Regenerated.
16089         * lib/unictype/categ_Sk.h: Regenerated.
16090         * lib/unictype/categ_Sm.h: Regenerated.
16091         * lib/unictype/categ_So.h: Regenerated.
16092         * lib/unictype/categ_of.h: Regenerated.
16093         * lib/unictype/combining.h: Regenerated.
16094         * lib/unictype/ctype_alnum.h: Regenerated.
16095         * lib/unictype/ctype_alpha.h: Regenerated.
16096         * lib/unictype/ctype_graph.h: Regenerated.
16097         * lib/unictype/ctype_lower.h: Regenerated.
16098         * lib/unictype/ctype_print.h: Regenerated.
16099         * lib/unictype/ctype_punct.h: Regenerated.
16100         * lib/unictype/ctype_upper.h: Regenerated.
16101         * lib/unictype/decdigit.h: Regenerated.
16102         * lib/unictype/digit.h: Regenerated.
16103         * lib/unictype/mirror.h: Regenerated.
16104         * lib/unictype/numeric.h: Regenerated.
16105         * lib/unictype/pr_alphabetic.h: Regenerated.
16106         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16107         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16108         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16109         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16110         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16111         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16112         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16113         * lib/unictype/pr_combining.h: Regenerated.
16114         * lib/unictype/pr_dash.h: Regenerated.
16115         * lib/unictype/pr_decimal_digit.h: Regenerated.
16116         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16117         * lib/unictype/pr_deprecated.h: Regenerated.
16118         * lib/unictype/pr_diacritic.h: Regenerated.
16119         * lib/unictype/pr_extender.h: Regenerated.
16120         * lib/unictype/pr_format_control.h: Regenerated.
16121         * lib/unictype/pr_grapheme_base.h: Regenerated.
16122         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16123         * lib/unictype/pr_grapheme_link.h: Regenerated.
16124         * lib/unictype/pr_id_continue.h: Regenerated.
16125         * lib/unictype/pr_id_start.h: Regenerated.
16126         * lib/unictype/pr_ideographic.h: Regenerated.
16127         * lib/unictype/pr_ignorable_control.h: Regenerated.
16128         * lib/unictype/pr_lowercase.h: Regenerated.
16129         * lib/unictype/pr_math.h: Regenerated.
16130         * lib/unictype/pr_numeric.h: Regenerated.
16131         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16132         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16133         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16134         * lib/unictype/pr_other_id_continue.h: Regenerated.
16135         * lib/unictype/pr_other_lowercase.h: Regenerated.
16136         * lib/unictype/pr_other_math.h: Regenerated.
16137         * lib/unictype/pr_punctuation.h: Regenerated.
16138         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16139         * lib/unictype/pr_soft_dotted.h: Regenerated.
16140         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16141         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16142         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16143         * lib/unictype/pr_uppercase.h: Regenerated.
16144         * lib/unictype/pr_xid_continue.h: Regenerated.
16145         * lib/unictype/pr_xid_start.h: Regenerated.
16146         * lib/unictype/pr_zero_width.h: Regenerated.
16147         * lib/unictype/scripts.h: Regenerated.
16148         * lib/unictype/scripts_byname.gperf: Regenerated.
16149         * lib/unictype/sy_java_ident.h: Regenerated.
16150         * lib/unilbrk/lbrkprop1.h: Regenerated.
16151         * lib/unilbrk/lbrkprop2.h: Regenerated.
16152         * tests/unictype/test-categ_C.c: Regenerated.
16153         * tests/unictype/test-categ_Cf.c: Regenerated.
16154         * tests/unictype/test-categ_Cn.c: Regenerated.
16155         * tests/unictype/test-categ_L.c: Regenerated.
16156         * tests/unictype/test-categ_Ll.c: Regenerated.
16157         * tests/unictype/test-categ_Lm.c: Regenerated.
16158         * tests/unictype/test-categ_Lo.c: Regenerated.
16159         * tests/unictype/test-categ_Lu.c: Regenerated.
16160         * tests/unictype/test-categ_M.c: Regenerated.
16161         * tests/unictype/test-categ_Mc.c: Regenerated.
16162         * tests/unictype/test-categ_Me.c: Regenerated.
16163         * tests/unictype/test-categ_Mn.c: Regenerated.
16164         * tests/unictype/test-categ_N.c: Regenerated.
16165         * tests/unictype/test-categ_Nd.c: Regenerated.
16166         * tests/unictype/test-categ_Nl.c: Regenerated.
16167         * tests/unictype/test-categ_No.c: Regenerated.
16168         * tests/unictype/test-categ_P.c: Regenerated.
16169         * tests/unictype/test-categ_Pd.c: Regenerated.
16170         * tests/unictype/test-categ_Pe.c: Regenerated.
16171         * tests/unictype/test-categ_Pf.c: Regenerated.
16172         * tests/unictype/test-categ_Pi.c: Regenerated.
16173         * tests/unictype/test-categ_Po.c: Regenerated.
16174         * tests/unictype/test-categ_Ps.c: Regenerated.
16175         * tests/unictype/test-categ_S.c: Regenerated.
16176         * tests/unictype/test-categ_Sk.c: Regenerated.
16177         * tests/unictype/test-categ_Sm.c: Regenerated.
16178         * tests/unictype/test-categ_So.c: Regenerated.
16179         * tests/unictype/test-ctype_alnum.c: Regenerated.
16180         * tests/unictype/test-ctype_alpha.c: Regenerated.
16181         * tests/unictype/test-ctype_graph.c: Regenerated.
16182         * tests/unictype/test-ctype_lower.c: Regenerated.
16183         * tests/unictype/test-ctype_print.c: Regenerated.
16184         * tests/unictype/test-ctype_punct.c: Regenerated.
16185         * tests/unictype/test-ctype_upper.c: Regenerated.
16186         * tests/unictype/test-decdigit.h: Regenerated.
16187         * tests/unictype/test-digit.h: Regenerated.
16188         * tests/unictype/test-numeric.h: Regenerated.
16189         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16190         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16191         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16192         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16193         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16194         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16195         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16196         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16197         * tests/unictype/test-pr_combining.c: Regenerated.
16198         * tests/unictype/test-pr_dash.c: Regenerated.
16199         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16200         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16201         * tests/unictype/test-pr_deprecated.c: Regenerated.
16202         * tests/unictype/test-pr_diacritic.c: Regenerated.
16203         * tests/unictype/test-pr_extender.c: Regenerated.
16204         * tests/unictype/test-pr_format_control.c: Regenerated.
16205         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16206         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16207         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16208         * tests/unictype/test-pr_id_continue.c: Regenerated.
16209         * tests/unictype/test-pr_id_start.c: Regenerated.
16210         * tests/unictype/test-pr_ideographic.c: Regenerated.
16211         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16212         * tests/unictype/test-pr_lowercase.c: Regenerated.
16213         * tests/unictype/test-pr_math.c: Regenerated.
16214         * tests/unictype/test-pr_numeric.c: Regenerated.
16215         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16216         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16217         Regenerated.
16218         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16219         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16220         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16221         * tests/unictype/test-pr_other_math.c: Regenerated.
16222         * tests/unictype/test-pr_punctuation.c: Regenerated.
16223         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16224         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16225         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16226         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16227         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16228         * tests/unictype/test-pr_uppercase.c: Regenerated.
16229         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16230         * tests/unictype/test-pr_xid_start.c: Regenerated.
16231         * tests/unictype/test-pr_zero_width.c: Regenerated.
16232
16233         Update to Unicode 5.1.0.
16234         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16235         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16236         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16237         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16238         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16239         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16240         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16241         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16242         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16243         (nonspacing_table_ind): Update.
16244         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16245
16246         Update to Unicode 5.1.0.
16247         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16248         code transform.
16249         * lib/uniname/uniname.c (unicode_character_name,
16250         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16251         * lib/uniname/uninames.h: Regenerated.
16252         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16253
16254 2009-02-07  Bruno Haible  <bruno@clisp.org>
16255
16256         Merge gen-ctype and gen-lbrk into a single program.
16257         * lib/gen-uni-tables.c: New file, incorporating
16258         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16259         Add directory prefixes to the names of the generated files.
16260         * lib/unictype/gen-ctype.c: Remove file.
16261         * lib/unilbrk/gen-lbrk.c: Remove file.
16262         * modules/gen-uni-tables: New file.
16263         * modules/unictype/gen-ctype: Remove file.
16264         * modules/unilbrk/gen-lbrk: Remove file.
16265
16266 2009-02-07  Bruno Haible  <bruno@clisp.org>
16267
16268         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16269
16270         New module 'unistr/u32-strcoll'.
16271         * modules/unistr/u32-strcoll: New file.
16272         * lib/unistr/u32-strcoll.c: New file.
16273
16274         New module 'unistr/u16-strcoll'.
16275         * modules/unistr/u16-strcoll: New file.
16276         * lib/unistr/u16-strcoll.c: New file.
16277
16278         New module 'unistr/u8-strcoll'.
16279         * modules/unistr/u8-strcoll: New file.
16280         * lib/unistr/u8-strcoll.c: New file.
16281         * lib/unistr/u-strcoll.h: New file.
16282
16283 2009-02-07  Bruno Haible  <bruno@clisp.org>
16284
16285         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16286         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16287         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16288         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16289         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16290         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16291
16292 2009-02-07  Bruno Haible  <bruno@clisp.org>
16293
16294         Make 64-bit clean.
16295         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16296         output_combclass, output_bidi_category, output_decimal_digit,
16297         output_digit, output_numeric, output_mirror, output_scripts,
16298         output_ident_category): Use proper width specifier in format strings.
16299
16300 2009-02-07  Bruno Haible  <bruno@clisp.org>
16301
16302         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16303         failure behaviour.
16304
16305 2009-02-07  Jim Meyering  <meyering@redhat.com>
16306
16307         regex: avoid compilation failure with upcoming gcc-4.4
16308         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16309         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16310         "... error: integer overflow in preprocessor expression".
16311
16312 2009-02-05  Ben Pfaff  <blp@gnu.org>
16313
16314         Fix link errors on Windows when close module is used.
16315         * modules/close: Add $(LIB_CLOSE) to Link section.
16316         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16317         $(LIB_CLOSE) on Windows.
16318
16319 2009-02-05  Jim Meyering  <meyering@redhat.com>
16320
16321         still avoid unused-parameter warnings, but do it cleanly
16322         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16323         (get_fs_usage): Cast to void instead.
16324         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16325         (dev_from_mount_options, read_file_system_list): Cast to void.
16326         Prompted by Bruno Haible.
16327
16328 2009-02-04  Jim Meyering  <meyering@redhat.com>
16329
16330         fsusage.c: correct copyright year
16331         * lib/fsusage.c: Reflect year in which the change is pushed into
16332
16333         avoid misc. warnings
16334         * lib/fsusage.c (UNUSED_PARAM): Define.
16335         (get_fs_usage): Mark parameter "disk" as unused.
16336         * lib/getugroups.c (getgrent): Use "void" in prototype.
16337         * lib/mountlist.c: Mark unused parameters.
16338         (read_file_system_list): Declare a local with "const".
16339         * lib/nanosleep.c (getnow): Declare static.
16340         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16341
16342         dirfd: set errno upon failure
16343         * lib/dirfd.c: Include <errno.h>.
16344         Set errno to ENOTSUP when returning -1.
16345         * modules/dirfd (Depends-on): Add errno.
16346         Suggested by John Kodis <kodis@comcast.net>.
16347
16348 2009-02-01  Bruno Haible  <bruno@clisp.org>
16349
16350         Don't assume sizeof (long) >= sizeof (void *).
16351         * lib/memcmp.c: Include stdint.h.
16352         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16353         srcp2 to 'const byte *'.
16354         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16355         types to uintptr_t.
16356         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16357         * modules/memcmp (Depends-on): Add stdint.
16358         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16359
16360 2009-01-30  Eric Blake  <ebb9@byu.net>
16361
16362         fix more require-before-expand issues
16363         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16364         expand, AC_PROG_AWK.
16365         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16366
16367 2009-01-28  Eric Blake  <ebb9@byu.net>
16368
16369         version-etc: use consistent URL formatting
16370         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16371         Improve formatting.  Use fputs for string without %.
16372
16373 2009-01-28  Jim Meyering  <meyering@redhat.com>
16374
16375         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16376         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16377         "underquoted definition of NAME" from autoconf-2.59.
16378
16379 2009-01-28  Bruno Haible  <bruno@clisp.org>
16380
16381         * doc/gnulib.texi: Add "Obsolete modules" to index.
16382
16383 2009-01-28  Jim Meyering  <meyering@redhat.com>
16384
16385         useless-if-before-free: recognize more variants
16386         * build-aux/useless-if-before-free: Also recognize e.g.,
16387         if (NULL != p) free (p);
16388
16389 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16390
16391         test-getaddrinfo: skip (don't fail) this test when there's no network
16392         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16393         on the presumption that it means you lack network access.
16394
16395 2009-01-26  Jim Meyering  <meyering@redhat.com>
16396
16397         fflush: avoid warnings on modern systems
16398         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16399         pos and result, into scopes where they're used.
16400
16401 2009-01-26  Eric Blake  <ebb9@byu.net>
16402
16403         Silence warning reintroduced by recent extensions patch.
16404         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16405         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16406         autoconf.
16407
16408         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16409         * m4/00gnulib.m4: New file.
16410         * gnulib-tool (func_get_filelist): Always use it.
16411         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16412         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16413
16414 2009-01-25  Bruno Haible  <bruno@clisp.org>
16415
16416         Make test-quotearg work on MacOS X and AIX.
16417         * tests/test-quotearg.sh: New file.
16418         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16419         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16420         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16421         include <libintl.h>.
16422         (fake_locale): Remove variable.
16423         (gettext, dgettext, dcgettext): Remove functions.
16424         (main): Instead of setting a fake locale, set a real locale. Call
16425         textdomain and bindtextdomain.
16426         * modules/quotearg-tests (Files): Add the new files.
16427         (Depends-on): Add gettext, setenv, unsetenv.
16428         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16429         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16430         Augment TESTS_ENVIRONMENT.
16431
16432 2009-01-25  Bruno Haible  <bruno@clisp.org>
16433
16434         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16435         fr_FR.ISO8859-1 locale on MacOS X.
16436         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16437         ja_JP.eucJP locale on MacOS X.
16438         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16439         zh_CN.GB18030 locale on MacOS X.
16440
16441 2009-01-25  Bruno Haible  <bruno@clisp.org>
16442
16443         Avoid link errors on MacOS X 10.3.
16444         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16445         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16446
16447 2009-01-25  Bruno Haible  <bruno@clisp.org>
16448
16449         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16450         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16451         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16452         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16453         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16454         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16455         posix_spawnattr_init, posix_spawnattr_setsigmask,
16456         posix_spawnattr_setflags, posix_spawnattr_destroy.
16457
16458         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16459         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16460         * modules/execute (Files): Remove m4/posix_spawn.m4.
16461         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16462         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16463         posix_spawnattr_init, posix_spawnattr_setsigmask,
16464         posix_spawnattr_setflags, posix_spawnattr_destroy.
16465
16466 2009-01-25  Bruno Haible  <bruno@clisp.org>
16467
16468         * lib/glthread/threadlib.c: Include <stdlib.h>.
16469
16470 2009-01-25  Bruno Haible  <bruno@clisp.org>
16471
16472         * lib/glthread/threadlib.c (dummy): New declaration.
16473
16474 2009-01-25  Bruno Haible  <bruno@clisp.org>
16475
16476         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16477         multibyte characters also for the GB18030 encoding. Don't crash when
16478         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16479
16480 2009-01-25  Bruno Haible  <bruno@clisp.org>
16481
16482         Avoid redefining 'struct random_data' on OSF/1 5.1.
16483         * lib/stdlib.in.h: Include <random.h> if it exists.
16484         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16485         HAVE_RANDOM_H. Include <random.h> when testing whether
16486         'struct random_data' exists.
16487         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16488
16489 2009-01-25  Bruno Haible  <bruno@clisp.org>
16490
16491         Don't install charset.alias on MacOS X >= 10.3.
16492         * lib/localcharset.c (DARWIN7): New macro.
16493         (get_charset_aliases): Hardcode the result for Darwin7.
16494         * modules/localcharset (install-exec-local): Don't install
16495         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16496
16497 2009-01-25  Bruno Haible  <bruno@clisp.org>
16498
16499         Don't install charset.alias on mingw and Cygwin.
16500         * modules/localcharset (install-exec-local): Don't install
16501         charset.alias on mingw and Cygwin, if the file does not yet exist.
16502         The result for these platforms is hardcoded in localcharset.c.
16503
16504 2009-01-25  Bruno Haible  <bruno@clisp.org>
16505
16506         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16507         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16508         before requiring AC_USE_SYSTEM_EXTENSIONS.
16509
16510 2009-01-25  Jim Meyering  <meyering@redhat.com>
16511
16512         c-strtod: avoid warnings
16513         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16514         "assignment discards qualifiers from pointer target type" warnings.
16515
16516 2009-01-24  Bruno Haible  <bruno@clisp.org>
16517
16518         Add support for non-UTF-8 locales on MacOS X.
16519         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16520         canonical encodings. For Darwin 7 and newer, don't map traditional
16521         encodings to UTF-8.
16522         Reported by Vincent Lefevre <vincent@vinc17.org>
16523         at <http://savannah.gnu.org/bugs/?25235>.
16524
16525 2009-01-24  Bruno Haible  <bruno@clisp.org>
16526
16527         * doc/gnulib.texi (Obsolete modules): New section.
16528         Reported by Mike Frysinger <vapier@gentoo.org>.
16529
16530 2009-01-24  Bruno Haible  <bruno@clisp.org>
16531
16532         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16533         (%.dvi): New rule.
16534
16535 2009-01-24  Bruno Haible  <bruno@clisp.org>
16536
16537         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
16538         Reported by Eric Blake.
16539
16540 2009-01-24  Bruno Haible  <bruno@clisp.org>
16541
16542         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
16543         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
16544         Reported by Gary V. Vaughan <gary@gnu.org>.
16545
16546 2009-01-24  Bruno Haible  <bruno@clisp.org>
16547
16548         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
16549
16550 2009-01-23  Bruno Haible  <bruno@clisp.org>
16551
16552         Make c-strtod, c-strtold usable in libraries.
16553         * lib/c-strtod.c: Include string.h instead of xalloc.h.
16554         (C_STRTOD): Call strdup instead of xstrdup.
16555         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
16556         * modules/c-strtold (Depends-on): Likewise.
16557         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
16558         * NEWS: Mention the change.
16559         Reported by Michael Gold <mgold@ncf.ca>.
16560
16561 2009-01-23  Jim Meyering  <meyering@redhat.com>
16562
16563         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
16564         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
16565         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
16566
16567 2009-01-23  Simon Josefsson  <simon@josefsson.org>
16568
16569         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
16570         GNU CoreUtils.
16571         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
16572         * modules/version-etc (Description): Update.
16573
16574 2009-01-22  Bruno Haible  <bruno@clisp.org>
16575
16576         Cache the C locale object.
16577         * lib/c-strtod.c (c_locale_cache): New variable.
16578         (c_locale): New function.
16579         (C_STRTOD): Use it, and don't call freelocale.
16580         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
16581         Suggested by Paolo Bonzini.
16582
16583 2009-01-21  Bruno Haible  <bruno@clisp.org>
16584
16585         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
16586         conditions other than overflow.
16587
16588 2009-01-21  Bruno Haible  <bruno@clisp.org>
16589
16590         * lib/c-strtod.c: Include errno.h.
16591         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
16592         value from STRTOD_L and STRTOD.
16593
16594 2009-01-21  Bruno Haible  <bruno@clisp.org>
16595         and Jim Meyering  <meyering@redhat.com>
16596
16597         nanosleep: skip configure test (fail it) for apple universal builds
16598         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
16599         universal builds, assume that nanosleep does not work.
16600         * modules/nanosleep (Depends-on): Add multiarch.
16601
16602         mktime: skip configure test (fail it) for apple universal builds
16603         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
16604         universal builds, assume that mktime does not work.
16605         * modules/mktime (Depends-on): Add multiarch.
16606
16607 2009-01-21  Eric Blake  <ebb9@byu.net>
16608
16609         multiarch: avoid expand-before-require warning
16610         * modules/multiarch (configure.ac): Require, rather than expand,
16611         gl_MULTIARCH.
16612         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
16613         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
16614         enforce that all clients require it.  Partial reversion of
16615         2008-12-29 patch.
16616
16617         error: avoid expand-before-require warning
16618         * modules/errno (configure.ac): Require, rather than expand,
16619         gl_HEADER_ERRNO_H.
16620         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
16621         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
16622         enforce that all clients require it.
16623
16624         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
16625         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
16626         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
16627         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
16628
16629 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
16630
16631         Revert:
16632         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16633
16634         regex: do not depend on obsolete modules.
16635         * modules/regex: Remove memcmp and memmove.
16636
16637 2009-01-20  Bruno Haible  <bruno@clisp.org>
16638
16639         Make the 'link' module link on Windows NT 4.
16640         * lib/link.c (_WIN32_WINNT): Don't define.
16641         (CreateHardLinkFuncType): New type.
16642         (CreateHardLinkFunc, initialized): New variables.
16643         (initialize): New function.
16644         (link): Invoke CreateHardLink indirectly through the function pointer.
16645
16646 2009-01-20  Bruno Haible  <bruno@clisp.org>
16647
16648         Fix compilation failure on mingw.
16649         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
16650
16651 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
16652
16653         * doc/c-strtod.texi: Mention a couple of restrictions.
16654
16655 2009-01-20  Jim Meyering  <meyering@redhat.com>
16656
16657         gettimeofday: move more declarations out of functions
16658         * lib/gettimeofday.c: Move extern declarations of tzset and
16659         gmtime out of containing functions.  Prompted by Bruno Haible.
16660
16661 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16662
16663         regex: do not depend on obsolete modules.
16664         * modules/regex: Remove memcmp and memmove.
16665
16666 2009-01-19  Bruno Haible  <bruno@clisp.org>
16667
16668         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16669         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
16670         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16671         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
16672         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
16673
16674 2009-01-19  Bruno Haible  <bruno@clisp.org>
16675
16676         * tests/test-link.c: Include <errno.h>.
16677         (main): Exit with code 77 when a hard link cannot be created due to
16678         the file system.
16679         * tests/test-link.sh: Skip test when a hard link cannot be created due
16680         to the file system.
16681         Suggested by Eric Blake.
16682
16683 2009-01-19  Martin Lambers  <marlam@marlam.de>
16684
16685         * modules/link-tests: New file.
16686         * tests/test-link.sh: New file.
16687         * tests/test-link.c: New file.
16688
16689 2009-01-19  Eric Blake  <ebb9@byu.net>
16690
16691         doc: mention another function added in cygwin 1.7.0
16692         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
16693         Another new function in cygwin 1.7.
16694
16695 2009-01-19  Bruno Haible  <bruno@clisp.org>
16696
16697         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16698         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
16699         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
16700         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16701         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
16702         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
16703         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
16704         * m4/md4.m4 (gl_MD4): Likewise.
16705         * m4/md5.m4 (gl_MD5): Likewise.
16706         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
16707         * m4/sha1.m4 (gl_SHA1): Likewise.
16708         * m4/sha256.m4 (gl_SHA256): Likewise.
16709         * m4/sha512.m4 (gl_SHA512): Likewise.
16710
16711 2009-01-19  Bruno Haible  <bruno@clisp.org>
16712
16713         * modules/uniname/uniname-tests (Depends-on): Add progname.
16714         * tests/uniname/test-uninames.c: Include progname.h.
16715         (main): Call set_program_name.
16716
16717         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
16718         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
16719         (main): Call set_program_name.
16720
16721         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
16722         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
16723         (main): Call set_program_name.
16724
16725         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
16726         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
16727         (main): Call set_program_name.
16728
16729         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
16730         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
16731         (main): Call set_program_name.
16732
16733         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
16734         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
16735         (main): Call set_program_name.
16736
16737         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
16738         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
16739         (main): Call set_program_name.
16740
16741         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
16742         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
16743         (main): Call set_program_name.
16744
16745         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
16746         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
16747         (main): Call set_program_name.
16748
16749 2009-01-19  Eric Blake  <ebb9@byu.net>
16750
16751         test-unistd: test previous patch
16752         * tests/test-unistd.c: Test *_FILENO macros.
16753
16754         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
16755         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16756         Guarantee a definition.
16757         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
16758         * modules/unistd-safer (Depends-on): Add dependency on unistd.
16759         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
16760         * lib/dup-safer.c (STDERR_FILENO): Likewise.
16761         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16762         Likewise.
16763         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
16764         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
16765         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16766         Likewise.
16767         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
16768         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
16769         (STDERR_FILENO): Likewise.
16770         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
16771         (STDERR_FILENO): Likewise.
16772         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
16773         (STDERR_FILENO): Likewise.
16774         Reported by Elbert Pol.
16775
16776 2009-01-19  Eric Blake  <ebb9@byu.net>
16777
16778         doc: mention more functions added in cygwin 1.7.0
16779         * doc/posix-functions/abort.texi (abort): Update wording related
16780         to cygwin.
16781         * doc/posix-functions/daylight.texi (daylight): Likewise.
16782         * doc/posix-functions/optarg.texi (optarg): Likewise.
16783         * doc/posix-functions/optarg.texi (opterr): Likewise.
16784         * doc/posix-functions/optarg.texi (optind): Likewise.
16785         * doc/posix-functions/optarg.texi (optopt): Likewise.
16786         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
16787         worked in 1.5.x, and was withdrawn in 1.7.
16788         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
16789         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
16790         cygwin versions.
16791         * doc/posix-functions/perror.texi (perror): Likewise.
16792         * doc/posix-functions/printf.texi (printf): Likewise.
16793         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
16794         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
16795         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
16796         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
16797         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
16798         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
16799         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
16800         Likewise.
16801         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
16802         Likewise.
16803         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
16804         this function.
16805         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
16806         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
16807         Likewise.
16808         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
16809         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
16810         * doc/posix-functions/confstr.texi (confstr): Likewise.
16811         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
16812         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
16813         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
16814         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
16815         * doc/posix-functions/fputws.texi (fputws): Likewise.
16816         * doc/posix-functions/fwide.texi (fwide): Likewise.
16817         * doc/posix-functions/getwc.texi (getwc): Likewise.
16818         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
16819         * doc/posix-functions/putwc.texi (putwc): Likewise.
16820         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
16821         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
16822         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
16823         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
16824         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
16825         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
16826         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
16827         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
16828         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
16829         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
16830         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
16831
16832 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
16833
16834         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
16835         * lib/ioctl.c: Include <sys/ioctl.h>.
16836
16837 2009-01-19  Simon Josefsson  <simon@josefsson.org>
16838
16839         * modules/getdate-tests (Depends-on): Add progname.
16840         * tests/test-getdate.c: Use progname module, to avoid link errors
16841         on non-glibc systems.
16842
16843 2009-01-18  Simon Josefsson  <simon@josefsson.org>
16844
16845         * modules/filenamecat-tests (Depends-on): Add progname.
16846         * modules/fstrcmp-tests (Depends-on): Likewise.
16847
16848         * tests/test-filenamecat.c: Use progname module, to avoid link
16849         errors on non-glibc systems.
16850         * tests/test-fstrcmp.c: Likewise.
16851
16852 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
16853
16854         gettimeofday: avoid warning: nested extern declaration of 'localtime'
16855         * lib/gettimeofday.c: Move extern declaration out of function.
16856
16857 2009-01-18  Bruno Haible  <bruno@clisp.org>
16858
16859         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
16860         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
16861         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
16862
16863 2009-01-18  Bruno Haible  <bruno@clisp.org>
16864
16865         * lib/strftime.c (MEMPCPY): Remove unused macro.
16866         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
16867
16868 2009-01-18  Martin Lambers  <marlam@marlam.de>
16869
16870         New module 'link'.
16871         * lib/unistd.in.h (link): New declaration.
16872         * lib/link.c: New file.
16873         * m4/link.m4: New file.
16874         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
16875         HAVE_LINK.
16876         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
16877         * modules/link: New file.
16878         * doc/posix-functions/link.texi: Mention the new module.
16879
16880 2009-01-18  Bruno Haible  <bruno@clisp.org>
16881
16882         * tests/test-avltree_list.c (main): Call set_program_name.
16883         * tests/test-avltree_oset.c (main): Likewise.
16884         * tests/test-obstack-printf.c: Include progname.h.
16885         (main): Call set_program_name.
16886         * tests/test-quotearg.c: Include progname.h.
16887         (main): Call set_program_name.
16888         * tests/test-xmemdup0.c: Include progname.h.
16889         (main): Call set_program_name.
16890
16891 2009-01-18  Bruno Haible  <bruno@clisp.org>
16892
16893         New module 'alphasort'.
16894         * lib/dirent.in.h (alphasort): New declaration.
16895         * lib/alphasort.c: New file, from glibc with modifications.
16896         * m4/alphasort.m4: New file.
16897         * modules/alphasort: New file.
16898         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
16899         HAVE_ALPHASORT.
16900         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
16901         HAVE_ALPHASORT.
16902         * doc/posix-functions/alphasort.texi: Mention the new module and the
16903         portability problems.
16904
16905 2009-01-18  Bruno Haible  <bruno@clisp.org>
16906
16907         New module 'scandir'.
16908         * lib/dirent.in.h (scandir): New declaration.
16909         * lib/scandir.c: New file, from glibc with modifications.
16910         * m4/scandir.m4: New file.
16911         * modules/scandir: New file.
16912         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
16913         HAVE_SCANDIR.
16914         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
16915         HAVE_SCANDIR.
16916         * doc/posix-functions/scandir.texi: Mention the new module and the
16917         portability problems.
16918
16919 2009-01-17  Bruno Haible  <bruno@clisp.org>
16920
16921         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
16922         Update documentation.
16923         (func_remove_suffix): Escape all dots in the suffix. Update
16924         documentation.
16925         (func_filter_filelist): Update documentation.
16926         Reported by Ralf Wildenhues.
16927
16928 2009-01-17  Bruno Haible  <bruno@clisp.org>
16929
16930         * modules/dprintf-posix-tests: New file.
16931         * tests/test-dprintf-posix.sh: New file.
16932         * tests/test-dprintf-posix.c: New file.
16933
16934         New modules 'dprintf', 'dprintf-posix'.
16935         * lib/stdio.in.h (dprintf): New declaration.
16936         * lib/dprintf.c: New file.
16937         * m4/dprintf.m4: New file.
16938         * m4/dprintf-posix.m4: New file.
16939         * modules/dprintf: New file.
16940         * modules/dprintf-posix: New file.
16941         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
16942         HAVE_DPRINTF, REPLACE_DPRINTF.
16943         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
16944         HAVE_DPRINTF, REPLACE_DPRINTF.
16945         * doc/posix-functions/dprintf.texi: Mention the new modules.
16946
16947 2009-01-17  Bruno Haible  <bruno@clisp.org>
16948
16949         * modules/vdprintf-posix-tests: New file.
16950         * tests/test-vdprintf-posix.sh: New file.
16951         * tests/test-vdprintf-posix.c: New file.
16952
16953         New modules 'vdprintf', 'vdprintf-posix'.
16954         * lib/stdio.in.h (vdprintf): New declaration.
16955         * lib/vdprintf.c: New file.
16956         * m4/vdprintf.m4: New file.
16957         * m4/vdprintf-posix.m4: New file.
16958         * modules/vdprintf: New file.
16959         * modules/vdprintf-posix: New file.
16960         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
16961         HAVE_VDPRINTF, REPLACE_VDPRINTF.
16962         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
16963         HAVE_VDPRINTF, REPLACE_VDPRINTF.
16964         * doc/posix-functions/vdprintf.texi: Mention the new modules.
16965
16966 2009-01-17  Bruno Haible  <bruno@clisp.org>
16967
16968         Fix replacement of fopen on mingw.
16969         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
16970         mingw.
16971
16972 2009-01-17  Bruno Haible  <bruno@clisp.org>
16973
16974         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
16975         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
16976
16977 2009-01-17  Bruno Haible  <bruno@clisp.org>
16978
16979         Avoid test-fflush2.sh failure on mingw.
16980         * tests/test-fflush2.c: Include binary-io.h.
16981         (main): Put standard input into binary mode.
16982         * modules/fflush-tests (Depends-on): Add binary-io.
16983
16984 2009-01-17  Bruno Haible  <bruno@clisp.org>
16985
16986         * lib/wchar.in.h: In another particular situation, include only the
16987         system's <wchar.h> file.
16988         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
16989         Reported by Albert Chin-A-Young <china@thewrittenword.com>
16990         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
16991
16992 2009-01-17  Bruno Haible  <bruno@clisp.org>
16993
16994         Support for stripping executables in --enable-relocatable.
16995         * build-aux/install-reloc: Expect one more argument, or an environment
16996         variable RELOC_STRIP_PROG. If set, strip the destination program and
16997         its wrapper.
16998         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
16999         RELOC_STRIP_PROG.
17000         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17001         to set RELOCATABLE_STRIP.
17002         * NEWS: Mention the new Makefile requirement.
17003
17004 2009-01-17  Bruno Haible  <bruno@clisp.org>
17005
17006         * build-aux/install-reloc: Remove debugging information left over by
17007         C compiler on MacOS X.
17008
17009 2009-01-17  Bruno Haible  <bruno@clisp.org>
17010
17011         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17012         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17013         _NSGetExecutablePath.
17014
17015 2009-01-16  Jim Meyering  <meyering@redhat.com>
17016
17017         strerror: avoid warnings about discarding "const"
17018         * lib/strerror.c (rpl_strerror): Instead of returning a const
17019         string from each and every "case", use a variable, and add a single
17020         cast after the switch.
17021
17022 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17023
17024         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17025
17026 2009-01-16  Bruno Haible  <bruno@clisp.org>
17027
17028         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17029         array initializer syntax that also works in C++ mode.
17030         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17031
17032 2009-01-16  Jim Meyering  <meyering@redhat.com>
17033
17034         poll: suppress a warning
17035         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17036         to ignore "...unsigned expression < 0 is always false" warnings.
17037
17038 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17039
17040         poll: remove declarations of unused variables
17041         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17042         sockbuf and optlen.
17043
17044 2009-01-15  Bruno Haible  <bruno@clisp.org>
17045
17046         Make fflush-after-ungetc POSIX compliant on BSD systems.
17047         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17048         (clear_ungetc_buffer): Implement also for other systems.
17049         (rpl_fflush): On glibc systems, invoke
17050         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17051         clear_ungetc_buffer after fetching the stream's position, not before.
17052
17053 2009-01-15  Bruno Haible  <bruno@clisp.org>
17054
17055         Make fflush-after-ungetc POSIX compliant on glibc systems.
17056         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17057         after ungetc.
17058         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17059         (rpl_fflush): On glibc systems, simply call the system's fflush
17060         function after clearing the ungetc buffer.
17061         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17062         Instead, lseek only to the end of file, then use the system's fseeko
17063         for the rest. On glibc systems, reset the EOF indicator bit.
17064
17065 2009-01-15  Jim Meyering  <meyering@redhat.com>
17066
17067         openmp.m4: revert quote-adding change, for portability to older autoconf
17068         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17069         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17070         Simon Josefsson noticed the problem when using autoconf-2.61.
17071
17072 2009-01-15  Bruno Haible  <bruno@clisp.org>
17073
17074         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17075         * tests/test-fflush2.c (ASSERT): Always fail.
17076         (main): Add two tests for fflush() after ungetc(), taking into account
17077         the Austin Group's clarification.
17078         Suggested by Eric Blake.
17079
17080 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17081
17082         mktime.m4: remove K&R-style function prototypes
17083         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17084         for the Sun C++ compiler.
17085
17086 2009-01-14  Bruno Haible  <bruno@clisp.org>
17087
17088         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17089         while including <wchar.h>.
17090         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17091         the system's <wchar.h> file.
17092         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17093
17094 2009-01-14  Bruno Haible  <bruno@clisp.org>
17095
17096         * m4/csharp.m4: Don't mention gettext on the serial number line.
17097         * m4/csharpexec.m4: Likewise.
17098         * m4/eaccess.m4: Likewise.
17099         * m4/javaexec.m4: Likewise.
17100         * m4/sig_atomic_t.m4: Likewise.
17101         * m4/tmpdir.m4: Likewise.
17102         * m4/intldir.m4: Bump gettext version.
17103         * m4/lib-ld.m4: Likewise.
17104
17105 2009-01-14  Bruno Haible  <bruno@clisp.org>
17106
17107         * lib/progname.c (set_program_name): Add more comments.
17108         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17109
17110 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17111
17112         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17113         were sys/stat.h does not define it.
17114
17115 2009-01-14  Jim Meyering  <meyering@redhat.com>
17116
17117         many *.m4 files: improve m4 quoting
17118         99% of this change was performed by running the following commands:
17119         git ls-files | grep '\.m4$' | xargs perl -pi \
17120           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17121           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17122           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17123           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17124         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17125         The remainder were to add Copyright dates, increment serial numbers,
17126         undo some changes in comments, exclude m4/intl.m4, and add quotes
17127         around the "1" in ",1" where the unusual spacing prohibited the
17128         above regexps from doing the job.  For more details, see
17129         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17130         * m4/acl.m4: Modified.
17131         * m4/afs.m4: Likewise.
17132         * m4/alloca.m4: Likewise.
17133         * m4/argp.m4: Likewise.
17134         * m4/argz.m4: Likewise.
17135         * m4/atexit.m4: Likewise.
17136         * m4/bison-i18n.m4: Likewise.
17137         * m4/bison.m4: Likewise.
17138         * m4/byteswap.m4: Likewise.
17139         * m4/c-stack.m4: Likewise.
17140         * m4/c-strtod.m4: Likewise.
17141         * m4/calloc.m4: Likewise.
17142         * m4/canonicalize-lgpl.m4: Likewise.
17143         * m4/chown.m4: Likewise.
17144         * m4/clock_time.m4: Likewise.
17145         * m4/codeset.m4: Likewise.
17146         * m4/copy-file.m4: Likewise.
17147         * m4/csharp.m4: Likewise.
17148         * m4/csharpcomp.m4: Likewise.
17149         * m4/csharpexec.m4: Likewise.
17150         * m4/d-ino.m4: Likewise.
17151         * m4/d-type.m4: Likewise.
17152         * m4/dirfd.m4: Likewise.
17153         * m4/double-slash-root.m4: Likewise.
17154         * m4/eaccess.m4: Likewise.
17155         * m4/eealloc.m4: Likewise.
17156         * m4/environ.m4: Likewise.
17157         * m4/errno_h.m4: Likewise.
17158         * m4/euidaccess.m4: Likewise.
17159         * m4/execute.m4: Likewise.
17160         * m4/fatal-signal.m4: Likewise.
17161         * m4/fchdir.m4: Likewise.
17162         * m4/fcntl_h.m4: Likewise.
17163         * m4/fileblocks.m4: Likewise.
17164         * m4/filenamecat.m4: Likewise.
17165         * m4/findprog.m4: Likewise.
17166         * m4/flexmember.m4: Likewise.
17167         * m4/fnmatch.m4: Likewise.
17168         * m4/fopen.m4: Likewise.
17169         * m4/fpending.m4: Likewise.
17170         * m4/fprintf-posix.m4: Likewise.
17171         * m4/free.m4: Likewise.
17172         * m4/frexp.m4: Likewise.
17173         * m4/frexpl.m4: Likewise.
17174         * m4/fsusage.m4: Likewise.
17175         * m4/ftruncate.m4: Likewise.
17176         * m4/gc-camellia.m4: Likewise.
17177         * m4/gc-random.m4: Likewise.
17178         * m4/gc.m4: Likewise.
17179         * m4/getaddrinfo.m4: Likewise.
17180         * m4/getcwd-abort-bug.m4: Likewise.
17181         * m4/getcwd-path-max.m4: Likewise.
17182         * m4/getdate.m4: Likewise.
17183         * m4/getdomainname.m4: Likewise.
17184         * m4/getgroups.m4: Likewise.
17185         * m4/gethostname.m4: Likewise.
17186         * m4/gethrxtime.m4: Likewise.
17187         * m4/getline.m4: Likewise.
17188         * m4/getloadavg.m4: Likewise.
17189         * m4/getndelim2.m4: Likewise.
17190         * m4/getpass.m4: Likewise.
17191         * m4/gettext.m4: Likewise.
17192         * m4/gettime.m4: Likewise.
17193         * m4/gettimeofday.m4: Likewise.
17194         * m4/gnulib-common.m4: Likewise.
17195         * m4/group-member.m4: Likewise.
17196         * m4/host-os.m4: Likewise.
17197         * m4/iconv.m4: Likewise.
17198         * m4/iconv_open.m4: Likewise.
17199         * m4/inet_ntop.m4: Likewise.
17200         * m4/inet_pton.m4: Likewise.
17201         * m4/inline.m4: Likewise.
17202         * m4/intldir.m4: Likewise.
17203         * m4/intlmacosx.m4: Likewise.
17204         * m4/intmax.m4: Likewise.
17205         * m4/intmax_t.m4: Likewise.
17206         * m4/inttypes.m4: Likewise.
17207         * m4/inttypes_h.m4: Likewise.
17208         * m4/inttypes-pri.m4: Likewise.
17209         * m4/isapipe.m4: Likewise.
17210         * m4/isnand.m4: Likewise.
17211         * m4/isnanf.m4: Likewise.
17212         * m4/isnanl.m4: Likewise.
17213         * m4/javacomp.m4: Likewise.
17214         * m4/javaexec.m4: Likewise.
17215         * m4/jm-winsz1.m4: Likewise.
17216         * m4/jm-winsz2.m4: Likewise.
17217         * m4/lchown.m4: Likewise.
17218         * m4/lcmessage.m4: Likewise.
17219         * m4/ldexpl.m4: Likewise.
17220         * m4/lib-ld.m4: Likewise.
17221         * m4/lib-link.m4: Likewise.
17222         * m4/libsigsegv.m4: Likewise.
17223         * m4/link-follow.m4: Likewise.
17224         * m4/localcharset.m4: Likewise.
17225         * m4/locale-fr.m4: Likewise.
17226         * m4/locale-ja.m4: Likewise.
17227         * m4/locale-tr.m4: Likewise.
17228         * m4/locale-zh.m4: Likewise.
17229         * m4/lock.m4: Likewise.
17230         * m4/longlong.m4: Likewise.
17231         * m4/ls-mntd-fs.m4: Likewise.
17232         * m4/lstat.m4: Likewise.
17233         * m4/malloc.m4: Likewise.
17234         * m4/mathl.m4: Likewise.
17235         * m4/mbrtowc.m4: Likewise.
17236         * m4/mbstate_t.m4: Likewise.
17237         * m4/mbswidth.m4: Likewise.
17238         * m4/memchr.m4: Likewise.
17239         * m4/memcmp.m4: Likewise.
17240         * m4/memcpy.m4: Likewise.
17241         * m4/memmem.m4: Likewise.
17242         * m4/memmove.m4: Likewise.
17243         * m4/mempcpy.m4: Likewise.
17244         * m4/memrchr.m4: Likewise.
17245         * m4/memset.m4: Likewise.
17246         * m4/minmax.m4: Likewise.
17247         * m4/mkdir-slash.m4: Likewise.
17248         * m4/mkdtemp.m4: Likewise.
17249         * m4/mktime.m4: Likewise.
17250         * m4/mmap-anon.m4: Likewise.
17251         * m4/mountlist.m4: Likewise.
17252         * m4/nanosleep.m4: Likewise.
17253         * m4/nls.m4: Likewise.
17254         * m4/nocrash.m4: Likewise.
17255         * m4/open.m4: Likewise.
17256         * m4/openat.m4: Likewise.
17257         * m4/openmp.m4: Likewise.
17258         * m4/pathmax.m4: Likewise.
17259         * m4/perl.m4: Likewise.
17260         * m4/physmem.m4: Likewise.
17261         * m4/pipe.m4: Likewise.
17262         * m4/po.m4: Likewise.
17263         * m4/poll.m4: Likewise.
17264         * m4/posixtm.m4: Likewise.
17265         * m4/posixver.m4: Likewise.
17266         * m4/printf-frexp.m4: Likewise.
17267         * m4/printf-frexpl.m4: Likewise.
17268         * m4/printf-posix.m4: Likewise.
17269         * m4/printf-posix-rpl.m4: Likewise.
17270         * m4/printf.m4: Likewise.
17271         * m4/progtest.m4: Likewise.
17272         * m4/putenv.m4: Likewise.
17273         * m4/readline.m4: Likewise.
17274         * m4/readlink.m4: Likewise.
17275         * m4/readutmp.m4: Likewise.
17276         * m4/realloc.m4: Likewise.
17277         * m4/regex.m4: Likewise.
17278         * m4/relocatable.m4: Likewise.
17279         * m4/relocatable-lib.m4: Likewise.
17280         * m4/rename-dest-slash.m4: Likewise.
17281         * m4/rename.m4: Likewise.
17282         * m4/rmdir-errno.m4: Likewise.
17283         * m4/rmdir.m4: Likewise.
17284         * m4/roundf.m4: Likewise.
17285         * m4/roundl.m4: Likewise.
17286         * m4/rpmatch.m4: Likewise.
17287         * m4/save-cwd.m4: Likewise.
17288         * m4/selinux-selinux-h.m4: Likewise.
17289         * m4/setenv.m4: Likewise.
17290         * m4/settime.m4: Likewise.
17291         * m4/sig2str.m4: Likewise.
17292         * m4/sig_atomic_t.m4: Likewise.
17293         * m4/signalblocking.m4: Likewise.
17294         * m4/signbit.m4: Likewise.
17295         * m4/sigpipe.m4: Likewise.
17296         * m4/sockets.m4: Likewise.
17297         * m4/sockpfaf.m4: Likewise.
17298         * m4/st_dm_mode.m4: Likewise.
17299         * m4/stat-time.m4: Likewise.
17300         * m4/stdbool.m4: Likewise.
17301         * m4/stdint.m4: Likewise.
17302         * m4/stdint_h.m4: Likewise.
17303         * m4/stpcpy.m4: Likewise.
17304         * m4/stpncpy.m4: Likewise.
17305         * m4/strcase.m4: Likewise.
17306         * m4/strchrnul.m4: Likewise.
17307         * m4/strcspn.m4: Likewise.
17308         * m4/strdup.m4: Likewise.
17309         * m4/strftime.m4: Likewise.
17310         * m4/strndup.m4: Likewise.
17311         * m4/strnlen.m4: Likewise.
17312         * m4/strpbrk.m4: Likewise.
17313         * m4/strptime.m4: Likewise.
17314         * m4/strsep.m4: Likewise.
17315         * m4/strtod.m4: Likewise.
17316         * m4/strtoimax.m4: Likewise.
17317         * m4/strtok_r.m4: Likewise.
17318         * m4/strtol.m4: Likewise.
17319         * m4/strtoll.m4: Likewise.
17320         * m4/strtoul.m4: Likewise.
17321         * m4/strtoull.m4: Likewise.
17322         * m4/strtoumax.m4: Likewise.
17323         * m4/strverscmp.m4: Likewise.
17324         * m4/threadlib.m4: Likewise.
17325         * m4/timegm.m4: Likewise.
17326         * m4/tm_gmtoff.m4: Likewise.
17327         * m4/tmpdir.m4: Likewise.
17328         * m4/tmpfile.m4: Likewise.
17329         * m4/tzset.m4: Likewise.
17330         * m4/uintmax_t.m4: Likewise.
17331         * m4/unlinkdir.m4: Likewise.
17332         * m4/unlocked-io.m4: Likewise.
17333         * m4/uptime.m4: Likewise.
17334         * m4/userspec.m4: Likewise.
17335         * m4/utimbuf.m4: Likewise.
17336         * m4/utime.m4: Likewise.
17337         * m4/utimes-null.m4: Likewise.
17338         * m4/utimes.m4: Likewise.
17339         * m4/vararrays.m4: Likewise.
17340         * m4/vasnprintf.m4: Likewise.
17341         * m4/vfprintf-posix.m4: Likewise.
17342         * m4/vprintf-posix.m4: Likewise.
17343         * m4/wait-process.m4: Likewise.
17344         * m4/wchar_t.m4: Likewise.
17345         * m4/wint_t.m4: Likewise.
17346         * m4/write-any-file.m4: Likewise.
17347         * m4/yield.m4: Likewise.
17348
17349 2009-01-13  Bruno Haible  <bruno@clisp.org>
17350
17351         Avoid test-copy-file.sh failures when ACL support insufficient.
17352         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17353         TESTS_ENVIRONMENT.
17354         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17355         Reported by Jim Meyering.
17356
17357 2009-01-13  Bruno Haible  <bruno@clisp.org>
17358
17359         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17360         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17361         * modules/unistdio/u8-printf-parse (Files): Likewise.
17362         * modules/unistdio/u32-printf-parse (Files): Likewise.
17363         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17364
17365 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17366
17367         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17368         and m4/inttypes_h.m4 too.
17369
17370 2009-01-12  Eric Blake  <ebb9@byu.net>
17371
17372         tests: IRIX 6.2 cc can't compile -0.0 into .data
17373         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17374         rather than at compile-time.
17375         * tests/test-floorl.c (minus_zero): Likewise.
17376         * tests/test-frexpl.c (minus_zero): Likewise.
17377         * tests/test-isnan.c (minus_zerol): Likewise.
17378         * tests/test-isnanl.h (minus_zero): Likewise.
17379         * tests/test-ldexpl.c (minus_zero): Likewise.
17380         * tests/test-roundl.c (minus_zero): Likewise.
17381         * tests/test-signbit.c (minus_zerol): Likewise.
17382         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17383         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17384         * tests/test-truncl.c (minus_zero): Likewise.
17385         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17386         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17387         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17388
17389 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17390
17391         regex: fix glibc bug 9697
17392         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17393         handling.
17394
17395 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17396
17397         regex: fix glibc bug 697
17398         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17399         being NULL also if there are no backreferences.
17400
17401 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17402
17403         regex: merge glibc changes
17404         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17405         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17406         re_string_skip_chars, re_string_reconstruct): Likewise.
17407         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17408
17409 2009-01-07  Jim Meyering  <meyering@redhat.com>
17410
17411         poll: filter through cppi
17412         * lib/poll.c: Indent cpp directives to reflect nesting.
17413
17414 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17415
17416         poll: don't return uninitialized
17417         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17418
17419 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17420
17421         avoid compile failure on AIX 6.1
17422         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17423         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17424
17425 2009-01-04  Jim Meyering  <meyering@redhat.com>
17426
17427         remove duplicate inclusion of <stdio.h>
17428         * tests/test-fprintf-posix.c: Likewise.
17429         * tests/test-printf-posix.c: Likewise.
17430         * tests/test-snprintf-posix.c: Likewise.
17431         * tests/test-sprintf-posix.c: Likewise.
17432         * tests/test-vasprintf-posix.c: Likewise.
17433         * tests/test-vfprintf-posix.c: Likewise.
17434         * tests/test-vprintf-posix.c: Likewise.
17435         * tests/test-vsnprintf-posix.c: Likewise.
17436         * tests/test-vsprintf-posix.c: Likewise.
17437
17438 2009-01-03  Jim Meyering  <meyering@redhat.com>
17439
17440         gnulib-tool: fix sed-based filtering
17441         * gnulib-tool (func_filter_filelist): Remove extra backslash
17442         in sed_fff_filter definition.
17443
17444 2009-01-02  Jim Meyering  <meyering@redhat.com>
17445
17446         strftime: avoid compilation failure on Solaris 2.6
17447         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17448         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17449         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17450         be available.  Reported by Tom G. Christensen.  Details in
17451         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17452
17453 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17454             Bruno Haible  <bruno@clisp.org>
17455
17456         Speed up gnulib-tool by doing more string processing through shell
17457         built-ins.
17458         * gnulib-tool (fast_func_append): New variable.
17459         (func_remove_prefix, func_remove_suffix): New functions.
17460         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17461         (func_filter_filelist): New function.
17462         (func_get_dependencies): Use func_remove_suffix instead of sed.
17463         (func_get_automake_snippet): Use func_filter_filelist instead of a
17464         subshell and sed invocation.
17465
17466 2009-01-01  Bruno Haible  <bruno@clisp.org>
17467
17468         Fix a security bug.
17469         * gnulib-tool (func_import, import, update): Don't allow the characters
17470         '"', '$', '`', '\' in macro arguments that become part of commands that
17471         are evaluated.
17472
17473 2009-01-01  Bruno Haible  <bruno@clisp.org>
17474
17475         * gnulib-tool (func_reset_sigpipe): Add more comments.
17476
17477 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17478
17479         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17480         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17481         already know the answer.
17482
17483 2009-01-01  Jim Meyering  <meyering@redhat.com>
17484
17485         * lib/version-etc.c (version_etc_va): Update copyright year.
17486
17487 2008-12-30  Bruno Haible  <bruno@clisp.org>
17488
17489         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17490         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17491         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17492
17493 2008-12-29  Eric Blake  <ebb9@byu.net>
17494
17495         multiarch: avoid autoconf AC_REQUIRE bug
17496         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17497         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17498         2.63 and older.
17499         Reported by Bruno Haible, and analyzed in
17500         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17501
17502 2008-12-29  Bruno Haible  <bruno@clisp.org>
17503
17504         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17505         files in subdirectories correctly.
17506         Reported by Ralf Wildenhues.
17507
17508 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17509
17510         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17511         rather than 'join FILE -', for Solaris join.
17512
17513 2008-12-29  Bruno Haible  <bruno@clisp.org>
17514
17515         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17516         quoting.
17517         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17518         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17519         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17520         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17521         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17522         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17523         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17524         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17525         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17526         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17527         * m4/nls.m4 (AM_NLS): Likewise.
17528         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17529         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17530         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17531         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17532         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17533         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17534         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17535         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17536         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17537         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17538         * m4/xsize.m4 (gl_XSIZE): Likewise.
17539         Suggested by Jim Meyering.
17540
17541 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17542
17543         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
17544         * lib/parse-duration.c: use a switch instead of cascading if's.
17545
17546 2008-12-29  Eric Blake  <ebb9@byu.net>
17547
17548         wchar.h: supply WEOF on Irix 5.3
17549         * lib/wchar.in.h (wint_t): Also supply WEOF.
17550         * lib/wctype.in.h (wint_t): Likewise.
17551         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
17552         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
17553         Reported by Tom G. Christensen.
17554
17555 2008-12-26  Bruno Haible  <bruno@clisp.org>
17556
17557         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
17558         i486, i586, i686.
17559
17560 2008-12-26  Bruno Haible  <bruno@clisp.org>
17561
17562         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
17563
17564 2008-12-26  Bruno Haible  <bruno@clisp.org>
17565
17566         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
17567         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
17568         not __STDC_CONSTANT_MACROS.
17569         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17570
17571 2008-12-25  Bruno Haible  <bruno@clisp.org>
17572
17573         Add support for universal builds to vasnprintf.
17574         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
17575         universal builds, guess no.
17576         * modules/vasnprintf-posix (Depends-on): Add multiarch.
17577         * modules/vasprintf-posix (Depends-on): Likewise.
17578         * modules/fprintf-posix (Depends-on): Likewise.
17579         * modules/vfprintf-posix (Depends-on): Likewise.
17580         * modules/snprintf-posix (Depends-on): Likewise.
17581         * modules/vsnprintf-posix (Depends-on): Likewise.
17582         * modules/sprintf-posix (Depends-on): Likewise.
17583         * modules/vsprintf-posix (Depends-on): Likewise.
17584         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17585         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17586         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17587         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17588         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17589         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17590         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17591
17592         Add support for universal builds to <inttypes.h>.
17593         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
17594         _SCNu64_PREFIX): In Apple
17595         universal builds, define directly, using _LP64.
17596         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
17597         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
17598         * modules/inttypes (Depends-on): Add multiarch.
17599         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17600
17601         Add support for universal builds to <stdint.h>.
17602         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
17603         universal builds, define directly, using _LP64.
17604         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
17605         Apple universal builds, don't test for the size and suffix of ptrdiff_t
17606         and size_t.
17607         * modules/stdint (Depends-on): Add multiarch.
17608         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17609
17610         New module 'multiarch'.
17611         * modules/multiarch: New file.
17612         * m4/multiarch.m4: New file.
17613
17614 2008-12-25  Bruno Haible  <bruno@clisp.org>
17615
17616         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
17617
17618 2008-12-25  Bruno Haible  <bruno@clisp.org>
17619
17620         * modules/btowc (License): Relicense under LGPLv2+.
17621         * modules/mbsinit (License): Likewise.
17622         * modules/mbrtowc (License): Likewise.
17623         * modules/wcrtomb (License): Likewise.
17624         * modules/streq (License): Likewise.
17625         Reported by David Lutterkort <lutter@redhat.com>.
17626
17627 2008-12-23  Bruno Haible  <bruno@clisp.org>
17628
17629         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
17630
17631 2008-12-23  Bruno Haible  <bruno@clisp.org>
17632
17633         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
17634         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
17635         GETADDRINFO_LIB, not in LIBS.
17636         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
17637         * modules/canon-host (Link): Likewise.
17638         * NEWS: Mention the change.
17639         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
17640         GETADDRINFO_LIB.
17641
17642 2008-12-22  Bruno Haible  <bruno@clisp.org>
17643
17644         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
17645         * doc/posix-functions/iswalpha_l.texi: Likewise.
17646         * doc/posix-functions/iswblank_l.texi: Likewise.
17647         * doc/posix-functions/iswcntrl_l.texi: Likewise.
17648         * doc/posix-functions/iswctype_l.texi: Likewise.
17649         * doc/posix-functions/iswdigit_l.texi: Likewise.
17650         * doc/posix-functions/iswgraph_l.texi: Likewise.
17651         * doc/posix-functions/iswlower_l.texi: Likewise.
17652         * doc/posix-functions/iswprint_l.texi: Likewise.
17653         * doc/posix-functions/iswpunct_l.texi: Likewise.
17654         * doc/posix-functions/iswspace_l.texi: Likewise.
17655         * doc/posix-functions/iswupper_l.texi: Likewise.
17656         * doc/posix-functions/iswxdigit_l.texi: Likewise.
17657         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
17658         * doc/posix-functions/open_wmemstream.texi: Likewise.
17659         * doc/posix-functions/swscanf.texi: Likewise.
17660         * doc/posix-functions/towctrans_l.texi: Likewise.
17661         * doc/posix-functions/towlower.texi: Likewise.
17662         * doc/posix-functions/towlower_l.texi: Likewise.
17663         * doc/posix-functions/towupper.texi: Likewise.
17664         * doc/posix-functions/towupper_l.texi: Likewise.
17665         * doc/posix-functions/vfwprintf.texi: Likewise.
17666         * doc/posix-functions/vfwscanf.texi: Likewise.
17667         * doc/posix-functions/vswscanf.texi: Likewise.
17668         * doc/posix-functions/vwprintf.texi: Likewise.
17669         * doc/posix-functions/vwscanf.texi: Likewise.
17670         * doc/posix-functions/wcpcpy.texi: Likewise.
17671         * doc/posix-functions/wcpncpy.texi: Likewise.
17672         * doc/posix-functions/wcscasecmp.texi: Likewise.
17673         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
17674         * doc/posix-functions/wcscoll_l.texi: Likewise.
17675         * doc/posix-functions/wcsdup.texi: Likewise.
17676         * doc/posix-functions/wcsncasecmp.texi: Likewise.
17677         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
17678         * doc/posix-functions/wcsnlen.texi: Likewise.
17679         * doc/posix-functions/wcsnrtombs.texi: Likewise.
17680         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
17681         * doc/posix-functions/wctrans_l.texi: Likewise.
17682         * doc/posix-functions/wctype_l.texi: Likewise.
17683         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
17684         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
17685         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
17686         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
17687         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
17688         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
17689         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
17690         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
17691         * doc/glibc-functions/wcschrnul.texi: Likewise.
17692         * doc/glibc-functions/wcsftime_l.texi: Likewise.
17693         * doc/glibc-functions/wcstod_l.texi: Likewise.
17694         * doc/glibc-functions/wcstof_l.texi: Likewise.
17695         * doc/glibc-functions/wcstol_l.texi: Likewise.
17696         * doc/glibc-functions/wcstold_l.texi: Likewise.
17697         * doc/glibc-functions/wcstoll_l.texi: Likewise.
17698         * doc/glibc-functions/wcstoq.texi: Likewise.
17699         * doc/glibc-functions/wcstoul_l.texi: Likewise.
17700         * doc/glibc-functions/wcstoull_l.texi: Likewise.
17701         * doc/glibc-functions/wcstouq.texi: Likewise.
17702         * doc/glibc-functions/wmempcpy.texi: Likewise.
17703
17704 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
17705             Eric Blake  <ebb9@byu.net>
17706             Paolo Bonzini  <bonzini@gnu.org>
17707             Bruno Haible  <bruno@clisp.org>
17708
17709         Make c-stack work on Haiku.
17710         * lib/c-stack.c (SA_ONSTACK): Define fallback.
17711         (c_stack_action): Use SA_ONSTACK flag.
17712
17713 2008-12-22  Bruno Haible  <bruno@clisp.org>
17714
17715         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
17716
17717 2008-12-22  Bruno Haible  <bruno@clisp.org>
17718
17719         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
17720         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
17721         being overridden.
17722         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
17723         New macros.
17724         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
17725         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
17726         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
17727         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
17728
17729 2008-12-22  Bruno Haible  <bruno@clisp.org>
17730
17731         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
17732         from test code.
17733
17734 2008-12-22  Eric Blake  <ebb9@byu.net>
17735
17736         Avoid gcc warnings on cygwin.
17737         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
17738         Avoid unused variable.
17739         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
17740         Likewise.
17741
17742 2008-12-22  Bruno Haible  <bruno@clisp.org>
17743
17744         Remove HAVE_MBRTOWC conditionals.
17745         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
17746         (mbscasecmp): Assume mbrtowc function.
17747         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
17748         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
17749         * lib/mbschr.c: Include mbuiter.h unconditionally.
17750         (mbschr): Assume mbrtowc function.
17751         * lib/mbscspn.c: Include mbuiter.h unconditionally.
17752         (mbscspn): Assume mbrtowc function.
17753         * lib/mbslen.c: Include mbuiter.h unconditionally.
17754         (mbslen): Assume mbrtowc function.
17755         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
17756         (mbsncasecmp): Assume mbrtowc function.
17757         * lib/mbsnlen.c: Include mbiter.h unconditionally.
17758         (mbsnlen): Assume mbrtowc function.
17759         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
17760         (mbspbrk): Assume mbrtowc function.
17761         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
17762         (mbspcasecmp): Assume mbrtowc function.
17763         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
17764         (mbsrchr): Assume mbrtowc function.
17765         * lib/mbssep.c: Include mbuiter.h unconditionally.
17766         (mbssep): Assume mbrtowc function.
17767         * lib/mbsspn.c: Include mbuiter.h unconditionally.
17768         (mbsspn): Assume mbrtowc function.
17769         * lib/mbsstr.c: Include mbuiter.h unconditionally.
17770         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
17771         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
17772         (mbstok_r): Assume mbrtowc function.
17773         * lib/propername.c: Include mbuiter.h unconditionally.
17774         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
17775         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
17776         (trim2): Assume mbrtowc function.
17777         * lib/mbswidth.c (mbsinit): Remove fallback definition.
17778         (mbsnwidth): Assume mbrtowc function.
17779         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
17780         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
17781         fallback definitions.
17782         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
17783
17784 2008-12-22  Bruno Haible  <bruno@clisp.org>
17785
17786         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
17787
17788 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
17789
17790         * modules/regex: Request emulations for the mb*/wc* functions we need.
17791         * m4/regex.m4: Don't look for those functions here.
17792         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
17793
17794 2008-12-22  Bruno Haible  <bruno@clisp.org>
17795
17796         * modules/fnmatch (Depends-on): Remove duplicated dependency.
17797
17798 2008-12-21  Bruno Haible  <bruno@clisp.org>
17799
17800         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
17801         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
17802         (Include): Remove conditionalization.
17803         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
17804         (Include): Remove conditionalization.
17805         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
17806         (Include): Remove conditionalization.
17807         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
17808         * m4/mbfile.m4 (gl_MBFILE): Likewise.
17809         * NEWS: Mention the change.
17810         Reported by Alan Hourihane <alanh@fairlite.co.uk>
17811         via Sergey Poznyakoff <gray@gnu.org.ua>.
17812
17813 2008-12-21  Bruno Haible  <bruno@clisp.org>
17814
17815         * MODULES.html.sh (Extended multibyte and wide character utilities
17816         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
17817         wcrtomb, wcsrtombs.
17818         (Support for systems lacking POSIX:2008): Add accept, bind, close,
17819         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
17820         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
17821         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
17822
17823 2008-12-21  Bruno Haible  <bruno@clisp.org>
17824
17825         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
17826
17827 2008-12-21  Bruno Haible  <bruno@clisp.org>
17828
17829         * modules/wcsnrtombs-tests: New file.
17830         * tests/test-wcsnrtombs1.sh: New file.
17831         * tests/test-wcsnrtombs2.sh: New file.
17832         * tests/test-wcsnrtombs3.sh: New file.
17833         * tests/test-wcsnrtombs4.sh: New file.
17834         * tests/test-wcsnrtombs.c: New file.
17835
17836         New module 'wcsnrtombs'.
17837         * lib/wchar.in.h (wcsnrtombs): New declaration.
17838         * lib/wcsnrtombs.c: New file.
17839         * lib/wcsrtombs-state.c: New file.
17840         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
17841         (internal_state): Remove variable.
17842         * m4/wcsnrtombs.m4: New file.
17843         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
17844         compilation units.
17845         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
17846         HAVE_WCSNRTOMBS.
17847         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
17848         HAVE_WCSNRTOMBS.
17849         * modules/wcsnrtombs: New file.
17850         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
17851         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
17852
17853 2008-12-21  Bruno Haible  <bruno@clisp.org>
17854
17855         * modules/wcsrtombs-tests: New file.
17856         * tests/test-wcsrtombs1.sh: New file.
17857         * tests/test-wcsrtombs2.sh: New file.
17858         * tests/test-wcsrtombs3.sh: New file.
17859         * tests/test-wcsrtombs4.sh: New file.
17860         * tests/test-wcsrtombs.c: New file.
17861
17862         New module 'wcsrtombs'.
17863         * lib/wchar.in.h (wcsrtombs): New declaration.
17864         * lib/wcsrtombs.c: New file.
17865         * m4/wcsrtombs.m4: New file.
17866         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
17867         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
17868         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
17869         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
17870         * modules/wcsrtombs: New file.
17871         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
17872         bugs.
17873
17874 2008-12-21  Bruno Haible  <bruno@clisp.org>
17875
17876         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
17877         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
17878         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
17879         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
17880         if not correct.
17881         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
17882         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
17883         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
17884         m4/locale-zh.m4, m4/codeset.m4.
17885         * doc/posix-functions/wcrtomb.texi: Document the bug.
17886
17887 2008-12-21  Bruno Haible  <bruno@clisp.org>
17888
17889         Work around a btowc() bug on IRIX 6.5.
17890         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
17891         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
17892         REPLACE_WTOBC if not.
17893         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
17894         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
17895         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
17896
17897 2008-12-21  Bruno Haible  <bruno@clisp.org>
17898
17899         * modules/wcrtomb-tests: New file.
17900         * tests/test-wcrtomb.sh: New file.
17901         * tests/test-wcrtomb.c: New file.
17902
17903         New module 'wcrtomb'.
17904         * lib/wchar.in.h (wcrtomb): New declaration.
17905         * lib/wcrtomb.c: New file.
17906         * m4/wcrtomb.m4: New file.
17907         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
17908         HAVE_WCRTOMB.
17909         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
17910         HAVE_WCRTOMB.
17911         * modules/wcrtomb: New file.
17912         * doc/posix-functions/wcrtomb.texi: Mention the new module.
17913
17914 2008-12-21  Bruno Haible  <bruno@clisp.org>
17915
17916         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
17917         * modules/mbsrtowcs (Files): Likewise.
17918         * modules/wctob (Files): Likewise.
17919         * modules/c-strcase-tests (Files): Likewise.
17920         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
17921         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
17922         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
17923         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
17924         * modules/vasnprintf-posix-tests (Files): Likewise.
17925
17926 2008-12-21  William Pursell  <bill.pursell@gmail.com>
17927
17928         gitlog-to-changelog: pass all command-line arguments to git-log
17929         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
17930         it is sometimes convenient to filter the commits in various ways.
17931         gitlog-to-changelog only allows --since to specify a start date,
17932         but git-log itself supports many other filtering mechanisms.
17933         At the moment, I want to filter by branch name.  Rather than
17934         adding a --branch option to gitlog-to-changelog, it seems more
17935         flexible to simply pass all options directly to git-log and let
17936         git do the work.  Notice that this effectively makes --since a
17937         redundant option for gitlog-to-changelog, but removing it would
17938         require current usage to change since calls would then require
17939         an additional '--'.
17940
17941 2008-12-21  Bruno Haible  <bruno@clisp.org>
17942
17943         * modules/mbsnrtowcs-tests: New file.
17944         * tests/test-mbsnrtowcs1.sh: New file.
17945         * tests/test-mbsnrtowcs2.sh: New file.
17946         * tests/test-mbsnrtowcs3.sh: New file.
17947         * tests/test-mbsnrtowcs4.sh: New file.
17948         * tests/test-mbsnrtowcs.c: New file.
17949
17950         New module 'mbsnrtowcs'.
17951         * lib/wchar.in.h (mbsnrtowcs): New declaration.
17952         * lib/mbsnrtowcs.c: New file.
17953         * lib/mbsrtowcs-state.c: New file.
17954         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
17955         (internal_state): Remove variable.
17956         * m4/mbsnrtowcs.m4: New file.
17957         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
17958         compilation units.
17959         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
17960         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
17961         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
17962         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
17963         * modules/mbsnrtowcs: New file.
17964         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
17965         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
17966         portability problem.
17967
17968 2008-12-21  Bruno Haible  <bruno@clisp.org>
17969
17970         Work around mbsrtowcs bug.
17971         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
17972         (gl_FUNC_MBSRTOWCS): Invoke it.
17973         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
17974         m4/locale-zh.m4.
17975         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
17976
17977 2008-12-21  Bruno Haible  <bruno@clisp.org>
17978
17979         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
17980
17981 2008-12-21  Bruno Haible  <bruno@clisp.org>
17982
17983         Update doc for AIX.
17984         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
17985         16-bit wchar_t type.
17986         * doc/posix-functions/btowc.texi: Likewise.
17987         * doc/posix-functions/fgetwc.texi: Likewise.
17988         * doc/posix-functions/fgetws.texi: Likewise.
17989         * doc/posix-functions/fputwc.texi: Likewise.
17990         * doc/posix-functions/fputws.texi: Likewise.
17991         * doc/posix-functions/fwide.texi: Likewise.
17992         * doc/posix-functions/fwprintf.texi: Likewise.
17993         * doc/posix-functions/fwscanf.texi: Likewise.
17994         * doc/posix-functions/getwchar.texi: Likewise.
17995         * doc/posix-functions/getwc.texi: Likewise.
17996         * doc/posix-functions/iswalnum.texi: Likewise.
17997         * doc/posix-functions/iswalpha.texi: Likewise.
17998         * doc/posix-functions/iswblank.texi: Likewise.
17999         * doc/posix-functions/iswcntrl.texi: Likewise.
18000         * doc/posix-functions/iswctype.texi: Likewise.
18001         * doc/posix-functions/iswdigit.texi: Likewise.
18002         * doc/posix-functions/iswgraph.texi: Likewise.
18003         * doc/posix-functions/iswlower.texi: Likewise.
18004         * doc/posix-functions/iswprint.texi: Likewise.
18005         * doc/posix-functions/iswpunct.texi: Likewise.
18006         * doc/posix-functions/iswspace.texi: Likewise.
18007         * doc/posix-functions/iswupper.texi: Likewise.
18008         * doc/posix-functions/iswxdigit.texi: Likewise.
18009         * doc/posix-functions/mbrtowc.texi: Likewise.
18010         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18011         * doc/posix-functions/mbstowcs.texi: Likewise.
18012         * doc/posix-functions/mbtowc.texi: Likewise.
18013         * doc/posix-functions/putwchar.texi: Likewise.
18014         * doc/posix-functions/putwc.texi: Likewise.
18015         * doc/posix-functions/swprintf.texi: Likewise.
18016         * doc/posix-functions/tolower.texi: Likewise.
18017         * doc/posix-functions/toupper.texi: Likewise.
18018         * doc/posix-functions/towctrans.texi: Likewise.
18019         * doc/posix-functions/ungetwc.texi: Likewise.
18020         * doc/posix-functions/vswprintf.texi: Likewise.
18021         * doc/posix-functions/wcrtomb.texi: Likewise.
18022         * doc/posix-functions/wcscat.texi: Likewise.
18023         * doc/posix-functions/wcschr.texi: Likewise.
18024         * doc/posix-functions/wcscmp.texi: Likewise.
18025         * doc/posix-functions/wcscoll.texi: Likewise.
18026         * doc/posix-functions/wcscpy.texi: Likewise.
18027         * doc/posix-functions/wcscspn.texi: Likewise.
18028         * doc/posix-functions/wcsftime.texi: Likewise.
18029         * doc/posix-functions/wcslen.texi: Likewise.
18030         * doc/posix-functions/wcsncat.texi: Likewise.
18031         * doc/posix-functions/wcsncmp.texi: Likewise.
18032         * doc/posix-functions/wcsncpy.texi: Likewise.
18033         * doc/posix-functions/wcspbrk.texi: Likewise.
18034         * doc/posix-functions/wcsrchr.texi: Likewise.
18035         * doc/posix-functions/wcsrtombs.texi: Likewise.
18036         * doc/posix-functions/wcsspn.texi: Likewise.
18037         * doc/posix-functions/wcsstr.texi: Likewise.
18038         * doc/posix-functions/wcstod.texi: Likewise.
18039         * doc/posix-functions/wcstof.texi: Likewise.
18040         * doc/posix-functions/wcstoimax.texi: Likewise.
18041         * doc/posix-functions/wcstok.texi: Likewise.
18042         * doc/posix-functions/wcstold.texi: Likewise.
18043         * doc/posix-functions/wcstoll.texi: Likewise.
18044         * doc/posix-functions/wcstol.texi: Likewise.
18045         * doc/posix-functions/wcstombs.texi: Likewise.
18046         * doc/posix-functions/wcstoull.texi: Likewise.
18047         * doc/posix-functions/wcstoul.texi: Likewise.
18048         * doc/posix-functions/wcstoumax.texi: Likewise.
18049         * doc/posix-functions/wcswidth.texi: Likewise.
18050         * doc/posix-functions/wcsxfrm.texi: Likewise.
18051         * doc/posix-functions/wctob.texi: Likewise.
18052         * doc/posix-functions/wctomb.texi: Likewise.
18053         * doc/posix-functions/wctrans.texi: Likewise.
18054         * doc/posix-functions/wctype.texi: Likewise.
18055         * doc/posix-functions/wcwidth.texi: Likewise.
18056         * doc/posix-functions/wmemchr.texi: Likewise.
18057         * doc/posix-functions/wmemcmp.texi: Likewise.
18058         * doc/posix-functions/wmemcpy.texi: Likewise.
18059         * doc/posix-functions/wmemmove.texi: Likewise.
18060         * doc/posix-functions/wmemset.texi: Likewise.
18061         * doc/posix-functions/wprintf.texi: Likewise.
18062         * doc/posix-functions/wscanf.texi: Likewise.
18063
18064 2008-12-21  Bruno Haible  <bruno@clisp.org>
18065
18066         Update doc for HP-UX 11.11.
18067         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18068         in HP-UX version 11.00, not in all versions of HP-UX 11.
18069         * doc/posix-functions/fwide.texi: Likewise.
18070         * doc/posix-functions/fwprintf.texi: Likewise.
18071         * doc/posix-functions/fwscanf.texi: Likewise.
18072         * doc/posix-functions/inet_ntop.texi: Likewise.
18073         * doc/posix-functions/inet_pton.texi: Likewise.
18074         * doc/posix-functions/mbrlen.texi: Likewise.
18075         * doc/posix-functions/mbrtowc.texi: Likewise.
18076         * doc/posix-functions/mbsinit.texi: Likewise.
18077         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18078         * doc/posix-functions/swprintf.texi: Likewise.
18079         * doc/posix-functions/swscanf.texi: Likewise.
18080         * doc/posix-functions/towctrans.texi: Likewise.
18081         * doc/posix-functions/vfwprintf.texi: Likewise.
18082         * doc/posix-functions/vswprintf.texi: Likewise.
18083         * doc/posix-functions/vwprintf.texi: Likewise.
18084         * doc/posix-functions/wcrtomb.texi: Likewise.
18085         * doc/posix-functions/wcsrtombs.texi: Likewise.
18086         * doc/posix-functions/wcsstr.texi: Likewise.
18087         * doc/posix-functions/wctob.texi: Likewise.
18088         * doc/posix-functions/wctrans.texi: Likewise.
18089         * doc/posix-functions/wmemchr.texi: Likewise.
18090         * doc/posix-functions/wmemcmp.texi: Likewise.
18091         * doc/posix-functions/wmemcpy.texi: Likewise.
18092         * doc/posix-functions/wmemmove.texi: Likewise.
18093         * doc/posix-functions/wmemset.texi: Likewise.
18094         * doc/posix-functions/wprintf.texi: Likewise.
18095         * doc/posix-functions/wscanf.texi: Likewise.
18096
18097 2008-12-21  Bruno Haible  <bruno@clisp.org>
18098
18099         Work around a portability problem.
18100         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18101         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18102
18103 2008-12-20  Bruno Haible  <bruno@clisp.org>
18104
18105         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18106         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18107         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18108         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18109         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18110
18111         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18112         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18113         set.
18114         (GNULIB_defined_mbstate_t): New macro.
18115         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18116         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18117         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18118         reuses the system's mbrtowc function but works around the bugs.
18119         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18120         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18121         macros.
18122         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18123         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18124         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18125         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18126         REPLACE_MBSINIT if mbsinit needs to be overridden.
18127         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18128         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18129         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18130         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18131         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18132         m4/locale-zh.m4.
18133         (Depends): Add mbsinit.
18134         * modules/mbsinit (Depends): Add mbrtowc.
18135         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18136
18137 2008-12-20  Bruno Haible  <bruno@clisp.org>
18138
18139         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18140         so that there are no conversion errors on AIX.
18141         * tests/test-mbsrtowcs.c (main): LIkewise.
18142
18143 2008-12-20  Bruno Haible  <bruno@clisp.org>
18144
18145         Work around wctob bug on Solaris <= 9.
18146         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18147         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18148         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18149         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18150         * modules/wctob (Files): Add m4/locale-fr.m4.
18151         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18152
18153 2008-12-20  Bruno Haible  <bruno@clisp.org>
18154
18155         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18156         /dev/null.
18157         * tests/test-select-in.sh: Likewise.
18158         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18159
18160 2008-12-20  Bruno Haible  <bruno@clisp.org>
18161
18162         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18163         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18164         Cygwin 1.5.x.
18165
18166 2008-12-20  Bruno Haible  <bruno@clisp.org>
18167
18168         Ensure mbstate_t is defined on HP-UX 11.11.
18169         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18170         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18171         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18172         AC_USE_SYSTEM_EXTENSIONS.
18173         * modules/fnmatch (Depends-on): Add extensions.
18174         * modules/mbrlen (Depends-on): Likewise.
18175         * modules/mbrtowc (Depends-on): Likewise.
18176         * modules/mbsinit (Depends-on): Likewise.
18177         * modules/mbsrtowcs (Depends-on): Likewise.
18178         * modules/mbswidth (Depends-on): Likewise.
18179         * modules/quotearg (Depends-on): Likewise.
18180         * modules/strftime (Depends-on): Likewise.
18181
18182 2008-12-20  Bruno Haible  <bruno@clisp.org>
18183
18184         Ensure wctob is declared on IRIX 6.5.
18185         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18186         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18187         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18188         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18189         of HAVE_WCTOB.
18190         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18191         HAVE_WCTOB.
18192         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18193
18194 2008-12-19  Bruno Haible  <bruno@clisp.org>
18195
18196         * modules/mbsrtowcs-tests: New file.
18197         * tests/test-mbsrtowcs1.sh: New file.
18198         * tests/test-mbsrtowcs2.sh: New file.
18199         * tests/test-mbsrtowcs3.sh: New file.
18200         * tests/test-mbsrtowcs4.sh: New file.
18201         * tests/test-mbsrtowcs.c: New file.
18202
18203         New module 'mbsrtowcs'.
18204         * lib/wchar.in.h (mbsrtowcs): New declaration.
18205         * lib/mbsrtowcs.c: New file.
18206         * m4/mbsrtowcs.m4: New file.
18207         * modules/mbsrtowcs: New file.
18208         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18209         HAVE_MBSRTOWCS.
18210         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18211         HAVE_MBSRTOWCS.
18212         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18213
18214 2008-12-19  Bruno Haible  <bruno@clisp.org>
18215
18216         New module 'mbrlen'.
18217         * lib/wchar.in.h (mbrlen): New declaration.
18218         * lib/mbrlen.c: New file.
18219         * m4/mbrlen.m4: New file.
18220         * modules/mbrlen: New file.
18221         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18222         HAVE_MBRLEN.
18223         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18224         HAVE_MBRLEN.
18225         * doc/posix-functions/mbrlen.texi: Document the new module.
18226
18227 2008-12-19  Bruno Haible  <bruno@clisp.org>
18228
18229         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18230         * modules/mbrtowc (Depends-on): Add verify.
18231         Suggested by Paul Eggert.
18232
18233 2008-12-18  Bruno Haible  <bruno@clisp.org>
18234
18235         * modules/mbsinit-tests: New file.
18236         * tests/test-mbsinit.sh: New file.
18237         * tests/test-mbsinit.c: New file.
18238
18239 2008-12-18  Bruno Haible  <bruno@clisp.org>
18240
18241         * modules/mbrtowc-tests: New file.
18242         * tests/test-mbrtowc1.sh: New file.
18243         * tests/test-mbrtowc2.sh: New file.
18244         * tests/test-mbrtowc3.sh: New file.
18245         * tests/test-mbrtowc4.sh: New file.
18246         * tests/test-mbrtowc.c: New file.
18247
18248         New module 'mbrtowc'.
18249         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18250         mbsinit and mbrtowc.
18251         (mbrtowc): New declaration.
18252         * lib/mbrtowc.c: New file.
18253         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18254         * modules/mbrtowc: New file.
18255         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18256         HAVE_MBRTOWC.
18257         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18258         HAVE_MBRTOWC.
18259         * doc/posix-functions/mbrtowc.texi: Document the new module.
18260
18261 2008-12-18  Bruno Haible  <bruno@clisp.org>
18262
18263         New module 'wctob'.
18264         * lib/wchar.in.h (wctob): New declaration.
18265         * lib/wctob.c: New file.
18266         * m4/wctob.m4: New file.
18267         * modules/wctob: New file.
18268         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18269         HAVE_WCTOB.
18270         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18271         * doc/posix-functions/wctob.texi: Document the new module.
18272
18273 2008-12-18  Bruno Haible  <bruno@clisp.org>
18274
18275         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18276         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18277
18278 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18279
18280         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18281         G. Christensen" <tgc@jupiterrise.com>.
18282
18283         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18284         G. Christensen" <tgc@jupiterrise.com>.
18285
18286         * lib/flock.c: Need to include string.h.  Reported by "Tom
18287         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18288         <ebb9@byu.net>.
18289
18290 2008-12-18  Bruno Haible  <bruno@clisp.org>
18291
18292         * m4/locale-ja.m4: New file, from GNU gettext.
18293
18294 2008-12-17  Bruno Haible  <bruno@clisp.org>
18295
18296         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18297         Suggested by Eric Blake.
18298
18299 2008-12-17  Bruno Haible  <bruno@clisp.org>
18300
18301         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18302
18303 2008-12-17  Bruno Haible  <bruno@clisp.org>
18304
18305         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18306         * modules/mbsinit (Depends-on): Add verify.
18307         Suggested by Paul Eggert.
18308
18309 2008-12-17  Bruno Haible  <bruno@clisp.org>
18310
18311         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18312         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18313         gl_FUNC_MBRTOWC.
18314         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18315         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18316         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18317         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18318         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18319         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18320         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18321         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18322         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18323         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18324         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18325         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18326         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18327         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18328         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18329         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18330         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18331         * modules/trim (configure.ac): Likewise.
18332
18333 2008-12-17  Bruno Haible  <bruno@clisp.org>
18334
18335         * modules/btowc-tests: New file.
18336         * tests/test-btowc1.sh: New file.
18337         * tests/test-btowc2.sh: New file.
18338         * tests/test-btowc.c: New file.
18339
18340         New module 'btowc'.
18341         * lib/wchar.in.h (btowc): New declaration.
18342         * lib/btowc.c: New file.
18343         * m4/btowc.m4: New file.
18344         * modules/btowc: New file.
18345         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18346         HAVE_BTOWC.
18347         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18348         * doc/posix-functions/btowc.texi: Document the new module.
18349
18350 2008-12-17  Bruno Haible  <bruno@clisp.org>
18351
18352         New module 'mbsinit'.
18353         * lib/wchar.in.h (mbsinit): New declaration.
18354         * lib/mbsinit.c: New file.
18355         * m4/mbsinit.m4: New file.
18356         * modules/mbsinit: New file.
18357         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18358         HAVE_MBSINIT.
18359         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18360         HAVE_MBSINIT.
18361         * doc/posix-functions/mbsinit.texi: Document the new module.
18362
18363 2008-12-16  Bruno Haible  <bruno@clisp.org>
18364
18365         * lib/unistd.in.h: Add comment.
18366         * tests/test-environ.c: Don't include <stdlib.h>.
18367
18368 2008-12-16  Bruno Haible  <bruno@clisp.org>
18369
18370         * lib/parse-duration.h (parse_duration): Document return value
18371         convention.
18372         * lib/parse-duration.c: Include specification header first. Add
18373         comments.
18374         (_): Remove macro.
18375         (parse_year_month_day, parse_hour_minute_second): Move side effects
18376         outside of strchr call.
18377         (parse_non_iso8601): Move side effects outside of isspace call.
18378         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18379         call.
18380
18381 2008-12-16  Bruno Haible  <bruno@clisp.org>
18382
18383         * tests/test-parse-duration.sh: Produce no output when the test
18384         succeeds.
18385
18386 2008-12-16  Bruno Haible  <bruno@clisp.org>
18387
18388         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18389         expressions.
18390
18391 2008-12-15  Bruno Haible  <bruno@clisp.org>
18392
18393         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18394         * doc/glibc-functions/flistxattr.texi: Likewise.
18395         * doc/glibc-functions/fopencookie.texi: Likewise.
18396         * doc/glibc-functions/fremovexattr.texi: Likewise.
18397         * doc/glibc-functions/fsetxattr.texi: Likewise.
18398         * doc/glibc-functions/getxattr.texi: Likewise.
18399         * doc/glibc-functions/lgetxattr.texi: Likewise.
18400         * doc/glibc-functions/listxattr.texi: Likewise.
18401         * doc/glibc-functions/llistxattr.texi: Likewise.
18402         * doc/glibc-functions/lremovexattr.texi: Likewise.
18403         * doc/glibc-functions/lsetxattr.texi: Likewise.
18404         * doc/glibc-functions/removexattr.texi: Likewise.
18405         * doc/glibc-functions/setxattr.texi: Likewise.
18406         * doc/posix-functions/open_memstream.texi: Likewise.
18407
18408 2008-12-15  Eric Blake  <ebb9@byu.net>
18409
18410         Update doc for cygwin 1.7.
18411         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18412         functions.
18413         * doc/posix-functions/fchmodat.texi: Likewise.
18414         * doc/posix-functions/fchownat.texi: Likewise.
18415         * doc/posix-functions/fdopendir.texi: Likewise.
18416         * doc/posix-functions/fmemopen.texi: Likewise.
18417         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18418         * doc/posix-functions/fstatat.texi: Likewise.
18419         * doc/posix-functions/futimens.texi: Likewise.
18420         * doc/posix-functions/gai_strerror.texi: Likewise.
18421         * doc/posix-functions/getaddrinfo.texi: Likewise.
18422         * doc/posix-functions/getnameinfo.texi: Likewise.
18423         * doc/posix-functions/if_freenameindex.texi: Likewise.
18424         * doc/posix-functions/if_indextoname.texi: Likewise.
18425         * doc/posix-functions/if_nameindex.texi: Likewise.
18426         * doc/posix-functions/if_nametoindex.texi: Likewise.
18427         * doc/posix-functions/insque.texi: Likewise.
18428         * doc/posix-functions/linkat.texi: Likewise.
18429         * doc/posix-functions/llrint.texi: Likewise.
18430         * doc/posix-functions/llrintf.texi: Likewise.
18431         * doc/posix-functions/llrintl.texi: Likewise.
18432         * doc/posix-functions/lockf.texi: Likewise.
18433         * doc/posix-functions/lrintl.texi: Likewise.
18434         * doc/posix-functions/mkdirat.texi: Likewise.
18435         * doc/posix-functions/mkfifoat.texi: Likewise.
18436         * doc/posix-functions/mknodat.texi: Likewise.
18437         * doc/posix-functions/mq_close.texi: Likewise.
18438         * doc/posix-functions/mq_getattr.texi: Likewise.
18439         * doc/posix-functions/mq_notify.texi: Likewise.
18440         * doc/posix-functions/mq_open.texi: Likewise.
18441         * doc/posix-functions/mq_receive.texi: Likewise.
18442         * doc/posix-functions/mq_send.texi: Likewise.
18443         * doc/posix-functions/mq_setattr.texi: Likewise.
18444         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18445         * doc/posix-functions/mq_timedsend.texi: Likewise.
18446         * doc/posix-functions/mq_unlink.texi: Likewise.
18447         * doc/posix-functions/open_memstream.texi: Likewise.
18448         * doc/posix-functions/openat.texi: Likewise.
18449         * doc/posix-functions/posix_fadvise.texi: Likewise.
18450         * doc/posix-functions/posix_fallocate.texi: Likewise.
18451         * doc/posix-functions/posix_madvise.texi: Likewise.
18452         * doc/posix-functions/posix_memalign.texi: Likewise.
18453         * doc/posix-functions/posix_openpt.texi: Likewise.
18454         * doc/posix-functions/readlinkat.texi: Likewise.
18455         * doc/posix-functions/remque.texi: Likewise.
18456         * doc/posix-functions/renameat.texi: Likewise.
18457         * doc/posix-functions/rintl.texi: Likewise.
18458         * doc/posix-functions/sem_unlink.texi: Likewise.
18459         * doc/posix-functions/shm_open.texi: Likewise.
18460         * doc/posix-functions/shm_unlink.texi: Likewise.
18461         * doc/posix-functions/signgam.texi: Likewise.
18462         * doc/posix-functions/sigset.texi: Likewise.
18463         * doc/posix-functions/stpcpy.texi: Likewise.
18464         * doc/posix-functions/stpncpy.texi: Likewise.
18465         * doc/posix-functions/strerror.texi: Likewise.
18466         * doc/posix-functions/strtod.texi: Likewise.
18467         * doc/posix-functions/symlinkat.texi: Likewise.
18468         * doc/posix-functions/unlinkat.texi: Likewise.
18469         * doc/posix-functions/utimensat.texi: Likewise.
18470         * doc/glibc-functions/bindresvport.texi: Likewise.
18471         * doc/glibc-functions/dn_expand.texi: Likewise.
18472         * doc/glibc-functions/exp10.texi: Likewise.
18473         * doc/glibc-functions/exp10f.texi: Likewise.
18474         * doc/glibc-functions/fgetxattr.texi: Likewise.
18475         * doc/glibc-functions/flistxattr.texi: Likewise.
18476         * doc/glibc-functions/fopencookie.texi: Likewise.
18477         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18478         * doc/glibc-functions/fremovexattr.texi: Likewise.
18479         * doc/glibc-functions/fsetxattr.texi: Likewise.
18480         * doc/glibc-functions/getifaddrs.texi: Likewise.
18481         * doc/glibc-functions/getxattr.texi: Likewise.
18482         * doc/glibc-functions/lgetxattr.texi: Likewise.
18483         * doc/glibc-functions/listxattr.texi: Likewise.
18484         * doc/glibc-functions/llistxattr.texi: Likewise.
18485         * doc/glibc-functions/lremovexattr.texi: Likewise.
18486         * doc/glibc-functions/lsetxattr.texi: Likewise.
18487         * doc/glibc-functions/pow10.texi: Likewise.
18488         * doc/glibc-functions/pow10f.texi: Likewise.
18489         * doc/glibc-functions/rcmd_af.texi: Likewise.
18490         * doc/glibc-functions/removexattr.texi: Likewise.
18491         * doc/glibc-functions/res_init.texi: Likewise.
18492         * doc/glibc-functions/res_mkquery.texi: Likewise.
18493         * doc/glibc-functions/res_query.texi: Likewise.
18494         * doc/glibc-functions/res_querydomain.texi: Likewise.
18495         * doc/glibc-functions/res_send.texi: Likewise.
18496         * doc/glibc-functions/rresvport_af.texi: Likewise.
18497         * doc/glibc-functions/setxattr.texi: Likewise.
18498         * doc/glibc-functions/strcasestr.texi: Likewise.
18499
18500 2008-12-15  Bruno Haible  <bruno@clisp.org>
18501
18502         Fix compilation error on OSF/1 4.0.
18503         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18504         <sys/time.h>, simply delegate to the system header.
18505         Reported by Daniel Richard G. <oss@teragram.com>.
18506
18507 2008-12-15  Bruno Haible  <bruno@clisp.org>
18508
18509         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18510         * doc/posix-functions/fchmodat.texi: Likewise.
18511         * doc/posix-functions/fchownat.texi: Likewise.
18512         * doc/posix-functions/fdopendir.texi: Likewise.
18513         * doc/posix-functions/fstatat.texi: Likewise.
18514         * doc/posix-functions/mkdirat.texi: Likewise.
18515         * doc/posix-functions/unlinkat.texi: Likewise.
18516
18517 2008-12-14  Bruno Haible  <bruno@clisp.org>
18518
18519         Update doc for POSIX:2008.
18520         * doc/posix-functions/faccessat.texi: New file.
18521         * doc/posix-functions/fchmodat.texi: New file.
18522         * doc/posix-functions/fchownat.texi: New file.
18523         * doc/posix-functions/fdopendir.texi: New file.
18524         * doc/posix-functions/fstatat.texi: New file.
18525         * doc/posix-functions/futimens.texi: New file.
18526         * doc/posix-functions/linkat.texi: New file.
18527         * doc/posix-functions/mkdirat.texi: New file.
18528         * doc/posix-functions/mkfifoat.texi: New file.
18529         * doc/posix-functions/mknodat.texi: New file.
18530         * doc/posix-functions/open_wmemstream.texi: New file.
18531         * doc/posix-functions/openat.texi: New file.
18532         * doc/posix-functions/psiginfo.texi: New file.
18533         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18534         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18535         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18536         * doc/posix-functions/readlinkat.texi: New file.
18537         * doc/posix-functions/renameat.texi: New file.
18538         * doc/posix-functions/strerror_l.texi: New file.
18539         * doc/posix-functions/symlinkat.texi: New file.
18540         * doc/posix-functions/unlinkat.texi: New file.
18541         * doc/posix-functions/utimensat.texi: New file.
18542         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18543
18544 2008-12-14  Bruno Haible  <bruno@clisp.org>
18545
18546         Update doc for POSIX:2008.
18547         * doc/posix-functions/alphasort.texi: Renamed from
18548         doc/glibc-functions/alphasort.texi.
18549         * doc/posix-functions/dirfd.texi: Renamed from
18550         doc/glibc-functions/dirfd.texi.
18551         * doc/posix-functions/dprintf.texi: Renamed from
18552         doc/glibc-functions/dprintf.texi.
18553         * doc/posix-functions/duplocale.texi: Renamed from
18554         doc/glibc-functions/duplocale.texi.
18555         * doc/posix-functions/fexecve.texi: Renamed from
18556         doc/glibc-functions/fexecve.texi.
18557         * doc/posix-functions/fmemopen.texi: Renamed from
18558         doc/glibc-functions/fmemopen.texi.
18559         * doc/posix-functions/freelocale.texi: Renamed from
18560         doc/glibc-functions/freelocale.texi.
18561         * doc/posix-functions/getdate_err.texi: Renamed from
18562         doc/glibc-functions/getdate_err.texi.
18563         * doc/posix-functions/isalnum_l.texi: Renamed from
18564         doc/glibc-functions/isalnum_l.texi.
18565         * doc/posix-functions/isalpha_l.texi: Renamed from
18566         doc/glibc-functions/isalpha_l.texi.
18567         * doc/posix-functions/isblank_l.texi: Renamed from
18568         doc/glibc-functions/isblank_l.texi.
18569         * doc/posix-functions/iscntrl_l.texi: Renamed from
18570         doc/glibc-functions/iscntrl_l.texi.
18571         * doc/posix-functions/isdigit_l.texi: Renamed from
18572         doc/glibc-functions/isdigit_l.texi.
18573         * doc/posix-functions/isgraph_l.texi: Renamed from
18574         doc/glibc-functions/isgraph_l.texi.
18575         * doc/posix-functions/islower_l.texi: Renamed from
18576         doc/glibc-functions/islower_l.texi.
18577         * doc/posix-functions/isprint_l.texi: Renamed from
18578         doc/glibc-functions/isprint_l.texi.
18579         * doc/posix-functions/ispunct_l.texi: Renamed from
18580         doc/glibc-functions/ispunct_l.texi.
18581         * doc/posix-functions/isspace_l.texi: Renamed from
18582         doc/glibc-functions/isspace_l.texi.
18583         * doc/posix-functions/isupper_l.texi: Renamed from
18584         doc/glibc-functions/isupper_l.texi.
18585         * doc/posix-functions/iswalnum_l.texi: Renamed from
18586         doc/glibc-functions/iswalnum_l.texi.
18587         * doc/posix-functions/iswalpha_l.texi: Renamed from
18588         doc/glibc-functions/iswalpha_l.texi.
18589         * doc/posix-functions/iswblank_l.texi: Renamed from
18590         doc/glibc-functions/iswblank_l.texi.
18591         * doc/posix-functions/iswcntrl_l.texi: Renamed from
18592         doc/glibc-functions/iswcntrl_l.texi.
18593         * doc/posix-functions/iswctype_l.texi: Renamed from
18594         doc/glibc-functions/iswctype_l.texi.
18595         * doc/posix-functions/iswdigit_l.texi: Renamed from
18596         doc/glibc-functions/iswdigit_l.texi.
18597         * doc/posix-functions/iswgraph_l.texi: Renamed from
18598         doc/glibc-functions/iswgraph_l.texi.
18599         * doc/posix-functions/iswlower_l.texi: Renamed from
18600         doc/glibc-functions/iswlower_l.texi.
18601         * doc/posix-functions/iswprint_l.texi: Renamed from
18602         doc/glibc-functions/iswprint_l.texi.
18603         * doc/posix-functions/iswpunct_l.texi: Renamed from
18604         doc/glibc-functions/iswpunct_l.texi.
18605         * doc/posix-functions/iswspace_l.texi: Renamed from
18606         doc/glibc-functions/iswspace_l.texi.
18607         * doc/posix-functions/iswupper_l.texi: Renamed from
18608         doc/glibc-functions/iswupper_l.texi.
18609         * doc/posix-functions/iswxdigit_l.texi: Renamed from
18610         doc/glibc-functions/iswxdigit_l.texi.
18611         * doc/posix-functions/isxdigit_l.texi: Renamed from
18612         doc/glibc-functions/isxdigit_l.texi.
18613         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
18614         doc/glibc-functions/mbsnrtowcs.texi.
18615         * doc/posix-functions/mkdtemp.texi: Renamed from
18616         doc/glibc-functions/mkdtemp.texi.
18617         * doc/posix-functions/newlocale.texi: Renamed from
18618         doc/glibc-functions/newlocale.texi.
18619         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
18620         doc/glibc-functions/nl_langinfo_l.texi.
18621         * doc/posix-functions/open_memstream.texi: Renamed from
18622         doc/glibc-functions/open_memstream.texi.
18623         * doc/posix-functions/opterr.texi: Renamed from
18624         doc/glibc-functions/opterr.texi.
18625         * doc/posix-functions/optind.texi: Renamed from
18626         doc/glibc-functions/optind.texi.
18627         * doc/posix-functions/optopt.texi: Renamed from
18628         doc/glibc-functions/optopt.texi.
18629         * doc/posix-functions/psignal.texi: Renamed from
18630         doc/glibc-functions/psignal.texi.
18631         * doc/posix-functions/scandir.texi: Renamed from
18632         doc/glibc-functions/scandir.texi.
18633         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
18634         doc/glibc-functions/sched_get_priority_min.texi.
18635         * doc/posix-functions/signgam.texi: Renamed from
18636         doc/glibc-functions/signgam.texi.
18637         * doc/posix-functions/stpcpy.texi: Renamed from
18638         doc/glibc-functions/stpcpy.texi.
18639         * doc/posix-functions/stpncpy.texi: Renamed from
18640         doc/glibc-functions/stpncpy.texi.
18641         * doc/posix-functions/strcasecmp_l.texi: Renamed from
18642         doc/glibc-functions/strcasecmp_l.texi.
18643         * doc/posix-functions/strcoll_l.texi: Renamed from
18644         doc/glibc-functions/strcoll_l.texi.
18645         * doc/posix-functions/strfmon_l.texi: Renamed from
18646         doc/glibc-functions/strfmon_l.texi.
18647         * doc/posix-functions/strftime_l.texi: Renamed from
18648         doc/glibc-functions/strftime_l.texi.
18649         * doc/posix-functions/strncasecmp_l.texi: Renamed from
18650         doc/glibc-functions/strncasecmp_l.texi.
18651         * doc/posix-functions/strndup.texi: Renamed from
18652         doc/glibc-functions/strndup.texi.
18653         * doc/posix-functions/strnlen.texi: Renamed from
18654         doc/glibc-functions/strnlen.texi.
18655         * doc/posix-functions/strsignal.texi: Renamed from
18656         doc/glibc-functions/strsignal.texi.
18657         * doc/posix-functions/strxfrm_l.texi: Renamed from
18658         doc/glibc-functions/strxfrm_l.texi.
18659         * doc/posix-functions/timer_gettime.texi: Renamed from
18660         doc/glibc-functions/timer_gettime.texi.
18661         * doc/posix-functions/tolower_l.texi: Renamed from
18662         doc/glibc-functions/tolower_l.texi.
18663         * doc/posix-functions/toupper_l.texi: Renamed from
18664         doc/glibc-functions/toupper_l.texi.
18665         * doc/posix-functions/towctrans_l.texi: Renamed from
18666         doc/glibc-functions/towctrans_l.texi.
18667         * doc/posix-functions/towlower_l.texi: Renamed from
18668         doc/glibc-functions/towlower_l.texi.
18669         * doc/posix-functions/towupper_l.texi: Renamed from
18670         doc/glibc-functions/towupper_l.texi.
18671         * doc/posix-functions/uselocale.texi: Renamed from
18672         doc/glibc-functions/uselocale.texi.
18673         * doc/posix-functions/vdprintf.texi: Renamed from
18674         doc/glibc-functions/vdprintf.texi.
18675         * doc/posix-functions/wcpcpy.texi:
18676         Renamed from doc/glibc-functions/wcpcpy.texi.
18677         * doc/posix-functions/wcpncpy.texi: Renamed from
18678         doc/glibc-functions/wcpncpy.texi.
18679         * doc/posix-functions/wcscasecmp.texi: Renamed from
18680         doc/glibc-functions/wcscasecmp.texi.
18681         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
18682         doc/glibc-functions/wcscasecmp_l.texi.
18683         * doc/posix-functions/wcscoll_l.texi: Renamed from
18684         doc/glibc-functions/wcscoll_l.texi.
18685         * doc/posix-functions/wcsdup.texi: Renamed from
18686         doc/glibc-functions/wcsdup.texi.
18687         * doc/posix-functions/wcsncasecmp.texi: Renamed from
18688         doc/glibc-functions/wcsncasecmp.texi.
18689         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
18690         doc/glibc-functions/wcsncasecmp_l.texi.
18691         * doc/posix-functions/wcsnlen.texi: Renamed from
18692         doc/glibc-functions/wcsnlen.texi.
18693         * doc/posix-functions/wcsnrtombs.texi: Renamed from
18694         doc/glibc-functions/wcsnrtombs.texi.
18695         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
18696         doc/glibc-functions/wcsxfrm_l.texi.
18697         * doc/posix-functions/wctrans_l.texi: Renamed from
18698         doc/glibc-functions/wctrans_l.texi.
18699         * doc/posix-functions/wctype_l.texi: Renamed from
18700         doc/glibc-functions/wctype_l.texi.
18701         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18702         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
18703         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
18704         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
18705         these subsections.
18706         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
18707         Remove sections.
18708
18709 2008-12-14  Bruno Haible  <bruno@clisp.org>
18710
18711         Update doc for POSIX:2008.
18712         * doc/posix-functions/*.texi: Update URL of POSIX specification.
18713
18714 2008-12-14  Bruno Haible  <bruno@clisp.org>
18715
18716         Update doc for POSIX:2008.
18717         * doc/pastposix-functions/bcmp.texi: Renamed from
18718         doc/posix-functions/bcmp.texi.
18719         * doc/pastposix-functions/bcopy.texi: Renamed from
18720         doc/posix-functions/bcopy.texi.
18721         * doc/pastposix-functions/bsd_signal.texi: Renamed from
18722         doc/posix-functions/bsd_signal.texi.
18723         * doc/pastposix-functions/bzero.texi: Renamed from
18724         doc/posix-functions/bzero.texi.
18725         * doc/pastposix-functions/ecvt.texi: Renamed from
18726         doc/posix-functions/ecvt.texi.
18727         * doc/pastposix-functions/fcvt.texi: Renamed from
18728         doc/posix-functions/fcvt.texi.
18729         * doc/pastposix-functions/ftime.texi: Renamed from
18730         doc/posix-functions/ftime.texi.
18731         * doc/pastposix-functions/gcvt.texi: Renamed from
18732         doc/posix-functions/gcvt.texi.
18733         * doc/pastposix-functions/getcontext.texi: Renamed from
18734         doc/posix-functions/getcontext.texi.
18735         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
18736         doc/posix-functions/gethostbyaddr.texi.
18737         * doc/pastposix-functions/gethostbyname.texi: Renamed from
18738         doc/posix-functions/gethostbyname.texi.
18739         * doc/pastposix-functions/getwd.texi: Renamed from
18740         doc/posix-functions/getwd.texi.
18741         * doc/pastposix-functions/h_errno.texi: Renamed from
18742         doc/posix-functions/h_errno.texi.
18743         * doc/pastposix-functions/index.texi: Renamed from
18744         doc/posix-functions/index.texi.
18745         * doc/pastposix-functions/makecontext.texi: Renamed from
18746         doc/posix-functions/makecontext.texi.
18747         * doc/pastposix-functions/mktemp.texi: Renamed from
18748         doc/posix-functions/mktemp.texi.
18749         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
18750         doc/posix-functions/pthread_attr_getstackaddr.texi.
18751         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
18752         doc/posix-functions/pthread_attr_setstackaddr.texi.
18753         * doc/pastposix-functions/rindex.texi: Renamed from
18754         doc/posix-functions/rindex.texi.
18755         * doc/pastposix-functions/scalb.texi: Renamed from
18756         doc/posix-functions/scalb.texi.
18757         * doc/pastposix-functions/setcontext.texi: Renamed from
18758         doc/posix-functions/setcontext.texi.
18759         * doc/pastposix-functions/swapcontext.texi: Renamed from
18760         doc/posix-functions/swapcontext.texi.
18761         * doc/pastposix-functions/ualarm.texi: Renamed from
18762         doc/posix-functions/ualarm.texi.
18763         * doc/pastposix-functions/usleep.texi: Renamed from
18764         doc/posix-functions/usleep.texi.
18765         * doc/pastposix-functions/vfork.texi: Renamed from
18766         doc/posix-functions/vfork.texi.
18767         * doc/pastposix-functions/wcswcs.texi: Renamed from
18768         doc/posix-functions/wcswcs.texi.
18769         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
18770         (Function Substitutes): Update.
18771
18772 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18773
18774         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
18775         m4/strerror.m4.
18776
18777 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18778             Bruno Haible  <bruno@clisp.org>
18779
18780         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
18781
18782 2008-12-13  Bruno Haible  <bruno@clisp.org>
18783
18784         * modules/strtoull (Depends-on): Remove unistd.
18785
18786 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18787
18788         * modules/strtoull (Depends-on): Add stdlib.
18789
18790 2008-12-11  Simon Josefsson  <simon@josefsson.org>
18791
18792         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
18793
18794 2008-12-10  Jim Meyering  <meyering@redhat.com>
18795
18796         gl_ASSERT: don't say assertions are disabled when they're not
18797         * m4/assert.m4 (gl_ASSERT): Do not make configure report
18798         "checking whether to enable assertions... no", when they are in
18799         fact enabled.  This is solely a bug in the output of configure.
18800         In spite of saying "no", NDEBUG was not defined in that case.
18801         Also, as noted by Eric Blake, leave assertions enabled upon
18802         --enable-assert=INVALID.
18803
18804 2008-12-10  Bruno Haible  <bruno@clisp.org>
18805
18806         Change MODULES.html to refer to POSIX:2008 where possible.
18807         * MODULES.html.sh (POSIX2008_URL): New variable.
18808         (posix_headers): Remove sys/timeb, ucontext.
18809         (posix2001_headers): New variable.
18810         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
18811         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
18812         index, makecontext, mktemp, pthread_attr_getstackaddr,
18813         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
18814         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
18815         (posix2001_functions): New variable.
18816         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
18817         otherwise.
18818
18819 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18820
18821         add missing include to parse-duration.c
18822         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
18823         * modules/parse-duration (Depends-on): Add xalloc.
18824
18825         fix sed script reading maint.mk
18826         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
18827         (syntax-check-rules): Use it.
18828
18829 2008-12-09  Bruno Haible  <bruno@clisp.org>
18830
18831         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
18832         MacOS X 10.4/PowerPC.
18833         Reported by Simon Josefsson.
18834
18835 2008-12-08  Jim Meyering  <meyering@redhat.com>
18836
18837         work around mingw's lack of some S_IF definitions
18838         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
18839         Reported by Simon Josefsson.
18840
18841 2008-12-08  Bruno Haible  <bruno@clisp.org>
18842
18843         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
18844         applied to variables. Needed on MacOS X 10.4/PowerPC.
18845         Reported by Simon Josefsson.
18846
18847 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
18848         and Eric Blake  <ebb9@byu.net>
18849
18850         assert: honor --enable-assert
18851         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
18852         order to honor --enable-assert, rather than treating it as a
18853         synonym for --disable-assert.
18854
18855 2008-12-08  Jim Meyering  <meyering@redhat.com>
18856
18857         * lib/posixtm.c: Remove now-useless declaration of mktime.
18858
18859         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
18860
18861 2008-12-07  Bruno Haible  <bruno@clisp.org>
18862
18863         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
18864         test_once): Mark functions as static.
18865         * tests/test-tls.c (test_tls): Likewise.
18866
18867 2008-12-07  Bruno Haible  <bruno@clisp.org>
18868
18869         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
18870         iconv_register_autodetect.
18871
18872 2008-12-07  Jim Meyering  <meyering@redhat.com>
18873
18874         posixtm.c: avoid a warning
18875         * lib/posixtm.c (posixtime): Don't initialize tm0.
18876         It's no longer needed to placate gcc4's -Wuninitialized,
18877         and the attempt to placate would elicit a new warning.
18878
18879         unicodeio.c: mark unused parameters
18880         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
18881         (fallback_failure_callback): Likewise.
18882
18883 2008-12-07  Bruno Haible  <bruno@clisp.org>
18884
18885         * gnulib-tool (func_create_testdir): When building the tests
18886         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
18887         Reported by Simon Josefsson.
18888
18889 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18890
18891         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
18892
18893 2008-12-06  Bruno Haible  <bruno@clisp.org>
18894
18895         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
18896         Suggested by Eric Blake.
18897
18898 2008-12-06  Bruno Haible  <bruno@clisp.org>
18899
18900         Fix a c-stack test failure on MacOS X.
18901         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
18902         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
18903         handler for SIGBUS as well.
18904         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
18905         install a signal handler for SIGBUS as well.
18906         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
18907
18908 2008-12-06  Bruno Haible  <bruno@clisp.org>
18909
18910         Advocacy documentation.
18911         * doc/gnulib-intro.texi (Benefits): New section.
18912         * doc/gnulib.texi: Update.
18913
18914 2008-12-06  Bruno Haible  <bruno@clisp.org>
18915
18916         Document the 'manywarnings' module.
18917         * doc/manywarnings.texi: New file.
18918         * doc/gnulib.texi: Include it.
18919
18920 2008-12-05  Eric Blake  <ebb9@byu.net>
18921
18922         tests: silence some gcc warnings
18923         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
18924         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
18925         type mismatches.
18926
18927 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18928             Bruno Haible  <bruno@clisp.org>
18929
18930         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
18931
18932 2008-11-29  Jim Meyering  <meyering@redhat.com>
18933
18934         unicodeio.c: mark unused parameters
18935         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
18936         (fallback_failure_callback): Likewise.
18937
18938         fts: fix a thinko
18939         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
18940         (set_stat_type): Return S_IF*-valued "type" directly.
18941         Prompted by James Youngman's spotting a related bug.
18942         Confirmed by further testing through find.
18943
18944         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
18945         * lib/fts.c (D_TYPE): Define.
18946         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
18947         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
18948         (s_ifmt_shift_bits): New function.
18949         (set_stat_type): New function.
18950         (fts_build): When not calling fts_stat, call set_stat_type
18951         to propagate dirent.d_type info to fts_read caller.
18952         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
18953         fts_statp->st_mode type information may be valid.
18954
18955 2008-11-28  Simon Josefsson  <simon@josefsson.org>
18956
18957         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
18958         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
18959         <sds@gnu.org>.
18960
18961 2008-11-20  Bruno Haible  <bruno@clisp.org>
18962
18963         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
18964         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
18965         INCLUDE_NEXT.
18966         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
18967         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
18968         * modules/math (Makefile.am): Substitute
18969         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
18970         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18971
18972 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
18973             Bruno Haible  <bruno@clisp.org>
18974
18975         * lib/stdint.in.h: Define all type macros so that their expansion is
18976         a single typedef'ed token. Fixes a compilation failure in Boost which
18977         does "using ::int8_t;".
18978
18979 2008-11-18  Simon Josefsson  <simon@josefsson.org>
18980
18981         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
18982         gl_MANYWARN_ALL_GCC.
18983         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
18984         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
18985         * modules/manywarnings: New file.
18986         * MODULES.html.sh: Mention manywarnings module.
18987
18988 2008-11-18  Bruno Haible  <bruno@clisp.org>
18989
18990         * doc/gnulib-tool.texi (Unit tests): New section.
18991
18992 2008-11-18  Simon Josefsson  <simon@josefsson.org>
18993
18994         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
18995         paths like 'lib/po/foo.po'.
18996
18997 2008-11-17  Simon Josefsson  <simon@josefsson.org>
18998
18999         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19000         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19001
19002 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19003
19004         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19005         parameter works.
19006
19007 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19008
19009         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19010
19011 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19012
19013         * modules/parse-duration-tests: New file.
19014         * tests/test-parse-duration.sh: New file.
19015         * tests/test-parse-duration.c: New file.
19016
19017         New module 'parse-duration'.
19018         * lib/parse-duration.h: New file.
19019         * lib/parse-duration.c: New file.
19020         * modules/parse-duration: New file.
19021
19022 2008-11-17  Bruno Haible  <bruno@clisp.org>
19023
19024         * tests/test-select-out.sh: Comment out the first pipe test.
19025         Reported by Simon Josefsson.
19026
19027 2008-11-17  Bruno Haible  <bruno@clisp.org>
19028
19029         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19030         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19031         gl_HOSTENT.
19032
19033 2008-11-17  Bruno Haible  <bruno@clisp.org>
19034
19035         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19036         -lnetwork and -lnet. Needed for Haiku and BeOS.
19037
19038 2008-11-16  Bruno Haible  <bruno@clisp.org>
19039
19040         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19041
19042 2008-11-16  Bruno Haible  <bruno@clisp.org>
19043
19044         Avoid test failure on Haiku.
19045         * tests/test-fsync.c: Include <errno.h>.
19046         (main): Don't require that fsync (0) fails.
19047
19048 2008-11-15  Bruno Haible  <bruno@clisp.org>
19049
19050         New module 'hostent'.
19051         * modules/hostent: New file.
19052         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19053
19054 2008-11-15  Bruno Haible  <bruno@clisp.org>
19055
19056         New module 'servent'.
19057         * modules/servent: New file.
19058         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19059
19060 2008-11-15  Bruno Haible  <bruno@clisp.org>
19061
19062         Avoid generating same test program with two different rules.
19063         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19064         test-frexp to test-frexp-nolibm.
19065         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19066         test-frexpl to test-frexpl-nolibm.
19067
19068 2008-11-15  Bruno Haible  <bruno@clisp.org>
19069
19070         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19071         $(FREXPL_LIBM).
19072
19073 2008-11-15  Bruno Haible  <bruno@clisp.org>
19074
19075         * lib/netdb.in.h: Activate the definitions also when the system's
19076         <netdb.h> has 'struct addrinfo'.
19077         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19078         EAI_OVERFLOW or AI_NUMERICSERV.
19079         * doc/posix-headers/netdb.texi: Document the problem.
19080
19081 2008-11-15  Bruno Haible  <bruno@clisp.org>
19082
19083         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19084
19085         Make the 'sched' module work on platforms where <sched.h> exists but
19086         is incomplete (such as Haiku).
19087         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19088         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19089         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19090         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19091         HAVE_STRUCT_SCHED_PARAM.
19092         * modules/sched (Depends-on): Add include_next.
19093         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19094         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19095         * doc/posix-headers/sched.texi: Document the issue.
19096
19097 2008-11-13  Jim Meyering  <meyering@redhat.com>
19098
19099         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19100         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19101         test would fail due to the difference in the Report bugs to ...
19102         line.  The expected address is empty, "<>", while the actual
19103         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19104
19105 2008-11-12  Bruno Haible  <bruno@clisp.org>
19106
19107         lstat: don't compile lstat.c on systems lacking lstat
19108         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19109         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19110         Reported by Daniel P. Berrange via Jim Meyering.
19111
19112 2008-11-12  Jim Meyering  <meyering@redhat.com>
19113
19114         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19115
19116 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19117
19118         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19119         instead.
19120
19121 2008-11-12  Bruno Haible  <bruno@clisp.org>
19122
19123         * lib/unicodeio.c: Include unistr.h.
19124         (utf8_wctomb): Remove function.
19125         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19126
19127 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19128
19129         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19130         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19131         <bruno@clisp.org>.
19132         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19133
19134 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19135
19136         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19137         * doc/gnulib.texi: Add section for warnings.
19138
19139 2008-11-11  Bruno Haible  <bruno@clisp.org>
19140
19141         * lib/sockets.h: Add a comment.
19142
19143 2008-11-11  Karl Berry  <karl@gnu.org>
19144
19145         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19146
19147 2008-11-11  Eric Blake  <ebb9@byu.net>
19148
19149         fdl.texi: avoid git symlinks
19150         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19151
19152 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19153
19154         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19155
19156 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19157
19158         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19159         (gl_WARN_ADD): Substitute $2 if literal.
19160
19161 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19162
19163         * m4/warning.m4: Remove.
19164
19165 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19166
19167         * m4/warnings.m4: Almost complete rewrite. :-)
19168
19169 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19170
19171         * modules/warnings: New module.
19172         * m4/warnings.m4: New file.
19173         * MODULES.html.sh: Mention warnings module.
19174         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19175         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19176
19177 2008-11-10  Eric Blake  <ebb9@byu.net>
19178
19179         fdl.texi: make a symlink to the latest version
19180         * doc/standards.texi: Revert today's earlier change.
19181         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19182         * doc/fdl.texi: ...and replace this with a symlink to the newer
19183         fdl-1.3.texi.
19184
19185 2008-11-10  Bruno Haible  <bruno@clisp.org>
19186
19187         * tests/test-select-fd.c (main): Accept the result file name as fourth
19188         argument.
19189         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19190         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19191
19192 2008-11-10  Bruno Haible  <bruno@clisp.org>
19193
19194         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19195         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19196         as autoconf-substituted macros.
19197         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19198         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19199         gl_NETDB_H_DEFAULTS. Set these variables.
19200         * modules/netdb (Makefile.am): Substitute these variables.
19201
19202 2008-11-10  Eric Blake  <ebb9@byu.net>
19203
19204         standards.texi: include correct file for FDL 1.3
19205         * doc/standards.texi (GNU Free Documentation License): Change
19206         include file to pull in FDL 1.3, not 1.2.
19207
19208         fdl.texi: revert accidental change to license
19209         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19210
19211 2008-11-10  Bruno Haible  <bruno@clisp.org>
19212
19213         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19214         cross-compiling guesses also when the native compile gives no result.
19215
19216 2008-11-10  Bruno Haible  <bruno@clisp.org>
19217
19218         * lib/spawni.c (__spawni): Force variable into the stack.
19219
19220 2008-11-10  Bruno Haible  <bruno@clisp.org>
19221
19222         Add support for Haiku.
19223         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19224         glibc and BeOS, but also on Haiku.
19225         * lib/fpurge.c (fpurge): Likewise.
19226         * lib/freadable.c (freadable): Likewise.
19227         * lib/freadahead.c (freadahead): Likewise.
19228         * lib/freading.c (freading): Likewise.
19229         * lib/freadptr.c (freadptr): Likewise.
19230         * lib/freadseek.c (freadptrinc): Likewise.
19231         * lib/fseeko.c (rpl_fseeko): Likewise.
19232         * lib/fseterr.c (fseterr): Likewise.
19233         * lib/fwritable.c (fwritable): Likewise.
19234         * lib/fwriting.c (fwriting): Likewise.
19235         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19236
19237 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19238
19239         * lib/config.charset: Treat Haiku like BeOS.
19240
19241 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19242
19243         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19244         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19245
19246 2008-11-08  Bruno Haible  <bruno@clisp.org>
19247
19248         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19249         AC_CACHE_CHECK.
19250
19251 2008-11-08  Bruno Haible  <bruno@clisp.org>
19252
19253         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19254
19255 2008-11-08  Bruno Haible  <bruno@clisp.org>
19256
19257         * tests/test-select-fd.c: New file.
19258         * tests/test-select-in.sh: New file.
19259         * tests/test-select-out.sh: New file.
19260         * tests/test-select-stdin.c: New file.
19261         * modules/select-tests (Files): Add the new files.
19262         (Depends-on): Add gettimeofday.
19263         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19264         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19265         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19266
19267 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19268             Bruno Haible  <bruno@clisp.org>
19269
19270         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19271
19272 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19273
19274         * build-aux/pmccabe2html: Added support for C++ source files.
19275
19276 2008-11-05  Ben Pfaff  <blp@gnu.org>
19277
19278         Fix lib/close.c build on Windows.
19279         * modules/close (Files): Add lib/w32sock.h.
19280
19281 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19282
19283         Accept Bison's NEWS format.
19284         * build-aux/announce-gen (print_news_deltas): Tweak
19285         $re_prefix.
19286
19287 2008-11-04  Bruno Haible  <bruno@clisp.org>
19288
19289         * modules/random_r (Maintainer): Add glibc.
19290
19291 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19292
19293         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19294         by karl@freefriends.org (Karl Berry).
19295         * doc/alloca.texi: Likewise.
19296         * doc/c-ctype.texi: Likewise.
19297         * doc/c-strcase.texi: Likewise.
19298         * doc/c-strcaseeq.texi: Likewise.
19299         * doc/c-strcasestr.texi: Likewise.
19300         * doc/c-strstr.texi: Likewise.
19301         * doc/c-strtod.texi: Likewise.
19302         * doc/c-strtold.texi: Likewise.
19303         * doc/ctime.texi: Likewise.
19304         * doc/error.texi: Likewise.
19305         * doc/fdl.texi: Likewise.
19306         * doc/gcd.texi: Likewise.
19307         * doc/getdate.texi: Likewise.
19308         * doc/gnulib-intro.texi: Likewise.
19309         * doc/gnulib-tool.texi: Likewise.
19310         * doc/gnulib.texi: Likewise.
19311         * doc/inet_ntoa.texi: Likewise.
19312         * doc/maintain.texi: Likewise.
19313         * doc/make-stds.texi: Likewise.
19314         * doc/quote.texi: Likewise.
19315         * doc/regexprops-generic.texi: Likewise.
19316         * doc/standards.texi: Likewise.
19317         * doc/verify.texi: Likewise.
19318         * doc/visibility.texi: Likewise.
19319         * doc/gnulib.texi (GNU Free Documentation License): Include
19320         fdl-1.3.texi instead of fdl.texi.
19321
19322 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19323
19324         * doc/fdl-1.3.texi: New file, from
19325         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19326         * modules/fdl-1.3: Add.
19327         * MODULES.html.sh: Add fdl-1.3.
19328
19329 2008-11-03  Bruno Haible  <bruno@clisp.org>
19330
19331         Make determination of absolute name of header file work with AIX xlc.
19332         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19333         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19334         preprocessing.
19335         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19336         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19337
19338 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19339
19340         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19341         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19342         <ludo@gnu.org>.
19343
19344 2008-11-02  Bruno Haible  <bruno@clisp.org>
19345
19346         Mark 'strpbrk' obsolete.
19347         * modules/strpbrk (Status, Notice): New sections.
19348         * modules/strtok_r (Depends-on): Add strpbrk.
19349
19350 2008-11-02  Bruno Haible  <bruno@clisp.org>
19351
19352         Mark 'strdup' obsolete.
19353         * modules/strdup (Status, Notice): New sections.
19354         * modules/findprog (Depends-on): Add strdup.
19355         * modules/getaddrinfo (Depends-on): Likewise.
19356         * modules/localename (Depends-on): Likewise.
19357         * modules/relocatable-lib (Depends-on): Likewise.
19358         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19359         * modules/relocatable-prog (Depends-on): Likewise.
19360         * modules/trim (Depends-on): Likewise.
19361         * modules/unictype/gen-ctype (Depends-on): Likewise.
19362         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19363
19364 2008-11-02  Bruno Haible  <bruno@clisp.org>
19365
19366         Mark 'strcspn' obsolete.
19367         * modules/strcspn (Status, Notice): New sections.
19368
19369 2008-11-02  Bruno Haible  <bruno@clisp.org>
19370
19371         Mark 'rmdir' obsolete.
19372         * modules/rmdir (Status, Notice): New sections.
19373         * modules/clean-temp (Depends-on): Add rmdir.
19374         * modules/openat (Depends-on): Likewise.
19375
19376 2008-11-02  Bruno Haible  <bruno@clisp.org>
19377
19378         Mark 'raise' obsolete.
19379         * modules/raise (Status, Notice): New sections.
19380         (Include): Specify <signal.h>.
19381         * modules/stdio (Depends-on): Add raise.
19382         * modules/write (Depends-on): Likewise.
19383
19384 2008-11-02  Bruno Haible  <bruno@clisp.org>
19385
19386         Mark 'memset' obsolete.
19387         * modules/memset (Status, Notice): New sections.
19388
19389 2008-11-02  Bruno Haible  <bruno@clisp.org>
19390
19391         Mark 'memmove' obsolete.
19392         * modules/memmove (Status, Notice): New sections.
19393         * modules/argp (Depends-on): Add memmove.
19394         * modules/argz (Depends-on): Likewise.
19395         * modules/canonicalize (Depends-on): Likewise.
19396         * modules/canonicalize-lgpl (Depends-on): Likewise.
19397         * modules/fts (Depends-on): Likewise.
19398         * modules/getcwd (Depends-on): Likewise.
19399         * modules/human (Depends-on): Likewise.
19400         * modules/regex (Depends-on): Likewise.
19401         * modules/striconveh (Depends-on): Likewise.
19402         * modules/trim (Depends-on): Likewise.
19403         * modules/unistr/u8-move (Depends-on): Likewise.
19404         * modules/unistr/u16-move (Depends-on): Likewise.
19405         * modules/unistr/u32-move (Depends-on): Likewise.
19406
19407 2008-11-02  Bruno Haible  <bruno@clisp.org>
19408
19409         Mark 'memcpy' obsolete.
19410         * modules/memcpy (Status, Notice): New sections.
19411
19412 2008-11-02  Bruno Haible  <bruno@clisp.org>
19413
19414         Mark 'memcmp' obsolete.
19415         * modules/memcmp (Status, Notice): New sections.
19416         * modules/argmatch (Depends-on): Add memchr.
19417         * modules/backupfile (Depends-on): Likewise.
19418         * modules/c-strcasestr (Depends-on): Likewise.
19419         * modules/crypto/des (Depends-on): Likewise.
19420         * modules/csharpcomp (Depends-on): Likewise.
19421         * modules/fnmatch (Depends-on): Likewise.
19422         * modules/git-merge-changelog (Depends-on): Likewise.
19423         * modules/isnand (Depends-on): Likewise.
19424         * modules/isnand-nolibm (Depends-on): Likewise.
19425         * modules/isnanf (Depends-on): Likewise.
19426         * modules/isnanf-nolibm (Depends-on): Likewise.
19427         * modules/isnanl (Depends-on): Likewise.
19428         * modules/isnanl-nolibm (Depends-on): Likewise.
19429         * modules/mbchar (Depends-on): Likewise.
19430         * modules/memcoll (Depends-on): Likewise.
19431         * modules/quotearg (Depends-on): Likewise.
19432         * modules/regex (Depends-on): Likewise.
19433         * modules/relocatable-prog (Depends-on): Likewise.
19434         * modules/same (Depends-on): Likewise.
19435         * modules/signbit (Depends-on): Likewise.
19436         * modules/strcasestr-simple (Depends-on): Likewise.
19437         * modules/unictype/gen-ctype (Depends-on): Likewise.
19438         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19439         * modules/uniname/uniname (Depends-on): Likewise.
19440         * modules/unistr/u8-cmp (Depends-on): Likewise.
19441
19442 2008-11-02  Bruno Haible  <bruno@clisp.org>
19443
19444         Mark 'memchr' obsolete.
19445         * modules/memchr (Status, Notice): New sections.
19446         * modules/argp (Depends-on): Add memchr.
19447         * modules/base64 (Depends-on): Likewise.
19448         * modules/c-strcasestr (Depends-on): Likewise.
19449         * modules/chdir-long (Depends-on): Likewise.
19450         * modules/fnmatch (Depends-on): Likewise.
19451         * modules/getsubopt (Depends-on): Likewise.
19452         * modules/git-merge-changelog (Depends-on): Likewise.
19453         * modules/glob (Depends-on): Likewise.
19454         * modules/strcasestr-simple (Depends-on): Likewise.
19455         * modules/strnlen (Depends-on): Likewise.
19456
19457 2008-11-02  Bruno Haible  <bruno@clisp.org>
19458
19459         Mark 'atexit' obsolete.
19460         * modules/atexit (Status, Notice): New sections.
19461         * modules/chdir-long (Depends-on): Add atexit.
19462         * modules/wait-process (Depends-on): Likewise.
19463
19464 2008-11-02  Bruno Haible  <bruno@clisp.org>
19465
19466         * gnulib-tool: New option --with-obsolete.
19467         (func_usage): Document it.
19468         (func_modules_transitive_closure): Drop obsolete dependencies if
19469         incobsolete is not true.
19470         (func_import): Read and save the incobsolete variable to the cache.
19471
19472 2008-11-02  Bruno Haible  <bruno@clisp.org>
19473
19474         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19475         * gnulib-tool: New option --extract-status.
19476         (func_usage): Document it.
19477         (sed_extract_prog): Recognize it.
19478         (func_get_status): New function.
19479
19480 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19481
19482         * modules/sockets (License): Change from LGPL to LGPLv2+.
19483
19484 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19485
19486         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19487
19488 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19489
19490         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19491         Mention times and sys_times.
19492         * modules/sys_times, modules/sys_times-tests: New modules.
19493         * modules/times, modules/times-tests: Likewise
19494         * m4/sys_times_h.m4: New file.
19495         * lib/sys_times.in.h: Likewise
19496         * lib/times.c: Likewise.
19497         * tests/test-sys_times.c: Likewise.
19498         * tests/test-times.c: Likewise.
19499         * doc/posix-headers/sys_times.texi: Update.
19500         * doc/posix-functions/times.texi: Update.
19501
19502 2008-10-28  Jim Meyering  <meyering@redhat.com>
19503
19504         * modules/tempname (Depends-on): Add lstat.
19505
19506         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19507
19508 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19509
19510         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19511         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19512         using idiom used elsewhere in gnulib.
19513
19514 2008-10-27  Jim Meyering  <meyering@redhat.com>
19515
19516         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19517
19518 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19519
19520         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19521         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19522         programs.
19523         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19524
19525 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19526
19527         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19528
19529 2008-10-27  Bruno Haible  <bruno@clisp.org>
19530
19531         * tests/test-lstat.c: Include <stdio.h>.
19532
19533 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19534
19535         * modules/lstat-tests: New module.
19536         * tests/test-lstat.c: New file.
19537
19538 2008-10-26  Jim Meyering  <meyering@redhat.com>
19539
19540         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
19541
19542 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19543             Bruno Haible  <bruno@clisp.org>
19544
19545         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
19546         * modules/configmake (Include): Add a note that the include must come
19547         after all system headers.
19548         * lib/javaversion.c: Include configmake.h after all other includes.
19549
19550 2008-10-26  Bruno Haible  <bruno@clisp.org>
19551
19552         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
19553         HAVE_STRUCT_RANDOM_DATA to 1.
19554         (gl_STDLIB_H): Simplify.
19555
19556 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19557
19558         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
19559         substitute HAVE_STRUCT_RANDOM_DATA.
19560         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
19561         random_data.
19562         * modules/stdlib (Makefile.am): Substitute
19563         HAVE_STRUCT_RANDOM_DATA.
19564
19565 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19566
19567         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
19568         * doc/gnulib-intro.texi (Copyright): Likewise.
19569
19570 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19571
19572         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
19573         findings.
19574
19575 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
19576             Bruno Haible  <bruno@clisp.org>
19577
19578         * lib/unistd.in.h: Include <winsock2.h>.
19579         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
19580         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
19581         Provide dummy declarations.
19582         (gethostname): Override.
19583         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
19584         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
19585         gl_PREREQ_SYS_H_WINSOCK2.
19586         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
19587         * doc/posix-functions/gethostname.texi: More details.
19588
19589 2008-10-25  Bruno Haible  <bruno@clisp.org>
19590
19591         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
19592         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
19593         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
19594
19595         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
19596         here ...
19597         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
19598         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
19599         gl_UNISTD_H_DEFAULTS.
19600
19601 2008-10-25  Eric Blake  <ebb9@byu.net>
19602
19603         signbit: avoid spurious compiler failure
19604         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
19605         declarations inside function.
19606
19607 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19608             Bruno Haible  <bruno@clisp.org>
19609
19610         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
19611         * modules/random_r (Depends-on): Add stdint.
19612
19613 2008-10-24  Bruno Haible  <bruno@clisp.org>
19614
19615         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
19616         Eggert.
19617         * modules/strerror (License): Likewise.
19618
19619 2008-10-24  Jim Meyering  <meyering@redhat.com>
19620
19621         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
19622         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
19623
19624 2008-10-24  Eric Blake  <ebb9@byu.net>
19625
19626         getgroups: fix compilation when getgroups is available
19627         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
19628         but with <config.h> override of getgroups disabled.
19629
19630 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19631
19632         * doc/gnulib.texi (Header files): Add note about C++ problems.
19633         Explained by Bruno Haible <bruno@clisp.org>.
19634
19635 2008-10-23  Bruno Haible  <bruno@clisp.org>
19636
19637         Define a dummy SA_NODEFER macro on Interix.
19638         * lib/signal.in.h (SA_NODEFER): Define fallback.
19639         Reported by Aleksey Cheusov <cheusov@tut.by> via
19640         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
19641
19642 2008-10-23  Bruno Haible  <bruno@clisp.org>
19643
19644         * modules/freadahead (License): Change to LGPLv2+.
19645         Suggested by Simon Josefsson.
19646
19647 2008-10-23  Jim Meyering  <meyering@redhat.com>
19648
19649         random_r: new module
19650         * modules/random_r: New file.
19651         * m4/random_r.m4: New file.
19652         * lib/random_r.c: New file, from glibc.
19653         * modules/random_r-tests: New file.
19654         * tests/test-random_r.c: New file.
19655         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
19656          Declare.
19657         (RAND_MAX): Define.
19658         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
19659         * modules/stdlib: Substitute them, too.
19660         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
19661         * doc/glibc-functions/initstate_r.texi: Mention the new module.
19662         * doc/glibc-functions/random_r.texi: Likewise.
19663         * doc/glibc-functions/setstate_r.texi: Likewise.
19664         * doc/glibc-functions/srandom_r.texi: Likewise.
19665         * config/srclist.txt: Mention it.
19666
19667 2008-10-23  David Lutterkort  <lutter@redhat.com>
19668
19669         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
19670         link requirement
19671
19672 2008-10-23  Jim Meyering  <meyering@redhat.com>
19673
19674         selinux-h: mark parameters of stub functions as intentionally unused
19675         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
19676         * lib/se-context.in.h: Likewise.
19677
19678 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19679
19680         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
19681
19682 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19683
19684         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
19685
19686 2008-10-22  Eric Blake  <ebb9@byu.net>
19687
19688         glthread/thread: avoid compiler warning
19689         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
19690         Add unreachable abort to silence compiler.
19691
19692 2008-10-22  Eric Blake  <ebb9@byu.net>
19693
19694         netdb: also supply struct addrinfo for cygwin 1.5.x
19695         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
19696         older cygwin.
19697         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
19698         cygwin.
19699         * doc/posix-headers/netdb.texi (netdb.h): Document this.
19700
19701 2008-10-22  Bruno Haible  <bruno@clisp.org>
19702
19703         * users.txt: Update entry about pspp.
19704
19705 2008-10-21  Bruno Haible  <bruno@clisp.org>
19706
19707         Simplification.
19708         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
19709         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
19710
19711         Simplification.
19712         * lib/ioctl.c (ioctl): Don't undefine.
19713         * lib/socket.c (socket): Don't undefine.
19714
19715         Remove unused module indicator macros.
19716         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
19717         GNULIB_$1 as a C macro.
19718
19719         * doc/posix-functions/close.texi: Undo last change.
19720         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
19721         Windows platforms.
19722
19723 2008-10-21  Bruno Haible  <bruno@clisp.org>
19724
19725         Add gethostname() declaration to <unistd.h>.
19726         * lib/unistd.in.h (gethostname): New declaration.
19727         * lib/gethostname.c: Include <unistd.h>.
19728         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
19729         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
19730         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
19731         and HAVE_GETHOSTNAME.
19732         * modules/gethostname (Depends-on): Add unistd.
19733         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19734         (Include): Specify <unistd.h>.
19735         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
19736         HAVE_GETHOSTNAME.
19737         * tests/test-gethostname.c: Include <unistd.h> first.
19738
19739 2008-10-21  Bruno Haible  <bruno@clisp.org>
19740
19741         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
19742         * modules/select-tests (Depends-on): Likewise.
19743         Reported by Simon Josefsson.
19744
19745 2008-10-21  Simon Josefsson  <simon@josefsson.org>
19746
19747         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
19748         * lib/accept.c: New file, based on winsock.c.
19749         * lib/bind.c: New file, based on winsock.c.
19750         * lib/connect.c: New file, based on winsock.c.
19751         * lib/getpeername.c: New file, based on winsock.c.
19752         * lib/getsockname.c: New file, based on winsock.c.
19753         * lib/getsockopt.c: New file, based on winsock.c.
19754         * lib/ioctl.c: New file, based on winsock.c.
19755         * lib/listen.c: New file, based on winsock.c.
19756         * lib/recv.c: New file, based on winsock.c.
19757         * lib/recvfrom.c: New file, based on winsock.c.
19758         * lib/send.c: New file, based on winsock.c.
19759         * lib/sendto.c: New file, based on winsock.c.
19760         * lib/setsockopt.c: New file, based on winsock.c.
19761         * lib/shutdown.c: New file, based on winsock.c.
19762         * lib/socket.c: New file, based on winsock.c.
19763         * lib/w32sock.h: New file, based on winsock.c.
19764         * lib/winsock.c: Remove file.
19765         * modules/accept: Likewise.
19766         * modules/bind: Likewise.
19767         * modules/connect: Likewise.
19768         * modules/getpeername: Likewise.
19769         * modules/getsockname: Likewise.
19770         * modules/getsockopt: Likewise.
19771         * modules/ioctl: Likewise.
19772         * modules/listen: Likewise.
19773         * modules/recv: Likewise.
19774         * modules/recvfrom: Likewise.
19775         * modules/send: Likewise.
19776         * modules/sendto: Likewise.
19777         * modules/setsockopt: Likewise.
19778         * modules/shutdown: Likewise.
19779         * modules/socket: Use socket.c instead of winsock.c.
19780         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
19781         * doc/posix-functions/accept.texi: Doc fix.
19782         * doc/posix-functions/bind.texi: Doc fix.
19783         * doc/posix-functions/close.texi: Doc fix.
19784         * doc/posix-functions/connect.texi: Doc fix.
19785         * doc/posix-functions/getpeername.texi: Doc fix.
19786         * doc/posix-functions/getsockname.texi: Doc fix.
19787         * doc/posix-functions/getsockopt.texi: Doc fix.
19788         * doc/posix-functions/ioctl.texi: Doc fix.
19789         * doc/posix-functions/listen.texi: Doc fix.
19790         * doc/posix-functions/recv.texi: Doc fix.
19791         * doc/posix-functions/recvfrom.texi: Doc fix.
19792         * doc/posix-functions/send.texi: Doc fix.
19793         * doc/posix-functions/sendto.texi: Doc fix.
19794         * doc/posix-functions/setsockopt.texi: Doc fix.
19795         * doc/posix-functions/shutdown.texi: Doc fix.
19796         * doc/posix-functions/socket.texi: Doc fix.
19797
19798 2008-10-20  Bruno Haible  <bruno@clisp.org>
19799
19800         Take into account the role of SIGABRT_COMPAT on Windows 2008.
19801         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
19802         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
19803         as an alias for SIGABRT.
19804         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
19805         (sigaction): Map it to SIGABRT.
19806         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
19807
19808 2008-10-20  Bruno Haible  <bruno@clisp.org>
19809
19810         * lib/fts.c: Don't include lstat.h.
19811         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
19812
19813         Move the lstat() declaration to <sys/stat.h>.
19814         * lib/lstat.h: Remove file.
19815         * lib/sys_stat.in.h: Add special invocation convention.
19816         (lstat): New declaration.
19817         * lib/lstat.c (orig_lstat): New function.
19818         (rpl_lstat): Use orig_lstat instead of lstat.
19819         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
19820         AC_C_INLINE. Set REPLACE_LSTAT.
19821         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
19822         and REPLACE_LSTAT.
19823         * modules/lstat (Files): Remove lib/lstat.h.
19824         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
19825         (Include): Specify <sys/stat.h> instead of lstat.h.
19826         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
19827         REPLACE_LSTAT.
19828         * NEWS: Mention the change.
19829
19830 2008-10-20  Bruno Haible  <bruno@clisp.org>
19831
19832         * modules/posix_spawn-tests: New file.
19833         * tests/test-posix_spawn3.c: New file.
19834
19835 2008-10-20  Bruno Haible  <bruno@clisp.org>
19836
19837         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
19838         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
19839         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
19840         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
19841         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
19842
19843 2008-10-20  Bruno Haible  <bruno@clisp.org>
19844
19845         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
19846         of posix_spawn on AIX 5.3.
19847
19848 2008-10-20  Bruno Haible  <bruno@clisp.org>
19849
19850         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
19851
19852 2008-10-20  Bruno Haible  <bruno@clisp.org>
19853
19854         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
19855         of AC_LANG_PROGRAM.
19856
19857 2008-10-20  Simon Josefsson  <simon@josefsson.org>
19858
19859         * lib/netdb.in.h: Don't define GNU specific constants until they
19860         are supported or needed.  Reported by Bruno Haible
19861         <bruno@clisp.org>.
19862
19863 2008-10-20  Simon Josefsson  <simon@josefsson.org>
19864
19865         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
19866
19867 2008-10-20  Simon Josefsson  <simon@josefsson.org>
19868
19869         * lib/getaddrinfo.h: Remove file.
19870         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
19871         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
19872         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
19873         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
19874         * modules/netdb: Substitute GNULIB_GETADDRINFO.
19875         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
19876         * tests/test-getaddrinfo.c: Likewise.
19877         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
19878         * NEWS: Mention change.
19879
19880 2008-10-19  Bruno Haible  <bruno@clisp.org>
19881
19882         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
19883
19884 2008-10-19  Bruno Haible  <bruno@clisp.org>
19885
19886         * lib/wait-process.c: Include simply <sys/wait.h>.
19887         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
19888         WIFSTOPPED): Remove fallback definitions.
19889         * modules/wait-process (Depends-on): Add sys_wait.
19890
19891         New module 'sys_wait'.
19892         * modules/sys_wait: New file.
19893         * lib/sys_wait.in.h: New file, partially copied from
19894         lib/wait-process.c.
19895         * m4/sys_wait_h.m4: New file.
19896         * doc/posix-headers/sys_wait.texi: Mention the new module.
19897
19898 2008-10-19  Bruno Haible  <bruno@clisp.org>
19899
19900         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
19901
19902 2008-10-19  Bruno Haible  <bruno@clisp.org>
19903
19904         Assume that waitpid() fills an 'int' status, not a 'union wait'.
19905         * lib/wait-process.c (WAIT_T): Remove type.
19906         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
19907         (wait_subprocess): Update.
19908
19909 2008-10-19  Bruno Haible  <bruno@clisp.org>
19910
19911         New module 'atoll'.
19912         * modules/atoll: New file.
19913         * lib/stdlib.in.h (atoll): New declaration.
19914         * lib/atoll.c: New file, from glibc with modifications.
19915         * m4/atoll.m4: New file.
19916         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
19917         HAVE_ATOLL.
19918         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
19919         * doc/posix-functions/atoll.texi: Mention the new module.
19920
19921 2008-10-19  Bruno Haible  <bruno@clisp.org>
19922
19923         Add strtoull() declaration to <stdlib.h>.
19924         * lib/stdlib.in.h (strtoull): New declaration.
19925         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
19926         Set HAVE_STRTOULL.
19927         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
19928         HAVE_STRTOULL.
19929         * modules/strtoull (Depends-on): Add stdlib.
19930         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19931         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
19932         HAVE_STRTOULL.
19933
19934 2008-10-19  Bruno Haible  <bruno@clisp.org>
19935
19936         Add strtoll() declaration to <stdlib.h>.
19937         * lib/stdlib.in.h (strtoll): New declaration.
19938         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
19939         Set HAVE_STRTOLL.
19940         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
19941         HAVE_STRTOLL.
19942         * modules/strtoll (Depends-on): Add stdlib.
19943         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19944         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
19945
19946 2008-10-19  Bruno Haible  <bruno@clisp.org>
19947
19948         * modules/bcopy (Depends-on): Add strings.
19949         (Include): Specify <strings.h>.
19950
19951 2008-10-19  Bruno Haible  <bruno@clisp.org>
19952
19953         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
19954
19955 2008-10-19  Bruno Haible  <bruno@clisp.org>
19956
19957         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
19958         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
19959         mingw.
19960
19961 2008-10-19  Bruno Haible  <bruno@clisp.org>
19962
19963         * lib/atanl.c: Don't include isnanl.h.
19964         * lib/cosl.c: Likewise.
19965         * lib/ldexpl.c: Likewise.
19966         * lib/logl.c: Likewise.
19967         * lib/sinl.c: Likewise.
19968         * lib/sqrtl.c: Likewise.
19969         * lib/tanl.c: Likewise.
19970
19971         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
19972         * lib/isnanf.h: Remove file.
19973         * lib/isnand.h: Remove file.
19974         * lib/isnanl.h: Remove file.
19975         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
19976         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
19977         macros.
19978         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
19979         HAVE_ISNANF, don't define it as a C macro.
19980         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
19981         HAVE_ISNAND, don't define it as a C macro.
19982         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
19983         HAVE_ISNANL, don't define it as a C macro.
19984         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
19985         HAVE_ISNAN[FDL].
19986         * modules/isnanf (Files): Remove lib/isnanf.h.
19987         (Depends-on): Add math.
19988         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
19989         (Include): Specify <math.h> instead of isnanf.h.
19990         * modules/isnand (Files): Remove lib/isnand.h.
19991         (Depends-on): Add math.
19992         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
19993         (Include): Specify <math.h> instead of isnand.h.
19994         * modules/isnanl (Files): Remove lib/isnanl.h.
19995         (Depends-on): Add math.
19996         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
19997         (Include): Specify <math.h> instead of isnanl.h.
19998         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
19999         HAVE_ISNAN[FDL].
20000         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20001         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20002         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20003         * NEWS: Mention the change.
20004
20005 2008-10-18  Bruno Haible  <bruno@clisp.org>
20006
20007         Add getusershell(), setusershell(), endusershell() declarations to
20008         <unistd.h>.
20009         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20010         declarations.
20011         * lib/getusershell.c: Include unistd.h.
20012         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20013         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20014         HAVE_GETUSERSHELL.
20015         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20016         and HAVE_GETUSERSHELL.
20017         * modules/getusershell (Depends-on): Add unistd, extensions.
20018         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20019         (Include): Specify <unistd.h>.
20020         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20021         HAVE_GETUSERSHELL.
20022
20023 2008-10-18  Bruno Haible  <bruno@clisp.org>
20024
20025         Add a getloadavg() declaration to <stdlib.h>.
20026         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20027         getloadavg declaration.
20028         (getloadavg): New declaration.
20029         * lib/getloadavg.c: Include <stdlib.h> first.
20030         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20031         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20032         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20033         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20034         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20035         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20036         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20037         (Include): Specify <stdlib.h>.
20038         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20039         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20040
20041 2008-10-18  Bruno Haible  <bruno@clisp.org>
20042
20043         * lib/dirchownmod.c: Don't include lchmod.h.
20044
20045         Move the lchmod() declaration to <sys/stat.h>.
20046         * lib/lchmod.h: Remove file.
20047         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20048         (lchmod): New declaration, moved here from lib/lchown.h.
20049         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20050         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20051         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20052         and HAVE_LCHMOD.
20053         * modules/lchmod (Files): Remove lib/lchmod.h.
20054         (Depends-on): Add sys_stat, extensions.
20055         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20056         (Include): Specify <sys/stat.h> instead of lchmod.h.
20057         * modules/sys_stat (Depends-on): Add link-warning.
20058         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20059         definition of GL_LINK_WARNING.
20060         * NEWS: Mention the change.
20061
20062 2008-10-18  Bruno Haible  <bruno@clisp.org>
20063
20064         * lib/fchdir.c: Don't include dirfd.h.
20065         * lib/fts.c: Likewise.
20066         * lib/getcwd.c: Likewise.
20067         * lib/glob.c: Likewise.
20068
20069         Move the dirfd() declaration to <dirent.h>.
20070         * lib/dirfd.h: Remove file.
20071         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20072         (dirfd): New declaration.
20073         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20074         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20075         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20076         HAVE_DECL_DIRFD.
20077         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20078         HAVE_DECL_DIRFD.
20079         * modules/dirfd (Files): Remove lib/dirfd.h.
20080         (Depends-on): Add dirent, extensions.
20081         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20082         (Include): Specify <dirent.h> instead of dirfd.h.
20083         * modules/dirent (Depends-on): Add link-warning.
20084         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20085         definition of GL_LINK_WARNING.
20086         * NEWS: Mention the change.
20087
20088 2008-10-18  Bruno Haible  <bruno@clisp.org>
20089
20090         Move the euidaccess() declaration to <unistd.h>.
20091         * lib/euidaccess.h: Remove file.
20092         * lib/unistd.in.h (euidaccess): New declaration.
20093         * lib/euidaccess.c: Don't include euidaccess.h.
20094         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20095         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20096         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20097         and HAVE_EUIDACCESS.
20098         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20099         (Depends-on): Add unistd.
20100         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20101         (Include): Specify <unistd.h> instead of euidaccess.h.
20102         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20103         HAVE_EUIDACCESS.
20104         * NEWS: Mention the change.
20105
20106 2008-10-18  Bruno Haible  <bruno@clisp.org>
20107
20108         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20109
20110         Move the getdomainname() declaration to <unistd.h>.
20111         * lib/getdomainname.h: Remove file.
20112         * lib/unistd.in.h (getdomainname): New declaration.
20113         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20114         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20115         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20116         HAVE_GETDOMAINNAME.
20117         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20118         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20119         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20120         (Depends-on): Add unistd, extensions.
20121         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20122         (Includes): Specify <unistd.h> instead of getdomainname.h.
20123         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20124         HAVE_GETDOMAINNAME.
20125         * NEWS: Mention the change.
20126
20127 2008-10-18  Bruno Haible  <bruno@clisp.org>
20128
20129         * modules/dirent: New file.
20130         * m4/dirent_h.m4: New file.
20131         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20132         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20133         * modules/fchdir (Files): Remove lib/dirent.in.h.
20134         (Depends-on): Add dirent.
20135         (Makefile.am): Move rules to modules/dirent.
20136         * doc/posix-headers/dirent.texi: Mention the new module.
20137
20138 2008-10-18  Bruno Haible  <bruno@clisp.org>
20139
20140         Avoid -Wunused-parameter warnings in public gnulib header files.
20141         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20142         macro.
20143         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20144
20145 2008-10-18  Bruno Haible  <bruno@clisp.org>
20146
20147         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20148         * doc/glibc-functions/error.texi: Mention the module 'error'.
20149         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20150         * doc/glibc-functions/getdomainname.texi: Mention the module
20151         'getdomainname'.
20152         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20153         * doc/glibc-functions/getpagesize.texi: Mention the module
20154         'getpagesize'.
20155         * doc/glibc-functions/getusershell.texi: Mention the module
20156         'getusershell'.
20157         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20158         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20159         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20160         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20161         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20162         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20163         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20164         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20165         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20166         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20167         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20168         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20169         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20170         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20171
20172 2008-10-17  Bruno Haible  <bruno@clisp.org>
20173
20174         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20175         HP-UX and IRIX, use -0.0L.
20176         * tests/test-ceill.c (minus_zero): Likewise.
20177         * tests/test-floorl.c (minus_zero): Likewise.
20178         * tests/test-frexpl.c (minus_zero): Likewise.
20179         * tests/test-isnan.c (minus_zerol): Likewise.
20180         * tests/test-isnanl.h (minus_zero): Likewise.
20181         * tests/test-ldexpl.c (minus_zero): Likewise.
20182         * tests/test-roundl.c (minus_zero): Likewise.
20183         * tests/test-signbit.c (minus_zerol): Likewise.
20184         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20185         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20186         * tests/test-truncl.c (minus_zero): Likewise.
20187         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20188         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20189         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20190         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20191
20192 2008-10-17  Bruno Haible  <bruno@clisp.org>
20193
20194         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20195         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20196         that it gets activated only for gcc >= 3.0.
20197         * lib/dirent.in.h: Likewise.
20198         * lib/errno.in.h: Likewise.
20199         * lib/fcntl.in.h: Likewise.
20200         * lib/float.in.h: Likewise.
20201         * lib/iconv.in.h: Likewise.
20202         * lib/inttypes.in.h: Likewise.
20203         * lib/locale.in.h: Likewise.
20204         * lib/math.in.h: Likewise.
20205         * lib/netdb.in.h: Likewise.
20206         * lib/netinet_in.in.h: Likewise.
20207         * lib/search.in.h: Likewise.
20208         * lib/signal.in.h: Likewise.
20209         * lib/spawn.in.h: Likewise.
20210         * lib/stdarg.in.h: Likewise.
20211         * lib/stdint.in.h: Likewise.
20212         * lib/stdio.in.h: Likewise.
20213         * lib/stdlib.in.h: Likewise.
20214         * lib/string.in.h: Likewise.
20215         * lib/strings.in.h: Likewise.
20216         * lib/sys_file.in.h: Likewise.
20217         * lib/sys_ioctl.in.h: Likewise.
20218         * lib/sys_select.in.h: Likewise.
20219         * lib/sys_socket.in.h: Likewise.
20220         * lib/sys_stat.in.h: Likewise.
20221         * lib/sys_time.in.h: Likewise.
20222         * lib/sysexits.in.h: Likewise.
20223         * lib/time.in.h: Likewise.
20224         * lib/unistd.in.h: Likewise.
20225         * lib/wchar.in.h: Likewise.
20226         * lib/wctype.in.h: Likewise.
20227         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20228
20229 2008-10-17  Jim Meyering  <meyering@redhat.com>
20230
20231         ignore-value: don't depend on inline module
20232         * modules/ignore-value (Depends-on): Remove 'inline'.
20233         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20234         Suggestion from Bruno Haible.
20235
20236 2008-10-17  Bruno Haible  <bruno@clisp.org>
20237
20238         New implementation of condition variables for Win32.
20239         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20240         (gl_linked_waitqueue_t): New type.
20241         (gl_cond_t): Use it.
20242         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20243         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20244         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20245         (glthread_cond_init_func, glthread_cond_wait_func,
20246         glthread_cond_timedwait_func, glthread_cond_signal_func,
20247         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20248         Reimplemented on the basis of gl_linked_waitqueue_t.
20249         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20250         gl_waitqueue_t.
20251         (gl_rwlock_t): Update.
20252         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20253
20254 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20255
20256         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20257         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20258
20259 2008-10-17  Jim Meyering  <meyering@redhat.com>
20260
20261         ignore-value: new module
20262         * modules/ignore-value: New file.
20263         * lib/ignore-value.h: New file.
20264         * MODULES.html.sh (Compiler warning management): New section,
20265         just for this module.  More to come.
20266
20267 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20268
20269         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20270         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20271         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20272
20273 2008-10-16  Jim Meyering  <meyering@redhat.com>
20274
20275         openat-die.c: avoid 'no previous prototype' warning
20276         * lib/openat-die.c: Include "openat.h".
20277         Reported by Reuben Thomas <rrt@sc3d.org>.
20278
20279 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20280
20281         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20282         * lib/netdb.in.h: Fix typo.
20283         Reported by Bruno Haible  <bruno@clisp.org>
20284
20285         * lib/netdb.in.h: Include sys/socket.h for platforms without
20286         netdb.h, to get structures like hostent on MinGW.
20287         * modules/netdb (Depends-on): Add sys_socket.
20288
20289 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20290
20291         * modules/netdb, modules/netdb-tests: New file.
20292         * m4/netdb_h.m4: New file.
20293         * lib/netdb.in.h: Add, currently just an empty file pending
20294         definitions.
20295         * tests/test-netdb.c: New file.
20296         * doc/posix-headers/netdb.texi: Mention that we replace it if
20297         needed.
20298         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20299         netdb.
20300
20301 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20302
20303         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20304         with code.
20305
20306 2008-10-13  Bruno Haible  <bruno@clisp.org>
20307
20308         * lib/glthread/cond.c (glthread_cond_wait_func,
20309         glthread_cond_timedwait_func): Add a comment.
20310
20311 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20312
20313         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20314         * tests/test-select.c: Likewise,
20315
20316 2008-10-13  Bruno Haible  <bruno@clisp.org>
20317
20318         * lib/glthread/cond.c (glthread_cond_wait_func,
20319         glthread_cond_timedwait_func): Fix variable name.
20320         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20321
20322 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20323
20324         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20325         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20326         struct sockaddr.sa_len.
20327         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20328
20329 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20330
20331         * build-aux/pmccabe2html: Add css and css_url parameters.
20332
20333 2008-10-12  Bruno Haible  <bruno@clisp.org>
20334
20335         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20336         calling aclx_get.
20337         Reported by Rainer Tammer <tammer@tammer.net>.
20338
20339 2008-10-12  Bruno Haible  <bruno@clisp.org>
20340
20341         Use msvcrt aware primitives for creation/termination of Win32 threads.
20342         * lib/glthread/thread.c: Include <process.h>.
20343         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20344         (wrapper_func): Update signature.
20345         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20346
20347 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20348             Bruno Haible  <bruno@clisp.org>
20349
20350         Provide a Win32 implementation of the 'cond' module.
20351         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20352         * lib/glthread/cond.c (glthread_cond_init_func,
20353         glthread_cond_wait_func, glthread_cond_timedwait_func,
20354         glthread_cond_signal_func, glthread_cond_broadcast_func,
20355         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20356         * modules/cond (Dependencies): Add gettimeofday.
20357
20358 2008-10-11  Bruno Haible  <bruno@clisp.org>
20359
20360         Make sleep work on older versions of mingw.
20361         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20362         only whether it exists.
20363         * doc/posix-functions/sleep.texi: Mention the problem with older
20364         versions of mingw.
20365
20366 2008-10-11  Bruno Haible  <bruno@clisp.org>
20367
20368         New module 'shutdown'.
20369         * modules/shutdown: New file.
20370         * lib/sys_socket.in.h (shutdown): New declaration.
20371         * lib/winsock.c (shutdown): New function.
20372         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20373         GNULIB_SHUTDOWN.
20374         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20375         * doc/posix-functions/shutdown.texi: Document the new module.
20376
20377 2008-10-11  Jim Meyering  <meyering@redhat.com>
20378
20379         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20380
20381 2008-10-11  Bruno Haible  <bruno@clisp.org>
20382
20383         New module 'fclose'.
20384         * modules/fclose: New file.
20385         * lib/stdio.in.h (fclose): New declaration.
20386         * lib/fclose.c: New file.
20387         * m4/fclose.m4: New file.
20388         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20389         REPLACE_FCLOSE.
20390         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20391         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20392         REPLACE_FCLOSE.
20393         * modules/close (Depends-on): fclose.
20394         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20395
20396 2008-10-11  Bruno Haible  <bruno@clisp.org>
20397
20398         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20399         set errno and don't call _close.
20400
20401 2008-10-10  Bruno Haible  <bruno@clisp.org>
20402
20403         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20404         ACL, not afterwards. Fixes test failure on Cygwin.
20405
20406 2008-10-09  Ben Pfaff  <blp@gnu.org>
20407
20408         * build-aux/announce-gen: Fix gnulib version related part of usage
20409         message.  Die with a useful error message if no tarballs are
20410         found.
20411
20412 2008-10-10  Jim Meyering  <meyering@redhat.com>
20413
20414         bootstrap: use git's --depth=N option only if it's supported
20415         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20416         recognize the --depth option.  Reported by Pádraig Brady.
20417
20418 2008-10-09  Bruno Haible  <bruno@clisp.org>
20419
20420         New module 'ioctl'.
20421         * modules/ioctl: New file.
20422         * lib/sys_socket.in.h (ioctl): Remove declaration.
20423         * lib/winsock.c: Include <sys/ioctl.h>.
20424         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20425         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20426         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20427         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20428         * doc/posix-functions/ioctl.texi: Mention the new module.
20429
20430 2008-10-09  Bruno Haible  <bruno@clisp.org>
20431
20432         New module 'sys_ioctl'.
20433         * lib/sys_ioctl.in.h: New file.
20434         * m4/sys_ioctl_h.m4: New file.
20435         * modules/sys_ioctl: New file.
20436         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20437
20438 2008-10-09  Bruno Haible  <bruno@clisp.org>
20439
20440         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20441         * lib/winsock.c: Include <stdarg.h>.
20442         (rpl_ioctl): Change to second argument 'int' and then varargs.
20443
20444 2008-10-09  Bruno Haible  <bruno@clisp.org>
20445
20446         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20447         when the sys_socket module is present and the system has <winsock2.h>.
20448
20449 2008-10-09  Bruno Haible  <bruno@clisp.org>
20450
20451         * doc/posix-functions/close.texi: Mention module 'close' instead of
20452         module 'sys_socket'.
20453
20454 2008-10-09  Bruno Haible  <bruno@clisp.org>
20455
20456         * doc/glibc-headers/sys_ioctl.texi: New file.
20457         * doc/gnulib.texi: Include it.
20458
20459 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20460             Bruno Haible  <bruno@clisp.org>
20461
20462         Combine the two replacements of 'close'.
20463         * lib/sys_socket.in.h (close): Define to a reminder to include
20464         <unistd.h>.
20465         (_gl_close_fd_maybe_socket): New declaration.
20466         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20467         * lib/winsock.c (close): Remove undefinition.
20468         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20469         needed for the gnulib module 'close'.
20470         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20471         define to an error symbol or to a warning, if suitable.
20472         * lib/close.c: Include <sys/socket.h>.
20473         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20474         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20475         UNISTD_H_HAVE_WINSOCK2_H.
20476         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20477         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20478         UNISTD_H_HAVE_WINSOCK2_H.
20479         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20480         (configure.ac): Set a module indicator.
20481         (Makefile.am): Substitute GNULIB_CLOSE.
20482         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20483         * modules/poll-tests (Depends-on): Add close.
20484         * modules/select-tests (Depends-on): Likewise.
20485
20486 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20487             Bruno Haible  <bruno@clisp.org>
20488
20489         New module 'close'.
20490         * modules/close: New file.
20491         * lib/unistd.in.h (close): Move declaration out of the
20492         FCHDIR_REPLACEMENT scope.
20493         (_gl_unregister_fd): New declaration.
20494         * lib/close.c: New file.
20495         * lib/fchdir.c (rpl_close): Remove function.
20496         * m4/close.m4: New file.
20497         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20498         close.
20499         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20500         REPLACE_CLOSE.
20501         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20502         REPLACE_CLOSE.
20503         * modules/fchdir (Depends-on): Add close.
20504
20505 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20506             Bruno Haible  <bruno@clisp.org>
20507
20508         * lib/fcntl.in.h (open): Simplify conditionals.
20509         (_gl_register_fd): New declaration.
20510         * lib/fchdir.c (rpl_open): Remove function.
20511         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20512         also.
20513         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20514         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20515         open.
20516
20517 2008-10-09  Jim Meyering  <meyering@redhat.com>
20518
20519         GNUmakefile: use the more name-space-friendly "_version"
20520         * top/GNUmakefile (_dummy): Update.
20521         (_version): Rename from "version".
20522
20523 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20524             Bruno Haible  <bruno@clisp.org>
20525
20526         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20527         rpl_close.
20528         (_gl_register_fd): New function, extracted from rpl_open.
20529         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20530         (rpl_open, rpl_opendir): Use _gl_register_fd.
20531
20532 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20533
20534         Fix organization of 'open' replacement.
20535         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20536         (gl_FUNC_OPEN): Use it.
20537         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
20538
20539 2008-10-08  Bruno Haible  <bruno@clisp.org>
20540
20541         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
20542
20543 2008-10-08  Simon Josefsson  <simon@josefsson.org>
20544
20545         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
20546         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
20547         listen).
20548
20549 2008-10-08  Eric Blake  <ebb9@byu.net>
20550
20551         GNUmakefile: add 'make version' target
20552         * top/GNUmakefile (_curr-ver): Split version update rules...
20553         (version): ...into a target.
20554
20555 2008-10-07  Bruno Haible  <bruno@clisp.org>
20556
20557         Use a more portable replacement expression for -0.0L.
20558         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
20559         instead of -0.0L. Fix m4 quotation.
20560
20561         * tests/test-signbit.c: Include <float.h>.
20562         (minus_zero): New variable.
20563         (test_signbitl): Use minus_zero instead of -zero.
20564         * modules/signbit-tests (Depends-on): Add float.
20565
20566         * tests/test-ceill.c: Include <float.h>.
20567         (zero): Remove variable.
20568         (minus_zero): New variable.
20569         (main): Use minus_zero instead of -zero.
20570         * modules/ceill-tests (Depends-on): Add float.
20571
20572         * tests/test-floorl.c: Include <float.h>.
20573         (zero): Remove variable.
20574         (minus_zero): New variable.
20575         (main): Use minus_zero instead of -zero.
20576         * modules/floorl-tests (Depends-on): Add float.
20577
20578         * tests/test-roundl.c: Include <float.h>.
20579         (zero): Remove variable.
20580         (minus_zero): New variable.
20581         (main): Use minus_zero instead of -zero.
20582         * modules/roundl-tests (Depends-on): Add float.
20583
20584         * tests/test-truncl.c: Include <float.h>.
20585         (zero): Remove variable.
20586         (minus_zero): New variable.
20587         (main): Use minus_zero instead of -zero.
20588         * modules/truncl-tests (Depends-on): Add float.
20589
20590         * tests/test-frexpl.c (zero): Remove variable.
20591         (minus_zero): New variable.
20592         (main): Use minus_zero instead of -zero.
20593         * modules/frexpl-tests (Depends-on): Add float.
20594
20595         * tests/test-isnan.c (zerol): Remove variable.
20596         (minus_zerol): New variable.
20597         (test_long_double): Use minus_zerol instead of -zerol.
20598         * modules/isnan-tests (Depends-on): Add float.
20599
20600         * tests/test-isnanl.h (zero): Remove variable.
20601         (minus_zero): New variable.
20602         (main): Use minus_zero instead of -zero.
20603         * modules/isnanl-nolibm-tests (Depends-on): Add float.
20604         * modules/isnanl-tests (Depends-on): Add float.
20605
20606         * tests/test-ldexpl.c (zero): Remove variable.
20607         (minus_zero): New variable.
20608         (main): Use minus_zero instead of -zero.
20609         * modules/ldexpl-tests (Depends-on): Add float.
20610
20611         * tests/test-snprintf-posix.h (zerol): Remove variable.
20612         (minus_zerol): New variable.
20613         (test_function): Use minus_zerol instead of -zerol.
20614         * modules/snprintf-posix-tests (Depends-on): Add float.
20615         * modules/vsnprintf-posix-tests (Depends-on): Add float.
20616
20617         * tests/test-sprintf-posix.h (zerol): Remove variable.
20618         (minus_zerol): New variable.
20619         (test_function): Use minus_zerol instead of -zerol.
20620         * modules/sprintf-posix-tests (Depends-on): Add float.
20621         * modules/vsprintf-posix-tests (Depends-on): Add float.
20622
20623         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
20624         (minus_zerol): New variable.
20625         (test_function): Use minus_zerol instead of -zerol.
20626         * modules/vasnprintf-posix-tests (Depends-on): Add float.
20627
20628         * tests/test-vasprintf-posix.c (zerol): Remove variable.
20629         (minus_zerol): New variable.
20630         (test_function): Use minus_zerol instead of -zerol.
20631         * modules/vasprintf-posix-tests (Depends-on): Add float.
20632
20633 2008-10-07  Simon Josefsson  <simon@josefsson.org>
20634
20635         * MODULES.html.sh (Support for building documentation): Mention
20636         pmccabe2html.  Sort entries.
20637
20638         Add pmccabe2html module, from gnupdf.
20639         * build-aux/pmccabe.css: New file.
20640         * build-aux/pmccabe2html: New file.
20641         * m4/pmccabe2html.m4: New file.
20642         * modules/pmccabe2html: New file.
20643
20644 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
20645
20646         flock: new module
20647         * MODULES.html.sh: Add to list of modules.
20648         * lib/flock.c: flock implementation for Windows and Unix systems
20649         which have fcntl.
20650         * doc/glibc-functions/flock.texi: Update documentation.
20651         * lib/sys_file.in.h: <sys/file.h> header file.
20652         * m4/flock.m4: M4 macros.
20653         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
20654         * modules/flock: flock module.
20655         * modules/flock-tests: flock tests module.
20656         * modules/sys_file: sys/file.h module.
20657         * tests/test-flock.c: test suite for flock.
20658
20659 2008-10-06  Jim Meyering  <meyering@redhat.com>
20660
20661         bootstrap: check for LT_INIT more portably still ;-)
20662         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
20663         Spotted by Bruno Haible.
20664
20665 2008-10-06  Eric Blake  <ebb9@byu.net>
20666
20667         test-signbit: avoid tripping Irix cc bug on -0.0L
20668         * tests/test-signbit.c (minus_zerol): Delete, and replace with
20669         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
20670         entire testsuite consistent and avoids an Irix 6.2 bug.
20671
20672 2008-10-05  Bruno Haible  <bruno@clisp.org>
20673             Jim Meyering  <jim@meyering.net>
20674
20675         Add an option for ignoring EPIPE during close_stdout.
20676         * lib/closeout.h: Include <stdbool.h>.
20677         (close_stdout_set_ignore_EPIPE): New declaration.
20678         * lib/closeout.c: Include <stdbool.h>.
20679         (ignore_EPIPE): New variable.
20680         (close_stdout_set_ignore_EPIPE): New function.
20681         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
20682         * lib/close-stream.c (close_stream): Mention the possible EPIPE
20683         failure.
20684         * modules/closeout (Depends-on): Add stdbool.
20685
20686 2008-10-05  Bruno Haible  <bruno@clisp.org>
20687
20688         * modules/accept: New file.
20689         * modules/bind: New file.
20690         * modules/connect: New file.
20691         * modules/getpeername: New file.
20692         * modules/getsockname: New file.
20693         * modules/getsockopt: New file.
20694         * modules/listen: New file.
20695         * modules/recv: New file.
20696         * modules/recvfrom: New file.
20697         * modules/send: New file.
20698         * modules/sendto: New file.
20699         * modules/setsockopt: New file.
20700         * modules/socket: New file.
20701         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
20702         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
20703         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
20704         the particular module is requested. Add a link warning when the
20705         particular module is not requested.
20706         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
20707         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
20708         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
20709         the particular module is requested.
20710         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
20711         gl_SYS_SOCKET_H_DEFAULTS): New macros.
20712         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
20713         * modules/sys_socket (Depends-on): Add link-warning.
20714         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
20715         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
20716         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
20717         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
20718         GL_LINK_WARNING.
20719         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
20720         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
20721         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
20722         * doc/posix-functions/getpeername.texi: Mention the new module
20723         'getpeername'.
20724         * doc/posix-functions/getsockname.texi: Mention the new module
20725         'getsockname'.
20726         * doc/posix-functions/getsockopt.texi: Mention the new module
20727         'getsockopt'.
20728         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
20729         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
20730         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
20731         * doc/posix-functions/send.texi: Mention the new module 'send'.
20732         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
20733         * doc/posix-functions/setsockopt.texi: Mention the new module
20734         'setsockopt'.
20735         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
20736         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
20737         listen, connect, accept.
20738         * modules/select-tests (Depends-on): Likewise.
20739
20740 2008-10-05  Bruno Haible  <bruno@clisp.org>
20741
20742         * lib/winsock.c (strerror): Remove unused #undef.
20743         (rpl_close): Remove unused local variable.
20744
20745         * modules/sys_socket (Depends-on); Add errno.
20746
20747 2008-10-05  Bruno Haible  <bruno@clisp.org>
20748
20749         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
20750         (select): Add a link warning when the 'select' module is not used.
20751         * modules/sys_select (Depends-on): Add link-warning.
20752         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
20753         Suggested by Paolo Bonzini.
20754
20755 2008-10-05  Jim Meyering  <meyering@redhat.com>
20756
20757         bootstrap: check for LT_INIT more portably
20758         * build-aux/bootstrap: Avoid using grep -E, since it's not
20759         portable enough.  Suggestion from Bruno Haible.
20760
20761 2008-10-05  Bruno Haible  <bruno@clisp.org>
20762
20763         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
20764         as being fixed by gnulib.
20765
20766 2008-10-05  Bruno Haible  <bruno@clisp.org>
20767
20768         * modules/select-tests: New file, mostly copied from
20769         modules/sys_select-tests.
20770         * tests/test-select.c: New file, mostly copied from
20771         tests/test-sys_select.c.
20772         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
20773         * modules/sys_select-tests (Depends-on): Remove all dependencies.
20774         (Makefile.am): Remove test_sys_select_LDADD.
20775
20776         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
20777         to an undefined symbol, for an error message.
20778         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
20779         (gl_SYS_SELECT_H_DEFAULTS): New macro.
20780         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
20781         winsock-select.c here.
20782         * modules/sys_select (Files): Remove lib/winsock-select.c.
20783         (Depends-on): Remove alloca.
20784         (Makefile.am): Substitute GNULIB_SELECT.
20785         * modules/select: New file.
20786         * doc/posix-functions/select.texi: Update.
20787
20788 2008-10-05  Bruno Haible  <bruno@clisp.org>
20789
20790         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
20791         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
20792         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
20793         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
20794         getdtablesize.
20795         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
20796         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
20797
20798 2008-10-05  Bruno Haible  <bruno@clisp.org>
20799
20800         * modules/getdtablesize-tests: New file.
20801         * tests/test-getdtablesize.c: New file.
20802
20803         New module 'getdtablesize'.
20804         * lib/unistd.in.h (getdtablesize): New declaration.
20805         * lib/getdtablesize.c: New file.
20806         * m4/getdtablesize.m4: New file.
20807         * modules/getdtablesize: New file.
20808         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20809         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
20810         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
20811         HAVE_GETDTABLESIZE.
20812         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
20813
20814 2008-10-05  Bruno Haible  <bruno@clisp.org>
20815
20816         * modules/sched (Makefile.am): Fix typo.
20817         Reported by Simon Josefsson.
20818
20819 2008-10-05  Jim Meyering  <meyering@redhat.com>
20820
20821         bootstrap: check for LT_INIT, too
20822         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
20823         are deprecated.  Suggestion from Ralf Wildenhues.
20824
20825 2008-10-05  Bruno Haible  <bruno@clisp.org>
20826
20827         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
20828         overriding them by ours.
20829         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
20830
20831 2008-10-05  Jim Meyering  <meyering@redhat.com>
20832
20833         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
20834         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
20835         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
20836
20837 2008-10-04  Bruno Haible  <bruno@clisp.org>
20838
20839         * modules/dup2 (License): Change to LGPLv2+.
20840         * modules/sleep (License): Likewise.
20841         * modules/perror (License): Likewise.
20842         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
20843         Blake.
20844         * modules/signal (License): Likewise.
20845         * modules/sigprocmask (License): Likewise.
20846         * modules/raise (License): Change to LGPLv2+, with approval by Jim
20847         Meyering.
20848
20849 2008-10-04  Bruno Haible  <bruno@clisp.org>
20850
20851         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
20852         Reported by Rainer Tammer <tammer@tammer.net>.
20853
20854 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
20855             Bruno Haible  <bruno@clisp.org>
20856
20857         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
20858         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
20859         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
20860
20861 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
20862
20863         filevercmp: new module
20864         * lib/filevercmp.h: New function filevercmp comparing version strings.
20865         * lib/filevercmp.c: Implementation of filevercmp function.
20866         * modules/filevercmp: Module metadata.
20867         * tests/test-filevercmp.c: Unit test for new module.
20868         * modules/filevercmp-tests: Unit test metadata.
20869         * MODULES.html.sh: Add filevercmp module.
20870
20871 2008-10-03  Bruno Haible  <bruno@clisp.org>
20872
20873         * lib/c-ctype.h: Add comment.
20874         Reported by Jim Meyering.
20875
20876 2008-10-02  Bruno Haible  <bruno@clisp.org>
20877
20878         * modules/posix_spawn-internal (Depends-on): Add 'open'.
20879
20880 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
20881
20882         * build-aux/bootstrap: Allow renaming bootstrap, and change the
20883         name of bootstrap.conf accordingly.
20884
20885 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
20886
20887         * build-aux/bootstrap: Install git-merge-changelog configuration
20888         items into .gitconfig if needed.
20889
20890 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
20891
20892         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
20893         git repository, and initialize/update it accordingly.
20894
20895 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
20896
20897         * modules/fsync-tests: New file.
20898         * tests/test-fsync.c: New file.
20899
20900         New module 'fsync'.
20901         * lib/fsync.c: New file.
20902         * m4/fsync.m4: New file.
20903         * modules/fsync: New file.
20904         * lib/unistd.in.h (fsync): New declaration.
20905         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
20906         GNULIB_FSYNC and HAVE_FSYNC.
20907         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
20908         * MODULES.html.sh (posix_functions): Add fsync.
20909         * doc/posix-functions/fsync.texi: Mention the new module.
20910
20911 2008-10-02  Jim Meyering  <meyering@redhat.com>
20912
20913         fts.c: sync with similar code from coreutils' remove.c
20914         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
20915         Guard also with "#if defined __linux__", since for now at least,
20916         this code is Linux-kernel-specific.
20917
20918 2008-10-02  Jim Meyering  <meyering@redhat.com>
20919
20920         fts: bug fixes
20921         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
20922         Include <sys/vfs.h>, not <sys/statfs.h>.
20923
20924         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
20925         Include <sys/vfs.h>, not <sys/statfs.h>.
20926
20927 2008-10-01  Bruno Haible  <bruno@clisp.org>
20928
20929         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
20930         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
20931         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
20932         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
20933         * doc/posix-functions/posix_spawnp.texi: Likewise.
20934         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
20935         whether posix_spawn actually works.
20936         * m4/pipe.m4 (gl_PIPE): Likewise.
20937         * modules/execute (Files): Add m4/posix_spawn.m4.
20938         * modules/pipe (Files): Add m4/posix_spawn.m4.
20939         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
20940
20941 2008-10-01  Jim Meyering  <meyering@redhat.com>
20942
20943         remove trailing spaces
20944         * NEWS: Likewise.
20945         * lib/poll.c (poll): Likewise.
20946         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
20947         * lib/winsock.c (rpl_close): Likewise.
20948         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
20949         * modules/yield: Likewise.
20950         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
20951         * tests/test-sys_select.c (connect_to_socket): Likewise.
20952
20953         fts.c: adjust a new interface to be more generally useful
20954         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
20955         (fts_build): Adjust caller.
20956
20957 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20958
20959         * modules/cond-tests: New file.
20960         * tests/test-cond.c: New file.
20961
20962 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20963             Bruno Haible  <bruno@clisp.org>
20964
20965         * modules/cond (Dependencies): Add errno, time.
20966         * lib/glthread/cond.h: Include <time.h>.
20967         (gl_cond_define, gl_cond_define_initialized): Use the same definition
20968         across platforms.
20969
20970 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20971             Bruno Haible  <bruno@clisp.org>
20972
20973         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
20974
20975 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20976             Bruno Haible  <bruno@clisp.org>
20977
20978         * modules/tls-tests (Depends-on): Add thread, yield.
20979         (configure.ac): Remove all checks.
20980         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
20981         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
20982         gl_thread_self): Remove definitions. Include glthread/thread.h and
20983         glthread/yield.h instead.
20984         (test_tls): Pass an additional NULL argument to gl_thread_join.
20985
20986 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20987             Bruno Haible  <bruno@clisp.org>
20988
20989         * modules/lock-tests (Depends-on): Add thread, yield.
20990         (configure.ac): Remove all checks.
20991         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
20992         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
20993         gl_thread_self): Remove definitions. Include glthread/thread.h and
20994         glthread/yield.h instead.
20995         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
20996         additional NULL argument to gl_thread_join.
20997
20998 2008-09-30  Bruno Haible  <bruno@clisp.org>
20999
21000         Fix the Win32 implementation of the 'thread' module.
21001         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21002         pointer type.
21003         (gl_thread_self): Invoke gl_thread_self_func.
21004         (gl_thread_self_func): New declaration.
21005         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21006         (do_init_self_key, init_self_key): New functions.
21007         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21008         Remove some fields.
21009         (running_threads, running_lock): Remove variables.
21010         (get_current_thread_handle): New function.
21011         (gl_thread_self_func, wrapper_func, glthread_create_func,
21012         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21013         simplified.
21014
21015 2008-09-30  Bruno Haible  <bruno@clisp.org>
21016
21017         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21018         files.
21019
21020 2008-09-30  Jim Meyering  <meyering@redhat.com>
21021
21022         fts.m4: correct the test for statfs.f_type
21023         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21024         when checking for statfs.f_type.
21025
21026 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21027
21028         tests: avoid some compiler warnings
21029         * tests/test-memchr.c (main): Pass NULL indirectly.
21030         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21031
21032 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21033
21034         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21035         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21036         exactly specified dayshifts.
21037         (dayshift): New rule.
21038         (rel): Add dayshift.
21039         (relative_time_table) [tomorrow, yesterday, today, now]:
21040         Use tDAY_SHIFT in place of tDAY_UNIT.
21041         * tests/test-getdate.c: Add tests for now-disallowed countable
21042         dayshifts, e.g., "4 yesterday ago".
21043
21044 2008-09-29  Bruno Haible  <bruno@clisp.org>
21045
21046         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21047         * tests/test-posix_spawn1.in.sh: Renamed from
21048         tests/test-posix_spawn.in.sh.
21049         * tests/test-posix_spawn2.c: New file.
21050         * tests/test-posix_spawn2.in.sh: New file.
21051         * modules/posix_spawnp-tests (Files): Update.
21052         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21053
21054 2008-09-29  Bruno Haible  <bruno@clisp.org>
21055
21056         Propagate effects of putenv/setenv/unsetenv to child processes.
21057         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21058         * lib/pipe.c (create_pipe): Likewise.
21059
21060 2008-09-29  Bruno Haible  <bruno@clisp.org>
21061
21062         Enable use of shell scripts as executables in mingw.
21063         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21064         run the program as a shell script.
21065         * lib/pipe.c (create_pipe): Likewise.
21066         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21067         resulting array.
21068
21069 2008-09-29  Eric Blake  <ebb9@byu.net>
21070
21071         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21072
21073 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21074
21075         * doc/posix-functions/accept.texi: Update mingw problems.
21076         * doc/posix-functions/bind.texi: Update mingw problems.
21077         * doc/posix-functions/close.texi: Update mingw problems.
21078         * doc/posix-functions/connect.texi: Update mingw problems.
21079         * doc/posix-functions/getpeername.texi: Update mingw problems.
21080         * doc/posix-functions/getsockname.texi: Update mingw problems.
21081         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21082         * doc/posix-functions/ioctl.texi: Update mingw problems.
21083         * doc/posix-functions/listen.texi: Update mingw problems.
21084         * doc/posix-functions/recv.texi: Update mingw problems.
21085         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21086         * doc/posix-functions/select.texi: Update mingw problems.
21087         * doc/posix-functions/send.texi: Update mingw problems.
21088         * doc/posix-functions/sendto.texi: Update mingw problems.
21089         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21090         * doc/posix-functions/socket.texi: Update mingw problems.
21091
21092 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21093             Bruno Haible  <bruno@clisp.org>
21094
21095         * lib/sys_select.in.h: Include sys/time.h.
21096         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21097         * modules/sys_select: Depend on sys_time.
21098         * tests/test-sys_select.c: Test that sys/select.h defines struct
21099         timeval fully.
21100
21101 2008-09-29  Bruno Haible  <bruno@clisp.org>
21102
21103         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21104         * lib/sys_select.in.h: Likewise.
21105
21106 2008-09-29  Bruno Haible  <bruno@clisp.org>
21107
21108         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21109
21110 2008-09-29  Bruno Haible  <bruno@clisp.org>
21111
21112         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21113         Set LIBSOCKET instead of augmenting LIBS.
21114         * modules/sockets (Link): New section.
21115         * modules/sockets-tests (test_sockets_LDADD): New variable.
21116         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21117         * modules/poll-tests (test_poll_LDADD): New variable.
21118         * NEWS: Document the change.
21119
21120 2008-09-29  Bruno Haible  <bruno@clisp.org>
21121
21122         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21123         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21124         ARPA_INET_H directly.
21125         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21126
21127 2008-09-28  Bruno Haible  <bruno@clisp.org>
21128
21129         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21130         from gl_HEADER_SYS_SOCKET.
21131         (gl_HEADER_SYS_SOCKET): Invoke it.
21132         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21133
21134 2008-09-28  Bruno Haible  <bruno@clisp.org>
21135
21136         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21137         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21138         Needed on OSF/1 4.0.
21139
21140 2008-09-28  Bruno Haible  <bruno@clisp.org>
21141
21142         Override open more carefully.
21143         * lib/open.c (orig_open): New function.
21144         (rpl_open): Use orig_open instead of open.
21145         * lib/fcntl.in.h: Add special invocation convention.
21146         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21147         (gl_FUNC_OPEN): Invoke it.
21148
21149         Override freopen more carefully.
21150         * lib/freopen.c (orig_freopen): New function.
21151         (rpl_freopen): Use orig_freopen instead of freopen.
21152         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21153         (gl_FUNC_FREOPEN): Invoke it.
21154
21155         Override fopen more carefully.
21156         * lib/fopen.c (orig_fopen): New function.
21157         (rpl_fopen): Use orig_fopen instead of fopen.
21158         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21159         (gl_FUNC_FOPEN): Invoke it.
21160         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21161
21162 2008-09-28  Bruno Haible  <bruno@clisp.org>
21163
21164         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21165         SIGPIPE.
21166
21167 2008-09-28  Bruno Haible  <bruno@clisp.org>
21168
21169         * tests/test-sigaction.c (handler, main): Disable the check whether
21170         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21171         glibc systems with LinuxThreads.
21172
21173 2008-09-28  Bruno Haible  <bruno@clisp.org>
21174
21175         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21176
21177         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21178         with AIX xlc.
21179         * lib/fcntl.in.h (open): Likewise.
21180         Reported by Rainer Tammer <tammer@tammer.net>.
21181
21182 2008-09-28  Bruno Haible  <bruno@clisp.org>
21183
21184         * modules/posix_spawnp-tests: New file.
21185         * tests/test-posix_spawn.c: New file.
21186         * tests/test-posix_spawn.in.sh: New file.
21187
21188         New module 'posix_spawnp'.
21189         * modules/posix_spawnp: New file.
21190         * lib/spawnp.c: New file, from GNU libc with modifications.
21191         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21192
21193         New module 'posix_spawn'.
21194         * modules/posix_spawn: New file.
21195         * lib/spawn.c: New file, from GNU libc with modifications.
21196         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21197
21198         New module 'posix_spawnattr_destroy'.
21199         * modules/posix_spawnattr_destroy: New file.
21200         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21201         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21202         module.
21203
21204         New module 'posix_spawnattr_setsigmask'.
21205         * modules/posix_spawnattr_setsigmask: New file.
21206         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21207         modifications.
21208         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21209         new module.
21210
21211         New module 'posix_spawnattr_getsigmask'.
21212         * modules/posix_spawnattr_getsigmask: New file.
21213         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21214         modifications.
21215         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21216         new module.
21217
21218         New module 'posix_spawnattr_setsigdefault'.
21219         * modules/posix_spawnattr_setsigdefault: New file.
21220         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21221         modifications.
21222         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21223         new module.
21224
21225         New module 'posix_spawnattr_getsigdefault'.
21226         * modules/posix_spawnattr_getsigdefault: New file.
21227         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21228         modifications.
21229         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21230         new module.
21231
21232         New module 'posix_spawnattr_setschedpolicy'.
21233         * modules/posix_spawnattr_setschedpolicy: New file.
21234         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21235         modifications.
21236         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21237         new module.
21238
21239         New module 'posix_spawnattr_getschedpolicy'.
21240         * modules/posix_spawnattr_getschedpolicy: New file.
21241         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21242         modifications.
21243         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21244         new module.
21245
21246         New module 'posix_spawnattr_setschedparam'.
21247         * modules/posix_spawnattr_setschedparam: New file.
21248         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21249         modifications.
21250         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21251         new module.
21252
21253         New module 'posix_spawnattr_getschedparam'.
21254         * modules/posix_spawnattr_getschedparam: New file.
21255         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21256         modifications.
21257         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21258         new module.
21259
21260         New module 'posix_spawnattr_setpgroup'.
21261         * modules/posix_spawnattr_setpgroup: New file.
21262         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21263         modifications.
21264         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21265         module.
21266
21267         New module 'posix_spawnattr_getpgroup'.
21268         * modules/posix_spawnattr_getpgroup: New file.
21269         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21270         modifications.
21271         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21272         module.
21273
21274         New module 'posix_spawnattr_setflags'.
21275         * modules/posix_spawnattr_setflags: New file.
21276         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21277         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21278         module.
21279
21280         New module 'posix_spawnattr_getflags'.
21281         * modules/posix_spawnattr_getflags: New file.
21282         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21283         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21284         module.
21285
21286         New module 'posix_spawnattr_init'.
21287         * modules/posix_spawnattr_init: New file.
21288         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21289         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21290         module.
21291
21292         New module 'posix_spawn_file_actions_destroy'.
21293         * modules/posix_spawn_file_actions_destroy: New file.
21294         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21295         modifications.
21296         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21297         the new module.
21298
21299         New module 'posix_spawn_file_actions_addopen'.
21300         * modules/posix_spawn_file_actions_addopen: New file.
21301         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21302         modifications.
21303         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21304         the new module.
21305
21306         New module 'posix_spawn_file_actions_adddup2'.
21307         * modules/posix_spawn_file_actions_adddup2: New file.
21308         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21309         modifications.
21310         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21311         the new module.
21312
21313         New module 'posix_spawn_file_actions_addclose'.
21314         * modules/posix_spawn_file_actions_addclose: New file.
21315         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21316         modifications.
21317         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21318         the new module.
21319
21320         New module 'posix_spawn_file_actions_init'.
21321         * modules/posix_spawn_file_actions_init: New file.
21322         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21323         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21324         new module.
21325
21326         New module 'posix_spawn-internal'.
21327         * modules/posix_spawn-internal: New file.
21328         * lib/spawn_int.h: New file, from GNU libc with modifications.
21329         * lib/spawni.c: New file, from GNU libc with modifications.
21330         * m4/posix_spawn.m4: New file.
21331
21332         New module 'spawn'.
21333         * modules/spawn: New file.
21334         * lib/spawn.in.h: New file, from GNU libc with modifications.
21335         * m4/spawn_h.m4: New file.
21336         * doc/posix-headers/spawn.texi: Mention the new module.
21337
21338 2008-09-28  Bruno Haible  <bruno@clisp.org>
21339
21340         * modules/sched-tests: New file.
21341         * tests/test-sched.c: New file.
21342
21343         New module 'sched'.
21344         * modules/sched: New file.
21345         * lib/sched.in.h: New file.
21346         * m4/sched_h.m4: New file.
21347         * doc/posix-headers/sched.texi: Mention the new module.
21348
21349 2008-09-27  Eric Blake  <ebb9@byu.net>
21350
21351         Fix previous patch, and tweak references to $0.
21352         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21353         (func_version, func_gnulib_dir): Don't call this program
21354         gnulib-tool.
21355         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21356         with using $0 in function.
21357         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21358         (func_fatal_error): Reuse the name the user invoked us with.
21359
21360 2008-09-27  Bruno Haible  <bruno@clisp.org>
21361
21362         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21363         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21364         (gl_ICONV_H): Not here.
21365         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21366         instead of assigning ICONV_H directly.
21367
21368         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21369         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21370         WCHAR_H directly.
21371
21372 2008-09-27  Bruno Haible  <bruno@clisp.org>
21373
21374         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21375         * modules/arpa_inet (Depends-on): Add link-warning.
21376         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21377         * modules/unistd (Makefile.am): Likewise.
21378
21379 2008-09-26  Bruno Haible  <bruno@clisp.org>
21380
21381         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21382         variables.
21383         (func_version): Essentially copied from gnulib-tool.
21384         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21385         func_readlink): Copied from gnulib-tool.
21386
21387 2008-09-26  Bruno Haible  <bruno@clisp.org>
21388
21389         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21390         invoking git-version-gen.
21391
21392 2008-09-26  Bruno Haible  <bruno@clisp.org>
21393
21394         * posix-modules: Update to directory names changed on 2008-01-19.
21395         Remove commas in output before splitting into words. No more need to
21396         avoid 'ftruncate' since 2007-02-19.
21397
21398 2008-09-26  Bruno Haible  <bruno@clisp.org>
21399
21400         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21401
21402 2008-09-26  Bruno Haible  <bruno@clisp.org>
21403
21404         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21405         * modules/fwriteerror (Depends-on): Add errno.
21406
21407 2008-09-26  Bruno Haible  <bruno@clisp.org>
21408
21409         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21410         * tests/test-vc-list-files-cvs.sh: Likewise.
21411
21412 2008-09-26  Bruno Haible  <bruno@clisp.org>
21413
21414         * doc/posix-headers/sys_resource.texi: Reorder items.
21415
21416 2008-09-26  Jim Meyering  <meyering@redhat.com>
21417
21418         fts: tweak inode comparison function
21419         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21420         inode numbers, as documented.
21421
21422         fts: sort dirent entries on inode number before traversing
21423         This avoids a quadratic, seek-related performance penalty when
21424         operating on a directory containing many entries (measurable at 10k;
21425         3.5 hours at 2 million entries with a cold cache) on certain types
21426         of file systems, including ext3 and ext4, but not tmpfs.
21427         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21428         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21429         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21430         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21431         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21432         (fts_build): Set the stat.st_ino member from D_INO.
21433         If it is likely to be useful, sort dirent entries on inode number.
21434
21435         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21436         and the struct statfs.f_type member.
21437         * modules/fts (Depends-on): Add d-ino.
21438
21439 2008-09-26  Bruno Haible  <bruno@clisp.org>
21440
21441         * modules/sigpipe-die (Depends-on): Add sigpipe.
21442
21443         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21444         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21445         and GNULIB_STDIO_H_SIGPIPE are set.
21446         * lib/stdio-write.c: New file.
21447         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21448         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21449         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21450         REPLACE_STDIO_WRITE_FUNCS.
21451         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21452         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21453         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21454         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21455         * modules/stdio (Files): Add lib/stdio-write.c.
21456         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21457         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21458         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21459         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21460         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21461         REPLACE_FPRINTF_POSIX.
21462         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21463         REPLACE_PRINTF_POSIX.
21464         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21465         REPLACE_VFPRINTF_POSIX.
21466         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21467         REPLACE_VPRINTF_POSIX.
21468         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21469         SIGPIPE issue.
21470         * doc/posix-functions/fputc.texi: Likewise.
21471         * doc/posix-functions/fputs.texi: Likewise.
21472         * doc/posix-functions/fwrite.texi: Likewise.
21473         * doc/posix-functions/printf.texi: Likewise.
21474         * doc/posix-functions/putc.texi: Likewise.
21475         * doc/posix-functions/putchar.texi: Likewise.
21476         * doc/posix-functions/puts.texi: Likewise.
21477         * doc/posix-functions/vfprintf.texi: Likewise.
21478         * doc/posix-functions/vprintf.texi: Likewise.
21479
21480         * modules/safe-write (Depends-on): Add write.
21481
21482         * modules/sigpipe-tests: New file.
21483         * tests/test-sigpipe.c: New file.
21484         * tests/test-sigpipe.sh: New file.
21485
21486         * modules/write: New file.
21487         * lib/unistd.in.h: Include <sys/types.h>.
21488         (write): New declaration.
21489         * lib/write.c: New file.
21490         * m4/write.m4: New file.
21491         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21492         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21493         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21494         GNULIB_WRITE, REPLACE_WRITE.
21495         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21496         and the SIGPIPE issue.
21497
21498         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21499         (raise): New declaration.
21500         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21501         (ext_signal): New function.
21502         (rpl_raise): New function.
21503         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21504         GNULIB_SIGNAL_H_SIGPIPE.
21505         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21506         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21507
21508         * modules/sigpipe: New file.
21509         * m4/sigpipe.m4: New file.
21510
21511 2008-09-25  Derek Price  <derek@ximbiot.com>
21512             Bruno Haible  <bruno@clisp.org>
21513
21514         * gnulib-tool (func_import): Report all license incompatibilities, not
21515         just the first one.
21516
21517 2008-09-25  Bruno Haible  <bruno@clisp.org>
21518
21519         * gnulib-tool (func_import): When computing the edits, consider not
21520         only the Makefile.ams that exist but also those that will be generated.
21521
21522 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21523
21524         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21525         fixes gnulib-tool --test warning about duplicate dependency.
21526
21527 2008-09-25  Bruno Haible  <bruno@clisp.org>
21528
21529         * gnulib-tool: Don't ask the user to perform edits in the generated
21530         Makefile.ams.
21531         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21532         apply to the Makefile.am being generated.
21533         (func_emit_tests_Makefile_am): Execute edits that apply to the
21534         Makefile.am being generated.
21535         (func_import): Setup list of Makefile.am edits before emitting the
21536         Makefile.ams, not at the end.
21537         (func_create_testdir): Update.
21538         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21539
21540 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21541
21542         * gnulib-tool (func_import): Store the --tests-base option in the
21543         comment in gnulib-cache.m4.
21544
21545 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
21546
21547         * NEWS: Document increased portability that sys_select now provides.
21548
21549         * lib/sys_select.in.h: Install select wrapper.
21550         * lib/sys_socket.in.h: Use more descriptive name when there is no
21551         select wrapper.
21552         * lib/winsock-select.c: New.
21553         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
21554         Require gl_HEADER_SYS_SOCKET.
21555         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
21556         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
21557         * tests/test-sys_select.c: Add functional tests.
21558
21559 2008-09-24  Eric Blake  <ebb9@byu.net>
21560
21561         open, fopen: close fd leak in last patch
21562         * lib/open.c (rpl_open): Close fd before returning error.
21563         * lib/fopen.c (rpl_fopen): Close fd before returning error.
21564         * doc/posix-functions/open.texi (open): Document that Irix also
21565         has the bug.
21566         * doc/posix-functions/fopen.texi (fopen): Likewise.
21567         Reported by Paolo Bonzini.
21568
21569 2008-09-24  Bruno Haible  <bruno@clisp.org>
21570
21571         Ensure that a filename ending in a slash cannot be used to access a
21572         non-directory.
21573         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
21574         to check whether it's really a directory.
21575         * lib/fopen.c: Include fcntl.h, unistd.h.
21576         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
21577         and fdopen().
21578         * modules/fopen (Depends-on): Add unistd.
21579         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
21580         * tests/test-fopen.c (main): Likewise.
21581         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
21582         * doc/posix-functions/fopen.texi: Likewise.
21583         Reported by Eric Blake.
21584
21585 2008-09-23  Eric Blake  <ebb9@byu.net>
21586
21587         c-stack: avoid compiler optimizations when provoking overflow
21588         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
21589         recursion harder to optimize, to ensure a stack overflow occurs.
21590         * tests/test-c-stack.c (recurse): Likewise.
21591         Borrowed from libsigsegv.
21592
21593         c-stack: work around Irix sigaltstack bug
21594         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
21595         whether sigaltstack uses wrong end of stack_t (copied in part from
21596         libsigsegv).
21597         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
21598         Irix bug, without requiring an over-allocation.
21599         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
21600         bug.
21601
21602         fopen: document mingw bug on directories
21603         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
21604         not allowing a stream visiting a directory, even though reading
21605         from such a stream is not portable.
21606
21607 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21608
21609         * lib/poll.c: Rewrite.
21610         * modules/poll: Depend on alloca.
21611
21612 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21613
21614         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
21615         instead define prototypes for a full set of wrappers.  Ensure
21616         that Cygwin does not use the compatibility code, which is only
21617         for MinGW.
21618         * lib/winsock.c: New.
21619         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
21620         * modules/sys_socket: Add lib/winsock.c.
21621
21622         * modules/poll-tests: Add errno and perror.
21623         * tests/test-poll.c: Use ioctl, not ioctlsocket.
21624
21625 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21626
21627         * tests/test-poll.c: Downgrade minimum needed Winsock version.
21628
21629 2008-09-23  Bruno Haible  <bruno@clisp.org>
21630
21631         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
21632         * doc/glibc-functions/*: Likewise.
21633
21634 2008-09-23  Simon Josefsson  <simon@josefsson.org>
21635
21636         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
21637         success.
21638
21639 2008-09-22  Eric Blake  <ebb9@byu.net>
21640             Bruno Haible  <bruno@clisp.org>
21641
21642         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
21643         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
21644         supply %A but mishandle pseudo-NaN.
21645         Reported by Simon Josefsson.
21646
21647 2008-09-21  Bruno Haible  <bruno@clisp.org>
21648
21649         * tests/test-lock.c (main): Tweak skip message.
21650         * tests/test-tls.c (main): Likewise.
21651
21652 2008-09-21  Bruno Haible  <bruno@clisp.org>
21653
21654         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
21655         whether 'struct sigaction' has sa_sigaction here...
21656         (gl_PREREQ_SIG_HANDLER_H): ... not here.
21657         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
21658
21659 2008-09-21  Bruno Haible  <bruno@clisp.org>
21660
21661         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
21662         section.
21663         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
21664         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
21665         the new section.
21666         (Support for obsolete systems lacking POSIX:2001): New section.
21667         (String handling <string.h>): Move strdup to the new section.
21668         Suggested by Simon Josefsson and Paolo Bonzini.
21669
21670 2008-09-21  Bruno Haible  <bruno@clisp.org>
21671
21672         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
21673         exponents in %e and %g results on 'long double'. Needed for mingw's
21674         improved *printf functions.
21675         * tests/test-vasprintf-posix.c (test_function): Likewise.
21676         * tests/test-snprintf-posix.h (test_function): Likewise.
21677         * tests/test-sprintf-posix.h (test_function): Likewise.
21678         Reported by Eric Blake.
21679
21680 2008-09-21  Bruno Haible  <bruno@clisp.org>
21681
21682         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
21683         * tests/test-sprintf-posix.h (test_function): Likewise.
21684
21685 2008-09-21  Bruno Haible  <bruno@clisp.org>
21686
21687         * modules/getpass (Depends-on): Add strdup-posix.
21688
21689         New module 'strdup-posix'.
21690         * modules/strdup-posix: New file.
21691         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
21692         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
21693         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21694         REPLACE_STRDUP.
21695         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
21696         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
21697         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21698         strdup-posix.
21699
21700         * modules/strdup (Depends-on): Remove malloc-posix.
21701
21702 2008-09-20  Bruno Haible  <bruno@clisp.org>
21703
21704         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
21705         Wildenhues.
21706
21707 2008-09-20  Bruno Haible  <bruno@clisp.org>
21708
21709         Ensure that wint_t gets defined on IRIX 5.3.
21710         * lib/wchar.in.h (wint_t): Define if not defined by the system.
21711         * lib/wctype.in.h (wint_t): Likewise.
21712         (__wctype_wint_t): Remove type.
21713         (isw*): Use wint_t instead of __wctype_wint_t.
21714         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
21715         * modules/wchar (Files): Add m4/wint_t.m4.
21716         (Makefile.am): Substitute HAVE_WINT_T.
21717         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
21718         * tests/test-wctype.c: Check that wint_t is defined.
21719         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
21720         * doc/posix-headers/wctype.texi: Likewise.
21721         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
21722
21723 2008-09-18  Bruno Haible  <bruno@clisp.org>
21724
21725         * gnulib-tool (func_exit): Update comment.
21726
21727 2008-09-18  Simon Josefsson  <simon@josefsson.org>
21728
21729         * modules/getaddrinfo (Depends-on): Remove strdup, this module
21730         assumes strdup exists and does not depend on strdup to return
21731         ENOMEM on out of memory conditions.
21732
21733 2008-09-18  Bruno Haible  <bruno@clisp.org>
21734
21735         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
21736         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
21737         digits for the exponent.
21738
21739 2008-09-18  Jim Meyering  <meyering@redhat.com>
21740             Bruno Haible  <bruno@clisp.org>
21741
21742         * lib/vasnprintf.c (decimal_point_char): Define also if
21743         NEED_PRINTF_INFINITE_LONG_DOUBLE.
21744
21745 2008-09-16  Bruno Haible  <bruno@clisp.org>
21746         and Eric Blake  <ebb9@byu.net>
21747
21748         vasnprintf: support Irix 5.3
21749         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
21750         that mishandle long double infinity.
21751         Reported by Tom G. Christensen.
21752
21753 2008-09-16  Bruno Haible  <bruno@clisp.org>
21754
21755         * doc/glibc-functions/scandir.texi: Mention the function is missing on
21756         Solaris 9.
21757         * doc/glibc-functions/alphasort.texi: Likewise.
21758         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
21759
21760 2008-09-16  Jim Meyering  <meyering@redhat.com>
21761
21762         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
21763         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
21764         a umask modification leak out of a subshell.  Otherwise, the
21765         opensolaris /bin/sh would be accepted and thus cause unwarranted
21766         failures in the coreutils test suite.
21767
21768 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
21769
21770         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
21771         to succeed.
21772
21773 2008-09-16  Jim Meyering  <meyering@redhat.com>
21774
21775         avoid spurious test failure when library is built without ACL support
21776         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
21777         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
21778         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
21779         * tests/test-copy-acl.sh: Likewise.
21780
21781 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21782
21783         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
21784         based on character occurrence counts.
21785
21786 2008-09-15  Eric Blake  <ebb9@byu.net>
21787
21788         tests: avoid some compiler warnings
21789         * tests/test-memchr.c (main): Pass NULL indirectly.
21790         * tests/test-closein.c (main): Avoid unused variable.
21791
21792 2008-09-15  Bruno Haible  <bruno@clisp.org>
21793
21794         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
21795         are missing on OpenBSD 4.0 individually.
21796         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21797
21798 2008-09-15  Bruno Haible  <bruno@clisp.org>
21799
21800         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
21801         * doc/posix-functions/strerror.texi: Mention also Cygwin.
21802         * doc/posix-functions/perror.texi: Likewise.
21803         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
21804         is missing.
21805         Reported by Eric Blake.
21806
21807         * lib/errno.in.h: Use replacement values >= 2000.
21808         Reported by Eric Blake.
21809
21810 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21811
21812         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
21813         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
21814         limit.
21815         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
21816         compareseq was aborted.
21817
21818 2008-09-14  Bruno Haible  <bruno@clisp.org>
21819
21820         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
21821         yvec_edit_count.
21822         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
21823         (fstrcmp_bounded): Simplify result computation accordingly.
21824
21825 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21826
21827         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
21828         (fstrcmp): Define in terms of fstrcmp_bounded.
21829         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
21830         lower_bound argument.
21831         Return quickly if the result is certainly < lower_bound.
21832         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
21833
21834 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21835
21836         * lib/diffseq.h (EARLY_ABORT): New macro.
21837         (compareseq): Change return type to bool. Return true when EARLY_ABORT
21838         evaluates to true.
21839
21840 2008-09-14  Bruno Haible  <bruno@clisp.org>
21841
21842         * modules/perror-tests: New file.
21843         * tests/test-perror.sh: New file.
21844         * tests/test-perror.c: New file.
21845
21846         New module 'perror'.
21847         * lib/stdio.in.h (perror): New declaration.
21848         * lib/perror.c: New file.
21849         * m4/perror.m4: New file.
21850         * modules/perror: New file.
21851         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
21852         * doc/posix-functions/perror.texi: Mention the perror module.
21853         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
21854         REPLACE_PERROR.
21855         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
21856         REPLACE_PERROR.
21857
21858 2008-09-14  Bruno Haible  <bruno@clisp.org>
21859
21860         * modules/stdio (Makefile.am): Reorder to match the order in
21861         lib/stdio.in.h.
21862         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
21863
21864 2008-09-13  Bruno Haible  <bruno@clisp.org>
21865
21866         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
21867
21868 2008-09-13  Bruno Haible  <bruno@clisp.org>
21869
21870         Extend strerror to cover the added errno values.
21871         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
21872         (rpl_strerror): Provide error messages for the added errno values and
21873         for the WSA* values.
21874         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
21875         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
21876         strerror.
21877         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
21878         * modules/strerror (Depends-on): Add errno.
21879         * doc/posix-functions/strerror.texi: Document the change.
21880         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
21881         and EOVERFLOW.
21882
21883 2008-09-13  Bruno Haible  <bruno@clisp.org>
21884
21885         * modules/EOVERFLOW: Remove file.
21886         * m4/eoverflow.m4: Remove file.
21887         * modules/EOVERFLOW-tests: Remove file.
21888         * tests/test-EOVERFLOW.c: Remove file.
21889         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
21890         * modules/ftell (Depends-on): Likewise.
21891         * modules/getdelim (Depends-on): Likewise.
21892         * modules/getugroups (Depends-on): Likewise.
21893         * modules/poll (Depends-on): Likewise.
21894         * modules/snprintf (Depends-on): Likewise.
21895         * modules/sprintf-posix (Depends-on): Likewise.
21896         * modules/vasnprintf (Depends-on): Likewise.
21897         * modules/vasprintf (Depends-on): Likewise.
21898         * modules/vfprintf-posix (Depends-on): Likewise.
21899         * modules/vsnprintf (Depends-on): Likewise.
21900         * modules/vsprintf-posix (Depends-on): Likewise.
21901         * modules/xvasprintf (Depends-on): Likewise.
21902         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
21903         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
21904         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
21905         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
21906         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
21907         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
21908         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
21909         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
21910         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
21911         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
21912         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
21913         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
21914         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
21915         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
21916         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
21917         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
21918         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
21919         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
21920         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
21921         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
21922         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
21923         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
21924         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
21925         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
21926         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
21927         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
21928         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
21929         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
21930         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
21931         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
21932         * MODULES.html.sh: Remove EOVERFLOW.
21933         * NEWS: Mention the change.
21934
21935 2008-09-13  Bruno Haible  <bruno@clisp.org>
21936
21937         * modules/errno-tests: New file.
21938         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
21939
21940         * lib/errno.in.h: New file.
21941         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
21942         * modules/errno: New file.
21943         * doc/posix-headers/errno.texi: Update documentation.
21944         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
21945
21946 2008-09-13  Bruno Haible  <bruno@clisp.org>
21947
21948         * tests/test-poll.c: Use #if for native Windows, rather than testing
21949         __MSVCRT__.
21950
21951 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21952             Bruno Haible  <bruno@clisp.org>
21953
21954         * lib/glob.c: Don't include <pwd.h> on native Windows.
21955         (WINDOWS32): New macro.
21956         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
21957
21958 2008-09-13  Bruno Haible  <bruno@clisp.org>
21959
21960         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
21961         (ETIMEDOUT): Remove macro.
21962         (glthread_cond_timedwait_multithreaded): New declaration.
21963         (glthread_cond_timedwait): Use it.
21964         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
21965         (glthread_cond_timedwait_multithreaded): New function.
21966
21967 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
21968
21969         * modules/poll-tests: Do not check for io.h.
21970         * tests/test-poll.c: Check for __MSVCRT__ instead.
21971
21972 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
21973
21974         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
21975         * modules/poll-tests: Add inet_pton, stdbool, sockets.
21976         * tests/test-poll.c: Use them.  Use _pipe on Windows.
21977
21978 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
21979
21980         * modules/poll-tests: New.
21981         * tests/test-poll.c: New.
21982
21983 2008-09-12  Eric Blake  <ebb9@byu.net>
21984
21985         frexp: test for NetBSD failure on -0.0
21986         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
21987         not all, bugs from NetBSD 3.0 have been fixed.
21988         * doc/posix-functions/frexp.texi (frexp): Document bug.
21989         Reported by Thomas Klausner.
21990
21991         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
21992         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
21993         literal -0.0.
21994         Reported by Jonathan C. Patschke <jp@centtech.com>.
21995
21996 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21997
21998         * lib/glthread/cond.h: Use dummy implementation also if
21999         USE_WIN32_THREADS.
22000
22001 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22002
22003         * modules/fnmatch-posix (License): Change to LGPLv2+.
22004         * modules/fnmatch-gnu (License): Likewise.
22005
22006 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22007
22008         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22009
22010 2008-09-11  Jim Meyering  <meyering@redhat.com>
22011
22012         * users.txt: Add gtk-vnc.
22013
22014 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22015
22016         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22017         rotate amounts.
22018
22019         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22020         required for 16-bit and 8-bit rotates.
22021         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22022         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22023         UINT8_MAX instead of hard-coded constants.
22024         Suggested by Paul Eggert.
22025
22026 2008-09-07  Bruno Haible  <bruno@clisp.org>
22027
22028         * tests/test-striconveh.c (main): Check behaviour when converting from
22029         UTF-7.
22030
22031         Make striconveh work better with stateful encodings.
22032         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22033         that iconv does not increment the inptr when returning -1/EINVAL.
22034
22035 2008-09-07  Bruno Haible  <bruno@clisp.org>
22036
22037         * build-aux/config.rpath: Update according to libtool-2.2.6.
22038         * build-aux/config.libpath: Likewise.
22039
22040 2008-09-06  Bruno Haible  <bruno@clisp.org>
22041
22042         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22043         * lib/freadptr.c (freadptr): Likewise.
22044         * lib/freadseek.c (freadptrinc): Likewise.
22045         Reported by Simon Josefsson.
22046
22047 2008-09-06  Bruno Haible  <bruno@clisp.org>
22048
22049         * modules/freadptr (License): Change to LGPLv2+.
22050         * modules/freadseek (License): Likewise.
22051         Suggested by Eric Blake.
22052
22053         * modules/memchr2 (License): Change to LGPLv2+.
22054         Approved by Eric Blake.
22055
22056 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22057             Bruno Haible  <bruno@clisp.org>
22058
22059         Make gnulib-tool work with native 'sed' on AIX.
22060         * gnulib-tool (sed_noop): New variable.
22061         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22062         func_add_or_update, func_create_testdir): Use it to initialize sed
22063         script variables.
22064         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22065
22066 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22067             Bruno Haible  <bruno@clisp.org>
22068
22069         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22070         also works after #include directives.
22071
22072 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22073
22074         getdate.y: reject an out-of-range timezone value
22075         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22076         the range [-24...+24].  When specified with only one or two digits,
22077         * tests/test-getdate.c: Tests for the fix.
22078         * doc/getdate.texi: Document this change.
22079
22080 2008-09-03  Bruno Haible  <bruno@clisp.org>
22081
22082         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22083
22084 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22085
22086         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22087         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22088         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22089         Blake <ebb9@byu.net>.
22090
22091         * tests/test-bitrotate.c: Add more test vectors.
22092
22093 2008-09-02  Eric Blake  <ebb9@byu.net>
22094
22095         vasnprintf-posix: handle large precision via %.*d
22096         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22097         when handling it ourselves.
22098         * tests/test-vasnprintf-posix.c (test_function): Add test.
22099         * tests/test-snprintf-posix.h (test_function): Likewise.
22100         * tests/test-sprintf-posix.h (test_function): Likewise.
22101         * tests/test-vasprintf-posix.c (test_function): Likewise.
22102         Reported by Alain Guibert.
22103
22104 2008-09-01  Eric Blake  <ebb9@byu.net>
22105
22106         c-stack: make configure-time check more robust
22107         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22108         successful sigaction call.
22109         Reported by Tom G. Christensen.
22110
22111 2008-09-01  Bruno Haible  <bruno@clisp.org>
22112
22113         New module 'findprog-lgpl'.
22114         * modules/findprog-lgpl: New file.
22115         * lib/findprog-lgpl.c: New file.
22116         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22117         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22118         to decide whether to use strdup or xstrdup, concatenated_filename or
22119         xconcatenated_filename.
22120
22121 2008-09-01  Bruno Haible  <bruno@clisp.org>
22122
22123         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22124         'xconcat-filename' (GPL).
22125         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22126         (License): Change to LGPLv2+.
22127         * modules/xconcat-filename: New file.
22128         * lib/concat-filename.h (concatenated_filename): Change specification.
22129         (xconcatenated_filename): New declaration.
22130         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22131         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22132         memory situations.
22133         * lib/xconcat-filename.c: New file.
22134         * NEWS: Mention the change.
22135         * lib/findprog.c: Include concat-filename.h, not filename.h.
22136         (find_in_path): Use xconcatenated_filename instead of
22137         concatenated_filename.
22138         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22139         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22140         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22141         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22142         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22143         instead of concatenated_filename.
22144         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22145         (execute_java_class): Use xconcatenated_filename instead of
22146         concatenated_filename.
22147         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22148         * modules/javacomp (Depends-on): Likewise.
22149         * modules/javaexec (Depends-on): Likewise.
22150
22151 2008-09-01  Bruno Haible  <bruno@clisp.org>
22152
22153         Split module 'filename' into 'filename' and 'concat-filename'.
22154         * modules/filename: Keep only lib/filename.h.
22155         (License): Change to LGPLv2+.
22156         * modules/concat-filename: New file, extracted from modules/filename.
22157         * lib/filename.h (concatenated_filename): Remove declaration.
22158         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22159         * lib/concat-filename.c: Include concat-filename.h.
22160         * NEWS: Mention the change.
22161
22162 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22163
22164         * lib/bitrotate.h (rotl8, rotr8): Add.
22165
22166         * modules/bitrotate (configure.ac): Need
22167         AC_REQUIRE([AC_C_INLINE]).
22168         (Description): Mention stdint.h.  Reported by Bruno Haible
22169         <bruno@clisp.org>.
22170
22171         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22172         Paolo Bonzini <bonzini@gnu.org>.
22173
22174 2008-08-31  Bruno Haible  <bruno@clisp.org>
22175
22176         Assume Solaris specific bi-arch conventions on Solaris systems.
22177         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22178         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22179         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22180         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22181         like acl_libdirstem.
22182         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22183         acl_libdirstem.
22184         * NEWS: Mention the change.
22185         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22186
22187 2008-08-31  Jim Meyering  <meyering@redhat.com>
22188
22189         * lib/strftime.h: Add comments describing the two added arguments.
22190
22191         remove duplicate #include directives
22192         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22193         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22194
22195 2008-08-31  Bruno Haible  <bruno@clisp.org>
22196
22197         New module 'sigpipe-die'.
22198         * modules/sigpipe-die: New file.
22199         * lib/sigpipe-die.h: New file.
22200         * lib/sigpipe-die.c: New file.
22201         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22202
22203 2008-08-31  Bruno Haible  <bruno@clisp.org>
22204
22205         Don't override previously installed signal handlers.
22206         * lib/fatal-signal.c (saved_sigactions): New variable.
22207         (uninstall_handlers): Reset the signal to the saved handler, not
22208         to SIG_DFL (except when ignored).
22209         (install_handlers): Save the previous handlers.
22210
22211 2008-08-30  Bruno Haible  <bruno@clisp.org>
22212
22213         * gnulib-tool (func_reset_sigpipe): New function.
22214         (func_get_automake_snippet, func_modules_transitive_closure,
22215         func_import): Invoke it before a join command that reads from stdin,
22216         to avoid "echo: write error: Broken pipe" error messages on stderr.
22217         Reported by Sam Steingold <sds@gnu.org>.
22218
22219 2008-08-30  Bruno Haible  <bruno@clisp.org>
22220
22221         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22222         Code copied from m4/open.m4.
22223         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22224         access and the filename ends in a slash. Code copied from lib/open.c.
22225         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22226         * tests/test-fopen.c (main): Check against bug with trailing slash.
22227
22228 2008-08-29  Bruno Haible  <bruno@clisp.org>
22229
22230         Avoid some "gcc -pedantic" warnings.
22231         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22232         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22233         * lib/dirent.in.h: Likewise.
22234         * lib/fcntl.in.h: Likewise.
22235         * lib/float.in.h: Likewise.
22236         * lib/iconv.in.h: Likewise.
22237         * lib/inttypes.in.h: Likewise.
22238         * lib/locale.in.h: Likewise.
22239         * lib/math.in.h: Likewise.
22240         * lib/netinet_in.in.h: Likewise.
22241         * lib/search.in.h: Likewise.
22242         * lib/signal.in.h: Likewise.
22243         * lib/stdarg.in.h: Likewise.
22244         * lib/stdint.in.h: Likewise.
22245         * lib/stdio.in.h: Likewise.
22246         * lib/stdlib.in.h: Likewise.
22247         * lib/string.in.h: Likewise.
22248         * lib/strings.in.h: Likewise.
22249         * lib/sys_select.in.h: Likewise.
22250         * lib/sys_socket.in.h: Likewise.
22251         * lib/sys_stat.in.h: Likewise.
22252         * lib/sys_time.in.h: Likewise.
22253         * lib/sysexits.in.h: Likewise.
22254         * lib/time.in.h: Likewise.
22255         * lib/unistd.in.h: Likewise.
22256         * lib/wchar.in.h: Likewise.
22257         * lib/wctype.in.h: Likewise.
22258         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22259         * modules/fchdir (Makefile.am): Likewise.
22260         * modules/fcntl (Makefile.am): Likewise.
22261         * modules/float (Makefile.am): Likewise.
22262         * modules/iconv_open (Makefile.am): Likewise.
22263         * modules/inttypes (Makefile.am): Likewise.
22264         * modules/locale (Makefile.am): Likewise.
22265         * modules/math (Makefile.am): Likewise.
22266         * modules/netinet_in (Makefile.am): Likewise.
22267         * modules/search (Makefile.am): Likewise.
22268         * modules/signal (Makefile.am): Likewise.
22269         * modules/stdarg (Makefile.am): Likewise.
22270         * modules/stdint (Makefile.am): Likewise.
22271         * modules/stdio (Makefile.am): Likewise.
22272         * modules/stdlib (Makefile.am): Likewise.
22273         * modules/string (Makefile.am): Likewise.
22274         * modules/strings (Makefile.am): Likewise.
22275         * modules/sys_select (Makefile.am): Likewise.
22276         * modules/sys_socket (Makefile.am): Likewise.
22277         * modules/sys_stat (Makefile.am): Likewise.
22278         * modules/sys_time (Makefile.am): Likewise.
22279         * modules/sysexits (Makefile.am): Likewise.
22280         * modules/time (Makefile.am): Likewise.
22281         * modules/unistd (Makefile.am): Likewise.
22282         * modules/wchar (Makefile.am): Likewise.
22283         * modules/wctype (Makefile.am): Likewise.
22284         Reported by Reuben Thomas <rrt@sc3d.org>.
22285
22286 2008-08-29  Bruno Haible  <bruno@clisp.org>
22287
22288         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22289         any more.
22290
22291 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22292
22293         * MODULES.html.sh (Misc): Add bitrotate.
22294
22295         * modules/bitrotate: New file.
22296
22297         * lib/bitrotate.h: New file.
22298
22299         * modules/bitrotate-tests: New file.
22300
22301         * tests/test-bitrotate.c: New file.
22302
22303         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22304         on the bitrotate module.
22305
22306         * lib/arctwo.c: Use new bitrotate module.
22307
22308 2008-08-29  Jim Meyering  <meyering@redhat.com>
22309
22310         bootstrap: merge changes from coreutils
22311         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22312         of copied files.  Remove a kludge, now that this is fixed.
22313         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22314         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22315         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22316
22317 2008-08-29  Bruno Haible  <bruno@clisp.org>
22318
22319         * MODULES.html.sh: Remove --cvs-urls option.
22320
22321 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22322
22323         maint.mk: adjust to file name change
22324         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22325
22326 2008-08-28  Jim Meyering  <meyering@redhat.com>
22327
22328         * modules/getndelim2 (License): Relicense to LGPLv2+.
22329         Approved by Richard Stallman for the version of 1995, and by
22330         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22331
22332 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22333
22334         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22335         dummy if one is not available.  Do not touch them if
22336         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22337         (getc_maybe_unlocked): New.
22338         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22339
22340 2008-08-26  Eric Blake  <ebb9@byu.net>
22341
22342         doc/INSTALL: resync from autoconf
22343         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22344         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22345         moving...
22346         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22347         * INSTALL: Regenerate.
22348         * INSTALL.ISO: New file.
22349         * INSTALL.UTF-8: Likewise.
22350
22351 2008-08-26  Jim Meyering  <meyering@redhat.com>
22352
22353         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22354         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22355         these definitions conditional, so that they may be overridden, too.
22356
22357 2008-08-26  Bruno Haible  <bruno@clisp.org>
22358
22359         Generate INSTALL file variants with prettier quotes.
22360         * doc/Makefile (INSTALL_PRELUDE): New macro.
22361         (INSTALL): Use it.
22362         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22363
22364 2008-08-26  Bruno Haible  <bruno@clisp.org>
22365
22366         Run makeinfo in an English locale.
22367         * doc/Makefile (MAKEINFO): New variable.
22368
22369 2008-08-26  Bruno Haible  <bruno@clisp.org>
22370
22371         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22372         Suggested by Eric Blake.
22373
22374 2008-08-25  Bruno Haible  <bruno@clisp.org>
22375
22376         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22377
22378 2008-08-25  Eric Blake  <ebb9@byu.net>
22379
22380         c-stack: test that stack overflow can be caught
22381         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22382         that platform allows handling stack overflow; at least OS/2 EMX
22383         has sigaltstack, but crashes before transferring control to
22384         handler on stack overflow.
22385         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22386         check for HAVE_STACK_OVERFLOW_HANDLING.
22387         Reported by Elbert Pol.
22388
22389 2008-08-25  Bruno Haible  <bruno@clisp.org>
22390
22391         * doc/posix-functions/strftime.texi: Fix description of strftime
22392         module.
22393
22394 2008-08-24  Bruno Haible  <bruno@clisp.org>
22395
22396         * tests/uniwidth/test-uc_width2.c: New file.
22397         * tests/uniwidth/test-uc_width2.sh: New file.
22398         * modules/uniwidth/width-tests (Files): Add the new files.
22399         (TESTS): Add uniwidth/test-uc_width2.sh.
22400         (TESTS_ENVIRONMENT): New variable.
22401         (check_PROGRAMS): Add test-uc_width2.
22402         (test_uc_width2_SOURCES): New variable.
22403
22404         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22405         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22406         not 0x00AB.
22407         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22408
22409 2008-08-22  Eric Blake  <ebb9@byu.net>
22410
22411         test-lock, test-tls: mention why a test is skipped
22412         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22413         skipped.
22414         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22415
22416         count-one-bits: relax license
22417         * modules/count-one-bits (License): Relicense to LGPLv2+.
22418         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22419
22420 2008-08-22  Andreas Schwab  <schwab@suse.de>
22421
22422         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22423         Remove spurious space in assignment.
22424
22425 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22426
22427         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22428         Paul Eggert <eggert@CS.UCLA.EDU>.
22429
22430 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22431
22432         * modules/gettext: Add m4/threadlib.m4.
22433
22434 2008-08-19  Eric Blake  <ebb9@byu.net>
22435
22436         test-c-stack: fix compilation failure on FreeBSD 5.0
22437         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22438         headers before <sys/resource.h>.
22439         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22440         the bug.
22441         Reported by Nelson H. F. Beebe.
22442
22443         strverscmp: migrate from "strverscmp.h" to <string.h>
22444         * modules/string (Makefile.am): Add new hooks.
22445         * modules/strverscmp (Files): Remove strverscmp.h.
22446         (Depends-on): Add string.
22447         (configure.ac): Add indicator.
22448         (Include): Mention new header.
22449         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22450         defaults.
22451         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22452         results.
22453         * lib/strverscmp.h: Delete.
22454         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22455         * tests/test-strverscmp.c (includes): Adjust client.
22456         * lib/check-version.c (includes): Likewise.
22457         * NEWS: Document the change.
22458
22459         strverscmp: add unit test
22460         * modules/strverscmp-tests: New file.
22461         * tests/test-strverscmp.c: Likewise.
22462
22463 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22464
22465         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22466         regarding Windows crypto stuff, from Mono.
22467
22468 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22469
22470         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22471         if present, for intel RND.  Return error on failures.
22472
22473 2008-08-18  Ben Pfaff  <blp@gnu.org>
22474
22475         gitlog-to-changelog: give better diagnostic for failed pipe-open
22476         * build-aux/gitlog-to-changelog: Improve error message: suggest
22477         that the version of Git may be too old.
22478
22479 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22480
22481         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22482         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22483
22484 2008-08-18  Bruno Haible  <bruno@clisp.org>
22485
22486         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22487         pthread_in_use().
22488
22489 2008-08-18  Bruno Haible  <bruno@clisp.org>
22490
22491         * lib/glthread/threadlib.c: Include <pthread.h>.
22492
22493 2008-08-18  Bruno Haible  <bruno@clisp.org>
22494
22495         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22496         glthread_recursive_lock_* macros.
22497         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22498         Fix syntax error.
22499
22500 2008-08-18  Bruno Haible  <bruno@clisp.org>
22501
22502         * lib/glthread/thread.c: Avoid forcing a context switch right after
22503         thread creation.
22504
22505 2008-08-17  Bruno Haible  <bruno@clisp.org>
22506
22507         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22508         * lib/glthread/thread.h: Provide Win32 specific implementation.
22509         * modules/thread (Files): Add lib/glthread/thread.c.
22510         (Depends-on): Add lock.
22511         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22512
22513 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22514
22515         New module 'yield'.
22516         * modules/yield: New file.
22517         * lib/glthread/yield.h: New file.
22518         * m4/yield.m4: New file.
22519         * MODULES.html.sh (Multithreading): Add yield.
22520
22521 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22522
22523         New module 'thread'.
22524         * modules/thread: New file.
22525         * lib/glthread/thread.h: New file.
22526         * m4/thread.m4: New file.
22527         * MODULES.html.sh (Multithreading): Add thread.
22528
22529 2008-08-17  Bruno Haible  <bruno@clisp.org>
22530
22531         * lib/glthread/lock.h: Include <stdlib.h> always.
22532         * lib/glthread/tls.h: Likewise.
22533         * lib/glthread/cond.h: Likewise.
22534
22535 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22536
22537         New module 'cond'.
22538         * modules/cond: New file.
22539         * lib/glthread/cond.h: New file.
22540         * lib/glthread/cond.c: New file.
22541         * m4/cond.m4: New file.
22542         * MODULES.html.sh (Multithreading): Add cond.
22543
22544 2008-08-16  Eric Blake  <ebb9@byu.net>
22545
22546         c-stack: fix regression on Irix 5.3 from 2008-06-21
22547         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
22548         sa_sigaction...
22549         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
22550         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
22551         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
22552         * modules/signal (Makefile.am): Use the value.
22553         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
22554         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
22555         * doc/posix-headers/signal.texi (signal.h): Document this
22556         portability issue.
22557         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
22558         Reported by Tom G. Christensen.
22559
22560 2008-08-17  Bruno Haible  <bruno@clisp.org>
22561
22562         New module 'threadlib'.
22563         * modules/threadlib: New file.
22564         * lib/glthread/threadlib.c: New file, extracted from
22565         lib/glthread/lock.c.
22566         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
22567         functions.
22568         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
22569         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
22570         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
22571         macros.
22572         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
22573         (gl_DISABLE_THREADS): Remove macro.
22574         * modules/lock (Files): Remove build-aux/config.rpath.
22575         (Depends-on): Remove havelib. Add threadlib.
22576         (configure.ac-early): Remove section.
22577         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
22578         * modules/tls (Depends-on): Remove lock. Add threadlib.
22579         (Link): New section, copied from threadlib.
22580         * MODULES.html.sh (Multithreading): Add threadlib.
22581
22582 2008-08-14  Bruno Haible  <bruno@clisp.org>
22583
22584         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
22585         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
22586         glthread_rwlock_unlock, glthread_rwlock_destroy,
22587         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
22588         glthread_recursive_lock_destroy): Define as macros always.
22589         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
22590         glthread_lock_lock.
22591         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
22592         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
22593         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
22594         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
22595         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
22596         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
22597         (glthread_recursive_lock_lock_func): Renamed from
22598         glthread_recursive_lock_lock.
22599         (glthread_recursive_lock_unlock_func): Renamed from
22600         glthread_recursive_lock_unlock.
22601         (glthread_recursive_lock_destroy_func): Renamed from
22602         glthread_recursive_lock_destroy.
22603
22604 2008-08-14  Bruno Haible  <bruno@clisp.org>
22605
22606         * lib/glthread/lock.h: Renamed from lib/lock.h.
22607         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
22608         * lib/glthread/tls.h: Renamed from lib/tls.h.
22609         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
22610         * lib/fstrcmp.c: Update includes.
22611         * lib/strsignal.c: Update includes.
22612         * modules/lock (Files, Makefile.am): Update.
22613         (Include): Change to "glthread/lock.h".
22614         * modules/tls (Files, Makefile.am): Update.
22615         (Include): Change to "glthread/tls.h".
22616         * tests/test-lock.c: Update includes.
22617         * tests/test-tls.c: Update includes.
22618         * NEWS: Mention the renamed header files.
22619
22620 2008-08-11  Jim Meyering  <meyering@redhat.com>
22621
22622         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
22623
22624 2008-08-11  Eric Blake  <ebb9@byu.net>
22625
22626         test-c-stack: avoid C99-ism
22627         * tests/test-c-stack.c (main): Fix whitespace, move declaration
22628         before statement.
22629         Reported by Alain Guibert.
22630
22631 2008-08-10  Jim Meyering  <meyering@redhat.com>
22632
22633         ensure that return value of uinttostr et al are not ignored
22634         * lib/inttostr.h (__GNUC_PREREQ): Define.
22635         (__attribute_warn_unused_result__): Define.
22636         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
22637
22638 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
22639
22640         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
22641         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
22642
22643 2008-08-07  Jim Meyering  <meyering@redhat.com>
22644
22645         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
22646
22647         * modules/mkstemp (License): Relicense under LGPLv2+.
22648         * modules/tempname (License): Likewise.
22649
22650 2008-08-06  Bruno Haible  <bruno@clisp.org>
22651
22652         * lib/poll.c (poll): Further micro-optimization.
22653
22654 2008-08-06  Jim Meyering  <meyering@redhat.com>
22655
22656         inet_pton.c: use locale-independent tolower
22657         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
22658         (inet_pton6): Use c_tolower rather than tolower.
22659         * modules/inet_pton (Depends-on): Add c-ctype.
22660
22661 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
22662
22663         * lib/poll.c (poll): Avoid division when timeout is 0, cache
22664         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
22665
22666 2008-08-06  Jim Meyering  <meyering@redhat.com>
22667
22668         * modules/inet_pton (License): Relicense under LGPLv2+.
22669
22670 2008-08-03  Bruno Haible  <bruno@clisp.org>
22671
22672         Additional non-aborting API for lock and tls.
22673         * lib/lock.h: Include <errno.h>.
22674         (glthread_lock_init): New macro/function.
22675         (gl_lock_init): Define as wrapper around glthread_lock_init.
22676         (glthread_lock_lock): New macro/function.
22677         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
22678         (glthread_lock_unlock): New macro/function.
22679         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
22680         (glthread_lock_destroy): New macro/function.
22681         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
22682         (glthread_rwlock_init): New macro/function.
22683         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
22684         (glthread_rwlock_rdlock): New macro/function.
22685         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
22686         (glthread_rwlock_wrlock): New macro/function.
22687         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
22688         (glthread_rwlock_unlock): New macro/function.
22689         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
22690         (glthread_rwlock_destroy): New macro/function.
22691         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
22692         (glthread_recursive_lock_init): New macro/function.
22693         (gl_recursive_lock_init): Define as wrapper around
22694         glthread_recursive_lock_init.
22695         (glthread_recursive_lock_lock): New macro/function.
22696         (gl_recursive_lock_lock): Define as wrapper around
22697         glthread_recursive_lock_lock.
22698         (glthread_recursive_lock_unlock): New macro/function.
22699         (gl_recursive_lock_unlock): Define as wrapper around
22700         glthread_recursive_lock_unlock.
22701         (glthread_recursive_lock_destroy): New macro/function.
22702         (gl_recursive_lock_destroy): Define as wrapper around
22703         glthread_recursive_lock_destroy.
22704         (glthread_once): New macro/function.
22705         (gl_once): Define as wrapper around glthread_once.
22706         Update function declarations.
22707         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
22708         glthread_rwlock_init. Return error code.
22709         (glthread_rwlock_rdlock_multithreaded): Renamed from
22710         glthread_rwlock_rdlock. Return error code.
22711         (glthread_rwlock_wrlock_multithreaded): Renamed from
22712         glthread_rwlock_wrlock. Return error code.
22713         (glthread_rwlock_unlock_multithreaded): Renamed from
22714         glthread_rwlock_unlock. Return error code.
22715         (glthread_rwlock_destroy_multithreaded): Renamed from
22716         glthread_rwlock_destroy. Return error code.
22717         (glthread_recursive_lock_init_multithreaded): Renamed from
22718         glthread_recursive_lock_init. Return error code.
22719         (glthread_recursive_lock_lock_multithreaded): Renamed from
22720         glthread_recursive_lock_lock. Return error code.
22721         (glthread_recursive_lock_unlock_multithreaded): Renamed from
22722         glthread_recursive_lock_unlock. Return error code.
22723         (glthread_recursive_lock_destroy_multithreaded): Renamed from
22724         glthread_recursive_lock_destroy. Return error code.
22725         (glthread_once_call): Make static.
22726         (glthread_once_multithreaded): Renamed from glthread_once.
22727         * lib/tls.h: Include <errno.h>.
22728         (glthread_tls_key_init): New macro/function.
22729         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
22730         (glthread_tls_set): New macro/function.
22731         (gl_tls_set): Define as wrapper around glthread_tls_set.
22732         (glthread_tls_key_destroy): New macro/function.
22733         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
22734         Update function declarations.
22735         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
22736         glthread_tls_get.
22737         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22738
22739 2008-08-04  Eric Blake  <ebb9@byu.net>
22740
22741         gnumakefile: use space, not TAB, outside of targets
22742         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
22743
22744 2008-08-02  Jim Meyering  <meyering@redhat.com>
22745
22746         getdate.y: avoid locale-dependent date parsing failure
22747         In Turkish locales, getdate would fail to recognize keywords
22748         containing a lowercase "i".  The solution is not to rely on
22749         locale-sensitive case-conversion.
22750         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
22751         (lookup_word): Use c_toupper in place of toupper.
22752         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
22753         Reported by Vefa Bicakci <bicave@superonline.com> in
22754         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
22755         * modules/getdate (Depends-on): Add c-ctype.
22756
22757 2008-08-02  Bruno Haible  <bruno@clisp.org>
22758
22759         * gnulib-tool (func_import): When updating or creating a .gitignore
22760         file, prepend each added line with a slash, and ignore leading slashes
22761         from the existing lines.
22762         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22763
22764 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22765
22766         Portability fix for GNU make 3.79.1.
22767         * top/GNUmakefile: Avoid 'else COND', which older GNU make
22768         versions do not understand.
22769
22770 2008-08-01  Bruno Haible  <bruno@clisp.org>
22771
22772         Work around bug of HP-UX 10.20 cc with -0.0 literal.
22773         * tests/test-isnanf.h (zero): New variable.
22774         (main): Avoid literal -0.0f.
22775         * tests/test-isnand.h (zero): New variable.
22776         (main): Avoid literal -0.0.
22777         * tests/test-isnanl.h (zero): New variable.
22778         (main): Avoid literal -0.0L.
22779         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
22780         (test_float, test_double, test_long_double): Avoid literals -0.0f,
22781         -0.0, -0.0L.
22782         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
22783         (test_signbitd): Avoid literal -0.0.
22784         (test_signbitl): Avoid literal -0.0L.
22785         * tests/test-ceilf1.c (zero): New variable.
22786         (main): Avoid literal -0.0f.
22787         * tests/test-ceill.c (zero): New variable.
22788         (main): Avoid literal -0.0L.
22789         * tests/test-floorf1.c (zero): New variable.
22790         (main): Avoid literal -0.0f.
22791         * tests/test-floorl.c (zero): New variable.
22792         (main): Avoid literal -0.0L.
22793         * tests/test-roundf1.c (zero): New variable.
22794         (main): Avoid literal -0.0f.
22795         * tests/test-round1.c (zero): New variable.
22796         (main): Avoid literal -0.0.
22797         * tests/test-roundl.c (zero): New variable.
22798         (main): Avoid literal -0.0L.
22799         * tests/test-truncf1.c (zero): New variable.
22800         (main): Avoid literal -0.0f.
22801         * tests/test-trunc1.c (zero): New variable.
22802         (main): Avoid literal -0.0.
22803         * tests/test-truncl.c (zero): New variable.
22804         (main): Avoid literal -0.0L.
22805         * tests/test-frexp.c (zero): New variable.
22806         (main): Avoid literal -0.0.
22807         * tests/test-frexpl.c (zero): New variable.
22808         (main): Avoid literal -0.0L.
22809         * tests/test-ldexpl.c (zero): New variable.
22810         (main): Avoid literal -0.0L.
22811         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22812         (zerod, zerol): New variables.
22813         (test_function): Avoid literals -0.0, -0.0L.
22814         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22815         (zerod, zerol): New variables.
22816         (test_function): Avoid literals -0.0, -0.0L.
22817         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22818         (zerod, zerol): New variables.
22819         (test_function): Avoid literals -0.0, -0.0L.
22820         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22821         (zerod, zerol): New variables.
22822         (test_function): Avoid literals -0.0, -0.0L.
22823         * tests/test-strtod.c (zero): New variable.
22824         (main): Avoid literal -0.0.
22825         Reported by Jonathan C. Patschke <jp@centtech.com>.
22826
22827 2008-07-31  Jim Meyering  <meyering@redhat.com>
22828
22829         sha256.h: correct definition of SHA224_DIGEST_SIZE
22830         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
22831         Reported by Paulie Pena IV <paulie4@gmail.com>.
22832         Define as 224 / 8, rather than as a literal.
22833         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
22834         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
22835         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
22836
22837 2008-07-31  Bruno Haible  <bruno@clisp.org>
22838
22839         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
22840         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
22841         Reported by Jonathan Patschke <jp@centtech.com>.
22842
22843 2008-07-31  Bruno Haible  <bruno@clisp.org>
22844
22845         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
22846         Reported by Paolo Bonzini <bonzini@gnu.org>.
22847
22848 2008-07-30  Eric Blake  <ebb9@byu.net>
22849
22850         test-strtod: allow compilation without -lm
22851         * tests/test-strtod.c (main): Avoid link dependence on fabs.
22852         Reported by Dennis Clarke <blastwave@gmail.com>.
22853
22854 2008-07-28  Jim Meyering  <meyering@redhat.com>
22855
22856         bootstrap: work also when there are no .po files in po/
22857         * build-aux/bootstrap (update_po_files): Complete the change
22858         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
22859
22860 2008-07-27  Jim Meyering  <meyering@redhat.com>
22861
22862         * users.txt: Add zile.
22863
22864 2008-07-26  Ben Pfaff  <blp@gnu.org>
22865
22866         Add missing dependencies on new m4/exponent[fdl].m4 files.
22867         * modules/isnanf-nolibm: Add m4/exponentf.m4.
22868         * modules/isnand-nolibm: Add m4/exponentd.m4.
22869         * modules/isnanl-nolibm: Add m4/exponentl.m4.
22870         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
22871         m4/isnan[fdl].m4, because the macros actually used moved.
22872         Reported by Jim Meyering.
22873
22874 2008-07-14  Ben Pfaff  <blp@gnu.org>
22875
22876         Add isinf module.
22877         * lib/isinf.c: New file.
22878         * lib/math.in.h: Define isinf macro if we have decided to replace
22879         it.
22880         * m4/isinf.m4: New file.
22881         * m4/math_h.m4: Initialize and substitute variables for isinf
22882         module.
22883         * modules/isinf: New file.
22884         * modules/isinf-tests: New file.
22885         * modules/math: Add substitutions for new module.
22886         * tests/test-isinf.c: New file.
22887         * doc/posix-functions/isinf.texi: Mention new module.
22888         * MODULES.html.sh: Mention new module.
22889
22890 2008-07-14  Ben Pfaff  <blp@gnu.org>
22891
22892         Factor out some macros for use by additional modules.
22893         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
22894         exponentf.m4.
22895         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
22896         exponentd.m4.
22897         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
22898         file exponentl.m4.
22899         * m4/exponentf.m4: New file.
22900         * m4/exponentd.m4: New file.
22901         * m4/exponentl.m4: New file.
22902         * modules/isnanf: Use new file m4/exponentf.m4.
22903         * modules/isnand: Use new file m4/exponentd.m4.
22904         * modules/isnanl: Use new file m4/exponentl.m4.
22905
22906 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
22907
22908         mktime.c: normalize tp->tm_isdst value to -1/0/1.
22909         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
22910         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
22911         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
22912
22913         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
22914         readlink on platforms without PATH_MAX.
22915
22916 2008-07-21  Eric Blake  <ebb9@byu.net>
22917
22918         Warn, not fail, on stale version.
22919         * top/GNUmakefile (_curr-ver): Tone down previous patch.
22920
22921         Don't allow installation with stale devel version number.
22922         * top/GNUmakefile (_is-install-target): New macro.
22923         (_curr-ver): Forbid installation with stale version number.
22924
22925 2008-07-20  Bruno Haible  <bruno@clisp.org>
22926
22927         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
22928         TESTS_ENVIRONMENT.
22929         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
22930
22931 2008-07-20  Bruno Haible  <bruno@clisp.org>
22932
22933         * lib/c-stack.h (c_stack_action): Add documentation.
22934         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
22935
22936 2008-07-20  Bruno Haible  <bruno@clisp.org>
22937
22938         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
22939         * modules/readlink (License): Likewise.
22940
22941 2008-07-17  Eric Blake  <ebb9@byu.net>
22942
22943         * modules/c-stack (Link): Fix typo.
22944
22945         Make c-stack use libsigsegv, when available.
22946         * modules/c-stack (Depends-on): Add libsigsegv.
22947         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
22948         needed.
22949         * lib/c-stack.c (SIGSTKSZ): Define fallback.
22950         (segv_handler, overflow_handler, c_stack_action)
22951         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
22952         implementation when libsigsegv is available, but only when using
22953         the library is necessary.
22954         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
22955         comment, explaining why XSI check fails on Linux.
22956         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
22957         * tests/test-c-stack2.sh: Tweak skip message.
22958         * NEWS: Document new link-time requirements.
22959
22960 2008-07-16  Eric Blake  <ebb9@byu.net>
22961
22962         c-stack: Expose false positives when not using libsigsegv.
22963         * modules/c-stack-tests (Files): Expand test.
22964         * tests/test-c-stack.c (main): Add means to conditionally trigger
22965         non-overflow SIGSEGV.
22966         * tests/test-c-stack2.sh: New file.
22967
22968 2008-07-14  Bruno Haible  <bruno@clisp.org>
22969
22970         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
22971         Reported by Eric Blake.
22972
22973 2008-07-14  Sam Steingold  <sds@gnu.org>
22974             Bruno Haible  <bruno@clisp.org>
22975
22976         New module libsigsegv.
22977         * modules/libsigsegv: New file.
22978         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
22979         modifications.
22980         * MODULES.html.sh (Signal handling): New section.
22981
22982 2008-07-14  Bruno Haible  <bruno@clisp.org>
22983
22984         * modules/unictype/ctype-* (Description): Add the word "function".
22985         Improves the resulting doc in MODULES.html.
22986
22987 2008-07-12  Ben Pfaff  <blp@gnu.org>
22988
22989         Add longlong module.
22990         * modules/longlong: New file.
22991
22992 2008-07-12  Bruno Haible  <bruno@clisp.org>
22993
22994         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
22995         to empty.
22996
22997 2008-07-10  Ben Pfaff  <blp@gnu.org>
22998
22999         Add isnan module.
23000         * doc/posix-functions/isnan.texi: Mention new module.
23001         * lib/math.in.h: Define isnan macro if we have decided to replace
23002         it.
23003         * m4/isnan.m4: New file.
23004         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23005         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23006         also.
23007         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23008         redundancy.
23009         * m4/math_h.m4: Initialize and substitute variables for isnan
23010         module.
23011         * modules/isnan: New file.
23012         * modules/isnan-tests: New file.
23013         * modules/math: Add substitutions for new module.
23014         * tests/test-isnan.c: New file.
23015         * MODULES.html.sh: Mention new module.
23016
23017 2008-07-10  Ben Pfaff  <blp@gnu.org>
23018
23019         Add isnanf module.
23020         * lib/isnanf.m4: New file.
23021         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23022         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23023         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23024         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23025         * modules/isnanf: New file.
23026         * modules/isnanf-tests: New file.
23027         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23028         files.
23029         * tests/test-isnanf-nolibm.c: factored most of its contents into
23030         new file tests/test-isnanf.h.
23031         * tests/test-isnanf.h: New file.
23032         * tests/test-isnanf.c: New file.
23033         * MODULES.html.sh: Mention new module.
23034         * doc/glibc-functions/isnanf.texi: Mention new module.
23035
23036 2008-07-10  Ben Pfaff  <blp@gnu.org>
23037
23038         Add isnand module.
23039         * lib/isnand.h: New file.
23040         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23041         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23042         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23043         functionality also.
23044         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23045         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23046         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23047         * modules/isnand: New file.
23048         * modules/isnand-tests: New file.
23049         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23050         files.
23051         * tests/test-isnand-nolibm.c: factored most of its contents into
23052         new file tests/test-isnand.h.
23053         * tests/test-isnand.h: New file.
23054         * tests/test-isnand.c: New file.
23055         * MODULES.html.sh: Mention new module.
23056
23057 2008-07-10  Ben Pfaff  <blp@gnu.org>
23058
23059         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23060         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23061         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23062         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23063         * modules/isnanf-nolibm: Update references to renamed files.
23064         * modules/isnand-nolibm: Likewise.
23065         * modules/isnanf-nolibm-tests: Likewise.
23066         * modules/isnand-nolibm-tests: Likewise.
23067         * lib/frexp.c: Likewise.
23068         * lib/isfinite.c: Likewise.
23069         * lib/signbitd.c: Likewise.
23070         * lib/signbitf.c: Likewise.
23071         * lib/vasnprintf.c: Likewise.
23072         * tests/test-ceilf1.c: Likewise.
23073         * tests/test-ceilf2.c: Likewise.
23074         * tests/test-floorf1.c: Likewise.
23075         * tests/test-floorf2.c: Likewise.
23076         * tests/test-frexp.c: Likewise.
23077         * tests/test-round1.c: Likewise.
23078         * tests/test-round2.c: Likewise.
23079         * tests/test-roundf1.c: Likewise.
23080         * tests/test-strtod.c: Likewise.
23081         * tests/test-trunc1.c: Likewise.
23082         * tests/test-trunc2.c: Likewise.
23083         * tests/test-truncf1.c: Likewise.
23084         * tests/test-truncf2.c: Likewise.
23085         * NEWS: Mention the renamed header files.
23086
23087 2008-07-11  Jim Meyering  <meyering@redhat.com>
23088
23089         vc-list-files: make the last-resort awk code more portable
23090         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23091         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23092         does not support it.
23093
23094 2008-07-10  Eric Blake  <ebb9@byu.net>
23095
23096         Work with tar's bootstrap.
23097         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23098         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23099         an m4 comment.
23100
23101 2008-07-09  Jim Meyering  <meyering@redhat.com>
23102
23103         posix-shell.m4: fix typo that made this test malfunction
23104         * m4/posix-shell.m4: Remove capitalization in variable name.
23105
23106 2008-07-08  Bruno Haible  <bruno@clisp.org>
23107
23108         * m4/onceonly.m4: Update comments.
23109         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23110
23111 2008-07-04  Jim Meyering  <meyering@redhat.com>
23112
23113         * users.txt: Add vc-dwim.
23114         (bison, coreutils): Use the gitweb URL.
23115
23116 2008-07-03  Jim Meyering  <meyering@redhat.com>
23117
23118         * users.txt: Add libffcall.  From Sam Steingold.
23119
23120 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23121
23122         getdate.y: do not ignore TZ with relative day, month or year offset
23123         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23124         relative-date-handling, since otherwise, the latter would clobber the
23125         sole output (an updated Start value) of the tz-handling block.
23126         * tests/test-getdate.c: Tests for the fix
23127
23128 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23129
23130         Recognize 'foo_LIBRARIES += libgnu.a'.
23131         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23132         makefile snippet has already specified an installation location,
23133         also using '+='.
23134
23135 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23136
23137         getdate.y: factor out common actions
23138         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23139         Use them in place of open-coded actions.
23140
23141 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23142
23143         Add self-test for getdate module.
23144         * modules/getdate-tests: New file.
23145         * tests/test-getdate.c: New file.
23146
23147 2008-06-29  Bruno Haible  <bruno@clisp.org>
23148
23149         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23150         .gitignore.
23151         Reported by Sylvain Beucler <beuc@beuc.net>.
23152
23153 2008-06-29  Bruno Haible  <bruno@clisp.org>
23154
23155         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23156         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23157
23158 2008-06-29  Bruno Haible  <bruno@clisp.org>
23159
23160         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23161         EXTRA_DIST.
23162         Reported by Sylvain Beucler <beuc@beuc.net>.
23163
23164 2008-06-26  Jim Meyering  <meyering@redhat.com>
23165
23166         make several modules depend on the "open" module
23167         This provides slightly increased consistency when opening-for-write
23168         the name of a non-directory spelled with a trailing slash.
23169         * modules/chdir-safer: Likewise.
23170         * modules/chown: Likewise.
23171         * modules/clean-temp: Likewise.
23172         * modules/copy-file: Likewise.
23173         * modules/fchdir: Likewise.
23174         * modules/fcntl-safer: Likewise.
23175         * modules/pipe: Likewise.
23176         * modules/utime: Likewise.
23177         Prompted by Eric Blake and Bruno Haible.
23178
23179 2008-06-24  Andreas Schwab  <schwab@suse.de>
23180
23181         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23182         literals can be used as initializers for global variables.
23183
23184 2008-06-23  Eric Blake  <ebb9@byu.net>
23185
23186         Make gnulib-cache.m4 easier to diff.
23187         * gnulib-tool (func_import): Allow newlines when reading cached
23188         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23189
23190 2008-06-23  Bruno Haible  <bruno@clisp.org>
23191
23192         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23193         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23194         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23195         m4/signalblocking.m4.
23196         (gl_PREREQ_SIGACTION): Don't invoke it.
23197         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23198         gl_PREREQ_SIG_HANDLER_H.
23199         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23200         Don't check for sigaction here.
23201
23202 2008-06-23  Bruno Haible  <bruno@clisp.org>
23203
23204         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23205         (install_handlers): Don't set the SA_RESETHAND flag.
23206
23207 2008-06-23  Bruno Haible  <bruno@clisp.org>
23208
23209         * m4/sigaction.m4: Comment fixes.
23210         * lib/signal.in.h: Likewise.
23211
23212 2008-06-23  Eric Blake  <ebb9@byu.net>
23213
23214         Fix typo.
23215         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23216
23217         Avoid SA_ namespace.
23218         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23219         Reported by Ralf Wildenhues.
23220
23221         Avoid test failure due to SA_RESTORER.
23222         * tests/test-sigaction.c (SA_MASK): New macro.
23223         (main): Avoid failing due to extension flags being set.
23224         Reported by Jim Meyering.
23225
23226         Revert use of sig-handler.h in sigprocmask.c.
23227         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23228         it requires the existence of struct sigaction.
23229         * lib/sigprocmask.c (handler_t): Restore typedef.
23230         (rpl_signal, old_handlers): Use local type.
23231
23232 2008-06-22  Bruno Haible  <bruno@clisp.org>
23233
23234         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23235         conditionally.
23236         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23237
23238 2008-06-22  Bruno Haible  <bruno@clisp.org>
23239
23240         * doc/posix-functions/siginterrupt.texi: Move note.
23241
23242         * lib/signal.in.h (SA_RESTART): New macro.
23243         * lib/sigaction.c: Update comment.
23244
23245         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23246
23247         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23248         (gl_PREREQ_SIGPROCMASK): Invoke it.
23249         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23250
23251         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23252
23253         * lib/sigprocmask.c: Update a comment.
23254
23255 2008-06-21  Eric Blake  <ebb9@byu.net>
23256
23257         Use sigaction module rather than signal().
23258         * modules/c-stack (Depends-on): Add sigaction.
23259         * modules/fatal-signal (Depends-on): Likewise.
23260         * modules/nanosleep (Depends-on): Likewise.
23261         * modules/sigprocmask (Files): Add sig-handler.h.
23262         * modules/sigaction (Files): Likewise.
23263         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23264         Eggert.
23265         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23266         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23267         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23268         (init_fatal_signals): Likewise.
23269         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23270         (siginterrupt): Delete fallback.
23271         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23272         instead.
23273         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23274         siginterrupt.
23275
23276         New module sigaction, for mingw.
23277         * modules/sigaction: New module...
23278         * modules/sigaction-tests: ...and its test.
23279         * m4/sigaction.m4: New file.
23280         * lib/sigaction.c: Likewise.
23281         * tests/test-sigaction.c: Likewise.
23282         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23283         * modules/signal (Makefile.am): Likewise.
23284         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23285         needed.
23286         * doc/posix-headers/signal.texi (signal.h): Mention provided
23287         types.
23288         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23289         that sigaction is preferable.
23290         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23291         module.
23292         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23293         sigaction.
23294
23295         Improve robustness of sigprocmask by overriding signal.
23296         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23297         is in use.
23298         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23299         (SIGKILL, SIGSTOP): Provide fallbacks.
23300         (rpl_signal): Implement.
23301         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23302         signal can be called inside handlers.
23303
23304         Fix nanosleep module on mingw.
23305         * modules/nanosleep (Depends-on): Add sys_select.
23306         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23307
23308         Fix licensing of sigprocmask.
23309         * modules/raise (License): Relicense as LGPL.
23310
23311 2008-06-21  Bruno Haible  <bruno@clisp.org>
23312
23313         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23314         result if it contains question marks.
23315         Reported by Michael Geng <linux@michaelgeng.de>.
23316
23317 2008-06-19  Bruno Haible  <bruno@clisp.org>
23318
23319         Fix CVS-ism.
23320         * doc/gnulib.texi: Include updated-stamp.texi.
23321         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23322         (updated-stamp.texi): New rule.
23323         (gnulib.info): Depend on it.
23324         * doc/.gitignore: Add updated-stamp.texi.
23325         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23326
23327 2008-06-19  Bruno Haible  <bruno@clisp.org>
23328
23329         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23330         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23331
23332 2008-06-19  Eric Blake  <ebb9@byu.net>
23333
23334         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23335         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23336         Reported by Stepan Kasal.
23337
23338 2008-06-18  Bruno Haible  <bruno@clisp.org>
23339
23340         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23341         Reported by Eric Blake.
23342
23343 2008-06-18  Eric Blake  <ebb9@byu.net>
23344
23345         Work around cygwin 1.5.25 strsignal bug.
23346         * tests/test-strsignal.c: Allow for const char *.
23347         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23348
23349 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23350
23351         * users.txt: Update URL to article and add author/date
23352         information.
23353
23354 2008-06-17  Bruno Haible  <bruno@clisp.org>
23355
23356         New macro gl_DISABLE_THREADS.
23357         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23358         if the user did not pass --enable-threads or --disable-threads option.
23359         (gl_DISABLE_THREADS): New macro.
23360         Reported by Eric Blake <ebb9@byu.net>.
23361
23362 2008-06-17  Bruno Haible  <bruno@clisp.org>
23363
23364         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23365         when the macro ignores it.
23366         Based on a patch by Eric Blake <ebb9@byu.net>.
23367
23368 2008-06-17  Bruno Haible  <bruno@clisp.org>
23369
23370         * modules/tls (License): Change to LGPLv2+.
23371         Reported by Eric Blake.
23372
23373 2008-06-17  Eric Blake  <ebb9@byu.net>
23374
23375         Simplify c-stack prerequisites.
23376         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23377         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23378         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23379         check.
23380         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23381         <sys/resource.h>.
23382
23383         Move c-stack test into testsuite.
23384         * modules/c-stack-tests: New file.
23385         * lib/c-stack.c [DEBUG]: Move test program...
23386         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23387         fail test if sigaltstack is lacking.
23388         * tests/test-c-stack.sh: New driver file.
23389
23390 2008-06-16  Eric Blake  <ebb9@byu.net>
23391
23392         Use raise module consistently.
23393         * modules/fatal-signal (Depends-on): Add raise.
23394         * modules/sigprocmask (Depends-on): Likewise.
23395         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23396         * lib/sigprocmask.c (sigprocmask): Likewise.
23397         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23398         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23399
23400         Fix compliance bug in sigpending.
23401         * lib/sigprocmask.c (sigpending): Return pending array via
23402         parameter, not return value.
23403
23404 2008-06-14  Eric Blake  <ebb9@byu.net>
23405
23406         Improve obstack-printf test code.
23407         * tests/test-obstack-printf.c (test_function): Fix comment, and
23408         simplify usage of obstack_* in macros.  Add a test for coverage.
23409         Reported by Bruno Haible.
23410
23411 2008-06-14  Bruno Haible  <bruno@clisp.org>
23412
23413         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23414         array size as a constant, not as a const variable.
23415         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23416         AC_USE_SYSTEM_EXTENSIONS.
23417         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23418         Test whether the obstack_printf function actually exists.
23419         * modules/obstack-printf (Depends-on): Add extensions.
23420         (Include): Remove obstack.h.
23421         * modules/obstack-printf-posix (Depends-on): Add extensions.
23422         (Include): Remove obstack.h.
23423
23424 2008-06-13  Eric Blake  <ebb9@byu.net>
23425
23426         Add obstack-printf and obstack-printf-posix modules.
23427         * modules/obstack-printf: New file.
23428         * modules/obstack-printf-posix: Likewise.
23429         * MODULES.html.sh (Misc): Mention them.
23430         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23431         Likewise.
23432         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23433         Likewise.
23434         * modules/stdio (Makefile.am): Accomodate new modules.
23435         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23436         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23437         Declare.
23438         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23439         functions.
23440         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23441         (gl_REPLACE_OBSTACK_PRINTF): New macros
23442         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23443         * tests/test-obstack-printf.c: New file.
23444         * modules/obstack-printf-tests: Likewise.
23445         * modules/obstack-printf-posix-tests: Likewise.
23446
23447 2008-06-11  Bruno Haible  <bruno@clisp.org>
23448
23449         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23450         * lib/open.c: Include errno.h.
23451         (open): Fail when attempting to write to a file that has a trailing
23452         slash.
23453         * tests/test-open.c (main): Test against trailing slash bug.
23454         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23455
23456 2008-06-10  Bruno Haible  <bruno@clisp.org>
23457
23458         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23459         for $? to work inside the trap command, with various /bin/sh-s.
23460         * tests/test-vc-list-files-cvs.sh: Likewise.
23461
23462 2008-06-10  Bruno Haible  <bruno@clisp.org>
23463
23464         * lib/acl-internal.h: Don't include gettext.h here.
23465         * lib/set-mode-acl.c: Include gettext.h here.
23466         * lib/copy-acl.c: Likewise.
23467
23468 2008-06-10  Bruno Haible  <bruno@clisp.org>
23469
23470         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23471         * lib/wait-process.c (wait_subprocess): Likewise.
23472         * lib/execute.h (execute): Add termsigp argument.
23473         * lib/execute.c (execute): Likewise.
23474         * lib/csharpcomp.c (compile_csharp_using_pnet,
23475         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23476         * lib/csharpexec.c (execute_csharp_using_pnet,
23477         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23478         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23479         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23480         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23481         is_jikes_present): Update.
23482         * lib/javaexec.c (execute_java_class): Update.
23483         * lib/javaversion.c (execute_and_read_line): Update.
23484         * NEWS: Document the changes.
23485         Reported by Eric Blake.
23486
23487 2008-06-10  Eric Blake  <ebb9@byu.net>
23488
23489         Add missing include.
23490         * tests/test-strstr.c (includes): Add <signal.h>.
23491         * tests/test-strcasestr.c (includes): Likewise.
23492         * tests/test-memmem.c (includes): Likewise.
23493
23494 2008-06-10  Bruno Haible  <bruno@clisp.org>
23495
23496         * lib/wait-process.c (wait_subprocess): Add an assertion.
23497
23498 2008-06-10  Bruno Haible  <bruno@clisp.org>
23499
23500         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23501
23502 2008-06-10  Bruno Haible  <bruno@clisp.org>
23503
23504         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23505         using alarm().
23506         * tests/test-strcasestr.c (main): Likewise.
23507         * tests/test-strstr.c (main): Likewise.
23508
23509 2008-06-09  Bruno Haible  <bruno@clisp.org>
23510
23511         Work around the Solaris 10 ACE ACLs ABI change.
23512         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23513         declare if ACL_NO_TRIVIAL is present.
23514         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23515         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23516         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23517         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23518         define if ACL_NO_TRIVIAL is present.
23519         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23520         and use the current ABI.
23521         (file_has_acl): Use same #if condition as elsewhere.
23522         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23523         in use, and use the current ABI.
23524         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23525         Reported by Jim Meyering.
23526
23527 2008-06-09  Eric Blake  <ebb9@byu.net>
23528
23529         Work around environments that (stupidly) ignore SIGALRM.
23530         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23531         before using alarm().
23532         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23533         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23534         Reported by Ian Beckwith <ianb@erislabs.net>.
23535
23536         Produce autobuild blurb earlier in log.
23537         * modules/autobuild (configure.ac-early): Move AB_INIT here.
23538
23539 2008-06-09  Jim Meyering  <meyering@redhat.com>
23540         and Ondřej Vašík  <ovasik@redhat.com>
23541
23542         utimens.c: correct kernel bug work-around
23543         Ondřej Vašík found that the invalid return value of 280 indicates
23544         failure, not success, and the kernel bug we're trying to work
23545         around affects not just the utimensat call, but also the fallback
23546         futimens call.
23547         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
23548         not success.
23549         [HAVE_FUTIMENS]: Use the same work-around, here.
23550
23551 2008-06-09  Jim Meyering  <meyering@redhat.com>
23552
23553         add more guards around definition of ACE_-related code
23554         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
23555         ALLOW and ACE_OWNER are also defined.
23556
23557 2008-06-08  Bruno Haible  <bruno@clisp.org>
23558
23559         * lib/acl-internal.h: Add me as co-author.
23560         * lib/file-has-acl.c: Likewise.
23561         * lib/set-mode-acl.c: Likewise.
23562         * lib/copy-acl.c: Likewise.
23563
23564 2008-06-08  Bruno Haible  <bruno@clisp.org>
23565
23566         Add support for AIX ACLs.
23567         * lib/acl-internal.h (acl_nontrivial): New declaration.
23568         * lib/file-has-acl.c (acl_nontrivial): New function.
23569         (file_has_acl): Add implementation using AIX 4 ACL API.
23570         * lib/set-mode-acl.c (qset_acl): Likewise.
23571         * lib/copy-acl.c (qcopy_acl): Likewise.
23572
23573 2008-06-08  Bruno Haible  <bruno@clisp.org>
23574
23575         Add support for HP-UX ACLs.
23576         * lib/acl-internal.h (acl_nontrivial): New declaration.
23577         * lib/file-has-acl.c (acl_nontrivial): New function.
23578         (file_has_acl): Add implementation using HP-UX 11 ACL API.
23579         * lib/set-mode-acl.c (qset_acl): Likewise.
23580         * lib/copy-acl.c (qcopy_acl): Likewise.
23581
23582 2008-06-08  Bruno Haible  <bruno@clisp.org>
23583
23584         Add support for Cygwin ACLs.
23585         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
23586         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
23587         the chmod_or_fchmod call.
23588         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
23589
23590 2008-06-08  Bruno Haible  <bruno@clisp.org>
23591
23592         Fix bug with setuid modes in Solaris 10+ code.
23593         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
23594         succeeded, when the mode contains some special bits.
23595
23596 2008-06-08  Bruno Haible  <bruno@clisp.org>
23597
23598         Add support for Solaris 7..10 ACLs.
23599         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
23600         declarations.
23601         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
23602         functions.
23603         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
23604         * lib/set-mode-acl.c (qset_acl): Likewise.
23605         * lib/copy-acl.c (qcopy_acl): Likewise.
23606
23607 2008-06-08  Bruno Haible  <bruno@clisp.org>
23608
23609         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
23610         declaration.
23611         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
23612         (acl_access_nontrivial): Remove MacOS X case.
23613         (file_has_acl): Use acl_extended_nontrivial.
23614         * lib/copy-acl.c (qcopy_acl): Likewise.
23615
23616 2008-06-08  Bruno Haible  <bruno@clisp.org>
23617
23618         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
23619
23620 2008-06-08  Jim Meyering  <meyering@redhat.com>
23621
23622         * modules/acl (Maintainer): Add Bruno Haible.
23623
23624 2008-06-07  Bruno Haible  <bruno@clisp.org>
23625
23626         Improve support for Tru64 ACLs.
23627         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
23628         ACL on OSF/1.
23629
23630 2008-06-07  Bruno Haible  <bruno@clisp.org>
23631
23632         Add support for MacOS X ACLs.
23633         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
23634         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
23635         * lib/set-mode-acl.c (qset_acl): Likewise.
23636         * lib/copy-acl.c (qcopy_acl): Likewise.
23637
23638 2008-06-07  Bruno Haible  <bruno@clisp.org>
23639
23640         Fix memory leak introduced on 2008-05-22.
23641         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
23642         use.
23643
23644 2008-06-07  Bruno Haible  <bruno@clisp.org>
23645
23646         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
23647         to construct an empty ACL.
23648
23649 2008-06-07  Bruno Haible  <bruno@clisp.org>
23650
23651         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
23652         precisely.
23653         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
23654
23655 2008-06-07  Bruno Haible  <bruno@clisp.org>
23656
23657         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
23658         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
23659
23660 2008-06-07  Bruno Haible  <bruno@clisp.org>
23661
23662         * doc/posix-functions/_setjmp.texi: Explain the use of this function
23663         regardless of POSIX.
23664         * doc/posix-functions/_longjmp.texi: Likewise.
23665         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
23666         SystemV platform in this case.
23667
23668 2008-06-06  Eric Blake  <ebb9@byu.net>
23669
23670         Document abort() bugs.
23671         * doc/posix-functions/abort.texi (abort): Mention anomalies.
23672
23673         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
23674         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
23675         sigsetjmp.
23676         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
23677         siglongjmp, but only as a macro.
23678         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
23679         is obsolete.
23680         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
23681
23682         Tweak documentation to cover cygwin argz bugs.
23683         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
23684         argz bug fix; no code change needed since no cygwin releases
23685         occurred between the last fix and the bug being tested.
23686         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
23687         module and recently fixed cygwin bugs.
23688         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
23689         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
23690         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
23691         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
23692         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
23693         Likewise.
23694         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
23695         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
23696         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
23697         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
23698         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
23699         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
23700         Likewise.
23701
23702         Avoid gcc warning on cygwin.
23703         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
23704         !ACL_NO_TRIVIAL]: Avoid unused variable.
23705
23706 2008-06-05  Eric Blake  <ebb9@byu.net>
23707
23708         Be tolerant of UNKNOWN version in gnulib-tool test dir.
23709         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
23710         git-version-gen fails to come up with a version.
23711         Reported by Simon Josefsson.
23712
23713 2008-06-05  Jim Meyering  <meyering@redhat.com>
23714             Paul Eggert  <eggert@cs.ucla.edu>
23715
23716         utimens.c: work around a probable Linux kernel bug
23717         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
23718         appears to be a kernel bug that causes utimensat to return 280
23719         instead of 0, indicating success.
23720
23721 2008-06-04  Bruno Haible  <bruno@clisp.org>
23722
23723         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
23724         2008-06-01 commit.
23725
23726 2008-06-04  Bruno Haible  <bruno@clisp.org>
23727
23728         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
23729         * lib/file-has-acl.c (acl_access_nontrivial): New function.
23730         (file_has_acl): Use it. Save errno afterwards.
23731         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
23732
23733 2008-06-03  Bruno Haible  <bruno@clisp.org>
23734
23735         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
23736         draft code. Simplify #ifs.
23737         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
23738         Put Solaris code after POSIX-draft code. Fix comments regarding
23739         Solaris 10, HP-UX. Mention Cygwin.
23740         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
23741
23742 2008-06-03  Eric Blake  <ebb9@byu.net>
23743
23744         Provide fallback for older kernels.
23745         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
23746         Provide runtime fallback if kernel lacks support.
23747         Reported by Mike Frysinger.
23748
23749 2008-06-02  Bruno Haible  <bruno@clisp.org>
23750
23751         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
23752         it exists.
23753
23754 2008-06-02  Bruno Haible  <bruno@clisp.org>
23755
23756         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
23757         * lib/copy-acl.c (qcopy_acl): Update comment.
23758
23759 2008-06-02  Bruno Haible  <bruno@clisp.org>
23760
23761         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
23762         like ACL APIs.
23763
23764 2008-06-02  Bruno Haible  <bruno@clisp.org>
23765
23766         * tests/test-file-has-acl.sh: Use different code for Cygwin.
23767         * tests/test-set-mode-acl.sh: Likewise.
23768         * tests/test-copy-acl.sh: Likewise.
23769         * tests/test-copy-file.sh: Likewise.
23770
23771 2008-06-02  Bruno Haible  <bruno@clisp.org>
23772
23773         * tests/test-file-has-acl.sh: Remove unused code.
23774
23775 2008-06-01  Bruno Haible  <bruno@clisp.org>
23776
23777         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
23778         (copy_acl): Just a wrapper around qcopy_acl that emits the error
23779         messages.
23780         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
23781
23782 2008-06-01  Bruno Haible  <bruno@clisp.org>
23783
23784         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
23785         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
23786         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
23787         APIs.
23788         * modules/acl-tests (configure.ac): Remove tests now contained in
23789         m4/acl.m4.
23790
23791 2008-06-02  Jim Meyering  <meyering@redhat.com>
23792
23793         announce-gen: use a better key-server host name
23794         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
23795         it may be more consistently reliable.  Suggested by Werner Koch
23796         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
23797
23798 2008-06-01  Bruno Haible  <bruno@clisp.org>
23799
23800         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
23801         Reported by Voroskoi Andras <voroskoi@gmail.com>.
23802
23803 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
23804
23805         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
23806
23807 2008-06-01  Bruno Haible  <bruno@clisp.org>
23808
23809         New ACL tests.
23810         * tests/test-file-has-acl.sh: New file.
23811         * tests/test-file-has-acl.c: New file.
23812         * tests/test-set-mode-acl.sh: New file.
23813         * tests/test-set-mode-acl.c: New file.
23814         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
23815         * tests/test-copy-acl.c: New file.
23816         * modules/acl-tests: New file, based on modules/copy-file-tests.
23817         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
23818         (Depends-on): Add acl-tests.
23819         (configure.ac): Remove checks.
23820         (Makefile.am): Don't create test-sameacls program here any more.
23821
23822 2008-06-01  Bruno Haible  <bruno@clisp.org>
23823
23824         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
23825         * tests/test-sameacls.c: Include progname.h.
23826         (main): Invoke set_program_name. Portability fixes for MacOS X,
23827         Solaris, HP-UX.
23828
23829 2008-06-01  Bruno Haible  <bruno@clisp.org>
23830
23831         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
23832         function.
23833         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
23834
23835 2008-06-01  Bruno Haible  <bruno@clisp.org>
23836
23837         * modules/rpmatch (Depends-on): Add strdup.
23838
23839 2008-06-01  Bruno Haible  <bruno@clisp.org>
23840
23841         * lib/pipe.c: Include unistd-safer.h.
23842         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
23843         * modules/pipe (Depends-on): Add unistd-safer.
23844
23845 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23846
23847         * modules/autobuild (configure.ac): Call AB_INIT.
23848
23849 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23850
23851         * tests/test-getaddrinfo.c: Don't print debug messages by default.
23852         Suggested by Bruno Haible <bruno@clisp.org>.
23853
23854 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23855
23856         * tests/test-base64.c: Cast size_t to unsigned long when invoking
23857         printf.  Use %lu instead of %d.  Reported by Bruno Haible
23858         <bruno@clisp.org>.
23859
23860 2008-05-29  Eric Blake  <ebb9@byu.net>
23861
23862         Prefer new POSIX 200x interfaces over futimesat.
23863         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
23864         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
23865         when available.
23866         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
23867
23868 2008-05-28  Bruno Haible  <bruno@clisp.org>
23869
23870         * modules/stpcpy (License): Change to LGPLv2+.
23871         Requested by David Lutterkort <dlutter@redhat.com>.
23872
23873 2008-05-27  Bruno Haible  <bruno@clisp.org>
23874
23875         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
23876         current mingw.
23877         Reported by Jose E. Marchesi <jemarch@gnu.org>.
23878
23879 2008-05-27  Bruno Haible  <bruno@clisp.org>
23880
23881         * modules/iconv_open (Link): New section, from module 'iconv'.
23882         * modules/striconv (Link): Likewise.
23883         * modules/striconveh (Link): Likewise.
23884         * modules/xstriconv (Link): Likewise.
23885         * modules/unicodeio (Link): Likewise.
23886         * modules/propername (Link): Likewise.
23887         Reported by Jim Meyering.
23888
23889 2008-05-26  Jim Meyering  <meyering@redhat.com>
23890
23891         sha256: do not artificially restrict buffer length to be < 2^32
23892         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
23893         uint32_t to size_t.
23894         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
23895         to match.
23896
23897         avoid unaligned access errors, e.g., on sparc
23898         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
23899         direct access through a possibly-unaligned uint64* pointer.
23900         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
23901         direct access through a possibly-unaligned uint32* pointer.
23902         Prompted by this patch from Tom "spot" Callaway:
23903         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
23904
23905         sha512.c: fix typo in comment
23906         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
23907
23908 2008-05-25  Bruno Haible  <bruno@clisp.org>
23909
23910         * lib/set-mode-acl.c: Renamed from lib/acl.c.
23911         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
23912         (Makefile.am): Update lib_SOURCES.
23913
23914 2008-05-25  Bruno Haible  <bruno@clisp.org>
23915
23916         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
23917
23918 2008-05-25  Jim Meyering  <meyering@redhat.com>
23919
23920         useless-if-before-free: freed expr may have white-space differences
23921         * build-aux/useless-if-before-free: Recognize cases in which the
23922         freed expression differs from the tested one in embedded white
23923         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
23924         $1 was used, so we can't make any regexp shy.  Improved tests now
23925         detect this.
23926
23927         useless-if-before-free: accept white space in the expression.
23928         * build-aux/useless-if-before-free: For now, any white space
23929         in the expression must be identical in the free argument.
23930
23931         useless-if-before-free: efficiency tweak
23932         * build-aux/useless-if-before-free: Make the expression-matching
23933         regexp "shy".
23934         Make the *outer* regexp shy, not the expr-matching one.
23935
23936         update code-in-comment to accept cast of free arg
23937         * build-aux/useless-if-before-free: Update regexp.
23938
23939 2008-05-25  Bruno Haible  <bruno@clisp.org>
23940
23941         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
23942         * modules/copy-file-tests (Files, Makefile.am): Update.
23943         * tests/test-copy-file.c (func_test_copy): Update.
23944
23945 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
23946
23947         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
23948
23949 2008-05-23  Bruno Haible  <bruno@clisp.org>
23950
23951         Improve support for ACLs on OSF/1.
23952         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
23953         Remove fallback for unknown flavors of ACLs.
23954
23955 2008-05-22  Bruno Haible  <bruno@clisp.org>
23956
23957         Add support for ACLs on OSF/1.
23958         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
23959         replacements.
23960         (acl_free_text): New macro fallback.
23961         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
23962         acl_free.
23963         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
23964         acl_free_text function. Require AC_C_INLINE.
23965
23966 2008-05-22  Bruno Haible  <bruno@clisp.org>
23967
23968         Make copy_acl work on MacOS X 10.5.
23969         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
23970         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
23971         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
23972         If MODE_INSIDE_ACL, don't assume that every system has the same text
23973         representation for ACLs as FreeBSD.
23974         * lib/copy-acl.c (copy_acl): Add support for platforms with
23975         !MODE_INSIDE_ACL.
23976         * lib/file-has-acl.c (file_has_acl): Likewise.
23977         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
23978         FreeBSD, MacOS X, or IRIX, respectively.
23979
23980 2008-05-22  Bruno Haible  <bruno@clisp.org>
23981
23982         * lib/acl.h: Don't include <sys/acl.h>.
23983         (GETACLCNT): Move fallback to lib/acl-internal.h.
23984         * lib/acl-internal.h: Include <sys/acl.h> here.
23985         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
23986
23987 2008-05-22  Bruno Haible  <bruno@clisp.org>
23988
23989         Split off copy_acl function to separate file.
23990         * lib/copy-acl.c: New file, extracted from lib/acl.c.
23991         * lib/acl.c (copy_acl): Moved function to separate file.
23992         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
23993         * modules/acl (Files): Add lib/copy-acl.c.
23994         (Makefiles.am): Augment lib_SOURCES.
23995
23996 2008-05-22  Bruno Haible  <bruno@clisp.org>
23997
23998         * modules/copy-file-tests: New file.
23999         * tests/test-copy-file.sh: New file.
24000         * tests/test-copy-file.c: New file.
24001         * tests/test-copy-file-sameacls.c: New file.
24002
24003 2008-05-22  Eric Blake  <ebb9@byu.net>
24004
24005         Avoid gcc warning.
24006         * tests/test-memcmp.c (main): Pass NULL indirectly.
24007
24008 2008-05-21  Bruno Haible  <bruno@clisp.org>
24009
24010         Add reference doc about ACLs.
24011         * doc/acl-resources.txt: New file.
24012         * doc/acl-cygwin.txt: New file.
24013
24014 2008-05-21  Bruno Haible  <bruno@clisp.org>
24015
24016         Avoid one more warning from gcc.
24017         * lib/vasnprintf.c (IF_LINT): Update comments.
24018         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24019
24020 2008-05-21  Jim Meyering  <meyering@redhat.com>
24021
24022         avoid a warning from gcc
24023         * lib/vasnprintf.c (IF_LINT): Define.
24024         (scale10_round_decimal_long_double):
24025         Use it to avoid a "may be used uninitialized" warning.
24026         (scale10_round_decimal_double): Likewise.
24027
24028 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24029
24030         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24031         declared.
24032
24033 2008-05-20  Bruno Haible  <bruno@clisp.org>
24034
24035         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24036         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24037
24038 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24039
24040         * modules/memcmp-tests: New file.
24041         * tests/test-memcmp.c: New file.
24042
24043 2008-05-19  Bruno Haible  <bruno@clisp.org>
24044
24045         * modules/propername (Notice, configure.ac): Put quoted "..." into
24046         --keyword option.
24047         * lib/propername.h: Update comments accordingly.
24048         Reported by Eric Blake.
24049
24050 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24051
24052         * modules/getpass-gnu (Depends-on): Add fseeko.
24053
24054 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24055
24056         * modules/base64-tests: New file.
24057
24058 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24059
24060         * lib/base64.c (base64_decode_ctx): If a decode context structure
24061         was passed in use it to ignore newlines.  If a context structure
24062         was _not_ passed in, continue to treat newlines as garbage (this
24063         is the historical behavior).  Formerly base64_decode.
24064         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24065         takes a decode context structure.
24066         * lib/base64.h (base64_decode): Macro for four-argument calls.
24067         (base64_decode_alloc): Likewise.
24068         * lib/base64.c (base64_decode_ctx): If a decode context structure
24069         was passed in use it to ignore newlines.  If a context structure
24070         was _not_ passed in, continue to treat newlines as garbage (this
24071         is the historical behavior).  Formerly base64_decode.
24072         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24073         takes a decode context structure.
24074         * lib/base64.h (base64_decode): Macro for four-argument calls.
24075         (base64_decode_alloc): Likewise.
24076
24077 2008-05-19  Jim Meyering  <meyering@redhat.com>
24078
24079         avoid a warning from gcc
24080         * lib/trim.c (IF_LINT): Define.
24081         (trim2): Use it to avoid a "may be used uninitialized" warning.
24082
24083         Fix doc typo.
24084         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24085
24086 2008-05-19  Bruno Haible  <bruno@clisp.org>
24087
24088         * doc/glibc-functions/getpass.texi: Document limits of other
24089         implementations.
24090
24091 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24092             Bruno Haible <bruno@clisp.org>
24093
24094         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24095
24096 2008-05-18  Bruno Haible  <bruno@clisp.org>
24097
24098         * modules/propername: New file, from GNU gettext.
24099         * lib/propername.h: New file, from GNU gettext.
24100         * lib/propername.c: New file, from GNU gettext.
24101         * MODULES.html.sh (Internationalization functions): Add propername.
24102
24103 2008-05-16  Jim Meyering  <meyering@redhat.com>
24104             Bruno Haible  <bruno@clisp.org>
24105
24106         Avoid some warnings from "gcc -Wshadow".
24107         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24108
24109 2008-05-15  Eric Blake  <ebb9@byu.net>
24110
24111         Extend previous patch to cygwin 1.7.0.
24112         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24113         fast implementation in cygwin >= 1.7.0.
24114         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24115         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24116
24117 2008-05-15  Bruno Haible  <bruno@clisp.org>
24118
24119         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24120         implementation in glibc >= 2.9.
24121         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24122         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24123
24124 2008-05-15  Bruno Haible  <bruno@clisp.org>
24125
24126         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24127         (Unicode string functions): Add unilbrk/*.
24128         Reported by Karl Berry.
24129
24130 2008-05-15  Eric Blake  <ebb9@byu.net>
24131
24132         Fix violation of <stdbool.h> replacement in regex.
24133         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24134         * lib/regexec.c (re_search_internal): Likewise.
24135         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24136
24137 2008-05-15  Jim Meyering  <meyering@redhat.com>
24138
24139         avoid distracting test output when git or cvs is not found
24140         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24141         * tests/test-vc-list-files-git.sh: Likewise.
24142
24143 2008-05-15  Eric Blake  <ebb9@byu.net>
24144
24145         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24146         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24147         glibc version.
24148         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24149         * doc/posix-functions/strstr.texi (strstr): Likewise.
24150         * lib/str-two-way.h (MAX): Sychronize with glibc.
24151
24152 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24153
24154         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24155         opr.ctx_type.
24156         (calc_first): Initialize constraint field.
24157         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24158         Fix grammar.
24159         (duplicate_node): Merge constraint field for all node types.
24160         (calc_eclosure_iter): Look at constraint field for all node types.
24161         * lib/regex_internal.c (create_cd_newstate): Don't look at
24162         opr.ctx_type.
24163
24164 2008-05-14  Bruno Haible  <bruno@clisp.org>
24165
24166         Help GCC to do better code generation.
24167         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24168         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24169         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24170         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24171         Declare with attribute 'malloc' if supported.
24172
24173 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24174
24175         use "echo STR|wc -c" rather than unportable "expr length STR"
24176         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24177         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24178
24179 2008-05-14  Jim Meyering  <meyering@redhat.com>
24180
24181         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24182         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24183         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24184         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24185         via Collin Lasse.
24186
24187 2008-05-14  Eric Blake  <ebb9@byu.net>
24188
24189         Avoid quadratic growth in gl_LIBSOURCES.
24190         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24191         Suggested by Bruno Haible.
24192
24193         Test xmemdup0.
24194         * modules/xmemdup0-tests: New file.
24195         * tests/test-xmemdup0.c: Likewise.
24196
24197 2008-05-13  Eric Blake  <ebb9@byu.net>
24198
24199         Split xmemdup0 into its own module.
24200         * modules/xmemdup0: New file.
24201         * lib/xmemdup0.h: Likewise.
24202         * lib/xmemdup0.c: Likewise.
24203         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24204         * lib/xalloc.h (xmemdup0): Remove.
24205         * lib/xmalloc.c (xmemdup0): Likewise.
24206
24207 2008-05-13  Eric Blake  <ebb9@byu.net>
24208             Bruno Haible  <bruno@clisp.org>
24209
24210         Reduce number of forks required during autoconf.
24211         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24212         and gl_LIBSOURCES_DIR.
24213         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24214         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24215         m4_syscmd per file.
24216         <m4_foreach_w>: Move...
24217         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24218
24219 2008-05-13  Eric Blake  <ebb9@byu.net>
24220
24221         * gnulib-tool: Fix various comment typos.
24222
24223 2008-05-12  Bruno Haible  <bruno@clisp.org>
24224
24225         Tailor the linebreaking algorithm.
24226         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24227
24228 2008-05-12  Bruno Haible  <bruno@clisp.org>
24229
24230         Update to Unicode 5.0.0.
24231         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24232         LBP_JV, LBP_JT. Redistribute values.
24233         (unilbrk_table): Change size.
24234         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24235         Unicode TR#14 rev. 22.
24236         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24237         LBP_JV, LBP_JT. Redistribute values.
24238         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24239         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24240         Update.
24241         * lib/unilbrk/lbrkprop1.h: Regenerated.
24242         * lib/unilbrk/lbrkprop2.h: Regenerated.
24243         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24244         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24245         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24246         Likewise.
24247         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24248         Likewise.
24249         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24250         result.
24251         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24252         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24253         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24254         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24255         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24256         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24257
24258 2008-05-11  Bruno Haible  <bruno@clisp.org>
24259
24260         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24261
24262 2008-05-11  Bruno Haible  <bruno@clisp.org>
24263
24264         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24265         * modules/unilbrk/gen-lbrk: New file.
24266
24267 2008-05-11  Bruno Haible  <bruno@clisp.org>
24268
24269         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24270         * m4/sha512.m4 (gl_SHA512): Likewise.
24271
24272 2008-05-11  Jim Meyering  <meyering@redhat.com>
24273
24274         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24275         * modules/crypto/sha256: New file.
24276         * modules/crypto/sha512: Likewise.
24277         * lib/sha256.c: Likewise.
24278         * lib/sha256.h: Likewise.
24279         * lib/sha512.c: Likewise.
24280         * lib/sha512.h: Likewise.
24281         * lib/u64.h: Likewise.
24282         * m4/sha256.m4: Likewise.
24283         * m4/sha512.m4: Likewise.
24284         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24285
24286 2008-05-10  Bruno Haible  <bruno@clisp.org>
24287
24288         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24289         (Input/Output <stdio.h>): Add xprintf.
24290         (Signal handling <signal.h>): Add strsignal.
24291         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24292         (Core language properties): Add func.
24293         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24294         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24295         strings.
24296         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24297         (Input/output): New section.
24298         (File system functions): Add openat-die, stat-macros.
24299         (Networking functions): Add sockets.
24300         (Unicode string functions): Add unictype/*.
24301         (Support for building libraries and executables): Add gperf.
24302         (Support for building documentation): Add agpl-3.0.
24303         (Misc): Add nocrash.
24304
24305 2008-05-10  Bruno Haible  <bruno@clisp.org>
24306
24307         * modules/unictype/gen-ctype: New file.
24308
24309 2008-05-10  Jim Meyering  <meyering@redhat.com>
24310
24311         Make chdir-safer.c more efficient on a system with no symlinks.
24312         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24313         also if ELOOP is zero.  Suggested by Bruno Haible.
24314
24315         Make chdir-safer.c slightly safer.
24316         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24317         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24318
24319         Avoid compile failure on systems without ELOOP (like mingw).
24320         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24321         Reported by Bruno Haible.
24322
24323 2008-05-10  Bruno Haible  <bruno@clisp.org>
24324
24325         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24326         (is_utf8_encoding): Use a case-insensitive comparison.
24327         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24328         streq.
24329
24330 2008-05-10  Bruno Haible  <bruno@clisp.org>
24331
24332         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24333         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24334         * lib/unilbrk/ulc-common.h (iconv_string_length,
24335         iconv_string_keeping_offsets): Remove declarations.
24336         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24337         Don't include <iconv.h>, streq.h, xsize.h.
24338         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24339         conversion.
24340         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24341         <iconv.h>, streq.h, xsize.h.
24342         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24343         conversion.
24344         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24345         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24346         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24347         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24348
24349 2008-05-10  Bruno Haible  <bruno@clisp.org>
24350
24351         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24352         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24353
24354         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24355         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24356
24357         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24358         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24359
24360         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24361         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24362
24363         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24364         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24365
24366         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24367         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24368
24369         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24370         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24371
24372         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24373         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24374
24375 2008-05-10  Bruno Haible  <bruno@clisp.org>
24376
24377         Split up 'linebreak' module.
24378         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24379         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24380         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24381         modifications.
24382         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24383         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24384         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24385         lib/linebreak.c.
24386         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24387         lib/linebreak.c.
24388         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24389         lib/linebreak.c.
24390         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24391         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24392         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24393         lib/linebreak.c.
24394         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24395         lib/linebreak.c.
24396         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24397         lib/linebreak.c.
24398         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24399         lib/linebreak.c.
24400         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24401         lib/linebreak.c.
24402         * modules/unilbrk/base: New file.
24403         * modules/unilbrk/tables: New file.
24404         * modules/unilbrk/u8-possible-linebreaks: New file.
24405         * modules/unilbrk/u16-possible-linebreaks: New file.
24406         * modules/unilbrk/u32-possible-linebreaks: New file.
24407         * modules/unilbrk/ulc-common: New file.
24408         * modules/unilbrk/ulc-possible-linebreaks: New file.
24409         * modules/unilbrk/u8-width-linebreaks: New file.
24410         * modules/unilbrk/u16-width-linebreaks: New file.
24411         * modules/unilbrk/u32-width-linebreaks: New file.
24412         * modules/unilbrk/ulc-width-linebreaks: New file.
24413         * lib/linebreak.h: Remove file.
24414         * lib/linebreak.c: Remove file.
24415         * m4/linebreak.m4: Remove file.
24416         * modules/linebreak: Remove file.
24417         * NEWS: Mention the changes.
24418
24419 2008-05-09  Eric Blake  <ebb9@byu.net>
24420
24421         Add xmemdup0.
24422         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24423         implementation.
24424         * lib/xmalloc.c (xmemdup0): New C implementation.
24425
24426 2008-05-08  Bruno Haible  <bruno@clisp.org>
24427
24428         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24429
24430 2008-05-07  Eric Blake  <ebb9@byu.net>
24431
24432         Support cross-compilation of <wctype.h>.
24433         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24434         AC_CACHE_CHECK.
24435
24436 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24437
24438         * build-aux/vc-list-files: Add support for bzr.
24439
24440 2008-05-03  Jim Meyering  <meyering@redhat.com>
24441
24442         avoid failed assertion with tight malloc
24443         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24444
24445 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24446
24447         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24448         are needed from arpa/inet.h.
24449         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24450         Reported by Bruno Haible.
24451
24452 2008-05-02  Jim Meyering  <meyering@redhat.com>
24453
24454         avoid compilation error on FreeBSD 6
24455         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24456
24457 2008-05-01  Jim Meyering  <meyering@redhat.com>
24458
24459         useless-if-before-free: correct --help's exit status description
24460         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24461         for one or more matches, etc.  Reported by Bruno Haible.
24462
24463         vc-list-files: make the stand-alone gnulib test work
24464         * modules/vc-list-files-tests (configure.ac):
24465         Define and AC_SUBST abs_aux_dir.
24466         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24467         $(abs_top_srcdir) to each script and having each of them
24468         duplicate the work of setting PATH, set PATH here, using
24469         the new variable, abs_aux_dir instead.
24470         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24471         * tests/test-vc-list-files-git.sh: Likewise.
24472         Reported by Bruno Haible.
24473
24474 2008-05-01  Bruno Haible  <bruno@clisp.org>
24475
24476         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24477         reallocation. Rename 'done' to 'found_delimiter'.
24478
24479 2008-05-01  Jim Meyering  <meyering@redhat.com>
24480
24481         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24482         * build-aux/vc-list-files: Use `...`, not $(...).
24483
24484 2008-04-30  Jim Meyering  <meyering@redhat.com>
24485
24486         add tests for vc-list-files
24487         * modules/vc-list-files-tests: New module.
24488         * tests/test-vc-list-files-cvs.sh: New file.
24489         * tests/test-vc-list-files-git.sh: New file.
24490
24491         avoid a warning from gcc
24492         * lib/getndelim2.c (IF_LINT): Define.
24493         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24494
24495         vc-list-files: work properly with build-aux/cvsu, too
24496         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24497         to all cvs-based clauses.
24498
24499         vc-list-files: work properly in the CVS+awk case, too
24500         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24501
24502         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24503         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24504         take more than one file argument, so .  Add quotes, just in case $dir
24505         ever contains a shell meta-character.  Prompted by Soren Hansen in
24506         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24507
24508 2008-04-29  Eric Blake  <ebb9@byu.net>
24509
24510         Optimize getndelim2 to use block operations when possible.
24511         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24512         freadseek, and memchr2.
24513         * lib/getndelim2.c (getndelim2): Use them for block reads.
24514
24515 2008-04-29  Bruno Haible  <bruno@clisp.org>
24516
24517         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24518         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24519         * modules/inet_ntop (Depends-on): Add extensions.
24520         * modules/inet_pton (Depends-on): Likewise.
24521         Reported by Simon Josefsson.
24522
24523 2008-04-29  Jim Meyering  <meyering@redhat.com>
24524
24525         When the is more than one match in a block, match all of them.
24526         * build-aux/useless-if-before-free: Iterate through each block
24527         until there are no more matches.
24528
24529         Fix broken useless-if-before-free script.
24530         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24531         the expression to match cast of argument to free-like function.
24532
24533 2008-04-29  Eric Blake  <ebb9@byu.net>
24534
24535         Use new header.
24536         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24537
24538 2008-04-29  Jim Meyering  <meyering@redhat.com>
24539
24540         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
24541         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
24542         by gnulib to exist and to declare e.g., inet_ntop.
24543         Don't include "inet_ntop.h", now removed.
24544
24545         * m4/arpa_inet_h.m4: Remove trailing blanks.
24546
24547 2008-04-29  Eric Blake  <ebb9@byu.net>
24548
24549         Silence valgrind on safe reads beyond potential array bounds.
24550         * lib/rawmemchr.valgrind: New file.
24551         * lib/strchrnul.valgrind: Likewise.
24552         * modules/rawmemchr (Files): Distribute new file.
24553         * modules/strchrnul (Files): Likewise.
24554         Suggested by Bruno Haible.
24555
24556 2008-04-29  Bruno Haible  <bruno@clisp.org>
24557
24558         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
24559         (inet_ntop, inet_pton): Change portability warning's wording.
24560         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
24561         Invoke gl_CHECK_NEXT_HEADERS.
24562         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
24563         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
24564         set ARPA_INET_H.
24565         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24566         * modules/arpa_inet (Description): No longer only for systems that
24567         lack it.
24568         (Depends-on): Add include_next.
24569         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
24570         HAVE_ARPA_INET_H.
24571
24572 2008-04-29  Jim Meyering  <meyering@redhat.com>
24573
24574         * modules/mkdir (License): Re-license as LGPLv2+.
24575
24576 2008-04-29  Bruno Haible  <bruno@clisp.org>
24577
24578         * modules/rawmemchr (Maintainer): Set to Eric.
24579         * modules/strchrnul (Maintainer): Likewise.
24580
24581 2008-04-29  Simon Josefsson  <simon@josefsson.org>
24582
24583         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
24584         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
24585
24586         * modules/arpa_inet (arpa/inet.h): Use them.
24587
24588 2008-04-28  Eric Blake  <ebb9@byu.net>
24589
24590         Test getndelim2.
24591         * modules/getndelim2-tests: New file.
24592         * tests/test-getndelim2.c: Likewise.
24593         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
24594         stream.
24595         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
24596
24597         * MODULES.html.sh: Document new module.
24598
24599 2008-04-20  Bruno Haible  <bruno@clisp.org>
24600
24601         * lib/c-stack.c (die): Use raise.
24602         * modules/c-stack (Depends-on): Add raise.
24603
24604 2008-04-28  Bruno Haible  <bruno@clisp.org>
24605
24606         Expect rpmatch to be declared.
24607         * lib/yesno.c (rpmatch): Remove declaration.
24608
24609         Declare rpmatch.
24610         * lib/stdlib.in.h (rpmatch): New declaration.
24611         * lib/rpmatch.c: Include <stdlib.h> first.
24612         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
24613         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
24614         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
24615         HAVE_RPMATCH.
24616         * modules/rpmatch (Depends-on): Add stdlib, extensions.
24617         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24618         (Include): Set to <stdlib.h>.
24619         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
24620         HAVE_RPMATCH.
24621         * NEWS: Document the change.
24622
24623 2008-04-28  Bruno Haible  <bruno@clisp.org>
24624
24625         Change rpmatch to use nl_langinfo when appropriate.
24626         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
24627         (N_): New macro.
24628         (localized_pattern): New function/macro.
24629         (try): Remove match, nomatch arguments. Copy the pattern into safe
24630         memory before caching it.
24631         (rpmatch): Use localized_pattern. Add translator comments.
24632         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
24633         Suggested by Eric Blake.
24634         * modules/rpmatch (Depends-on): Add stdbool.
24635
24636 2008-04-28  Eric Blake  <ebb9@byu.net>
24637
24638         Add rawmemchr module, matching glibc.
24639         * modules/string (Makefile.am): New indicator.
24640         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
24641         * lib/string.in.h (rawmemchr): Declare when appropriate.
24642         * modules/rawmemchr: New file.
24643         * m4/rawmemchr.m4: Likewise.
24644         * lib/rawmemchr.c: Likewise.
24645         * modules/rawmemchr-tests: Likewise.
24646         * tests/test-rawmemchr.c: Likewise.
24647         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
24648         module.
24649         * modules/strchrnul (Depends-on): Add rawmemchr.
24650         * lib/strchrnul.c (strchrnul): Optimize a corner case.
24651
24652         Whitespace cleanup.
24653         * tests/test-strchrnul.c: Reindent.
24654         * lib/strchrnul.c: Likewise.
24655
24656         Optimize and test strchrnul.
24657         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
24658         * modules/strchrnul-tests: New file.
24659         * tests/test-strchrnul.c: Likewise.
24660
24661         Remove intprops dependency.
24662         * modules/memchr (Depends-on): Remove intprops.
24663         * modules/memrchr (Depends-on): Likewise.
24664         * modules/memchr2 (Depends-on): Likewise.
24665         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
24666         * lib/memrchr.c (__memrchr): Likewise.
24667         * lib/memrchr2.c (memchr2): Likewise.
24668         Reported by Simon Josefsson.
24669
24670 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24671
24672         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
24673         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24674
24675 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24676
24677         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
24678
24679         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
24680
24681         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
24682
24683         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
24684         declarations.
24685         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
24686
24687         * m4/inet_pton.m4: Don't check for header files.
24688
24689         * m4/inet_ntop.m4: Don't check for header files.
24690
24691 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24692
24693         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
24694         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
24695         trigger for cygwin).
24696         Reported by Bruno Haible  <bruno@clisp.org>.
24697
24698 2008-04-28  Bruno Haible  <bruno@clisp.org>
24699
24700         * doc/posix-functions/strdup.texi: Mention mingw problem.
24701
24702 2008-04-27  Bruno Haible  <bruno@clisp.org>
24703
24704         * modules/stat-time-tests (Depends-on): Add sleep.
24705         * tests/test-stat-time.c (force_unlink): New function.
24706         (cleanup): Use it.
24707         (test_mtime): Remove the ctime related tests.
24708         (test_ctime): New function, containing the ctime related tests.
24709         (main): Call test_ctime, except on native Windows platforms.
24710
24711 2008-04-27  Bruno Haible  <bruno@clisp.org>
24712
24713         * lib/rpmatch.c (rpmatch): Add some comments.
24714         Reported by James Youngman <jay@gnu.org>.
24715
24716 2008-04-27  Bruno Haible  <bruno@clisp.org>
24717
24718         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
24719         quiet NaNs.
24720
24721 2008-04-27  Bruno Haible  <bruno@clisp.org>
24722
24723         Make test-yesno.sh work on mingw.
24724         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
24725         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
24726         (main): Set stdin to binary mode.
24727         * modules/yesno-tests (Depends-on): Add binary-io.
24728
24729 2008-04-27  Bruno Haible  <bruno@clisp.org>
24730
24731         Fix 'isfinite' on x86, x86_64, ia64 platforms.
24732         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
24733         argument that lie outside the IEEE 854 domain.
24734         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
24735         (gl_ISFINITE): Use it.
24736         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
24737
24738 2008-04-27  Bruno Haible  <bruno@clisp.org>
24739
24740         Allow local renaming in config.h.
24741         * lib/memrchr.c (memrchr): Don't undefine outside libc.
24742
24743 2008-04-27  Bruno Haible  <bruno@clisp.org>
24744
24745         * lib/memchr.c (__memchr): Change type of 'i'.
24746         * lib/memchr2.c (memchr2): Likewise.
24747
24748 2008-04-26  Eric Blake  <ebb9@byu.net>
24749         and Bruno Haible  <bruno@clisp.org>
24750
24751         Optimize and test memrchr.
24752         * modules/memrchr (Depends-on): Add intprops.
24753         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
24754         * modules/memrchr-tests: New file.
24755         * tests/test-memrchr.c: New file.
24756
24757 2008-04-26  Bruno Haible  <bruno@clisp.org>
24758
24759         Add tentative support for DragonFly BSD.
24760         * lib/stdio-impl.h: Add macros for DragonFly BSD.
24761         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
24762         fp.
24763         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24764         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
24765         * lib/fpurge.c (fpurge): Likewise.
24766         * lib/freadable.c (freaadable): Likewise.
24767         * lib/freadahead.c (freadahead): Likewise.
24768         * lib/freading.c (freading): Likewise.
24769         * lib/freadptr.c (freadptr): Likewise.
24770         * lib/freadseek.c (freadptrinc): Likewise.
24771         * lib/fseeko.c (fseeko): Likewise.
24772         * lib/fseterr.c (fseterr): Likewise.
24773         * lib/fwritable.c (fwritable): Likewise.
24774         * lib/fwriting.c (fwriting): Likewise.
24775
24776 2008-04-26  Bruno Haible  <bruno@clisp.org>
24777
24778         * lib/stdio-impl.h: New file.
24779         * lib/fbufmode.c: Include stdio-impl.h.
24780         (fbufmode): Use fp_, remove redundant #defines.
24781         * lib/fflush.c: Include stdio-impl.h.
24782         (clear_ungetc_buffer): Remove redundant #defines.
24783         * lib/fpurge.c: Include stdio-impl.h.
24784         (fpurge): Remove redundant #defines.
24785         * lib/freadable.c: Include stdio-impl.h.
24786         (freadable): Remove redundant #defines.
24787         * lib/freadahead.c: Include stdio-impl.h.
24788         (freadahead): Remove redundant #defines.
24789         * lib/freading.c: Include stdio-impl.h.
24790         (freading): Remove redundant #defines.
24791         * lib/freadptr.c: Include stdio-impl.h.
24792         (freadptr): Remove redundant #defines.
24793         * lib/freadseek.c: Include stdio-impl.h.
24794         (freadptrinc): Remove redundant #defines.
24795         * lib/fseeko.c: Include stdio-impl.h.
24796         (rpl_fseeko): Remove redundant #defines.
24797         * lib/fseterr.c: Include stdio-impl.h.
24798         (fseterr): Remove redundant #defines.
24799         * lib/fwritable.c: Include stdio-impl.h.
24800         (fwritable: Remove redundant #defines.
24801         * lib/fwriting.c: Include stdio-impl.h.
24802         (fwriting): Remove redundant #defines.
24803         * modules/fbufmode (Files): Add lib/stdio-impl.h.
24804         * modules/fflush (Files): Likewise.
24805         * modules/fpurge (Files): Likewise.
24806         * modules/freadable (Files): Likewise.
24807         * modules/freadahead (Files): Likewise.
24808         * modules/freading (Files): Likewise.
24809         * modules/freadptr (Files): Likewise.
24810         * modules/freadseek (Files): Likewise.
24811         * modules/fseeko (Files): Likewise.
24812         * modules/fseterr (Files): Likewise.
24813         * modules/fwritable (Files): Likewise.
24814         * modules/fwriting (Files): Likewise.
24815
24816 2008-04-26  Bruno Haible  <bruno@clisp.org>
24817
24818         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24819         restore_seek_optimization, update_fpos_cache): New functions, extracted
24820         from rpl_fflush.
24821         (rpl_fflush): Use them.
24822         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
24823         (gl_REPLACE_FFLUSH): Use it.
24824
24825 2008-04-26  Bruno Haible  <bruno@clisp.org>
24826
24827         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
24828         on Solaris.
24829         * tests/test-xstrtoimax.sh: Likewise.
24830         * tests/test-xstrtoumax.sh: Likewise.
24831         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24832
24833 2008-04-26  Bruno Haible  <bruno@clisp.org>
24834
24835         * modules/memchr-tests: New file.
24836         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
24837
24838 2008-04-26  Eric Blake  <ebb9@byu.net>
24839             Bruno Haible  <bruno@clisp.org>
24840
24841         * lib/memchr.c: Include intprops.h.
24842         (__memchr): Optimize parallel detection of matching bytes. Rename local
24843         variables. Add explanatory comments.
24844
24845 2008-04-26  Bruno Haible  <bruno@clisp.org>
24846
24847         Fix module 'memchr', broken since 2000-10-28.
24848         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
24849
24850 2008-04-26  Bruno Haible  <bruno@clisp.org>
24851
24852         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
24853         comments.
24854
24855 2008-04-25  Eric Blake  <ebb9@byu.net>
24856
24857         Use native fstatat on cygwin 1.7.0.
24858         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
24859         first.
24860
24861 2008-04-23  Eric Blake  <ebb9@byu.net>
24862
24863         Improve memchr2 performance.
24864         * lib/memchr2.c (memchr2): Further optimize parallel detection of
24865         NUL bytes.
24866         * modules/memchr2 (Depends-on): Use intprops.h.
24867
24868 2008-04-23  Simon Josefsson  <simon@josefsson.org>
24869
24870         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
24871         an inline function instead of a CPP macro.  Patch by Ben Pfaff
24872         <blp@cs.stanford.edu>.
24873
24874 2008-04-23  Simon Josefsson  <simon@josefsson.org>
24875
24876         * lib/arpa_inet.in.h: New file.
24877
24878         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
24879         (Makefile.am): Sed in substitute header file.
24880
24881         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
24882         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
24883
24884         * modules/inet_ntop (configure.ac): Use
24885         gl_ARPA_INET_MODULE_INDICATOR.
24886
24887         * modules/inet_pton (configure.ac): Use
24888         gl_ARPA_INET_MODULE_INDICATOR.
24889
24890 2008-04-22  Jim Meyering  <meyering@redhat.com>
24891
24892         * modules/verify (License): Re-license as LGPLv2+.
24893
24894 2008-04-22  Simon Josefsson  <simon@josefsson.org>
24895
24896         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
24897         parameter to void* as per POSIX standard (MinGW uses char*).
24898
24899 2008-04-21  Bruno Haible  <bruno@clisp.org>
24900
24901         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
24902         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
24903         Define to replacements if REPLACE_ISWCNTRL is 1.
24904         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
24905         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
24906         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
24907         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
24908         what it fixes.
24909         * doc/posix-functions/iswalpha.texi: Likewise.
24910         * doc/posix-functions/iswblank.texi: Likewise.
24911         * doc/posix-functions/iswcntrl.texi: Likewise.
24912         * doc/posix-functions/iswdigit.texi: Likewise.
24913         * doc/posix-functions/iswgraph.texi: Likewise.
24914         * doc/posix-functions/iswlower.texi: Likewise.
24915         * doc/posix-functions/iswprint.texi: Likewise.
24916         * doc/posix-functions/iswpunct.texi: Likewise.
24917         * doc/posix-functions/iswspace.texi: Likewise.
24918         * doc/posix-functions/iswupper.texi: Likewise.
24919         * doc/posix-functions/iswxdigit.texi: Likewise.
24920         Reported by Alain Guibert.
24921
24922 2008-04-21  Bruno Haible  <bruno@clisp.org>
24923
24924         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
24925         Patch by Alain Guibert.
24926
24927 2008-04-21  Bruno Haible  <bruno@clisp.org>
24928
24929         Fix test failures on mingw.
24930         * tests/test-xstrtol.c (print_no_progname): New function.
24931         (main): Install it in error_print_progname hook.
24932         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
24933         * tests/test-xstrtoimax.sh: Likewise.
24934         * tests/test-xstrtoumax.sh: Likewise.
24935
24936 2008-04-21  Bruno Haible  <bruno@clisp.org>
24937
24938         Fix test failure on mingw.
24939         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
24940
24941 2008-04-21  Bruno Haible  <bruno@clisp.org>
24942
24943         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
24944         Actually assign a value.
24945
24946 2008-04-20  Bruno Haible  <bruno@clisp.org>
24947
24948         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
24949         take 2.
24950         * lib/canonicalize.c (canonicalize_file_name): Elide if the
24951         'canonicalize-lgpl' module is also used.
24952         * lib/canonicalize-lgpl.c: Undo last change.
24953         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
24954
24955 2008-04-20  Bruno Haible  <bruno@clisp.org>
24956
24957         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
24958         config.h. Provide _mkdir based fallback for mingw.
24959         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
24960         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
24961         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
24962         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
24963         rather than defining mkdir in config.h.
24964         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
24965         (gl_SYS_STAT_H_DEFAULTS): New macro.
24966         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
24967         HAVE_IO_H any more.
24968         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
24969         HAVE_DECL_MKDIR and HAVE_IO_H.
24970
24971 2008-04-20  Bruno Haible  <bruno@clisp.org>
24972
24973         * lib/isapipe.c: Port to native Windows platforms.
24974
24975 2008-04-20  Bruno Haible  <bruno@clisp.org>
24976
24977         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
24978
24979 2008-04-21  Eric Blake  <ebb9@byu.net>
24980
24981         Work around preprocessors that don't handle UINTMAX_MAX.
24982         * lib/memchr2.c (memchr2): Avoid embedded #if.
24983         Reported by Alain Guibert, fix suggested by Bruno Haible.
24984
24985 2008-04-21  Simon Josefsson  <simon@josefsson.org>
24986
24987         * doc/posix-functions/strftime.texi (strftime): Explain better
24988         Windows incompatibility.  Suggested by Micah Cowan
24989         <micah@cowan.name>.
24990
24991 2008-04-20  Bruno Haible  <bruno@clisp.org>
24992
24993         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
24994         unistr/u8-mblen.
24995
24996 2008-04-20  Bruno Haible  <bruno@clisp.org>
24997
24998         Fix test failure on platforms with non-GNU iconv.
24999         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25000         (U_TO_U8): Use it, rather than u16_to_u8.
25001         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25002         units at the end of the input string.
25003         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25004
25005 2008-04-20  Bruno Haible  <bruno@clisp.org>
25006
25007         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25008         when the resulting length is 0.
25009         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25010
25011 2008-04-20  Bruno Haible  <bruno@clisp.org>
25012
25013         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25014         works.
25015         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25016
25017 2008-04-20  Bruno Haible  <bruno@clisp.org>
25018
25019         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25020         * modules/tsearch-tests (configure.ac): Test for initstate function.
25021
25022 2008-04-20  Bruno Haible  <bruno@clisp.org>
25023
25024         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25025         for nlink_t if missing.
25026         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25027
25028 2008-04-19  Bruno Haible  <bruno@clisp.org>
25029
25030         Work around snprintf bug on Linux libc5.
25031         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25032         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25033         gl_SNPRINTF_SIZE1.
25034         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25035         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25036         that test failed.
25037         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25038         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25039         * modules/snprintf (Files): Add m4/printf.m4.
25040         * modules/vsnprintf (Files): Likewise.
25041         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25042         * doc/posix-functions/vsnprintf.texi: Likewise.
25043
25044 2008-04-19  Bruno Haible  <bruno@clisp.org>
25045
25046         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25047         from 0.0058 to less than 10^-7.
25048
25049 2008-04-19  Bruno Haible  <bruno@clisp.org>
25050
25051         Fix rounding when a precision is given.
25052         * lib/vasnprintf.c (is_borderline): New function.
25053         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25054         9...9x.
25055         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25056         %e, %g.
25057         * tests/test-vasprintf-posix.c (test_function): Likewise.
25058         * tests/test-snprintf-posix.h (test_function): Likewise.
25059         * tests/test-sprintf-posix.h (test_function): Likewise.
25060         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25061         * tests/test-printf-posix.h (test_function): Likewise.
25062         * tests/test-printf-posix.output: Update.
25063         Reported by John Darrington <john@darrington.wattle.id.au> via
25064         Ben Pfaff <blp@cs.stanford.edu>.
25065
25066 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25067
25068         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25069         Suggested by Bruno Haible <bruno@clisp.org>.
25070
25071 2008-04-17  Bruno Haible  <bruno@clisp.org>
25072
25073         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25074         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25075         implementation.
25076         Patch by Bruce Merry <bmerry@gmail.com>.
25077
25078 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25079
25080         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25081         doesn't work under Windows.
25082
25083 2008-04-16  Bruno Haible  <bruno@clisp.org>
25084
25085         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25086         New macros.
25087         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25088         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25089         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25090         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25091         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25092         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25093         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25094         macros.
25095         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25096         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25097         Northern Sotho, Uighur.
25098
25099 2008-04-16  Bruno Haible  <bruno@clisp.org>
25100
25101         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25102         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25103         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25104         Reported by Daniel Bergström <daniel@octocode.com>.
25105
25106 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25107             Bruno Haible  <bruno@clisp.org>
25108
25109         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25110         function.
25111         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25112         New functions, mostly extracted from gl_locale_name_default.
25113         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25114
25115 2008-04-16  Eric Blake  <ebb9@byu.net>
25116
25117         Adjust strtod detection to catch glibc 2.7 bug.
25118         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25119         Reported by John Gatewood Ham.
25120
25121 2008-04-16  Bruno Haible  <bruno@clisp.org>
25122
25123         Add tentative support for Linux libc5.
25124         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25125         * lib/fpurge.c (fpurge): Likewise.
25126         * lib/freadable.c (freadable): Likewise.
25127         * lib/freadahead.c (freadahead): Likewise.
25128         * lib/freading.c (freading): Likewise.
25129         * lib/freadptr.c (freadptr): Likewise.
25130         * lib/freadseek.c (freadptrinc): Likewise.
25131         * lib/fseeko.c (rpl_fseeko): Likewise.
25132         * lib/fseterr.c (fseterr): Likewise.
25133         * lib/fwritable.c (fwritable): Likewise.
25134         * lib/fwriting.c (fwriting): Likewise.
25135         Reported by Alain Guibert <alguibert+bts@free.fr>.
25136
25137 2008-04-15  Bruno Haible  <bruno@clisp.org>
25138
25139         * modules/mathl (configure.ac): Define module indicator.
25140
25141 2008-04-15  Bruno Haible  <bruno@clisp.org>
25142
25143         * lib/logl.c (logl): Remove unused variables.
25144
25145 2008-04-15  Bruno Haible  <bruno@clisp.org>
25146
25147         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25148         fails.
25149
25150 2008-04-15  Bruno Haible  <bruno@clisp.org>
25151
25152         * lib/trim.c (trim2): Fix argument of isspace() macro.
25153
25154 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25155
25156         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25157         to 0.
25158         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25159
25160 2008-04-14  Bruno Haible  <bruno@clisp.org>
25161
25162         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25163         AC_LANG_PROGRAM argument.
25164         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25165         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25166         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25167         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25168         * m4/math_h.m4 (gl_MATH_H): Likewise.
25169         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25170         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25171         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25172         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25173         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25174         * m4/regex.m4 (gl_REGEX): Likewise.
25175         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25176         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25177         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25178         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25179         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25180         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25181         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25182         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25183
25184 2008-04-14  Jim Meyering  <meyering@redhat.com>
25185
25186         test-strtod: fix typos: s/abs/fabs/
25187         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25188
25189 2008-04-13  Bruno Haible  <bruno@clisp.org>
25190
25191         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25192         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25193         module is also used and while not building the reloc-wrapper.
25194
25195 2008-04-13  Bruno Haible  <bruno@clisp.org>
25196
25197         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25198
25199 2008-04-13  Bruno Haible  <bruno@clisp.org>
25200
25201         Fix AIX compilation failure introduced on 2008-04-02.
25202         * tests/test-frexp.c (exp): Undefine before redefining.
25203         * tests/test-frexpl.c (exp): Likewise.
25204
25205 2008-04-13  Bruno Haible  <bruno@clisp.org>
25206
25207         Work around a HP-UX stdio bug.
25208         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25209         * tests/test-ftello.c (main): Likewise.
25210         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25211         * doc/posix-functions/ftello.texi: Likewise.
25212
25213 2008-04-13  Bruno Haible  <bruno@clisp.org>
25214
25215         Make test-signbit pass on HP-UX/hppa.
25216         * tests/test-signbit.c (minus_zerol): New variable.
25217         (test_signbitl): Use it.
25218
25219 2008-04-13  Bruno Haible  <bruno@clisp.org>
25220
25221         Make truncl work on OSF/1 4.0.
25222         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25223         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25224         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25225         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25226         HAVE_DECL_TRUNCL.
25227         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25228         HAVE_DECL_TRUNCL.
25229         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25230
25231 2008-04-13  Bruno Haible  <bruno@clisp.org>
25232
25233         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25234
25235 2008-04-13  Bruno Haible  <bruno@clisp.org>
25236
25237         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25238         expression, so as to avoid HP-UX 11 cc compiler bug.
25239
25240 2008-04-13  Bruno Haible  <bruno@clisp.org>
25241
25242         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25243
25244 2008-04-13  Bruno Haible  <bruno@clisp.org>
25245
25246         * lib/git-merge-changelog.c: Remove empty declaration outside of
25247         functions.
25248
25249 2008-04-13  Bruno Haible  <bruno@clisp.org>
25250
25251         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25252
25253 2008-04-13  Bruno Haible  <bruno@clisp.org>
25254
25255         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25256         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25257         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25258         also if it exists but lacks definitions of the SHUT_* macros.
25259         * modules/sys_socket (Description): Update.
25260         Reported by Elbert Pol <e.pol@chello.nl>.
25261
25262 2008-04-13  Bruno Haible  <bruno@clisp.org>
25263
25264         * lib/localcharset.c (OS2): Don't redefine if already defined.
25265         Reported by Elbert Pol <e.pol@chello.nl>.
25266
25267 2008-04-13  Bruno Haible  <bruno@clisp.org>
25268
25269         * lib/binary-io.h [__EMX__]: Include <io.h>.
25270         Reported by Elbert Pol <e.pol@chello.nl>.
25271
25272 2008-04-12  Bruno Haible  <bruno@clisp.org>
25273
25274         * lib/fpucw.h: Enable the definitions also for x86_64.
25275         Needed for NetBSD/x86_64.
25276         Reported by Thomas Klausner <tk@giga.or.at>.
25277
25278 2008-04-12  Bruno Haible  <bruno@clisp.org>
25279
25280         * tests/test-strtod.c: Include isnand.h.
25281         (main): Use isnand instead of isnan.
25282         Reported by Jim Meyering.
25283
25284 2008-04-12  Bruno Haible  <bruno@clisp.org>
25285
25286         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25287         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25288
25289 2008-04-12  Jim Meyering  <meyering@redhat.com>
25290
25291         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25292
25293 2008-04-12  Bruno Haible  <bruno@clisp.org>
25294
25295         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25296         Reported by Elbert Pol <e.pol@chello.nl>.
25297
25298 2008-04-12  Eric Blake  <ebb9@byu.net>
25299
25300         Work around Solaris 10 math.h bug.
25301         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25302         (gl_MATH_H_DEFAULTS): Set up default.
25303         * modules/math (Makefile.am): Replace new indicators.
25304         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25305         * tests/test-math.c (main): Test this.
25306         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25307         * doc/posix-headers/math.texi (math.h): Mention bug.
25308         Reported by Nelson H. F. Beebe and Jim Meyering.
25309
25310 2008-04-11  Bruno Haible  <bruno@clisp.org>
25311
25312         Adapt to future versions of Apple GCC.
25313         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25314         Reported by Peter O'Gorman <peter@pogma.com>.
25315
25316 2008-04-11  Bruno Haible  <bruno@clisp.org>
25317
25318         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25319
25320 2008-04-11  Bruno Haible  <bruno@clisp.org>
25321
25322         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25323
25324         * modules/getaddrinfo-tests (Makefile.am): Define
25325         test_getaddrinfo_LDADD.
25326
25327 2008-04-11  Bruno Haible  <bruno@clisp.org>
25328
25329         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25330         (init): Fix syntax error.
25331         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25332         is declared.
25333
25334 2008-04-11  Bruno Haible  <bruno@clisp.org>
25335
25336         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25337         * modules/glob (Depends-on): Add stdbool.
25338
25339 2008-04-11  Bruno Haible  <bruno@clisp.org>
25340
25341         * lib/trim.c: Include <string.h>.
25342
25343 2008-04-11  Eric Blake  <ebb9@byu.net>
25344
25345         Avoid compile failure on OS/2.
25346         * lib/regex_internal.h (internal_function): Disable optimization
25347         on OS/2 (__EMX__), where it caused compiler error.
25348         Reported by Elbert Pol.
25349
25350 2008-04-11  Bruno Haible  <bruno@clisp.org>
25351
25352         Flush the standard error stream before aborting. Needed on mingw.
25353         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25354         * tests/test-array_list.c (ASSERT): Likewise.
25355         * tests/test-array_oset.c (ASSERT): Likewise.
25356         * tests/test-avltree_list.c (ASSERT): Likewise.
25357         * tests/test-avltree_oset.c (ASSERT): Likewise.
25358         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25359         * tests/test-binary-io.c (ASSERT): Likewise.
25360         * tests/test-byteswap.c (ASSERT): Likewise.
25361         * tests/test-c-ctype.c (ASSERT): Likewise.
25362         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25363         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25364         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25365         * tests/test-c-strstr.c (ASSERT): Likewise.
25366         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25367         * tests/test-canonicalize.c (ASSERT): Likewise.
25368         * tests/test-carray_list.c (ASSERT): Likewise.
25369         * tests/test-ceilf1.c (ASSERT): Likewise.
25370         * tests/test-ceilf2.c (ASSERT): Likewise.
25371         * tests/test-ceill.c (ASSERT): Likewise.
25372         * tests/test-count-one-bits.c (ASSERT): Likewise.
25373         * tests/test-fbufmode.c (ASSERT): Likewise.
25374         * tests/test-fflush2.c (ASSERT): Likewise.
25375         * tests/test-floorf1.c (ASSERT): Likewise.
25376         * tests/test-floorf2.c (ASSERT): Likewise.
25377         * tests/test-floorl.c (ASSERT): Likewise.
25378         * tests/test-fopen.c (ASSERT): Likewise.
25379         * tests/test-fpending.c (ASSERT): Likewise.
25380         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25381         * tests/test-fpurge.c (ASSERT): Likewise.
25382         * tests/test-freadable.c (ASSERT): Likewise.
25383         * tests/test-freadahead.c (ASSERT): Likewise.
25384         * tests/test-freading.c (ASSERT): Likewise.
25385         * tests/test-freadptr.c (ASSERT): Likewise.
25386         * tests/test-freadptr2.c (ASSERT): Likewise.
25387         * tests/test-freadseek.c (ASSERT): Likewise.
25388         * tests/test-freopen.c (ASSERT): Likewise.
25389         * tests/test-frexp.c (ASSERT): Likewise.
25390         * tests/test-frexpl.c (ASSERT): Likewise.
25391         * tests/test-fseek.c (ASSERT): Likewise.
25392         * tests/test-fseeko.c (ASSERT): Likewise.
25393         * tests/test-fstrcmp.c (ASSERT): Likewise.
25394         * tests/test-ftell.c (ASSERT): Likewise.
25395         * tests/test-ftello.c (ASSERT): Likewise.
25396         * tests/test-func.c (ASSERT): Likewise.
25397         * tests/test-fwritable.c (ASSERT): Likewise.
25398         * tests/test-fwriting.c (ASSERT): Likewise.
25399         * tests/test-getdelim.c (ASSERT): Likewise.
25400         * tests/test-getline.c (ASSERT): Likewise.
25401         * tests/test-i-ring.c (ASSERT): Likewise.
25402         * tests/test-iconv-utf.c (ASSERT): Likewise.
25403         * tests/test-iconv.c (ASSERT): Likewise.
25404         * tests/test-isfinite.c (ASSERT): Likewise.
25405         * tests/test-isnand.c (ASSERT): Likewise.
25406         * tests/test-isnanf.c (ASSERT): Likewise.
25407         * tests/test-isnanl.h (ASSERT): Likewise.
25408         * tests/test-ldexpl.c (ASSERT): Likewise.
25409         * tests/test-linked_list.c (ASSERT): Likewise.
25410         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25411         * tests/test-localename.c (ASSERT): Likewise.
25412         * tests/test-lseek.c (ASSERT): Likewise.
25413         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25414         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25415         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25416         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25417         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25418         * tests/test-mbschr.c (ASSERT): Likewise.
25419         * tests/test-mbscspn.c (ASSERT): Likewise.
25420         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25421         * tests/test-mbspbrk.c (ASSERT): Likewise.
25422         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25423         * tests/test-mbsrchr.c (ASSERT): Likewise.
25424         * tests/test-mbsspn.c (ASSERT): Likewise.
25425         * tests/test-mbsstr1.c (ASSERT): Likewise.
25426         * tests/test-mbsstr2.c (ASSERT): Likewise.
25427         * tests/test-mbsstr3.c (ASSERT): Likewise.
25428         * tests/test-memchr2.c (ASSERT): Likewise.
25429         * tests/test-memmem.c (ASSERT): Likewise.
25430         * tests/test-open.c (ASSERT): Likewise.
25431         * tests/test-printf-frexp.c (ASSERT): Likewise.
25432         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25433         * tests/test-printf-posix.c (ASSERT): Likewise.
25434         * tests/test-quotearg.c (ASSERT): Likewise.
25435         * tests/test-rbtree_list.c (ASSERT): Likewise.
25436         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25437         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25438         * tests/test-round1.c (ASSERT): Likewise.
25439         * tests/test-roundf1.c (ASSERT): Likewise.
25440         * tests/test-roundl.c (ASSERT): Likewise.
25441         * tests/test-signbit.c (ASSERT): Likewise.
25442         * tests/test-sleep.c (ASSERT): Likewise.
25443         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25444         * tests/test-snprintf.c (ASSERT): Likewise.
25445         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25446         * tests/test-stat-time.c (ASSERT): Likewise.
25447         * tests/test-strcasestr.c (ASSERT): Likewise.
25448         * tests/test-strerror.c (ASSERT): Likewise.
25449         * tests/test-striconv.c (ASSERT): Likewise.
25450         * tests/test-striconveh.c (ASSERT): Likewise.
25451         * tests/test-striconveha.c (ASSERT): Likewise.
25452         * tests/test-strsignal.c (ASSERT): Likewise.
25453         * tests/test-strstr.c (ASSERT): Likewise.
25454         * tests/test-strtod.c (ASSERT): Likewise.
25455         * tests/test-trunc1.c (ASSERT): Likewise.
25456         * tests/test-trunc2.c (ASSERT): Likewise.
25457         * tests/test-truncf1.c (ASSERT): Likewise.
25458         * tests/test-truncf2.c (ASSERT): Likewise.
25459         * tests/test-truncl.c (ASSERT): Likewise.
25460         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25461         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25462         * tests/test-vasnprintf.c (ASSERT): Likewise.
25463         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25464         * tests/test-vasprintf.c (ASSERT): Likewise.
25465         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25466         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25467         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25468         * tests/test-vsnprintf.c (ASSERT): Likewise.
25469         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25470         * tests/test-wcwidth.c (ASSERT): Likewise.
25471         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25472         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25473         * tests/test-xvasprintf.c (ASSERT): Likewise.
25474         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25475         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25476         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25477         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25478         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25479         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25480         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25481         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25482         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25483         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25484         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25485         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25486         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25487         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25488         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25489         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25490         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25491         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25492         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25493         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25494         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25495         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25496         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25497         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25498         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25499         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25500         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25501         * tests/unictype/test-combining.c (ASSERT): Likewise.
25502         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25503         * tests/unictype/test-digit.c (ASSERT): Likewise.
25504         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25505         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25506         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25507         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25508         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25509         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25510         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25511         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25512         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25513         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25514         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25515         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25516         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25517         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25518         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25519         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25520         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25521         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25522         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25523         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25524         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25525         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25526         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25527         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25528         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25529         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25530         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25531         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25532         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25533         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25534         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25535         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25536         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25537         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
25538         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
25539         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
25540         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
25541         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
25542         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
25543         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
25544         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
25545         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
25546         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
25547         Reported by Eric Blake.
25548
25549 2008-04-11  Bruno Haible  <bruno@clisp.org>
25550
25551         * lib/wchar.in.h: Tweak comment.
25552
25553 2008-04-11  Bruno Haible  <bruno@clisp.org>
25554
25555         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
25556         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
25557         gl_COMMON.
25558         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
25559
25560 2008-04-11  Bruno Haible  <bruno@clisp.org>
25561
25562         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
25563
25564 2008-04-11  Simon Josefsson  <simon@josefsson.org>
25565
25566         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
25567         of attempting to use non-existing /dev/*random.  Based on patch
25568         from Adam Strzelecki <ono@java.pl> in
25569         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
25570
25571 2008-04-08  Bruno Haible  <bruno@clisp.org>
25572
25573         Add tentative support for emx+gcc.
25574         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
25575         * lib/fpurge.c (fpurge): Likewise.
25576         * lib/freadable.c (freadable): Likewise.
25577         * lib/freadahead.c (freadahead): Likewise.
25578         * lib/freading.c (freading): Likewise.
25579         * lib/freadptr.c (freadptr): Likewise.
25580         * lib/freadseek.c (freadptrinc): Likewise.
25581         * lib/fseeko.c (rpl_fseeko): Likewise.
25582         * lib/fseterr.c (fseterr): Likewise.
25583         * lib/fwritable.c (fwritable): Likewise.
25584         * lib/fwriting.c (fwriting): Likewise.
25585         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
25586
25587 2008-04-09  Eric Blake  <ebb9@byu.net>
25588
25589         Avoid some autoconf warnings.
25590         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
25591         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
25592         * m4/afs.m4 (gl_AFS): Likewise.
25593         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
25594         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
25595         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
25596         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
25597         (gl_INTEGER_TYPE_SUFFIX): Likewise.
25598         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
25599         (AC_CHECK_DECLS_ONCE): Likewise.
25600         Rename file...
25601         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
25602         gnulib-tool requires autoconf 2.59 or better.
25603         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
25604
25605 2008-04-08  Eric Blake  <ebb9@byu.net>
25606
25607         Use 'git describe --match' if present (added in git 1.5.5).
25608         * build-aux/git-version-gen: Limit result to tags that match 'v*'
25609         if possible.
25610
25611 2008-04-08  Bruno Haible  <bruno@clisp.org>
25612
25613         Add tentative support for OpenServer.
25614         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
25615         _ptr, _cnt.
25616         * lib/fpurge.c (fpurge): Likewise.
25617         * lib/freadable.c (freadable): Likewise.
25618         * lib/freadahead.c (freadahead): Likewise.
25619         * lib/freading.c (freading): Likewise.
25620         * lib/freadptr.c (freadptr): Likewise.
25621         * lib/freadseek.c (freadptrinc): Likewise.
25622         * lib/fseeko.c (rpl_fseeko): Likewise.
25623         * lib/fseterr.c (fseterr): Likewise.
25624         * lib/fwritable.c (fwritable): Likewise.
25625         * lib/fwriting.c (fwriting): Likewise.
25626         Reported by Roger Cornelius <rac@tenzing.org> and
25627         Brian K. White <brian@aljex.com>.
25628
25629 2008-04-06  Jim Meyering  <meyering@redhat.com>
25630
25631         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
25632
25633 2008-04-06  Bruno Haible  <bruno@clisp.org>
25634
25635         Avoid possible error with non-ASCII bytes in UTF-8 locales.
25636         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
25637         * tests/test-printf-posix.sh: Likewise.
25638         * tests/test-vfprintf-posix.sh: Likewise.
25639         * tests/test-vprintf-posix.sh: Likewise.
25640         * tests/test-xprintf-posix.sh: Likewise.
25641
25642 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25643
25644         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
25645         hide error from 'ls', needed on OS/2.
25646         Report by Elbert Pol <elbert.pol@gmail.com>.
25647
25648 2008-04-04  Eric Blake  <ebb9@byu.net>
25649
25650         Make test-fseeko.c failures meaningful.
25651         * tests/test-fseeko.c: Print line number on failure.
25652         * tests/test-fseek.c: Likewise.
25653         Reported by Nelson H. F. Beebe.
25654
25655         Improve strtod bug detection check.
25656         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
25657         required for Solaris 10.
25658         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
25659
25660 2008-04-04  Bruno Haible  <bruno@clisp.org>
25661
25662         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
25663         by m4/setenv.m4.
25664
25665 2008-04-03  Eric Blake  <ebb9@byu.net>
25666
25667         Ensure sane .version contents.
25668         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
25669         version string.
25670         * build-aux/git-version-gen: Improve documentation.
25671
25672         Make GNU make output nicer.
25673         * top/GNUmakefile [!_have-Makefile]: Add dependency on
25674         MAKECMDGOALS to enforce message for all command line targets.  Set
25675         srcdir for use in maint.mk.
25676
25677         Another maintainer tweak.
25678         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
25679         a target that regenerates version.
25680
25681 2008-04-03  Jim Meyering  <meyering@redhat.com>
25682
25683         vc-list-files: don't cause coreutils "make po-check" failure
25684         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
25685
25686 2008-04-03  Eric Blake  <ebb9@byu.net>
25687
25688         Allow VPATH usage of vc-list-files.
25689         * build-aux/vc-list-files (scriptversion): Add timestamp.
25690         (options): Add --help, --version, -C.
25691         (CVS): Support installed cvsu.
25692
25693 2008-04-02  Bruno Haible  <bruno@clisp.org>
25694
25695         Avoid some "statement with no effect" warnings from gcc.
25696         * tests/test-wctype.c (main): Explicitly ignore unused values.
25697         Reported by Jim Meyering.
25698
25699 2008-04-02  Jim Meyering  <meyering@redhat.com>
25700
25701         Avoid some warnings from "gcc -Wshadow".
25702         * tests/test-frexp.c (exp): Define to a different identifier.
25703         * tests/test-frexpl.c (exp): Likewise.
25704
25705 2008-04-03  Jim Meyering  <meyering@redhat.com>
25706
25707         bootstrap: remove dangling *.[ch] symlinks from lib
25708         * build-aux/bootstrap [dangling symlink removal]: Move find's
25709         -depth option to precede all others, to avoid a warning.
25710         Remove *.[ch] files too, and from "$source_base" (usually lib/).
25711
25712 2008-04-02  Bruno Haible  <bruno@clisp.org>
25713
25714         Avoid some warnings from "gcc -Wshadow".
25715         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
25716         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
25717         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
25718         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
25719         Reported by Jim Meyering.
25720
25721 2008-04-01  Bruno Haible  <bruno@clisp.org>
25722
25723         Fix test to work on IRIX 6.5 with cc.
25724         * tests/test-math.c (numeric_equal): New function.
25725         (main): Use it.
25726
25727 2008-04-01  Bruno Haible  <bruno@clisp.org>
25728
25729         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
25730
25731 2008-04-01  Bruno Haible  <bruno@clisp.org>
25732
25733         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
25734         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25735         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
25736         (Depends-on): Remove math.
25737
25738         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
25739         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25740         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
25741         (Depends-on): Remove math.
25742
25743         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
25744         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25745         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
25746         (Depends-on): Remove math.
25747         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
25748         (Depends-on): Remove math.
25749
25750         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
25751         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25752         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
25753         (Depends-on): Remove math.
25754         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
25755         (Depends-on): Remove math.
25756
25757         * tests/test-round1.c: Include nan.h.
25758         (main): Use NaNd instead of NAN.
25759         * modules/round-tests (Files): Add tests/nan.h.
25760
25761         * tests/test-trunc1.c: Include nan.h.
25762         (main): Use NaNd instead of NAN.
25763         * modules/trunc-tests (Files): Add tests/nan.h.
25764
25765         * tests/test-roundf1.c: Include nan.h.
25766         (main): Use NaNf instead of NAN.
25767         * modules/roundf-tests (Files): Add tests/nan.h.
25768
25769         * tests/test-truncf1.c: Include nan.h.
25770         (main): Use NaNf instead of NAN.
25771         * modules/truncf-tests (Files): Add tests/nan.h.
25772
25773         * tests/test-ceilf1.c: Include nan.h.
25774         (main): Use NaNf instead of NAN.
25775         * modules/ceilf-tests (Files): Add tests/nan.h.
25776
25777         * tests/test-floorf1.c: Include nan.h.
25778         (main): Use NaNf instead of NAN.
25779         * modules/floorf-tests (Files): Add tests/nan.h.
25780
25781         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
25782         (main): Use NaNf instead of NAN.
25783         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
25784
25785         * tests/test-isnand.c: Include nan.h instead of <math.h>.
25786         (main): Use NaNd instead of NAN.
25787         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
25788
25789         * tests/test-frexp.c: Include nan.h.
25790         (main): Use NaNd instead of NAN.
25791         * modules/frexp-tests (Files): Add tests/nan.h.
25792
25793         * lib/isnan.c: Don't include <math.h>.
25794         (FUNC): Don't use NAN macro.
25795         * modules/isnand-nolibm (Depends-on): Remove math.
25796         * modules/isnanf-nolibm (Depends-on): Remove math.
25797         * modules/isnanl (Depends-on): Remove math.
25798         * modules/isnanl-nolibm (Depends-on): Remove math.
25799
25800         * tests/nan.h: New file.
25801
25802 2008-04-01  Eric Blake  <ebb9@byu.net>
25803
25804         Fix typos.
25805         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
25806         values to be the right type.
25807
25808         For now, cater to gnulib strtod inaccuracies.
25809         * tests/test-strtod.c (main): Allow 1-ulp error on expected
25810         fractional results.  While not as nice from a QoI perspective, it
25811         is a quicker patch than correctly implementing decimal to binary
25812         rounding.
25813
25814 2008-03-31  Eric Blake  <ebb9@byu.net>
25815
25816         Guarantee a definition of NAN.
25817         * lib/math.in.h (NAN): Define if missing.
25818         * tests/test-math.c (main): Test it.
25819         * doc/posix-headers/math.texi (math.h): Document this.
25820         * lib/isnan.c (rpl_isnand): Use it.
25821         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
25822         * tests/test-floorf1.c (NaN): Likewise.
25823         * tests/test-frexp.c (NaN): Likewise.
25824         * tests/test-isnand.c (NaN): Likewise.
25825         * tests/test-isnanf.c (NaN): Likewise.
25826         * tests/test-round1.c (NaN): Likewise.
25827         * tests/test-roundf1.c (NaN): Likewise.
25828         * tests/test-snprintf-posix.h (NaN): Likewise.
25829         * tests/test-sprintf-posix.h (NaN): Likewise.
25830         * tests/test-trunc1.c (NaN): Likewise.
25831         * tests/test-truncf1.c (NaN): Likewise.
25832         * tests/test-vasnprintf-posix.c (NaN): Likewise.
25833         * tests/test-vasprintf-posix.c (NaN): Likewise.
25834         * modules/isnand-nolibm (Depends-on): Add math.
25835         * modules/isnanf-nolibm (Depends-on): Likewise.
25836         * modules/isnanl (Depends-on): Likewise.
25837         * modules/isnanl-nolibm (Depends-on): Likewise.
25838         * modules/snprintf-posix-tests (Depends-on): Likewise.
25839         * modules/sprintf-posix-tests (Depends-on): Likewise.
25840         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
25841         * modules/vsprintf-posix-tests (Depends-on): Likewise.
25842         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
25843         * modules/vasprintf-posix-tests (Depends-on): Likewise.
25844
25845 2008-03-31  Bruno Haible  <bruno@clisp.org>
25846
25847         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
25848         * doc/posix-functions/strtod.texi: Likewise.
25849
25850 2008-03-31  Bruno Haible  <bruno@clisp.org>
25851
25852         * tests/test-strtod.c (main): Don't use C99 syntax.
25853
25854 2008-03-31  Bruno Haible  <bruno@clisp.org>
25855
25856         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
25857         Reported by Eric Blake.
25858
25859 2008-03-31  Jim Meyering  <meyering@redhat.com>
25860
25861         Don't compare actual signbit return values.
25862         * tests/test-strtod.c (main): Rather, compare only their
25863         zero/non-zero nature.
25864
25865 2008-03-31  Eric Blake  <ebb9@byu.net>
25866
25867         More strtod documentation.
25868         * doc/posix-functions/strtod.texi (strtod): Interpret more test
25869         failures as distinct bugs.
25870
25871 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
25872
25873         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
25874         Problem reported by Erik Benada in
25875         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
25876
25877 2008-03-30  Bruno Haible  <bruno@clisp.org>
25878
25879         * tests/test-strtod.c: Add comments about which assertion fails on which
25880         platform.
25881         * doc/posix-functions/strtod.texi: Add info about many more platforms.
25882
25883 2008-03-30  Eric Blake  <ebb9@byu.net>
25884
25885         Test signbit behavior on zeros.
25886         * tests/test-signbit.c (test_signbitf): Add tests for zero.
25887         (test_signbitd, test_signbitl): Likewise.
25888
25889         More strtod touchups.
25890         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
25891         sign of negative underflow, for now.  Use .5, not .1.
25892         * doc/posix-functions/strtod.texi (strtod): Mention these
25893         limitations.
25894         Reported by Jim Meyering.
25895
25896 2008-03-30  Bruno Haible  <bruno@clisp.org>
25897
25898         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
25899         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
25900
25901 2008-03-30  Bruno Haible  <bruno@clisp.org>
25902
25903         Avoid failure when attempting to return empty iconv results on some
25904         platforms.
25905         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
25906         allocation, don't report ENOMEM when the resulting string is empty.
25907
25908 2008-03-30  Bruno Haible  <bruno@clisp.org>
25909
25910         Fix buffer overrun.
25911         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
25912         Don't consider the width for tmp_length. Check count against tmp_length
25913         before doing the padding. Ensure enough allocation during padding.
25914
25915 2008-03-30  Eric Blake  <ebb9@byu.net>
25916
25917         strtod touchups.
25918         * lib/strtod.c (strtod): Avoid compiler warnings.
25919         Reported by Jim Meyering.
25920
25921 2008-03-30  Bruno Haible  <bruno@clisp.org>
25922
25923         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
25924         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
25925         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
25926         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
25927         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
25928         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
25929         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
25930         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
25931
25932         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
25933         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
25934         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
25935         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
25936         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
25937         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
25938         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
25939         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
25940
25941         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
25942         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
25943         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
25944         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
25945         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
25946         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
25947         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
25948         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
25949
25950         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
25951         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
25952
25953         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
25954         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
25955
25956         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
25957         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
25958
25959         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
25960         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
25961         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
25962
25963         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
25964         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
25965         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
25966
25967         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
25968         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
25969         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
25970
25971         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
25972         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
25973         * modules/vasprintf (Depends-on): Add EOVERFLOW.
25974
25975         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
25976         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
25977         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
25978         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
25979         (Depends-on): Add EOVERFLOW.
25980         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
25981         (Depends-on): Add EOVERFLOW.
25982         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
25983         (Depends-on): Add EOVERFLOW.
25984         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
25985         (Depends-on): Add EOVERFLOW.
25986         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
25987         (Depends-on): Add EOVERFLOW.
25988         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
25989         (Depends-on): Add EOVERFLOW.
25990         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
25991         (Depends-on): Add EOVERFLOW.
25992         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
25993         (Depends-on): Add EOVERFLOW.
25994
25995         * lib/sprintf.c (EOVERFLOW): Remove fallback.
25996         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
25997         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
25998
25999         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26000         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26001         * modules/snprintf (Depends-on): Add EOVERFLOW.
26002
26003         * lib/poll.c (EOVERFLOW): Remove fallback.
26004         * modules/poll (Depends-on): Add EOVERFLOW.
26005
26006         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26007         * modules/getugroups (Depends-on): Add EOVERFLOW.
26008
26009         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26010         * modules/getdelim (Depends-on): Add EOVERFLOW.
26011
26012         * lib/ftell.c (EOVERFLOW): Remove fallback.
26013         * modules/ftell (Depends-on): Add EOVERFLOW.
26014
26015         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26016         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26017         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26018
26019         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26020
26021         * modules/EOVERFLOW-tests: New file.
26022         * tests/test-EOVERFLOW.c: New file.
26023
26024         * modules/EOVERFLOW: New file.
26025         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26026
26027 2008-03-30  Bruno Haible  <bruno@clisp.org>
26028
26029         Fix bug introduced on 2007-06-10.
26030         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26031         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26032
26033 2008-03-30  Bruno Haible  <bruno@clisp.org>
26034
26035         Improve freadseek's efficiency after ungetc.
26036         * lib/freadseek.c: Include freadahead.h.
26037         (freadptrinc): New function, extracted from freadseek.
26038         (freadseek): Use it in a loop. Use freadahead to determine the number
26039         of loop iterations.
26040         * modules/freadseek (Depends-on): Add freadahead.
26041         (configure.ac): Require AC_C_INLINE.
26042
26043 2008-03-30  Bruno Haible  <bruno@clisp.org>
26044
26045         * lib/freadseek.c (freadseek): Don't ignore the return value of
26046         freadptr.
26047
26048 2008-03-29  Eric Blake  <ebb9@byu.net>
26049
26050         Add hex float support.
26051         * modules/strtod (Depends-on): Add c-ctype.
26052         (Link): Mention POW_LIB.
26053         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26054         whitespace between 'e' and exponent.
26055         * tests/test-strtod.c (main): Enable hex float tests.
26056         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26057         now provides.
26058
26059         Document various strtod bugs, with some fixes.
26060         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26061         "-0x", "inf", "nan", and hex constants.
26062         * doc/posix-functions/atof.texi (atof): Likewise.
26063         * modules/stdlib (Makefile.am): Support strtod.
26064         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26065         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26066         detect additional strtod bugs.
26067         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26068         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26069         bool where appropriate.  Parse 'inf' and 'nan'.
26070         * tests/test-strtod.c: New file.
26071         * modules/strtod (Depends-on): Add stdbool, stdlib.
26072         (configure.ac): Turn on module indicator.
26073         * modules/strtod-tests: New module.
26074
26075 2008-03-29  Eric Blake  <ebb9@byu.net>
26076
26077         Fix ftell on mingw.
26078         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26079         * modules/ftell-tests (Depends-on): Add binary-io.
26080         * modules/ftello-tests (Depends-on): Likewise.
26081         * tests/test-ftell.c (main): Enhance test to cover behavior after
26082         ungetc.  Enforce binary mode.
26083         * tests/test-ftello.c (main): Likewise.
26084
26085         Pass test-freadseek on cygwin.
26086         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26087         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26088         ungetc buffer.
26089
26090         * tests/test-fflush2.c (main): Fix typo.
26091
26092 2008-03-29  Bruno Haible  <bruno@clisp.org>
26093
26094         * tests/test-fflush2.c (main): Temporarily disable the contents of
26095         this test.
26096         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26097         Reported by Eric Blake.
26098
26099 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26100
26101         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26102         (GC_SHA224_DIGEST_SIZE): Add.
26103
26104         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26105         (gc_hash_digest_length): Likewise.
26106         (gc_hash_buffer): Likewise.
26107
26108 2008-03-25  Bruno Haible  <bruno@clisp.org>
26109
26110         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26111         detail which gettext release to use.
26112         Reported by Simon Josefsson.
26113
26114 2008-03-26  Jim Meyering  <meyering@redhat.com>
26115
26116         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26117         * modules/gnumakefile (clean-GNUmakefile): Also, use
26118         test ... && ... || : syntax rather than if-then ... fi.
26119
26120         gnumakefile: Don't double-quote-expand $(VPATH) value.
26121         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26122
26123 2008-03-24  Eric Blake  <ebb9@byu.net>
26124
26125         Alter GNUmakefile to install into top directory.
26126         * modules/maintainer-makefile: Split, and add dependency...
26127         * modules/gnumakefile: to this new module.
26128         * build-aux/GNUmakefile: Move...
26129         * top/GNUmakefile: ...here.
26130         * build-aux/maint.mk: Move...
26131         * top/maint.mk: ...here.
26132         * MODULES.html.sh (Support for maintaining...): Document new
26133         module.
26134
26135 2008-03-23  Bruno Haible  <bruno@clisp.org>
26136
26137         * gnulib-tool: New options --vc-files, --no-vc-files.
26138         (func_usage): Document them.
26139         (vc_files): New variable.
26140         (func_import): Consider vc_files.
26141         (func_create_testdir): Set vc_files to empty.
26142         Suggested by Jim Meyering and Karl Berry.
26143
26144 2008-03-23  Bruno Haible  <bruno@clisp.org>
26145
26146         Fix regex compilation error on HP-UX 11.
26147         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26148         * modules/regex (Files): Add m4/mbstate_t.m4.
26149         Reported by Ton Voon <ton.voon@altinity.com>.
26150
26151 2008-03-23  Bruno Haible  <bruno@clisp.org>
26152
26153         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26154
26155 2008-03-23  Eric Blake  <ebb9@byu.net>
26156             Bruno Haible  <bruno@clisp.org>
26157
26158         Install files from top/ in the destination directory.
26159         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26160         augmentation also for the files from top/.
26161         (func_import, func_create_testdir): Rewrite file names:
26162         top/filename -> filename.
26163
26164 2008-03-23  Bruno Haible  <bruno@clisp.org>
26165
26166         Tweak "gnulib --version" output.
26167         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26168
26169 2008-03-23  Bruno Haible  <bruno@clisp.org>
26170
26171         Tweak "gnulib --version" output.
26172         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26173         rather than contents of ChangeLog, when possible.
26174
26175 2008-03-21  Eric Blake  <ebb9@byu.net>
26176
26177         More --version tweaks.
26178         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26179         date of last ChangeLog entry.
26180
26181 2008-03-21  Jim Meyering  <meyering@redhat.com>
26182
26183         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26184
26185 2008-03-20  Eric Blake  <ebb9@byu.net>
26186
26187         VPATH fix.
26188         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26189
26190 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26191
26192         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26193         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26194
26195 2008-03-20  Eric Blake  <ebb9@byu.net>
26196
26197         Sync GNUmakefile with coreutils.
26198         * build-aux/GNUmakefile (have-Makefile): Rename...
26199         (_have-Makefile): ...to this, for namespace consideration.
26200         (GNUmakefile.cfg): Include, if present.
26201         (_autoreconf): Define a default.
26202         (_is-dist-target): New rule for rebuilds to pick up intra-release
26203         version.
26204         (maint-cfg.mk): Rename...
26205         (cfg.mk): ...to this.
26206
26207 2008-03-18  Jim Meyering  <meyering@redhat.com>
26208
26209         New script and module: mktempd
26210         * MODULES.html.sh (maint+release support): Add mktempd.
26211         * build-aux/mktempd: New file.
26212         * modules/mktempd: New file.
26213
26214 2008-03-15  Jim Meyering  <meyering@redhat.com>
26215
26216         Undo last change.
26217         * lib/sha1.c, lib/md5.c: 63 != ~63.
26218         Reported by Andreas Schwab.
26219
26220         sha1.c, md5.c: Hoist a redundant expression.
26221         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26222         "ctx->buflen" only once, before calling *_process_block.
26223         * lib/md5.c (md5_process_bytes): Likewise.
26224
26225 2008-03-14  Eric Blake  <ebb9@byu.net>
26226
26227         Bump copyright year in files generated by gnulib-tool.
26228         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26229         gnulib-tool, rather than hard-coding it.
26230
26231         Fix 'gnulib-tool --version' output to work with git.
26232         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26233         (startup): ...here.
26234         (func_version): Use it to invoke git-version-gen, rather than
26235         relying on CVS keyword expansion.  Modernize wording.
26236         (cvsdatestamp, last_checkin_date, version): Kill unused
26237         variables.
26238
26239 2008-03-12  Jim Meyering  <meyering@redhat.com>
26240
26241         Recognize optional cast of the argument to free.
26242         * build-aux/useless-if-before-free: Update regexps.
26243
26244         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26245
26246 2008-03-11  Bruno Haible  <bruno@clisp.org>
26247
26248         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26249         by a single package.
26250         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26251         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26252         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26253         Reported by Sam Steingold <sds@gnu.org>.
26254
26255 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26256
26257         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26258         repositories.
26259
26260 2008-03-11  Bruno Haible  <bruno@clisp.org>
26261
26262         Avoid conflicts between local macro definitions.
26263         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26264         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26265
26266 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26267             Bruno Haible  <bruno@clisp.org>
26268
26269         Make va_copy work with some version of xlc on AIX 5.1.
26270         * lib/stdarg.in.h: New file.
26271         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26272         On AIX, use a <stdarg.h> file substitute.
26273         * modules/stdarg (Files): Add lib/stdarg.in.h.
26274         (Depends-on): Add include_next.
26275         (Makefile.am): Build a stdarg.h substitute if requested.
26276         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26277
26278 2008-03-10  Bruno Haible  <bruno@clisp.org>
26279
26280         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26281         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26282         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26283
26284 2008-03-10  Bruno Haible  <bruno@clisp.org>
26285
26286         * modules/stdlib (Depends-on): Add include_next, remove
26287         absolute-header.
26288
26289 2008-03-09  Bruno Haible  <bruno@clisp.org>
26290
26291         * lib/freadahead.h (freadahead): Document more precisely.
26292         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26293         the sum of both buffer sizes.
26294         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26295         * NEWS: Document the change.
26296
26297 2008-03-09  Bruno Haible  <bruno@clisp.org>
26298
26299         Extend freadptr to return also the buffer size.
26300         * lib/freadptr.h (freadptr): Add sizep argument.
26301         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26302         (freadptr): Add sizep argument. Determine buffer size like freadahead
26303         does.
26304         * tests/test-freadptr.c: Don't include freadahead.h.
26305         (main): Adapt for new calling convention of freadptr.
26306         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26307         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26308         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26309         tests/test-freadptr2.sh.
26310         (Depends): Remove freadahead.
26311         (TESTS): Add test-freadptr2.sh.
26312         (check_PROGRAMS): Add test-freadptr2.
26313
26314 2008-03-09  Bruno Haible  <bruno@clisp.org>
26315
26316         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26317         Report and solution by Simon Josefsson.
26318
26319 2008-03-06  Bruno Haible  <bruno@clisp.org>
26320
26321         Make fflush after ungetc work on BSD platforms.
26322         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26323         * tests/test-fflush2.c: New file.
26324         * tests/test-fflush2.sh: New file.
26325         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26326         tests/test-fflush2.c.
26327         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26328         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26329
26330 2008-03-06  Eric Blake  <ebb9@byu.net>
26331
26332         Likewise for ftello.
26333         * modules/ftello (Dependencies): Add extensions.
26334         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26335
26336 2008-03-06  Bruno Haible  <bruno@clisp.org>
26337
26338         * modules/fseeko (Dependencies): Add extensions.
26339         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26340         Needed on glibc systems.
26341
26342 2008-03-06  Bruno Haible  <bruno@clisp.org>
26343
26344         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26345         email address.
26346         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26347
26348 2008-03-06  Bruno Haible  <bruno@clisp.org>
26349
26350         * users.txt: Add libgnupdf.
26351
26352 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26353
26354         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26355         (Header File Substitutes, Function Substitutes,
26356         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26357         (Build robot for gnulib): Fix typo.
26358
26359 2008-03-06  Bruno Haible  <bruno@clisp.org>
26360
26361         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26362         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26363
26364 2008-03-06  Bruno Haible  <bruno@clisp.org>
26365
26366         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26367         * doc/gnulib.texi: Include it.
26368
26369 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26370
26371         * modules/func (License): Change license to unlimited; there was
26372         no LGPL parts in the module anyway.
26373
26374 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26375
26376         * modules/__func__: Renamed to modules/func.
26377         * modules/__func__-tests: Renamed to modules/func-tests.
26378         * tests/test-__func__.c: Renamed to tests/test-func.c.
26379         * m4/__func__.m4: Renamed to m4/func.m4.
26380         * doc/gnulib.texi (__func__): Section renamed to func.
26381         Suggested by Eric Blake <ebb9@byu.net>.
26382
26383 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26384
26385         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26386         about __func__.  Make example self-contained.  Suggested by Eric
26387         Blake <ebb9@byu.net>.
26388
26389         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26390         Suggested by Eric Blake <ebb9@byu.net>.
26391
26392 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26393
26394         * modules/__func__: New file.
26395         * modules/__func__-tests: New file.
26396         * tests/test-__func__.c: New file.
26397         * m4/__func__.m4: New file.
26398         * doc/gnulib.texi (__func__): Document __func__ module.
26399
26400 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26401
26402         * modules/byteswap (License): Re-license as LGPLv2+.
26403
26404 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26405
26406         * doc/Makefile: Add pdf target.
26407
26408 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26409
26410         * modules/inline (License): Use 'unlimited', since there are only
26411         *.m4 files in this module.
26412
26413 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26414             Bruno Haible  <bruno@clisp.org>
26415
26416         Add support for HP C 7.1 on OpenVMS 8.3.
26417         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26418
26419 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26420
26421         Update VMS specifics.
26422         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26423
26424 2008-03-02  Jim Meyering  <meyering@redhat.com>
26425
26426         Remove the last dependency on the "free" module.
26427         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26428         Reported by Bob Proulx.
26429
26430         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26431
26432         Remove useless "if" tests before free.  Deprecate "free" module.
26433         * doc/posix-functions/free.texi: Mention that this
26434         module is no longer useful.
26435         * modules/free (Notice): Say this module is obsolete.
26436         * modules/readutmp (Depends-on): Remove free.
26437         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26438         * lib/putenv.c (putenv): Likewise.
26439         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26440         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26441         * tests/test-c-strcasestr.c (main): Likewise.
26442         * tests/test-c-strstr.c (main): Likewise.
26443         * tests/test-mbscasestr1.c (main): Likewise.
26444         * tests/test-mbscasestr2.c (main): Likewise.
26445         * tests/test-mbsstr1.c (main): Likewise.
26446         * tests/test-mbsstr2.c (main): Likewise.
26447         * tests/test-memmem.c (main): Likewise.
26448         * tests/test-strcasestr.c (main): Likewise.
26449         * tests/test-striconv.c (main): Likewise.
26450         * tests/test-striconveh.c (main): Likewise.
26451         * tests/test-striconveha.c (main): Likewise.
26452         * tests/test-strstr.c (main): Likewise.
26453
26454         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26455
26456         bootstrap: sync from coreutils again
26457         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26458
26459 2008-03-01  Jim Meyering  <meyering@redhat.com>
26460
26461         bootstrap: sync from coreutils
26462         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26463         also when the target doesn't exist.
26464
26465 2008-03-01  Eric Blake  <ebb9@byu.net>
26466
26467         Fix bugs in last patch.
26468         * lib/memchr2.c (memchr2): Fix typo.
26469         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26470         extension.
26471         Reported by Bruce Korb.
26472
26473         New module 'memchr2'.
26474         * modules/memchr2: New file.
26475         * modules/memchr2-tests: Likewise.
26476         * lib/memchr2.h: Likewise.
26477         * lib/memchr2.c: Likewise, based on memchr.c.
26478         * tests/test-memchr2.c: New test.
26479         * MODULES.html.sh (String handling): Add memchr2.
26480
26481 2008-02-29  Bruno Haible  <bruno@clisp.org>
26482
26483         * modules/freadseek-tests: New file.
26484         * tests/test-freadseek.sh: New file.
26485         * tests/test-freadseek.c: New file.
26486
26487         New module 'freadseek'.
26488         * modules/freadseek: New file.
26489         * lib/freadseek.h: New file.
26490         * lib/freadseek.c: New file.
26491         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26492
26493 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26494
26495         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26496         wydawca.
26497
26498         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26499         program_invocation_name and program_invocation_short_name are
26500         present.
26501
26502 2008-02-28  Bruno Haible  <bruno@clisp.org>
26503
26504         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26505         * tests/test-freadptr.sh: Also test non-seekable stdin.
26506
26507 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26508
26509         * build-aux/bootstrap (source_base, m4_base)
26510         (doc_base, tests_base): New variables.
26511         (gnulib_tool_options): Do not hardcode base directories, use
26512         the above variables instead.
26513
26514 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26515
26516         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26517
26518 2008-02-28  Bruno Haible  <bruno@clisp.org>
26519
26520         * modules/freadptr-tests: New file.
26521         * tests/test-freadptr.sh: New file.
26522         * tests/test-freadptr.c: New file.
26523
26524         New module 'freadptr'.
26525         * modules/freadptr: New file.
26526         * lib/freadptr.h: New file.
26527         * lib/freadptr.c: New file.
26528         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26529
26530 2008-02-26  Karl Berry  <karl@freefriends.org>
26531
26532         Sync from Libtool:
26533         * libltdl/argz.c (argz_add, argz_count): New functions.
26534         * libltdl/argz.in.h: Declare them.
26535         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26536
26537 2008-02-22  Bruno Haible  <bruno@clisp.org>
26538
26539         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
26540         is a pointer type.  Needed for HP-UX 10.
26541         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
26542         * doc/posix-functions/gmtime_r.texi: Likewise.
26543         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26544
26545 2008-02-24  Bruno Haible  <bruno@clisp.org>
26546
26547         * modules/environ-tests: New file.
26548         * tests/test-environ.c: New file.
26549
26550         New module 'environ'.
26551         * modules/environ: New file.
26552         * lib/unistd.in.h (environ): New declaration.
26553         * m4/environ.m4: New file.
26554         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
26555         after use.
26556         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
26557         HAVE_DECL_ENVIRON.
26558         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
26559         HAVE_DECL_ENVIRON.
26560         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
26561         wrong claim that 'environ' is missing on some systems.
26562         * modules/execute (Depends-on): Add environ.
26563         * lib/execute.c (environ): Remove fallback declaration.
26564         * modules/pipe (Depends-on): Add environ.
26565         * lib/pipe.c (environ): Remove fallback declaration.
26566         * modules/setenv (Depends-on): Add environ.
26567         * lib/setenv.c (environ): Remove fallback declaration.
26568         * modules/unsetenv (Depends-on): Add environ.
26569         * lib/unsetenv.c (environ): Remove fallback declaration.
26570         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
26571         m4/environ.m4.
26572         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
26573         (gl_PREREQ_UNSETENV): Likewise.
26574
26575 2008-02-24  Bruno Haible  <bruno@clisp.org>
26576
26577         * doc/posix-functions/environ.texi: Document the MacOS X problem.
26578
26579 2008-02-20  Bob Proulx  <bob@proulx.com>
26580
26581         Enable use of older two part flavor 'git describe'.
26582         * build-aux/git-version-gen: If using the older two part flavor of
26583         git version then recreate the third part now present in the
26584         newer three part flavor of git describe.
26585
26586 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
26587
26588         * lib/fts.c (fts_build): Typo correction to comment.
26589
26590 2008-02-17  Bruno Haible  <bruno@clisp.org>
26591
26592         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
26593         generating no-op conflicts.
26594
26595 2008-02-17  Bruno Haible  <bruno@clisp.org>
26596
26597         Speed up by 10%.
26598         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
26599         result_entries, rather than an index-based loop.
26600
26601 2008-02-17  Bruno Haible  <bruno@clisp.org>
26602
26603         Speed up by 25%.
26604         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
26605         'hashcode_cached'.
26606         (entry_create): New function.
26607         (entry_hashcode): Use the cached hashcode if possible.
26608         (read_changelog_file, try_split_merged_entry): Use entry_create.
26609
26610 2008-02-17  Bruno Haible  <bruno@clisp.org>
26611
26612         Speed up from O(n^2) to O(n) for long ChangeLog files.
26613         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
26614         (read_changelog_file): Change implementation of entries_reversed list
26615         to rbtreehash.
26616         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
26617
26618 2008-02-17  Bruno Haible  <bruno@clisp.org>
26619
26620         New option --split-merged-entry.
26621         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
26622         (find_paragraph_end, try_split_merged_entry): New functions.
26623         (long_options): Add option --split-merged-entry.
26624         (usage): Document option --split-merged-entry.
26625         (main): Implement option --split-merged-entry.
26626         Reported by Eric Blake.
26627
26628 2008-02-17  Bruno Haible  <bruno@clisp.org>
26629
26630         * lib/git-merge-changelog.c: Include c-strstr.h.
26631         (main): Support the "git pull --rebase" situation.
26632         * modules/git-merge-changelog (Depends-on): Add c-strstr.
26633         Reported by Eric Blake.
26634
26635 2008-02-16  Eric Blake  <ebb9@byu.net>
26636
26637         Avoid doubling \ in common case of "c-maybe" quoting style.
26638         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
26639         eliding outer quotes.
26640         * lib/quotearg.h: Document this.
26641         * tests/test-quotearg.c (result_strings, inputs, results_g)
26642         (flag_results, locale_results): Test it by adding a new string to
26643         each test group.
26644         (compare_strings): Test new string.
26645
26646 2008-02-13  Eric Blake  <ebb9@byu.net>
26647
26648         Avoid trigraph quoting in default output.
26649         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
26650         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
26651         unless explicitly requested.
26652         * tests/test-quotearg.c (flag_results, main): Add additional tests.
26653
26654 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
26655
26656         Don't rely on signed integer overflowing to negative value.
26657         * lib/getugroups.c (getugroups): Include <limits.h>.
26658         Instead, compare against INT_MAX, and increment only if the test passes.
26659
26660 2008-02-13  Jim Meyering  <meyering@redhat.com>
26661         and Eric Blake  <ebb9@byu.net>
26662
26663         Avoid shadowing warning and compile errors on Linux.
26664         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
26665         forwarding macros on Linux.
26666         (dcgettext): Define a stub, for Linux.
26667         (results_g, main): Avoid warnings.
26668
26669 2008-02-12  Eric Blake  <ebb9@byu.net>
26670
26671         Silence warning in last patch.
26672         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
26673
26674         Quotearg part 4: add tests, fix c-maybe colon quoting.
26675         * lib/quotearg.h: Improve documentation.
26676         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
26677         escapes when adding outer quotes.  When quoting trigraphs, use
26678         valid C notation.  When quoting NUL, omit extra characters if next
26679         character is not digit.  Alter prototype.
26680         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
26681         callers.
26682         * modules/quotearg-tests: New module.
26683         * tests/test-quotearg.c: New test.
26684
26685 2008-02-07  Eric Blake  <ebb9@byu.net>
26686
26687         Quotearg part 3: add flag to control outer quote elision.
26688         * lib/quotearg.h (c_maybe_quoting_style): New style.
26689         (enum quoting_flags): Better documentation of flags.
26690         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
26691         c-maybe style.
26692         (quotearg_buffer_restyled): Handle new flag to elide outer
26693         quotes.
26694
26695         Quotearg part 2: add flag that can control NUL elision.
26696         * lib/quotearg.h (set_quoting_flags): New prototype.
26697         * lib/quotearg.c (struct quoting_options): Add flag field.
26698         (set_quoting_flags): New function.
26699         (quotearg_buffer_restyled): Add flags parameter.
26700         (quotearg_alloc_mem): Set the flag if length cannot be returned.
26701         (quotearg_n_options): Set the flag, since length cannot be
26702         returned.
26703         (quoting_options_from_style): Default flags correctly.
26704
26705         Quotearg part 1: more wrappers, restore quotearg_char state.
26706         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
26707         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
26708         (quotearg_colon_mem): New wrappers.
26709         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
26710         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
26711         functions.
26712         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
26713         (quotearg_colon_mem): New functions.
26714
26715 2008-02-11  Bruno Haible  <bruno@clisp.org>
26716
26717         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
26718         library in the current directory: it does not work with parallel make.
26719         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26720
26721 2008-02-11  Bruno Haible  <bruno@clisp.org>
26722
26723         * .gitattributes: New file.
26724
26725 2008-02-11  Jim Meyering  <meyering@redhat.com>
26726
26727         useless-if-before-free: Fix reversed exit values.
26728         * build-aux/useless-if-before-free: Use correct values
26729         for EXIT_MATCH and EXIT_NO_MATCH.
26730
26731         * build-aux/useless-if-before-free: Close stdout carefully.
26732
26733 2008-02-10  Bruno Haible  <bruno@clisp.org>
26734
26735         New module 'git-merge-changelog'.
26736         * modules/git-merge-changelog: New file.
26737         * lib/git-merge-changelog.c: New file.
26738
26739 2008-02-10  Jim Meyering  <meyering@redhat.com>
26740
26741         useless-if-before-free: New option: --list (-l).
26742
26743         useless-if-before-free: Don't exit immediately upon open failure.
26744         * build-aux/useless-if-before-free: Exit 2 for errors.
26745         Upon failure to open a file, don't exit immediately.
26746         Rather, just warn and continue with any remaining files.
26747
26748 2008-02-10  Bruno Haible  <bruno@clisp.org>
26749
26750         New abstract list operation 'node_set_value'.
26751         * lib/gl_list.h (gl_list_node_set_value): New function.
26752         (struct gl_list_implementation): New field node_set_value.
26753         * lib/gl_list.c (gl_list_node_set_value): New function.
26754         * lib/gl_array_list.c (gl_array_node_set_value): New function.
26755         (gl_array_list_implementation): Update.
26756         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
26757         (gl_carray_list_implementation): Update.
26758         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
26759         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26760         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26761         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
26762         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26763         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26764         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26765         Update.
26766         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26767         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
26768         (gl_sublist_list_implementation): Update.
26769
26770 2008-02-10  Bruno Haible  <bruno@clisp.org>
26771
26772         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
26773         Needed when ELEMENT is #defined to 'some_type *'.
26774
26775 2008-02-10  Jim Meyering  <meyering@redhat.com>
26776
26777         New script and module: useless-if-before-free
26778         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
26779         * build-aux/useless-if-before-free: New file.
26780         * modules/useless-if-before-free: New file.
26781
26782         * build-aux/gitlog-to-changelog: Use committer date, not author date.
26783
26784         xstrtol_error: Fix typo.
26785         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
26786         s/exit_failure/exit_status/.
26787
26788 2008-02-09  Jim Meyering  <meyering@redhat.com>
26789
26790         New script and module: gitlog-to-changelog
26791         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
26792         * modules/gitlog-to-changelog: New file.
26793         * build-aux/gitlog-to-changelog: New file.
26794
26795 2008-02-08  Jim Meyering  <meyering@redhat.com>
26796
26797         Avoid two "parameter unused" warnings.
26798         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
26799         Mark "st" as used.
26800
26801         Use "git COMMAND", not "git-COMMAND".
26802         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
26803         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
26804         * build-aux/git-version-gen: Use "git status", not "git-status".
26805
26806 2008-02-07  Bruno Haible  <bruno@clisp.org>
26807
26808         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
26809         Avoids a crash on Windows Vista.
26810         Reported by Adam Strzelecki <ono@java.pl> via
26811         Simon Josefsson <simon@josefsson.org>.
26812
26813 2008-02-06  Bruno Haible  <bruno@clisp.org>
26814
26815         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
26816         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
26817         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
26818         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
26819         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
26820         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26821         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
26822         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
26823         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26824         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26825         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26826         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26827         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26828         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26829         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26830         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
26831         left-adjust flag.
26832         * tests/test-snprintf-posix.h (test_function): Likewise.
26833         * tests/test-sprintf-posix.h (test_function): Likewise.
26834         * tests/test-vasprintf-posix.c (test_function): Likewise.
26835         * doc/posix-functions/fprintf.texi: Update.
26836         * doc/posix-functions/printf.texi: Update.
26837         * doc/posix-functions/snprintf.texi: Update.
26838         * doc/posix-functions/sprintf.texi: Update.
26839         * doc/posix-functions/vfprintf.texi: Update.
26840         * doc/posix-functions/vprintf.texi: Update.
26841         * doc/posix-functions/vsnprintf.texi: Update.
26842         * doc/posix-functions/vsprintf.texi: Update.
26843         Reported by Peter Fales <psfales@alcatel-lucent.com>.
26844
26845 2008-02-06  Bruno Haible  <bruno@clisp.org>
26846
26847         Fix bug introduced on 2008-01-26.
26848         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
26849
26850 2008-02-06  Bruno Haible  <bruno@clisp.org>
26851
26852         Fix bug introduced on 2007-06-10.
26853         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
26854         !NEED_PRINTF_FLAG_ZERO.
26855
26856 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
26857
26858         getloadavg: use libperfstat on AIX5
26859         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
26860
26861 2008-02-03  Bruno Haible  <bruno@clisp.org>
26862
26863         * lib/diffseq.h: Add comments about required #includes.
26864         Reported by Michael Biggs <gnulib@doubleplum.net>.
26865
26866 2008-02-01  Bruno Haible  <bruno@clisp.org>
26867
26868         * users.txt: Add gnuit.
26869
26870 2008-01-31  Bruno Haible  <bruno@clisp.org>
26871
26872         * lib/md4.c (set_uint32): Mark as inline.
26873         * lib/md5.c (set_uint32): Likewise.
26874         * lib/sha1.c (set_uint32): Likewise.
26875         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
26876         * m4/md5.m4 (gl_MD5): Likewise.
26877         * m4/sha1.m4 (gl_SHA1): Likewise.
26878
26879 2008-01-31  Jim Meyering  <meyering@redhat.com>
26880
26881         Use "sizeof VAR", rather than a literal "4".
26882         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
26883         * lib/md4.c (md4_read_ctx): Likewise.
26884         * lib/sha1.c (sha1_read_ctx): Likewise.
26885
26886 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26887
26888         * tests/test-sha1.c: New file, based on test-md5.c.
26889
26890         * modules/crypto/sha1-tests: New file.
26891
26892 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26893
26894         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
26895
26896 2008-01-31  Jim Meyering  <meyering@redhat.com>
26897
26898         Prefer "sizeof v" over the equivalent "4".
26899         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
26900         * lib/md5.c (set_uint32): Likewise.
26901         * lib/sha1.c (set_uint32): Likewise.
26902
26903 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26904
26905         * lib/sha1.c (set_uint32): Mark function as static.
26906
26907 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26908
26909         md2: clarify comments to say that alignment is not required.
26910         * lib/md2.h: Remove warning about alignment in comment.
26911         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
26912         never been required.
26913
26914 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26915
26916         md4: adapt alignment constraint fix from sha1.
26917         * lib/md4.c (set_uint32): New function, from sha1.c
26918         (md4_read_ctx): Use it.
26919         (md4_finish_ctx): Doc fix.
26920         * lib/md4.h: Doc fix.
26921
26922 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26923
26924         md5: adapt alignment constraint fix from sha1.
26925         * lib/md5.c (set_uint32): New function, from sha1.c
26926         (md5_read_ctx): Use it.
26927         (md5_finish_ctx): Doc fix.
26928         * lib/md5.h: Doc fix.
26929
26930 2008-01-30  Peter Palfrader  <weasel@debian.org>
26931
26932         sha1: remove the result buffer alignment constraint
26933         * lib/sha1.c (set_uint32): New function.
26934         (sha1_read_ctx): Rewrite to remove the result buffer alignment
26935         constraint.
26936         (sha1_finish_ctx): Remove comment warning about alignment constraint.
26937         * lib/sha1.h: Likewise.
26938
26939 2008-01-30  Andreas Schwab  <schwab@suse.de>
26940             Bruno Haible  <bruno@clisp.org>
26941
26942         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
26943         correct definition of LDBL_MIN_EXP.
26944
26945 2008-01-30  Karl Berry  <karl@gnu.org>
26946
26947         * config/srclist-update: try to preserve x bit on updates.
26948         * config/srclistvars.sh: update for karl.
26949
26950 2008-01-29  Jim Meyering  <meyering@redhat.com>
26951
26952         vasnprintf.c: Avoid warning about unused label
26953         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
26954         "overflow" label definition and associated code with the
26955         same cpp condition that guards the sole use of that label.
26956
26957 2008-01-26  Bruno Haible  <bruno@clisp.org>
26958
26959         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
26960         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
26961         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
26962         * lib/isnanl-nolibm.h (isnanl): Likewise.
26963         Reported by Paul Eggert <eggert@cs.ucla.edu>.
26964
26965 2008-01-26  Bruno Haible  <bruno@clisp.org>
26966
26967         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
26968         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
26969
26970 2008-01-26  Bruno Haible  <bruno@clisp.org>
26971
26972         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
26973         GCC >= 4.0 built-in.
26974         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
26975
26976 2008-01-26  Bruno Haible  <bruno@clisp.org>
26977
26978         Rename isnan, applicable to 'double' only, to isnand.
26979         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
26980         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
26981         (configure.ac): Update.
26982         (Include): Replace "isnan.h" with "isnand.h".
26983         * m4/isnand.m4: Renamed from m4/isnan.m4.
26984         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
26985         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
26986         instead of isnan.c.
26987         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
26988         instead of HAVE_ISNAN_IN_LIBC.
26989         (isnand): Renamed from isnan.
26990         * lib/isnand.c: New file.
26991         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
26992         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
26993         (Makefile.am): Update.
26994         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
26995         Include isnand.h instead of isnan.h.
26996         (main): Test isnand instead of isnan.
26997         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
26998         isnan-nolibm.
26999         * modules/frexp (Depends-on): Likewise.
27000         * modules/frexp-tests (Depends-on): Likewise.
27001         * modules/frexp-nolibm (Depends-on): Likewise.
27002         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27003         * modules/isfinite (Depends-on): Likewise.
27004         * modules/round-tests (Depends-on): Likewise.
27005         * modules/signbit (Depends-on): Likewise.
27006         * modules/signbit-tests (Depends-on): Likewise.
27007         * modules/snprintf-posix (Depends-on): Likewise.
27008         * modules/sprintf-posix (Depends-on): Likewise.
27009         * modules/trunc-tests (Depends-on): Likewise.
27010         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27011         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27012         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27013         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27014         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27015         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27016         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27017         * modules/vasnprintf-posix (Depends-on): Likewise.
27018         * modules/vasprintf-posix (Depends-on): Likewise.
27019         * modules/vfprintf-posix (Depends-on): Likewise.
27020         * modules/vsnprintf-posix (Depends-on): Likewise.
27021         * modules/vsprintf-posix (Depends-on): Likewise.
27022         * lib/frexp.c: Include isnand.h instead of isnan.h.
27023         (ISNAN): Set to isnand instead of isnan.
27024         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27025         (gl_isfinited): Use isnand instead of isnan.
27026         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27027         (gl_signbitd): Use isnand instead of isnan.
27028         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27029         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27030         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27031         (main): Use isnand instead of isnan.
27032         * tests/test-round1.c: Include isnand.h.
27033         (main): Use isnand instead of isnan.
27034         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27035         (ISNAN): Set to isnand instead of isnan.
27036         * tests/test-trunc1.c: Include isnand.h.
27037         (main): Use isnand instead of isnan.
27038         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27039         (equal): Use isnand instead of isnan.
27040         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27041         isnand-nolibm.
27042         * NEWS: Mention the change.
27043
27044 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27045             Bruno Haible  <bruno@clisp.org>
27046
27047         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27048         the GCC builtins for signbits are present and set
27049         REPLACE_SIGNBIT_USING_GCC if so.
27050         * lib/math.in.h (signbit): Define using GCC builtins if
27051         REPLACE_SIGNBIT_USING_GCC is set.
27052         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27053         REPLACE_SIGNBIT_USING_GCC.
27054         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27055
27056 2008-01-25  Jim Meyering  <meyering@redhat.com>
27057
27058         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27059         * lib/poll.c: Include <config.h>, not "config.h".
27060         * tests/test-getaddrinfo.c: Likewise.
27061
27062 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27063
27064         * modules/sockets-tests: New file.
27065
27066 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27067
27068         * modules/sockets: New module, can be used to call WSA_Startup and
27069         WSA_Cleanup when needed.
27070
27071         * lib/sockets.h, lib/sockets.c: New files.
27072
27073         * m4/sockets.m4: New file.
27074
27075         * tests/test-sockets.c: New file.
27076
27077 2008-01-19  Bruno Haible  <bruno@clisp.org>
27078
27079         * doc/posix-headers: Renamed from doc/headers.
27080         * doc/posix-functions: Renamed from doc/functions.
27081         * doc/gnulib.texi: Update.
27082
27083 2008-01-19  Bruno Haible  <bruno@clisp.org>
27084
27085         * doc/glibc-functions/strcasestr.texi: Include contents of
27086         doc/functions/strcasestr.texi, fixing the list of platforms.
27087         * doc/functions/strcasestr.texi: Remove file.
27088
27089 2008-01-19  Bruno Haible  <bruno@clisp.org>
27090
27091         * doc/glibc-functions/memmem.texi: Include contents of
27092         doc/functions/memmem.texi.
27093         * doc/functions/memmem.texi: Remove file.
27094
27095 2008-01-18  Bruno Haible  <bruno@clisp.org>
27096
27097         * doc/glibc-functions/*.texi: New files.
27098         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27099         to use the new files.
27100
27101 2008-01-17  Bruno Haible  <bruno@clisp.org>
27102
27103         * tests/test-gethostname.c (main): Fix printf statement.
27104
27105 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27106
27107         * modules/gethostname-tests: New file.
27108
27109         * tests/test-gethostname.c: New file.
27110
27111 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27112
27113         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27114         used by the UNAME case.  Reported by Bruno Haible
27115         <bruno@clisp.org>.
27116
27117 2008-01-17  Eric Blake  <ebb9@byu.net>
27118
27119         Convert c-strcasestr to be more efficient.
27120         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27121         (Depends-on): Add c-strcase, remove malloca, strnlen.
27122         * tests/test-c-strcasestr.c (main): Enhance test.
27123         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27124
27125 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27126
27127         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27128         Use it in creating po/Makevars.
27129
27130 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27131
27132         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27133         Applications that requires it should initialize libgcrypt
27134         manually.
27135
27136 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27137
27138         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27139
27140 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27141
27142         Fix problem with getdate on mingw32 reported by Simon Josefsson
27143         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27144         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27145         tzname", when deciding whether to declare tzname.
27146         * lib/strftime.c (tzname): Likewise.
27147
27148 2008-01-15  Bruno Haible  <bruno@clisp.org>
27149
27150         Work around a MacOS X 10.5 bug in frexpl().
27151         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27152         * doc/functions/frexpl.texi: Document the bug.
27153         Reported by Elias Pipping <pipping@gentoo.org>.
27154
27155 2008-01-14  Eric Blake  <ebb9@byu.net>
27156
27157         Touch up previous patch.
27158         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27159         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27160
27161         Convert strcasestr module to use Two-Way algorithm.
27162         * modules/strcasestr-simple: New module, based on the old
27163         strcasestr, but with Two-Way rather than KMP.
27164         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27165         * lib/string.in.h (rpl_strcasestr): Declare.
27166         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27167         performance.
27168         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27169         * modules/string (Makefile.am): Support strcasestr.
27170         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27171         * modules/strcasestr-tests (Depends-on): Check for alarm.
27172         * tests/test-strcasestr.c: Augment test.
27173         * lib/str-two-way.h: Clean up stray macro.
27174         * NEWS: Document new module.
27175         * MODULES.html.sh (string handling): Likewise.
27176         * doc/functions/strcasestr.texi: New file.
27177         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27178         here, since it is not a POSIX function.
27179
27180 2008-01-14  Colin Watson  <cjwatson@debian.org>
27181             Bruno Haible  <bruno@clisp.org>
27182
27183         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27184         works fine; if not, set REPLACE_STRSIGNAL.
27185         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27186         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27187         REPLACE_STRSIGNAL.
27188         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27189         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27190         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27191
27192 2008-01-14  Bruno Haible  <bruno@clisp.org>
27193
27194         * modules/strsignal (Include): Change to <string.h>.
27195
27196 2008-01-14  Colin Watson  <cjwatson@debian.org>
27197
27198         * modules/argp (Notice): Add a notice recommending to change
27199         XGETTEXT_OPTIONS.
27200         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27201
27202 2008-01-13  Colin Watson  <cjwatson@debian.org>
27203
27204         * modules/strsignal-tests: New file.
27205         * tests/test-strsignal.c: New file.
27206
27207         * lib/strsignal.c: New file, from glibc with modifications.
27208         * lib/siglist.h: New file, from glibc with modifications.
27209         * lib/string.in.h (strsignal): New declaration.
27210         * m4/strsignal.m4: New file.
27211         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27212         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27213         * modules/strsignal: New file.
27214         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27215         HAVE_DECL_STRSIGNAL.
27216
27217 2008-01-13  Bruno Haible  <bruno@clisp.org>
27218
27219         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27220         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27221         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27222         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27223
27224 2008-01-13  Bruno Haible  <bruno@clisp.org>
27225
27226         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27227         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27228         * lib/argp.h (__attribute__): Likewise.
27229         * lib/c-stack.c (__attribute__): Likewise.
27230         * lib/error.h (__attribute__): Likewise.
27231         * lib/fts.c (__attribute__): Likewise.
27232         * lib/openat.h (__attribute__): Likewise.
27233         * lib/stdio.in.h (__attribute__): Likewise.
27234         * lib/string.in.h (__attribute__): Likewise.
27235         * lib/utimens.c (__attribute__): Likewise.
27236         * lib/vasnprintf.h (__attribute__): Likewise.
27237         * lib/xalloc.h (__attribute__): Likewise.
27238         * lib/xprintf.h (__attribute__): Likewise.
27239         * lib/xstrtol.h (__attribute__): Likewise.
27240         * lib/xvasprintf.h (__attribute__): Likewise.
27241
27242 2008-01-12  Bruno Haible  <bruno@clisp.org>
27243
27244         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27245         * doc/glibc-headers/a.out.texi: New file.
27246         * doc/glibc-headers/aliases.texi: New file.
27247         * doc/glibc-headers/alloca.texi: New file.
27248         * doc/glibc-headers/ar.texi: New file.
27249         * doc/glibc-headers/argp.texi: New file.
27250         * doc/glibc-headers/argz.texi: New file.
27251         * doc/glibc-headers/byteswap.texi: New file.
27252         * doc/glibc-headers/crypt.texi: New file.
27253         * doc/glibc-headers/endian.texi: New file.
27254         * doc/glibc-headers/envz.texi: New file.
27255         * doc/glibc-headers/err.texi: New file.
27256         * doc/glibc-headers/error.texi: New file.
27257         * doc/glibc-headers/execinfo.texi: New file.
27258         * doc/glibc-headers/fpu_control.texi: New file.
27259         * doc/glibc-headers/fstab.texi: New file.
27260         * doc/glibc-headers/fts.texi: New file.
27261         * doc/glibc-headers/getopt.texi: New file.
27262         * doc/glibc-headers/ieee754.texi: New file.
27263         * doc/glibc-headers/ifaddrs.texi: New file.
27264         * doc/glibc-headers/libintl.texi: New file.
27265         * doc/glibc-headers/mcheck.texi: New file.
27266         * doc/glibc-headers/mntent.texi: New file.
27267         * doc/glibc-headers/obstack.texi: New file.
27268         * doc/glibc-headers/paths.texi: New file.
27269         * doc/glibc-headers/printf.texi: New file.
27270         * doc/glibc-headers/pty.texi: New file.
27271         * doc/glibc-headers/resolv.texi: New file.
27272         * doc/glibc-headers/shadow.texi: New file.
27273         * doc/glibc-headers/sysexits.texi: New file.
27274         * doc/glibc-headers/ttyent.texi: New file.
27275
27276 2008-01-12  Jim Meyering  <meyering@redhat.com>
27277
27278         announce-gen: emit Gnulib's git-based version string.
27279         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27280         New option --gnulib-version=V, where V is expected to be
27281         the output of running git describe in the gnulib directory.
27282         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27283         not useful, and plan to stop publishing an xdelta file with each
27284         coreutils release.
27285
27286         * build-aux/announce-gen: Also check for lzma-compressed files.
27287
27288 2008-01-11  Bruno Haible  <bruno@clisp.org>
27289
27290         * tests/test-memmem.c (main): Increase maximum allowed time.
27291         * tests/test-strstr.c (main): Likewise.
27292
27293 2008-01-11  Bruno Haible  <bruno@clisp.org>
27294
27295         * doc/functions/memmem.texi: Add more precisions about platforms.
27296         * doc/functions/strstr.texi: Likewise.
27297
27298 2008-01-10  Eric Blake  <ebb9@byu.net>
27299
27300         * m4/strstr.m4: Delete cruft from copy-n-paste.
27301         Reported by Bruno Haible.
27302
27303 2008-01-10  Bruno Haible  <bruno@clisp.org>
27304
27305         Make c-strstr rely on strstr.
27306         * lib/c-strstr.c: Don't include str-kmp.h.
27307         (c_strstr): Define in terms of strstr.
27308         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27309         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27310
27311 2008-01-10  Bruno Haible  <bruno@clisp.org>
27312
27313         * doc/gnulib.texi (String Functions in C Locale): New section.
27314         * doc/c-ctype.texi: New file.
27315         * doc/c-strcase.texi: New file.
27316         * doc/c-strcaseeq.texi: New file.
27317         * doc/c-strcasestr.texi: New file.
27318         * doc/c-strstr.texi: New file.
27319         * doc/c-strtod.texi: New file.
27320         * doc/c-strtold.texi: New file.
27321
27322 2008-01-10  Eric Blake  <ebb9@byu.net>
27323
27324         * lib/relocatable.h: Fix a comment.
27325
27326 2008-01-10  Eric Blake  <ebb9@byu.net>
27327
27328         Share two-way algorithm.
27329         * lib/str-two-way.h: New file, merged from...
27330         * lib/memmem.c: ...here...
27331         * lib/strstr.c: ...and here.
27332         * modules/memmem (Files): Use it.
27333         * modules/strstr (Files): Likewise.
27334
27335         Avoid quadratic strstr implementations.
27336         * lib/strstr.c: New file.
27337         * m4/strstr.m4: Likewise.
27338         * modules/strstr: Likewise.
27339         * modules/strstr-tests: Likewise.
27340         * tests/test-strstr.c: Likewise.
27341         * lib/string.in.h (rpl_strstr): Declare.
27342         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27343         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27344         * modules/string (Makefile.am): Likewise.
27345         * MODULES.html.sh (string handling): Mention new module.
27346         * doc/functions/strstr.texi (strstr): Document the bug.
27347
27348 2008-01-10  Bruno Haible  <bruno@clisp.org>
27349
27350         * lib/relocatable.h (relocate): State whether result is freshly
27351         allocated or not.
27352         * lib/relocatable.c (relocate): Return a freshly allocated string
27353         instead of a pointer to a privately held string.
27354         Reported by Sylvain Beucler <beuc@gnu.org>.
27355
27356 2008-01-10  Colin Watson  <cjwatson@debian.org>
27357
27358         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27359         s/S_ISNLK/S_ISLNK/.
27360
27361 2008-01-09  Bruno Haible  <bruno@clisp.org>
27362
27363         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27364         and other files.
27365         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27366         if it's only a guess.
27367         * modules/memmem: Simplify by depending on memmem-simple.
27368
27369 2008-01-09  Bruno Haible  <bruno@clisp.org>
27370
27371         Work around OpenBSD 4.0 tdelete() bug.
27372         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27373         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27374         macros and don't redefine the enum values.
27375         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27376         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27377         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27378
27379 2008-01-09  Bruno Haible  <bruno@clisp.org>
27380
27381         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27382         (main): Don't perform the tests if setlocale did not install a UTF-8
27383         locale. Needed on OpenBSD 4.0.
27384         * modules/wcwidth-tests (Depends-on): Add localcharset.
27385
27386 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27387
27388         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27389         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27390         * NEWS: announce this.
27391         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27392
27393 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27394         and Eric Blake  <ebb9@byu.net>
27395
27396         Add memmem-simple module.
27397         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27398         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27399         * modules/memmem-simple: New file.
27400         * modules/memmem (Description): Tweak.
27401         * MODULES.html.sh (string handling): Mention new module.
27402         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27403         addressed by memmem-simple.
27404         * NEWS: Document the difference.
27405
27406 2008-01-09  Eric Blake  <ebb9@byu.net>
27407
27408         Give gcc some memmem optimization hints.
27409         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27410         (strcasestr): Declare as pure.
27411         * modules/memmem (Maintainer): Claim my implementation.
27412
27413 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27414
27415         Support AIX 6.1 and higher.
27416         * build-aux/config.libpath: Likewise.
27417         * build-aux/config.rpath: Likewise.
27418
27419 2008-01-08  Jim Meyering  <meyering@redhat.com>
27420             Bruno Haible  <bruno@clisp.org>
27421
27422         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27423         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27424         Reported by Peter Fales in
27425         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27426
27427 2008-01-08  Bruno Haible  <bruno@clisp.org>
27428
27429         * modules/unictype/category-of (Depends-on): Add
27430         unictype/category-none.
27431         * modules/unictype/category-and-tests (Depends-on): Add
27432         unictype/category-{L,N,Lu,Nd}.
27433         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27434         * modules/unictype/category-or-tests (Depends-on): Add
27435         unictype/category-{L,N}.
27436         * modules/unictype/category-name-tests (Depends-on): Add
27437         unictype/category-{Z,Nl}.
27438         Reported by Simon Josefsson.
27439
27440 2008-01-08  Bruno Haible  <bruno@clisp.org>
27441
27442         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27443         convention better.
27444         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27445         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27446         Reported by Peter Miller <millerp@canb.auug.org.au>.
27447
27448 2008-01-08  Eric Blake  <ebb9@byu.net>
27449
27450         Rewrite memmem to guarantee linear complexity without malloc.
27451         * lib/memmem.c (memmem): Use Two-Way rather than
27452         Knuth-Morris-Pratt, to allow O(1) space usage.
27453         (critical_factorization, two_way_short_needle)
27454         (two_way_long_needle): New functions.
27455         (knuth_morris_pratt): Delete.
27456         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27457         Add stdint.
27458         * tests/test-memmem.c (main): Add tests for periodic needle and
27459         sublinear performance.
27460         * doc/functions/memmem.texi (memmem): Document other deficiencies
27461         in cygwin and older glibc.
27462
27463 2008-01-08  Bruno Haible  <bruno@clisp.org>
27464
27465         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27466         augmentation.
27467
27468 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27469
27470         Add a configure time option: --disable-acl.
27471         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27472         AC_ARG_ENABLE(acl).
27473
27474 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27475
27476         * tests/test-localename.c: Don't include obsolete "setenv.h".
27477
27478         * modules/localename-tests (Depends-on): Need unsetenv.
27479
27480 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27481
27482         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27483
27484 2008-01-06  Colin Watson  <cjwatson@debian.org>
27485
27486         * users.txt: Add man-db.
27487
27488 2008-01-07  Bruno Haible  <bruno@clisp.org>
27489
27490         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27491         previous section name.
27492
27493 2008-01-07  Bruno Haible  <bruno@clisp.org>
27494
27495         * lib/progname.c (set_program_name): Don't strip off a leading
27496         "lt-" prefix outside a .libs directory.
27497         Suggested by Paul Eggert.
27498
27499 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27500             Bruno Haible  <bruno@clisp.org>
27501
27502         Improve memory cleanup in 'relocatable' module.
27503         * lib/relocatable.h (compute_curr_prefix): Change return type to
27504         'char *'.
27505         * lib/relocatable.c (compute_curr_prefix): Change return type to
27506         'char *'. Free curr_installdir after use.
27507         (relocate): Free curr_prefix_better after use.
27508         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27509
27510 2008-01-01  Bruno Haible  <bruno@clisp.org>
27511
27512         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27513         failure on older glibc systems.
27514         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27515
27516 2008-01-05  Eric Blake  <ebb9@byu.net>
27517
27518         Avoid quadratic system memmem.
27519         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27520         Reported by Ralf Wildenhues.
27521
27522         Fix memmem test for mingw.
27523         * modules/memmem-tests (configure.ac): Check for alarm.
27524         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27525         it.
27526         * doc/functions/memmem.texi: New file.
27527         * doc/gnulib.texi (Function Substitutes): Add memmem.
27528         Reported by Bruno Haible.
27529
27530 2008-01-04  Bruno Haible  <bruno@clisp.org>
27531
27532         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27533         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27534         gl_HEADER_STRING_H_DEFAULTS.
27535
27536 2008-01-04  Eric Blake  <ebb9@byu.net>
27537
27538         Shorten duration of memmem test.
27539         * tests/test-memmem.c (main): Use alarm to declare failure if test
27540         is taking too long.
27541         Reported by Ralf Wildenhues.
27542
27543 2007-12-21  Simon Josefsson  <simon@josefsson.org>
27544
27545         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
27546         string, needed by strerror.
27547
27548 2008-01-03  Colin Watson  <cjwatson@debian.org>
27549             Bruno Haible  <bruno@clisp.org>
27550
27551         * doc/gnulib-tool.texi (Localization): New section.
27552
27553 2008-01-02  Bruno Haible  <bruno@clisp.org>
27554
27555         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
27556         variables to 'unsigned char *' type.
27557         Reported by Paul Eggert.
27558
27559 2008-01-02  Jim Meyering  <jim@meyering.net>
27560
27561         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
27562
27563 2007-12-31  Jim Meyering  <jim@meyering.net>
27564
27565         Avoid use of private FTS type name.
27566         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
27567
27568 2007-12-30  Karl Berry  <karl@gnu.org>
27569
27570         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
27571         work around defect in Texinfo and/or the standalone Info browser.
27572
27573 2007-12-30  Bruno Haible  <bruno@clisp.org>
27574
27575         Unify 5 copies of the KMP code.
27576         * lib/str-kmp.h: New file.
27577         * lib/c-strcasestr.c: Include str-kmp.h.
27578         (knuth_morris_pratt): Remove function.
27579         (c_strcasestr): Update.
27580         * lib/c-strstr.c: Include str-kmp.h.
27581         (knuth_morris_pratt): Remove function.
27582         (c_strcasestr): Update.
27583         * lib/mbscasestr.c: Include str-kmp.h.
27584         (knuth_morris_pratt_unibyte): Remove function.
27585         * lib/mbsstr.c: Include str-kmp.h.
27586         (knuth_morris_pratt_unibyte): Remove function.
27587         * lib/strcasestr.c: Include str-kmp.h.
27588         (knuth_morris_pratt): Remove function.
27589         (strcasestr): Update.
27590         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
27591         * modules/c-strstr (Files): Likewise.
27592         * modules/mbscasestr (Files): Likewise.
27593         * modules/mbsstr (Files): Likewise.
27594         * modules/strcasestr (Files): Likewise.
27595         Suggested by Paul Eggert.
27596
27597 2007-12-30  Bruno Haible  <bruno@clisp.org>
27598
27599         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
27600         defined.
27601
27602 2007-12-30  Bruno Haible  <bruno@clisp.org>
27603
27604         * lib/xmalloca.h: Include xalloc.h.
27605         (xnmalloca): New macro.
27606
27607 2007-12-30  Bruno Haible  <bruno@clisp.org>
27608
27609         * lib/malloca.h (nmalloca): New macro.
27610         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
27611         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
27612         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
27613         knuth_morris_pratt_multibyte): Likewise.
27614         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
27615         knuth_morris_pratt_multibyte): Likewise.
27616         * lib/memmem.c (knuth_morris_pratt): Likewise.
27617         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
27618
27619 2007-12-25  Bruno Haible  <bruno@clisp.org>
27620
27621         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
27622         * lib/glob.c: Don't include openat.h.
27623         (link_exists2_p): Add back the code that deals with the
27624         !GLOB_ALTDIRFUNC case.
27625         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
27626         let it do the filename concatenation.
27627         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
27628         * modules/glob (Depends-on): Remove openat.
27629
27630 2007-12-31  Bruno Haible  <bruno@clisp.org>
27631
27632         * modules/dirfd (License): Change to LGPLv2+.
27633         Approved by Jim Meyering.
27634
27635 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
27636
27637         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
27638         when multiplying M by sizeof (size_t).
27639
27640 2007-12-10  Martin Lambers  <marlam@marlam.de>
27641
27642         Override getpagesize on mingw.
27643         * lib/getpagesize.c: New file.
27644         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
27645         * modules/getpagesize (Files): Add lib/getpagesize.c.
27646         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
27647         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
27648         REPLACE_GETPAGESIZE.
27649         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
27650
27651 2007-12-25  Bruno Haible  <bruno@clisp.org>
27652
27653         * modules/localcharset (Notice): New field.
27654         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
27655         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
27656
27657 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
27658             Bruno Haible  <bruno@clisp.org>
27659
27660         Avoid using the syntax symbol() in formatted documentation.
27661         * MODULES.html.sh (func_module): When replacing symbol() with a
27662         hyperlink, remove the parentheses. Show an error if some remain.
27663         Recognize and render the '...' syntax.
27664         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
27665         Rework. Add paragraph about GCC's inlining.
27666         * doc/alloca.texi: Likewise.
27667         * doc/error.texi: Remove parentheses from symbol reference.
27668         * doc/gnulib-intro.texi: Likewise.
27669         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
27670         * modules/fnmatch (Description): Reword to say "the ... function".
27671         * modules/full-read (Description): Likewise.
27672         * modules/full-write (Description): Likewise.
27673         * modules/safe-read (Description): Likewise.
27674         * modules/safe-write (Description): Likewise.
27675         * modules/strchrnul (Description): Likewise.
27676         * modules/trim (Description): Likewise.
27677         * modules/error (Description): Remove parentheses from symbol
27678         references.
27679         * modules/verror (Description): Likewise.
27680         Reported by Karl Berry.
27681
27682 2007-12-25  Bruno Haible  <bruno@clisp.org>
27683
27684         Fixup after 2007-10-16 commit.
27685         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
27686
27687 2007-12-24  Bruno Haible  <bruno@clisp.org>
27688
27689         Make --enable-relocatable work with DESTDIR.
27690         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
27691         to compute installdir from destprog.
27692         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
27693         also set the RELOC_DESTDIR variable.
27694         Reported by Левашев Иван <octagram@bluebottle.com>.
27695
27696 2007-12-24  Bruno Haible  <bruno@clisp.org>
27697
27698         Fix link error due to xalloc_die().
27699         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
27700         of xreadlink.
27701         * lib/relocwrapper.c: Update comments.
27702         * build-aux/install-reloc: Remove xreadlink.c from file list.
27703         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
27704         xreadlink.c.
27705         Reported by Левашев Иван <octagram@bluebottle.com>.
27706
27707 2007-12-24  Bruno Haible  <bruno@clisp.org>
27708
27709         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
27710         * lib/setenv.h: Remove file.
27711         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
27712         lib/setenv.h.
27713         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
27714         (Depends-on): Add stdlib.
27715         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
27716         gl_FUNC_UNSETENV.
27717         (Include): Replace setenv.h with <stdlib.h>.
27718         * modules/unsetenv: New file.
27719         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
27720         * lib/unsetenv.c: Include <stdlib.h> first.
27721         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
27722         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
27723         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
27724         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
27725         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
27726         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27727         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
27728         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27729         * doc/functions/unsetenv.texi: Update.
27730         * modules/xsetenv (Depends-on): Add unsetenv.
27731         * modules/getdate (Depends-on): Likewise.
27732         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
27733         * lib/xsetenv.c: Don't include setenv.h.
27734         * lib/getdate.y: Likewise.
27735         * lib/relocwrapper.c: Likewise.
27736         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
27737         (Depends-on): Add stdlib.
27738         * NEWS: Mention the changes.
27739         Reported by Левашев Иван <octagram@bluebottle.com>.
27740
27741 2007-12-23  Bruno Haible  <bruno@clisp.org>
27742
27743         * lib/memmem.c (memmem): Use lowercase variable names. Tab
27744         indentation.
27745
27746 2007-12-23  Bruno Haible  <bruno@clisp.org>
27747
27748         * lib/c-strcasestr.c: Add more comments.
27749         * lib/c-strstr.c: Likewise.
27750         * lib/mbscasestr.c: Likewise.
27751         * lib/mbsstr.c: Likewise.
27752         * lib/strcasestr.c: Likewise.
27753         * lib/memmem.c: Likewise.
27754
27755 2007-12-23  Bruno Haible  <bruno@clisp.org>
27756
27757         * tests/test-memmem.c: Include <string.h> first.
27758
27759 2007-12-22  Bruno Haible  <bruno@clisp.org>
27760
27761         * gnulib-tool (func_create_testdir): Change $auxdir while generating
27762         the contents of $testsbase.
27763         Reported by Ralf Wildenhues.
27764
27765 2007-12-22  Bruno Haible  <bruno@clisp.org>
27766
27767         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
27768         two variables local_ldadd_before, local_ldadd_last.
27769
27770 2007-12-20  Eric Blake  <ebb9@byu.net>
27771
27772         Work around circular library issue when cross-compiling.
27773         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
27774         that progname.o does not need to pull in rpl_memcmp.
27775
27776 2007-12-19  Eric Blake  <ebb9@byu.net>
27777
27778         Fix memmem to avoid O(n^2) worst-case complexity.
27779         * lib/memmem.c (knuth_morris_pratt): New function.
27780         (memmem): Use it if first few naive iterations fail.
27781         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
27782         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
27783         * modules/memchr (License): Likewise.
27784         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
27785         malloca.
27786         * tests/test-memmem.c: Rewrite, borrowing ideas from
27787         test-mbsstr1.c; the old version wouldn't even compile!
27788         * modules/memmem-tests: New file.
27789         * lib/string.in.h (rpl_memmem): Add declaration.
27790         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
27791         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
27792         REPLACE_MEMMEM.
27793
27794 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27795
27796         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
27797         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
27798         before any system include files, and undef after them all.  This
27799         should fix a problem on VMS reported by John E. Malmberg in
27800         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
27801
27802 2007-12-17  Eric Blake  <ebb9@byu.net>
27803
27804         Revert addition of verify, for BSD/OS.
27805         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
27806         can't handle large files, for the sake of obsolete platforms.
27807         * modules/fseeko (Depends-on): Remove verify.
27808         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
27809         * doc/functions/ftello.texi (ftello): Likewise.
27810         * doc/functions/fgetpos.texi (fgetpos): Likewise.
27811         Reported by Larry Jones.
27812
27813 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
27814
27815         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
27816         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
27817
27818 2007-12-17  Jim Meyering  <meyering@redhat.com>
27819
27820         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
27821         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
27822         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
27823         * modules/getcwd (Depends-on): Add openat.
27824         Reported by Petr Salinger.
27825
27826 2007-12-17  Bruno Haible  <bruno@clisp.org>
27827
27828         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
27829         avoid a segmentation fault of the configure test on x86_64 systems.
27830
27831 2007-12-15  Jim Meyering  <meyering@redhat.com>
27832
27833         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
27834
27835 2007-12-13  Eric Blake  <ebb9@byu.net>
27836
27837         Another fseek test.
27838         * tests/test-fseek.c (main): Also test ungetc handling.
27839         * tests/test-fseeko.c (main): Likewise.
27840         * modules/fseeko (Depends-on): Add verify.
27841         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
27842         large.
27843         Reported by Larry Jones.
27844
27845         Fix fseeko on mingw.
27846         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
27847         seek.
27848
27849         Beef up fseek tests.
27850         * tests/test-fseek.c (main): Also test eof handling.
27851         * tests/test-fseeko.c (main): Likewise.
27852         Reported by Larry Jones.
27853
27854 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
27855
27856         Fix fseeko on BSD-based platforms.
27857         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
27858         successful seek.
27859
27860 2007-12-12  Eric Blake  <ebb9@byu.net>
27861
27862         Allow circular dependency of separate libtests.a
27863         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
27864         when use_libtests.
27865
27866 2007-12-11  Eric Blake  <ebb9@byu.net>
27867
27868         Fix bug with -0.0L in previous patch.
27869         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
27870         * tests/test-isnan.c (main): Also test on zeroes.
27871         * tests/test-isnanf.c (main): Likewise.
27872         * tests/test-isnanl.h (main): Likewise.
27873
27874         Detect pseudo-denormals on x86 even when cross-compiling.
27875         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
27876         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
27877         invalid bit patterns that happen to satisfy ==.
27878
27879         Avoid link failures with separate libtests.a.
27880         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
27881         last, to satisfy circular dependencies.
27882
27883 2007-12-11  Eric Blake  <ebb9@byu.net>
27884         and Bruno Haible  <bruno@clisp.org>
27885
27886         Fix OpenBSD 4.0 <float.h> handling of long double.
27887         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
27888         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
27889         * doc/headers/float.texi (float.h): Document OpenBSD bug.
27890
27891 2007-12-11  Jim Meyering  <meyering@redhat.com>
27892
27893         * users.txt: Add libvirt.
27894
27895         Support versions of autoconf prior to 2.59c.
27896         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
27897         if it is not already defined.
27898
27899 2007-12-09  Bruno Haible  <bruno@clisp.org>
27900
27901         Let 'gnulib-tool --import' collect sources needed for the tests in
27902         tests/ rather than in lib/.
27903         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
27904         argument. If true, add rules to generate libtests.a, and put libtests.a
27905         into $(LDADD). Consider source files in subdirectories and set
27906         uses_subdirs.
27907         (func_emit_initmacro_start, func_emit_initmacro_end,
27908         func_emit_initmacro_done): Pass all arguments explicitly.
27909         (func_import): Determine two module lists main_modules,
27910         testsrelated_modules. Determine use_libtests. Determine two variables
27911         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
27912         instead of just sed_transform_lib_file. Determine two variables
27913         main_files and testsrelated_files. Compute 'files' as the union of
27914         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
27915         func_add_or_update. In the generated gnulib-comp.m4, collect the
27916         object files for tests/ in different variables than those for lib/.
27917         Substitute LIBTESTS_LIBDEPS.
27918         (func_create_testdir): Combine the uses_subdirs results from
27919         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
27920
27921 2007-12-09  Bruno Haible  <bruno@clisp.org>
27922
27923         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
27924         the build-aux directory.
27925
27926 2007-12-09  Bruno Haible  <bruno@clisp.org>
27927
27928         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
27929         introduced on 2006-09-09.
27930
27931 2007-12-07  Jim Meyering  <meyering@redhat.com>
27932
27933         Let these macros work also with autoconf-2.59.
27934         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
27935         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
27936         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
27937
27938 2007-12-06  Jim Meyering  <meyering@redhat.com>
27939
27940         Avoid a configure-time syntax error in gl_FUNC_ACL.
27941         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
27942         function in each branch, before testing the cache variable.
27943
27944 2007-12-04  Eric Blake  <ebb9@byu.net>
27945
27946         Make scripts executable.
27947         * build-aux/config.guess: Add execute permissions.
27948         * build-aux/config.sub: Likewise.
27949         * build-aux/gendocs.sh: Likewise.
27950
27951         Fix frexp on mingw.
27952         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
27953         cross-compiling.
27954         * doc/functions/frexp.texi (frexp): Document the bug.
27955
27956         Make cygwin fseeko check more reliable.
27957         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
27958         version numbers, rather than unrelated feature check.
27959         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
27960         * doc/functions/ftello.texi (ftello): Likewise.
27961         Reported by Bruno Haible.
27962
27963         * m4/strerror.m4: Bump version number.
27964
27965 2007-12-03  Bruno Haible  <bruno@clisp.org>
27966
27967         * doc/functions/mprotect.texi: Mention the mingw problem.
27968
27969 2007-12-03  Eric Blake  <ebb9@byu.net>
27970
27971         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
27972         REPLACE_STRERROR is initialized before this macro.
27973
27974 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
27975
27976         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
27977         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
27978         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
27979         put -lsec in even for programs other than 'ls'.  This fixes a problem
27980         for gettext reported by Bruno Haible in
27981         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
27982         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
27983         Add support for Solaris 10.  This isn't efficient, but should get the
27984         job done for now.
27985
27986 2007-12-03  James Youngman  <jay@gnu.org>
27987
27988         * doc/regexprops-generic.texi: change "an close-group" to "a
27989         close-group" and "illegal" to "not allowed".
27990
27991 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27992
27993         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
27994         pr_byname.h. Needed for the rare case when the maintainer has done
27995         "make maintainer-clean" in the source directory and then attempts a
27996         build outside the source directory.
27997         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
27998         scripts_byname.h.
27999
28000 2007-12-02  Martin Lambers <marlam@marlam.de>
28001             Bruno Haible  <bruno@clisp.org>
28002
28003         * lib/getpagesize.h: Remove file.
28004         * lib/unistd.in.h: Include declaration of getpagesize here.
28005         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28006         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28007         HAVE_SYS_PARAM_H.
28008         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28009         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28010         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28011         (Depends-on): Add unistd.
28012         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28013         (Include): Use <unistd.h> instead of getpagesize.h.
28014         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28015         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28016         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28017         gl_GETPAGESIZE invocation, already handled by module dependency.
28018         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28019
28020 2007-12-02  Bruno Haible  <bruno@clisp.org>
28021
28022         * modules/strings-tests: New file.
28023         * tests/test-strings.c: New file.
28024
28025         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28026         * lib/strings.in.h: New file.
28027         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28028         * m4/strings_h.m4: New file.
28029         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28030         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28031         * modules/strings: New file.
28032         * modules/string (Makefile.am): Update.
28033         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28034         Reported by Karl Berry.
28035
28036 2007-12-01  Eric Blake  <ebb9@byu.net>
28037
28038         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28039         accomodate fix in cygwin 1.5.25.
28040
28041 2007-12-01  Jim Meyering  <meyering@redhat.com>
28042
28043         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28044         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28045         that would inhibit utf8-optimization of a regexp containing line-
28046         or buffer-anchors, e.g., `^', `$'.
28047
28048 2007-11-30  Bruno Haible  <bruno@clisp.org>
28049
28050         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28051         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28052         glthread_recursive_lock_init.
28053         * lib/lock.c (glthread_recursive_lock_init)
28054         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28055         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28056
28057 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28058
28059         New function qset_acl, like set_acl but with syscall semantics.
28060         * lib/acl.h (qset_acl): New decl.
28061         * lib/acl.c (qset_acl): New function.
28062         (set_acl): Use new function.  Use more-consistent diagnostics.
28063
28064 2007-11-28  Jim Meyering  <meyering@redhat.com>
28065
28066         * modules/physmem (License): Change from GPL to LGPLv2+.
28067
28068 2007-11-26  Bruno Haible  <bruno@clisp.org>
28069
28070         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28071         'long double' type has excess precision.
28072         Reported by Jim Meyering in
28073         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28074
28075 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28076
28077         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28078         Sync from <http://gnu.org/licenses>.
28079         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28080         with license text from same location.
28081         * doc/maintain.texi, doc/standards.texi:  Sync from
28082         <http://savannah.gnu.org/projects/gnustandards>.
28083
28084 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28085         and Jim Meyering  <meyering@redhat.com>
28086
28087         Adjust getdate' grammar to accept a slightly more regular language.
28088         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28089         Before, the former was rejected.
28090         * lib/getdate.y (digits_to_date_time): New function, factored
28091         out of ...
28092         (number): ...here.  Just call digits_to_date_time.
28093         (hybrid): New non-terminal to handle an <unsigned number,
28094         signed relative offset> sequence consistently.
28095
28096 2007-11-18  Jim Meyering  <meyering@redhat.com>
28097
28098         Pull my changes from coreutils:
28099         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28100         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28101         use of $gnulib_tool_option_extras, so that it's separated from the
28102         preceding argument.
28103
28104         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28105         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28106         parent destination directories before copying a file into place.
28107
28108 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28109
28110         bootstrap: work also with 4-argument variant of AC_INIT
28111         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28112
28113 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28114
28115         Port test-getaddrinfo to Solaris.
28116         Problem reported by Bruno Haible in
28117         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28118         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28119         explanation of setting 'hints'.
28120         Don't reject an implementation merely because it returns EAI_SERVICE.
28121         (EAI_SERVICE): Define to 0 if not defined.
28122
28123 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28124
28125         The license of gnu-make and posix-shell is now "GPLed build tool".
28126         * modules/gnu-make (License): Likewise.
28127         * modules/posix-shell (License): Likewise.
28128
28129         New module posix-shell, for determining a POSIX shell
28130         or perhaps something that is close enough to a POSIX shell.
28131         * m4/posix-shell.m4: New file.
28132         * modules/posix-shell: New file.
28133
28134         * MODULES.html.sh: Mention new module.
28135
28136         New module gnu-make, for determining whether we're using GNU Make.
28137         * m4/gnu-make.m4: New file.
28138         * modules/gnu-make: New file.
28139         * MODULES.html.sh: Mention new module.
28140
28141 2007-11-14  Jim Meyering  <meyering@redhat.com>
28142
28143         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28144         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28145         use this macro to create a function _definition_.
28146         Remove useless "#undef ARGMATCH_DIE".
28147
28148 2007-11-14  Bruno Haible  <bruno@clisp.org>
28149
28150         * lib/config.charset: Update for OpenBSD 4.1.
28151         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28152
28153 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28154
28155         Document 64-bit #if problems in stdint.texi.
28156         * doc/headers/stdint.texi (stdint.h): Mention problems with
28157         64-bit-#if, and how to work around them.
28158
28159         Don't insist on 'long long int' support in the preprocessor.  It
28160         breaks too many things.  For example, PRIdMAX still uses a 'long
28161         long int' format with the latest Sun compiler, even though
28162         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28163         preprocessor problem.  This causes the latest coreutils to dump
28164         core on Solaris 10 sparc with the Sun C compiler.
28165         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28166         the troublesome expressions at configure-time, not at #if-time.
28167         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28168         preprocessor.
28169         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28170         compile-time C checks, done at 'configure'-time.
28171         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28172         * modules/inttypes (Makefile): Substitute the new symbols that
28173         gl_INTTYPES_H now generates.
28174         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28175
28176 2007-11-12  Bruno Haible  <bruno@clisp.org>
28177
28178         Tests for Unicode character classification functions.
28179
28180         * modules/unictype/bidicategory-byname-tests: New file.
28181         * modules/unictype/bidicategory-name-tests: New file.
28182         * modules/unictype/bidicategory-of-tests: New file.
28183         * modules/unictype/bidicategory-test-tests: New file.
28184         * modules/unictype/block-list-tests: New file.
28185         * modules/unictype/block-of-tests: New file.
28186         * modules/unictype/block-test-tests: New file.
28187         * modules/unictype/category-C-tests: New file.
28188         * modules/unictype/category-Cc-tests: New file.
28189         * modules/unictype/category-Cf-tests: New file.
28190         * modules/unictype/category-Cn-tests: New file.
28191         * modules/unictype/category-Co-tests: New file.
28192         * modules/unictype/category-Cs-tests: New file.
28193         * modules/unictype/category-L-tests: New file.
28194         * modules/unictype/category-Ll-tests: New file.
28195         * modules/unictype/category-Lm-tests: New file.
28196         * modules/unictype/category-Lo-tests: New file.
28197         * modules/unictype/category-Lt-tests: New file.
28198         * modules/unictype/category-Lu-tests: New file.
28199         * modules/unictype/category-M-tests: New file.
28200         * modules/unictype/category-Mc-tests: New file.
28201         * modules/unictype/category-Me-tests: New file.
28202         * modules/unictype/category-Mn-tests: New file.
28203         * modules/unictype/category-N-tests: New file.
28204         * modules/unictype/category-Nd-tests: New file.
28205         * modules/unictype/category-Nl-tests: New file.
28206         * modules/unictype/category-No-tests: New file.
28207         * modules/unictype/category-P-tests: New file.
28208         * modules/unictype/category-Pc-tests: New file.
28209         * modules/unictype/category-Pd-tests: New file.
28210         * modules/unictype/category-Pe-tests: New file.
28211         * modules/unictype/category-Pf-tests: New file.
28212         * modules/unictype/category-Pi-tests: New file.
28213         * modules/unictype/category-Po-tests: New file.
28214         * modules/unictype/category-Ps-tests: New file.
28215         * modules/unictype/category-S-tests: New file.
28216         * modules/unictype/category-Sc-tests: New file.
28217         * modules/unictype/category-Sk-tests: New file.
28218         * modules/unictype/category-Sm-tests: New file.
28219         * modules/unictype/category-So-tests: New file.
28220         * modules/unictype/category-Z-tests: New file.
28221         * modules/unictype/category-Zl-tests: New file.
28222         * modules/unictype/category-Zp-tests: New file.
28223         * modules/unictype/category-Zs-tests: New file.
28224         * modules/unictype/category-and-not-tests: New file.
28225         * modules/unictype/category-and-tests: New file.
28226         * modules/unictype/category-byname-tests: New file.
28227         * modules/unictype/category-name-tests: New file.
28228         * modules/unictype/category-none-tests: New file.
28229         * modules/unictype/category-of-tests: New file.
28230         * modules/unictype/category-or-tests: New file.
28231         * modules/unictype/category-test-withtable-tests: New file.
28232         * modules/unictype/combining-class-tests: New file.
28233         * modules/unictype/ctype-alnum-tests: New file.
28234         * modules/unictype/ctype-alpha-tests: New file.
28235         * modules/unictype/ctype-blank-tests: New file.
28236         * modules/unictype/ctype-cntrl-tests: New file.
28237         * modules/unictype/ctype-digit-tests: New file.
28238         * modules/unictype/ctype-graph-tests: New file.
28239         * modules/unictype/ctype-lower-tests: New file.
28240         * modules/unictype/ctype-print-tests: New file.
28241         * modules/unictype/ctype-punct-tests: New file.
28242         * modules/unictype/ctype-space-tests: New file.
28243         * modules/unictype/ctype-upper-tests: New file.
28244         * modules/unictype/ctype-xdigit-tests: New file.
28245         * modules/unictype/decimal-digit-tests: New file.
28246         * modules/unictype/digit-tests: New file.
28247         * modules/unictype/mirror-tests: New file.
28248         * modules/unictype/numeric-tests: New file.
28249         * modules/unictype/property-alphabetic-tests: New file.
28250         * modules/unictype/property-ascii-hex-digit-tests: New file.
28251         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28252         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28253         * modules/unictype/property-bidi-block-separator-tests: New file.
28254         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28255         * modules/unictype/property-bidi-common-separator-tests: New file.
28256         * modules/unictype/property-bidi-control-tests: New file.
28257         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28258         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28259         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28260         * modules/unictype/property-bidi-european-digit-tests: New file.
28261         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28262         * modules/unictype/property-bidi-left-to-right-tests: New file.
28263         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28264         * modules/unictype/property-bidi-other-neutral-tests: New file.
28265         * modules/unictype/property-bidi-pdf-tests: New file.
28266         * modules/unictype/property-bidi-segment-separator-tests: New file.
28267         * modules/unictype/property-bidi-whitespace-tests: New file.
28268         * modules/unictype/property-byname-tests: New file.
28269         * modules/unictype/property-combining-tests: New file.
28270         * modules/unictype/property-composite-tests: New file.
28271         * modules/unictype/property-currency-symbol-tests: New file.
28272         * modules/unictype/property-dash-tests: New file.
28273         * modules/unictype/property-decimal-digit-tests: New file.
28274         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28275         * modules/unictype/property-deprecated-tests: New file.
28276         * modules/unictype/property-diacritic-tests: New file.
28277         * modules/unictype/property-extender-tests: New file.
28278         * modules/unictype/property-format-control-tests: New file.
28279         * modules/unictype/property-grapheme-base-tests: New file.
28280         * modules/unictype/property-grapheme-extend-tests: New file.
28281         * modules/unictype/property-grapheme-link-tests: New file.
28282         * modules/unictype/property-hex-digit-tests: New file.
28283         * modules/unictype/property-hyphen-tests: New file.
28284         * modules/unictype/property-id-continue-tests: New file.
28285         * modules/unictype/property-id-start-tests: New file.
28286         * modules/unictype/property-ideographic-tests: New file.
28287         * modules/unictype/property-ids-binary-operator-tests: New file.
28288         * modules/unictype/property-ids-trinary-operator-tests: New file.
28289         * modules/unictype/property-ignorable-control-tests: New file.
28290         * modules/unictype/property-iso-control-tests: New file.
28291         * modules/unictype/property-join-control-tests: New file.
28292         * modules/unictype/property-left-of-pair-tests: New file.
28293         * modules/unictype/property-line-separator-tests: New file.
28294         * modules/unictype/property-logical-order-exception-tests: New file.
28295         * modules/unictype/property-lowercase-tests: New file.
28296         * modules/unictype/property-math-tests: New file.
28297         * modules/unictype/property-non-break-tests: New file.
28298         * modules/unictype/property-not-a-character-tests: New file.
28299         * modules/unictype/property-numeric-tests: New file.
28300         * modules/unictype/property-other-alphabetic-tests: New file.
28301         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28302         * modules/unictype/property-other-grapheme-extend-tests: New file.
28303         * modules/unictype/property-other-id-continue-tests: New file.
28304         * modules/unictype/property-other-id-start-tests: New file.
28305         * modules/unictype/property-other-lowercase-tests: New file.
28306         * modules/unictype/property-other-math-tests: New file.
28307         * modules/unictype/property-other-uppercase-tests: New file.
28308         * modules/unictype/property-paired-punctuation-tests: New file.
28309         * modules/unictype/property-paragraph-separator-tests: New file.
28310         * modules/unictype/property-pattern-syntax-tests: New file.
28311         * modules/unictype/property-pattern-white-space-tests: New file.
28312         * modules/unictype/property-private-use-tests: New file.
28313         * modules/unictype/property-punctuation-tests: New file.
28314         * modules/unictype/property-quotation-mark-tests: New file.
28315         * modules/unictype/property-radical-tests: New file.
28316         * modules/unictype/property-sentence-terminal-tests: New file.
28317         * modules/unictype/property-soft-dotted-tests: New file.
28318         * modules/unictype/property-space-tests: New file.
28319         * modules/unictype/property-terminal-punctuation-tests: New file.
28320         * modules/unictype/property-test-tests: New file.
28321         * modules/unictype/property-titlecase-tests: New file.
28322         * modules/unictype/property-unassigned-code-value-tests: New file.
28323         * modules/unictype/property-unified-ideograph-tests: New file.
28324         * modules/unictype/property-uppercase-tests: New file.
28325         * modules/unictype/property-variation-selector-tests: New file.
28326         * modules/unictype/property-white-space-tests: New file.
28327         * modules/unictype/property-xid-continue-tests: New file.
28328         * modules/unictype/property-xid-start-tests: New file.
28329         * modules/unictype/property-zero-width-tests: New file.
28330         * modules/unictype/scripts-tests: New file.
28331         * modules/unictype/syntax-c-ident-tests: New file.
28332         * modules/unictype/syntax-c-whitespace-tests: New file.
28333         * modules/unictype/syntax-java-ident-tests: New file.
28334         * modules/unictype/syntax-java-whitespace-tests: New file.
28335         * tests/unictype/test-bidi_byname.c: New file.
28336         * tests/unictype/test-bidi_name.c: New file.
28337         * tests/unictype/test-bidi_of.c: New file.
28338         * tests/unictype/test-bidi_test.c: New file.
28339         * tests/unictype/test-block_list.c: New file.
28340         * tests/unictype/test-block_of.c: New file.
28341         * tests/unictype/test-block_test.c: New file.
28342         * tests/unictype/test-categ_and.c: New file.
28343         * tests/unictype/test-categ_and_not.c: New file.
28344         * tests/unictype/test-categ_byname.c: New file.
28345         * tests/unictype/test-categ_name.c: New file.
28346         * tests/unictype/test-categ_none.c: New file.
28347         * tests/unictype/test-categ_of.c: New file.
28348         * tests/unictype/test-categ_or.c: New file.
28349         * tests/unictype/test-categ_test_withtable.c: New file.
28350         * tests/unictype/test-combining.c: New file.
28351         * tests/unictype/test-decdigit.c: New file.
28352         * tests/unictype/test-digit.c: New file.
28353         * tests/unictype/test-mirror.c: New file.
28354         * tests/unictype/test-numeric.c: New file.
28355         * tests/unictype/test-pr_byname.c: New file.
28356         * tests/unictype/test-pr_test.c: New file.
28357         * tests/unictype/test-predicate-part1.h: New file.
28358         * tests/unictype/test-predicate-part2.h: New file.
28359         * tests/unictype/test-scripts.c: New file.
28360         * tests/unictype/test-sy_c_ident.c: New file.
28361         * tests/unictype/test-sy_java_ident.c: New file.
28362
28363         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28364         for Unicode 5.0.0.
28365         * tests/unictype/test-categ_Cc.c: Likewise.
28366         * tests/unictype/test-categ_Cf.c: Likewise.
28367         * tests/unictype/test-categ_Cn.c: Likewise.
28368         * tests/unictype/test-categ_Co.c: Likewise.
28369         * tests/unictype/test-categ_Cs.c: Likewise.
28370         * tests/unictype/test-categ_L.c: Likewise.
28371         * tests/unictype/test-categ_Ll.c: Likewise.
28372         * tests/unictype/test-categ_Lm.c: Likewise.
28373         * tests/unictype/test-categ_Lo.c: Likewise.
28374         * tests/unictype/test-categ_Lt.c: Likewise.
28375         * tests/unictype/test-categ_Lu.c: Likewise.
28376         * tests/unictype/test-categ_M.c: Likewise.
28377         * tests/unictype/test-categ_Mc.c: Likewise.
28378         * tests/unictype/test-categ_Me.c: Likewise.
28379         * tests/unictype/test-categ_Mn.c: Likewise.
28380         * tests/unictype/test-categ_N.c: Likewise.
28381         * tests/unictype/test-categ_Nd.c: Likewise.
28382         * tests/unictype/test-categ_Nl.c: Likewise.
28383         * tests/unictype/test-categ_No.c: Likewise.
28384         * tests/unictype/test-categ_P.c: Likewise.
28385         * tests/unictype/test-categ_Pc.c: Likewise.
28386         * tests/unictype/test-categ_Pd.c: Likewise.
28387         * tests/unictype/test-categ_Pe.c: Likewise.
28388         * tests/unictype/test-categ_Pf.c: Likewise.
28389         * tests/unictype/test-categ_Pi.c: Likewise.
28390         * tests/unictype/test-categ_Po.c: Likewise.
28391         * tests/unictype/test-categ_Ps.c: Likewise.
28392         * tests/unictype/test-categ_S.c: Likewise.
28393         * tests/unictype/test-categ_Sc.c: Likewise.
28394         * tests/unictype/test-categ_Sk.c: Likewise.
28395         * tests/unictype/test-categ_Sm.c: Likewise.
28396         * tests/unictype/test-categ_So.c: Likewise.
28397         * tests/unictype/test-categ_Z.c: Likewise.
28398         * tests/unictype/test-categ_Zl.c: Likewise.
28399         * tests/unictype/test-categ_Zp.c: Likewise.
28400         * tests/unictype/test-categ_Zs.c: Likewise.
28401         * tests/unictype/test-ctype_alnum.c: Likewise.
28402         * tests/unictype/test-ctype_alpha.c: Likewise.
28403         * tests/unictype/test-ctype_blank.c: Likewise.
28404         * tests/unictype/test-ctype_cntrl.c: Likewise.
28405         * tests/unictype/test-ctype_digit.c: Likewise.
28406         * tests/unictype/test-ctype_graph.c: Likewise.
28407         * tests/unictype/test-ctype_lower.c: Likewise.
28408         * tests/unictype/test-ctype_print.c: Likewise.
28409         * tests/unictype/test-ctype_punct.c: Likewise.
28410         * tests/unictype/test-ctype_space.c: Likewise.
28411         * tests/unictype/test-ctype_upper.c: Likewise.
28412         * tests/unictype/test-ctype_xdigit.c: Likewise.
28413         * tests/unictype/test-decdigit.h: Likewise.
28414         * tests/unictype/test-digit.h: Likewise.
28415         * tests/unictype/test-numeric.h: Likewise.
28416         * tests/unictype/test-pr_alphabetic.c: Likewise.
28417         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28418         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28419         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28420         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28421         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28422         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28423         * tests/unictype/test-pr_bidi_control.c: Likewise.
28424         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28425         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28426         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28427         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28428         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28429         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28430         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28431         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28432         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28433         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28434         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28435         * tests/unictype/test-pr_combining.c: Likewise.
28436         * tests/unictype/test-pr_composite.c: Likewise.
28437         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28438         * tests/unictype/test-pr_dash.c: Likewise.
28439         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28440         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28441         * tests/unictype/test-pr_deprecated.c: Likewise.
28442         * tests/unictype/test-pr_diacritic.c: Likewise.
28443         * tests/unictype/test-pr_extender.c: Likewise.
28444         * tests/unictype/test-pr_format_control.c: Likewise.
28445         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28446         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28447         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28448         * tests/unictype/test-pr_hex_digit.c: Likewise.
28449         * tests/unictype/test-pr_hyphen.c: Likewise.
28450         * tests/unictype/test-pr_id_continue.c: Likewise.
28451         * tests/unictype/test-pr_id_start.c: Likewise.
28452         * tests/unictype/test-pr_ideographic.c: Likewise.
28453         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28454         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28455         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28456         * tests/unictype/test-pr_iso_control.c: Likewise.
28457         * tests/unictype/test-pr_join_control.c: Likewise.
28458         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28459         * tests/unictype/test-pr_line_separator.c: Likewise.
28460         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28461         * tests/unictype/test-pr_lowercase.c: Likewise.
28462         * tests/unictype/test-pr_math.c: Likewise.
28463         * tests/unictype/test-pr_non_break.c: Likewise.
28464         * tests/unictype/test-pr_not_a_character.c: Likewise.
28465         * tests/unictype/test-pr_numeric.c: Likewise.
28466         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28467         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28468         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28469         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28470         * tests/unictype/test-pr_other_id_start.c: Likewise.
28471         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28472         * tests/unictype/test-pr_other_math.c: Likewise.
28473         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28474         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28475         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28476         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28477         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28478         * tests/unictype/test-pr_private_use.c: Likewise.
28479         * tests/unictype/test-pr_punctuation.c: Likewise.
28480         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28481         * tests/unictype/test-pr_radical.c: Likewise.
28482         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28483         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28484         * tests/unictype/test-pr_space.c: Likewise.
28485         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28486         * tests/unictype/test-pr_titlecase.c: Likewise.
28487         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28488         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28489         * tests/unictype/test-pr_uppercase.c: Likewise.
28490         * tests/unictype/test-pr_variation_selector.c: Likewise.
28491         * tests/unictype/test-pr_white_space.c: Likewise.
28492         * tests/unictype/test-pr_xid_continue.c: Likewise.
28493         * tests/unictype/test-pr_xid_start.c: Likewise.
28494         * tests/unictype/test-pr_zero_width.c: Likewise.
28495         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28496         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28497
28498 2007-11-12  Bruno Haible  <bruno@clisp.org>
28499
28500         Unicode character classification functions.
28501         * lib/unictype.h: New file.
28502         * modules/unictype/base: New file.
28503         * modules/unictype/category-L: New file.
28504         * modules/unictype/category-Lu: New file.
28505         * modules/unictype/category-Ll: New file.
28506         * modules/unictype/category-Lt: New file.
28507         * modules/unictype/category-Lm: New file.
28508         * modules/unictype/category-Lo: New file.
28509         * modules/unictype/category-M: New file.
28510         * modules/unictype/category-Mn: New file.
28511         * modules/unictype/category-Mc: New file.
28512         * modules/unictype/category-Me: New file.
28513         * modules/unictype/category-N: New file.
28514         * modules/unictype/category-Nd: New file.
28515         * modules/unictype/category-Nl: New file.
28516         * modules/unictype/category-No: New file.
28517         * modules/unictype/category-P: New file.
28518         * modules/unictype/category-Pc: New file.
28519         * modules/unictype/category-Pd: New file.
28520         * modules/unictype/category-Ps: New file.
28521         * modules/unictype/category-Pe: New file.
28522         * modules/unictype/category-Pi: New file.
28523         * modules/unictype/category-Pf: New file.
28524         * modules/unictype/category-Po: New file.
28525         * modules/unictype/category-S: New file.
28526         * modules/unictype/category-Sm: New file.
28527         * modules/unictype/category-Sc: New file.
28528         * modules/unictype/category-Sk: New file.
28529         * modules/unictype/category-So: New file.
28530         * modules/unictype/category-Z: New file.
28531         * modules/unictype/category-Zs: New file.
28532         * modules/unictype/category-Zl: New file.
28533         * modules/unictype/category-Zp: New file.
28534         * modules/unictype/category-C: New file.
28535         * modules/unictype/category-Cc: New file.
28536         * modules/unictype/category-Cf: New file.
28537         * modules/unictype/category-Cs: New file.
28538         * modules/unictype/category-Co: New file.
28539         * modules/unictype/category-Cn: New file.
28540         * modules/unictype/category-or: New file.
28541         * modules/unictype/category-of: New file.
28542         * modules/unictype/category-test: New file.
28543         * modules/unictype/category-test-withtable: New file.
28544         * modules/unictype/category-byname: New file.
28545         * modules/unictype/category-none: New file.
28546         * modules/unictype/category-and: New file.
28547         * modules/unictype/category-and-not: New file.
28548         * modules/unictype/category-name: New file.
28549         * modules/unictype/combining-class: New file.
28550         * modules/unictype/category-all: New file.
28551         * modules/unictype/bidicategory-all: New file.
28552         * modules/unictype/bidicategory-byname: New file.
28553         * modules/unictype/bidicategory-name: New file.
28554         * modules/unictype/bidicategory-of: New file.
28555         * modules/unictype/bidicategory-test: New file.
28556         * modules/unictype/decimal-digit: New file.
28557         * modules/unictype/digit: New file.
28558         * modules/unictype/numeric: New file.
28559         * modules/unictype/mirror: New file.
28560         * modules/unictype/property-white-space: New file.
28561         * modules/unictype/property-alphabetic: New file.
28562         * modules/unictype/property-other-alphabetic: New file.
28563         * modules/unictype/property-not-a-character: New file.
28564         * modules/unictype/property-default-ignorable-code-point: New file.
28565         * modules/unictype/property-other-default-ignorable-code-point: New
28566         file.
28567         * modules/unictype/property-deprecated: New file.
28568         * modules/unictype/property-logical-order-exception: New file.
28569         * modules/unictype/property-variation-selector: New file.
28570         * modules/unictype/property-private-use: New file.
28571         * modules/unictype/property-unassigned-code-value: New file.
28572         * modules/unictype/property-uppercase: New file.
28573         * modules/unictype/property-other-uppercase: New file.
28574         * modules/unictype/property-lowercase: New file.
28575         * modules/unictype/property-other-lowercase: New file.
28576         * modules/unictype/property-titlecase: New file.
28577         * modules/unictype/property-soft-dotted: New file.
28578         * modules/unictype/property-id-start: New file.
28579         * modules/unictype/property-other-id-start: New file.
28580         * modules/unictype/property-id-continue: New file.
28581         * modules/unictype/property-other-id-continue: New file.
28582         * modules/unictype/property-xid-start: New file.
28583         * modules/unictype/property-xid-continue: New file.
28584         * modules/unictype/property-pattern-white-space: New file.
28585         * modules/unictype/property-pattern-syntax: New file.
28586         * modules/unictype/property-join-control: New file.
28587         * modules/unictype/property-grapheme-base: New file.
28588         * modules/unictype/property-grapheme-extend: New file.
28589         * modules/unictype/property-other-grapheme-extend: New file.
28590         * modules/unictype/property-grapheme-link: New file.
28591         * modules/unictype/property-bidi-control: New file.
28592         * modules/unictype/property-bidi-left-to-right: New file.
28593         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
28594         * modules/unictype/property-bidi-arabic-right-to-left: New file.
28595         * modules/unictype/property-bidi-european-digit: New file.
28596         * modules/unictype/property-bidi-eur-num-separator: New file.
28597         * modules/unictype/property-bidi-eur-num-terminator: New file.
28598         * modules/unictype/property-bidi-arabic-digit: New file.
28599         * modules/unictype/property-bidi-common-separator: New file.
28600         * modules/unictype/property-bidi-block-separator: New file.
28601         * modules/unictype/property-bidi-segment-separator: New file.
28602         * modules/unictype/property-bidi-whitespace: New file.
28603         * modules/unictype/property-bidi-non-spacing-mark: New file.
28604         * modules/unictype/property-bidi-boundary-neutral: New file.
28605         * modules/unictype/property-bidi-pdf: New file.
28606         * modules/unictype/property-bidi-embedding-or-override: New file.
28607         * modules/unictype/property-bidi-other-neutral: New file.
28608         * modules/unictype/property-hex-digit: New file.
28609         * modules/unictype/property-ascii-hex-digit: New file.
28610         * modules/unictype/property-ideographic: New file.
28611         * modules/unictype/property-unified-ideograph: New file.
28612         * modules/unictype/property-radical: New file.
28613         * modules/unictype/property-ids-binary-operator: New file.
28614         * modules/unictype/property-ids-trinary-operator: New file.
28615         * modules/unictype/property-zero-width: New file.
28616         * modules/unictype/property-space: New file.
28617         * modules/unictype/property-non-break: New file.
28618         * modules/unictype/property-iso-control: New file.
28619         * modules/unictype/property-format-control: New file.
28620         * modules/unictype/property-dash: New file.
28621         * modules/unictype/property-hyphen: New file.
28622         * modules/unictype/property-punctuation: New file.
28623         * modules/unictype/property-line-separator: New file.
28624         * modules/unictype/property-paragraph-separator: New file.
28625         * modules/unictype/property-quotation-mark: New file.
28626         * modules/unictype/property-sentence-terminal: New file.
28627         * modules/unictype/property-terminal-punctuation: New file.
28628         * modules/unictype/property-currency-symbol: New file.
28629         * modules/unictype/property-math: New file.
28630         * modules/unictype/property-other-math: New file.
28631         * modules/unictype/property-paired-punctuation: New file.
28632         * modules/unictype/property-left-of-pair: New file.
28633         * modules/unictype/property-combining: New file.
28634         * modules/unictype/property-composite: New file.
28635         * modules/unictype/property-decimal-digit: New file.
28636         * modules/unictype/property-numeric: New file.
28637         * modules/unictype/property-diacritic: New file.
28638         * modules/unictype/property-extender: New file.
28639         * modules/unictype/property-ignorable-control: New file.
28640         * modules/unictype/property-test: New file.
28641         * modules/unictype/property-byname: New file.
28642         * modules/unictype/property-all: New file.
28643         * modules/unictype/scripts: New file.
28644         * modules/unictype/scripts-all: New file.
28645         * modules/unictype/block-of: New file.
28646         * modules/unictype/block-test: New file.
28647         * modules/unictype/block-list: New file.
28648         * modules/unictype/block-all: New file.
28649         * modules/unictype/syntax-c-whitespace: New file.
28650         * modules/unictype/syntax-java-whitespace: New file.
28651         * modules/unictype/syntax-c-ident: New file.
28652         * modules/unictype/syntax-java-ident: New file.
28653         * modules/unictype/ctype-alnum: New file.
28654         * modules/unictype/ctype-alpha: New file.
28655         * modules/unictype/ctype-cntrl: New file.
28656         * modules/unictype/ctype-digit: New file.
28657         * modules/unictype/ctype-graph: New file.
28658         * modules/unictype/ctype-lower: New file.
28659         * modules/unictype/ctype-print: New file.
28660         * modules/unictype/ctype-punct: New file.
28661         * modules/unictype/ctype-space: New file.
28662         * modules/unictype/ctype-upper: New file.
28663         * modules/unictype/ctype-xdigit: New file.
28664         * modules/unictype/ctype-blank: New file.
28665         * lib/unictype/bidi_byname.c: New file.
28666         * lib/unictype/bidi_name.c: New file.
28667         * lib/unictype/bidi_of.c: New file.
28668         * lib/unictype/bidi_test.c: New file.
28669         * lib/unictype/bitmap.h: New file.
28670         * lib/unictype/block_test.c: New file.
28671         * lib/unictype/blocks.c: New file.
28672         * lib/unictype/categ_C.c: New file.
28673         * lib/unictype/categ_Cc.c: New file.
28674         * lib/unictype/categ_Cf.c: New file.
28675         * lib/unictype/categ_Cn.c: New file.
28676         * lib/unictype/categ_Co.c: New file.
28677         * lib/unictype/categ_Cs.c: New file.
28678         * lib/unictype/categ_L.c: New file.
28679         * lib/unictype/categ_Ll.c: New file.
28680         * lib/unictype/categ_Lm.c: New file.
28681         * lib/unictype/categ_Lo.c: New file.
28682         * lib/unictype/categ_Lt.c: New file.
28683         * lib/unictype/categ_Lu.c: New file.
28684         * lib/unictype/categ_M.c: New file.
28685         * lib/unictype/categ_Mc.c: New file.
28686         * lib/unictype/categ_Me.c: New file.
28687         * lib/unictype/categ_Mn.c: New file.
28688         * lib/unictype/categ_N.c: New file.
28689         * lib/unictype/categ_Nd.c: New file.
28690         * lib/unictype/categ_Nl.c: New file.
28691         * lib/unictype/categ_No.c: New file.
28692         * lib/unictype/categ_P.c: New file.
28693         * lib/unictype/categ_Pc.c: New file.
28694         * lib/unictype/categ_Pd.c: New file.
28695         * lib/unictype/categ_Pe.c: New file.
28696         * lib/unictype/categ_Pf.c: New file.
28697         * lib/unictype/categ_Pi.c: New file.
28698         * lib/unictype/categ_Po.c: New file.
28699         * lib/unictype/categ_Ps.c: New file.
28700         * lib/unictype/categ_S.c: New file.
28701         * lib/unictype/categ_Sc.c: New file.
28702         * lib/unictype/categ_Sk.c: New file.
28703         * lib/unictype/categ_Sm.c: New file.
28704         * lib/unictype/categ_So.c: New file.
28705         * lib/unictype/categ_Z.c: New file.
28706         * lib/unictype/categ_Zl.c: New file.
28707         * lib/unictype/categ_Zp.c: New file.
28708         * lib/unictype/categ_Zs.c: New file.
28709         * lib/unictype/categ_and.c: New file.
28710         * lib/unictype/categ_and_not.c: New file.
28711         * lib/unictype/categ_byname.c: New file.
28712         * lib/unictype/categ_name.c: New file.
28713         * lib/unictype/categ_none.c: New file.
28714         * lib/unictype/categ_of.c: New file.
28715         * lib/unictype/categ_or.c: New file.
28716         * lib/unictype/categ_test.c: New file.
28717         * lib/unictype/combining.c: New file.
28718         * lib/unictype/ctype_alnum.c: New file.
28719         * lib/unictype/ctype_alpha.c: New file.
28720         * lib/unictype/ctype_blank.c: New file.
28721         * lib/unictype/ctype_cntrl.c: New file.
28722         * lib/unictype/ctype_digit.c: New file.
28723         * lib/unictype/ctype_graph.c: New file.
28724         * lib/unictype/ctype_lower.c: New file.
28725         * lib/unictype/ctype_print.c: New file.
28726         * lib/unictype/ctype_punct.c: New file.
28727         * lib/unictype/ctype_space.c: New file.
28728         * lib/unictype/ctype_upper.c: New file.
28729         * lib/unictype/ctype_xdigit.c: New file.
28730         * lib/unictype/decdigit.c: New file.
28731         * lib/unictype/digit.c: New file.
28732         * lib/unictype/identsyntaxmap.h: New file.
28733         * lib/unictype/mirror.c: New file.
28734         * lib/unictype/numeric.c: New file.
28735         * lib/unictype/pr_alphabetic.c: New file.
28736         * lib/unictype/pr_ascii_hex_digit.c: New file.
28737         * lib/unictype/pr_bidi_arabic_digit.c: New file.
28738         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
28739         * lib/unictype/pr_bidi_block_separator.c: New file.
28740         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
28741         * lib/unictype/pr_bidi_common_separator.c: New file.
28742         * lib/unictype/pr_bidi_control.c: New file.
28743         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
28744         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
28745         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
28746         * lib/unictype/pr_bidi_european_digit.c: New file.
28747         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
28748         * lib/unictype/pr_bidi_left_to_right.c: New file.
28749         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
28750         * lib/unictype/pr_bidi_other_neutral.c: New file.
28751         * lib/unictype/pr_bidi_pdf.c: New file.
28752         * lib/unictype/pr_bidi_segment_separator.c: New file.
28753         * lib/unictype/pr_bidi_whitespace.c: New file.
28754         * lib/unictype/pr_byname.c: New file.
28755         * lib/unictype/pr_byname.gperf: New file.
28756         * lib/unictype/pr_combining.c: New file.
28757         * lib/unictype/pr_composite.c: New file.
28758         * lib/unictype/pr_currency_symbol.c: New file.
28759         * lib/unictype/pr_dash.c: New file.
28760         * lib/unictype/pr_decimal_digit.c: New file.
28761         * lib/unictype/pr_default_ignorable_code_point.c: New file.
28762         * lib/unictype/pr_deprecated.c: New file.
28763         * lib/unictype/pr_diacritic.c: New file.
28764         * lib/unictype/pr_extender.c: New file.
28765         * lib/unictype/pr_format_control.c: New file.
28766         * lib/unictype/pr_grapheme_base.c: New file.
28767         * lib/unictype/pr_grapheme_extend.c: New file.
28768         * lib/unictype/pr_grapheme_link.c: New file.
28769         * lib/unictype/pr_hex_digit.c: New file.
28770         * lib/unictype/pr_hyphen.c: New file.
28771         * lib/unictype/pr_id_continue.c: New file.
28772         * lib/unictype/pr_id_start.c: New file.
28773         * lib/unictype/pr_ideographic.c: New file.
28774         * lib/unictype/pr_ids_binary_operator.c: New file.
28775         * lib/unictype/pr_ids_trinary_operator.c: New file.
28776         * lib/unictype/pr_ignorable_control.c: New file.
28777         * lib/unictype/pr_iso_control.c: New file.
28778         * lib/unictype/pr_join_control.c: New file.
28779         * lib/unictype/pr_left_of_pair.c: New file.
28780         * lib/unictype/pr_line_separator.c: New file.
28781         * lib/unictype/pr_logical_order_exception.c: New file.
28782         * lib/unictype/pr_lowercase.c: New file.
28783         * lib/unictype/pr_math.c: New file.
28784         * lib/unictype/pr_non_break.c: New file.
28785         * lib/unictype/pr_not_a_character.c: New file.
28786         * lib/unictype/pr_numeric.c: New file.
28787         * lib/unictype/pr_other_alphabetic.c: New file.
28788         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
28789         * lib/unictype/pr_other_grapheme_extend.c: New file.
28790         * lib/unictype/pr_other_id_continue.c: New file.
28791         * lib/unictype/pr_other_id_start.c: New file.
28792         * lib/unictype/pr_other_lowercase.c: New file.
28793         * lib/unictype/pr_other_math.c: New file.
28794         * lib/unictype/pr_other_uppercase.c: New file.
28795         * lib/unictype/pr_paired_punctuation.c: New file.
28796         * lib/unictype/pr_paragraph_separator.c: New file.
28797         * lib/unictype/pr_pattern_syntax.c: New file.
28798         * lib/unictype/pr_pattern_white_space.c: New file.
28799         * lib/unictype/pr_private_use.c: New file.
28800         * lib/unictype/pr_punctuation.c: New file.
28801         * lib/unictype/pr_quotation_mark.c: New file.
28802         * lib/unictype/pr_radical.c: New file.
28803         * lib/unictype/pr_sentence_terminal.c: New file.
28804         * lib/unictype/pr_soft_dotted.c: New file.
28805         * lib/unictype/pr_space.c: New file.
28806         * lib/unictype/pr_terminal_punctuation.c: New file.
28807         * lib/unictype/pr_test.c: New file.
28808         * lib/unictype/pr_titlecase.c: New file.
28809         * lib/unictype/pr_unassigned_code_value.c: New file.
28810         * lib/unictype/pr_unified_ideograph.c: New file.
28811         * lib/unictype/pr_uppercase.c: New file.
28812         * lib/unictype/pr_variation_selector.c: New file.
28813         * lib/unictype/pr_white_space.c: New file.
28814         * lib/unictype/pr_xid_continue.c: New file.
28815         * lib/unictype/pr_xid_start.c: New file.
28816         * lib/unictype/pr_zero_width.c: New file.
28817         * lib/unictype/scripts.c: New file.
28818         * lib/unictype/sy_c_ident.c: New file.
28819         * lib/unictype/sy_c_whitespace.c: New file.
28820         * lib/unictype/sy_java_ident.c: New file.
28821         * lib/unictype/sy_java_whitespace.c: New file.
28822
28823         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
28824         Unicode 5.0.0.
28825         * lib/unictype/blocks.h: Likewise.
28826         * lib/unictype/categ_C.h: Likewise.
28827         * lib/unictype/categ_Cc.h: Likewise.
28828         * lib/unictype/categ_Cf.h: Likewise.
28829         * lib/unictype/categ_Cn.h: Likewise.
28830         * lib/unictype/categ_Co.h: Likewise.
28831         * lib/unictype/categ_Cs.h: Likewise.
28832         * lib/unictype/categ_L.h: Likewise.
28833         * lib/unictype/categ_Ll.h: Likewise.
28834         * lib/unictype/categ_Lm.h: Likewise.
28835         * lib/unictype/categ_Lo.h: Likewise.
28836         * lib/unictype/categ_Lt.h: Likewise.
28837         * lib/unictype/categ_Lu.h: Likewise.
28838         * lib/unictype/categ_M.h: Likewise.
28839         * lib/unictype/categ_Mc.h: Likewise.
28840         * lib/unictype/categ_Me.h: Likewise.
28841         * lib/unictype/categ_Mn.h: Likewise.
28842         * lib/unictype/categ_N.h: Likewise.
28843         * lib/unictype/categ_Nd.h: Likewise.
28844         * lib/unictype/categ_Nl.h: Likewise.
28845         * lib/unictype/categ_No.h: Likewise.
28846         * lib/unictype/categ_P.h: Likewise.
28847         * lib/unictype/categ_Pc.h: Likewise.
28848         * lib/unictype/categ_Pd.h: Likewise.
28849         * lib/unictype/categ_Pe.h: Likewise.
28850         * lib/unictype/categ_Pf.h: Likewise.
28851         * lib/unictype/categ_Pi.h: Likewise.
28852         * lib/unictype/categ_Po.h: Likewise.
28853         * lib/unictype/categ_Ps.h: Likewise.
28854         * lib/unictype/categ_S.h: Likewise.
28855         * lib/unictype/categ_Sc.h: Likewise.
28856         * lib/unictype/categ_Sk.h: Likewise.
28857         * lib/unictype/categ_Sm.h: Likewise.
28858         * lib/unictype/categ_So.h: Likewise.
28859         * lib/unictype/categ_Z.h: Likewise.
28860         * lib/unictype/categ_Zl.h: Likewise.
28861         * lib/unictype/categ_Zp.h: Likewise.
28862         * lib/unictype/categ_Zs.h: Likewise.
28863         * lib/unictype/categ_of.h: Likewise.
28864         * lib/unictype/combining.h: Likewise.
28865         * lib/unictype/ctype_alnum.h: Likewise.
28866         * lib/unictype/ctype_alpha.h: Likewise.
28867         * lib/unictype/ctype_blank.h: Likewise.
28868         * lib/unictype/ctype_cntrl.h: Likewise.
28869         * lib/unictype/ctype_digit.h: Likewise.
28870         * lib/unictype/ctype_graph.h: Likewise.
28871         * lib/unictype/ctype_lower.h: Likewise.
28872         * lib/unictype/ctype_print.h: Likewise.
28873         * lib/unictype/ctype_punct.h: Likewise.
28874         * lib/unictype/ctype_space.h: Likewise.
28875         * lib/unictype/ctype_upper.h: Likewise.
28876         * lib/unictype/ctype_xdigit.h: Likewise.
28877         * lib/unictype/decdigit.h: Likewise.
28878         * lib/unictype/digit.h: Likewise.
28879         * lib/unictype/mirror.h: Likewise.
28880         * lib/unictype/numeric.h: Likewise.
28881         * lib/unictype/pr_alphabetic.h: Likewise.
28882         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
28883         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
28884         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
28885         * lib/unictype/pr_bidi_block_separator.h: Likewise.
28886         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
28887         * lib/unictype/pr_bidi_common_separator.h: Likewise.
28888         * lib/unictype/pr_bidi_control.h: Likewise.
28889         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
28890         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
28891         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
28892         * lib/unictype/pr_bidi_european_digit.h: Likewise.
28893         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
28894         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
28895         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
28896         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
28897         * lib/unictype/pr_bidi_pdf.h: Likewise.
28898         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
28899         * lib/unictype/pr_bidi_whitespace.h: Likewise.
28900         * lib/unictype/pr_combining.h: Likewise.
28901         * lib/unictype/pr_composite.h: Likewise.
28902         * lib/unictype/pr_currency_symbol.h: Likewise.
28903         * lib/unictype/pr_dash.h: Likewise.
28904         * lib/unictype/pr_decimal_digit.h: Likewise.
28905         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
28906         * lib/unictype/pr_deprecated.h: Likewise.
28907         * lib/unictype/pr_diacritic.h: Likewise.
28908         * lib/unictype/pr_extender.h: Likewise.
28909         * lib/unictype/pr_format_control.h: Likewise.
28910         * lib/unictype/pr_grapheme_base.h: Likewise.
28911         * lib/unictype/pr_grapheme_extend.h: Likewise.
28912         * lib/unictype/pr_grapheme_link.h: Likewise.
28913         * lib/unictype/pr_hex_digit.h: Likewise.
28914         * lib/unictype/pr_hyphen.h: Likewise.
28915         * lib/unictype/pr_id_continue.h: Likewise.
28916         * lib/unictype/pr_id_start.h: Likewise.
28917         * lib/unictype/pr_ideographic.h: Likewise.
28918         * lib/unictype/pr_ids_binary_operator.h: Likewise.
28919         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
28920         * lib/unictype/pr_ignorable_control.h: Likewise.
28921         * lib/unictype/pr_iso_control.h: Likewise.
28922         * lib/unictype/pr_join_control.h: Likewise.
28923         * lib/unictype/pr_left_of_pair.h: Likewise.
28924         * lib/unictype/pr_line_separator.h: Likewise.
28925         * lib/unictype/pr_logical_order_exception.h: Likewise.
28926         * lib/unictype/pr_lowercase.h: Likewise.
28927         * lib/unictype/pr_math.h: Likewise.
28928         * lib/unictype/pr_non_break.h: Likewise.
28929         * lib/unictype/pr_not_a_character.h: Likewise.
28930         * lib/unictype/pr_numeric.h: Likewise.
28931         * lib/unictype/pr_other_alphabetic.h: Likewise.
28932         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
28933         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
28934         * lib/unictype/pr_other_id_continue.h: Likewise.
28935         * lib/unictype/pr_other_id_start.h: Likewise.
28936         * lib/unictype/pr_other_lowercase.h: Likewise.
28937         * lib/unictype/pr_other_math.h: Likewise.
28938         * lib/unictype/pr_other_uppercase.h: Likewise.
28939         * lib/unictype/pr_paired_punctuation.h: Likewise.
28940         * lib/unictype/pr_paragraph_separator.h: Likewise.
28941         * lib/unictype/pr_pattern_syntax.h: Likewise.
28942         * lib/unictype/pr_pattern_white_space.h: Likewise.
28943         * lib/unictype/pr_private_use.h: Likewise.
28944         * lib/unictype/pr_punctuation.h: Likewise.
28945         * lib/unictype/pr_quotation_mark.h: Likewise.
28946         * lib/unictype/pr_radical.h: Likewise.
28947         * lib/unictype/pr_sentence_terminal.h: Likewise.
28948         * lib/unictype/pr_soft_dotted.h: Likewise.
28949         * lib/unictype/pr_space.h: Likewise.
28950         * lib/unictype/pr_terminal_punctuation.h: Likewise.
28951         * lib/unictype/pr_titlecase.h: Likewise.
28952         * lib/unictype/pr_unassigned_code_value.h: Likewise.
28953         * lib/unictype/pr_unified_ideograph.h: Likewise.
28954         * lib/unictype/pr_uppercase.h: Likewise.
28955         * lib/unictype/pr_variation_selector.h: Likewise.
28956         * lib/unictype/pr_white_space.h: Likewise.
28957         * lib/unictype/pr_xid_continue.h: Likewise.
28958         * lib/unictype/pr_xid_start.h: Likewise.
28959         * lib/unictype/pr_zero_width.h: Likewise.
28960         * lib/unictype/scripts.h: Likewise.
28961         * lib/unictype/scripts_byname.gperf: Likewise.
28962         * lib/unictype/sy_c_ident.h: Likewise.
28963         * lib/unictype/sy_c_whitespace.h: Likewise.
28964         * lib/unictype/sy_java_ident.h: Likewise.
28965         * lib/unictype/sy_java_whitespace.h: Likewise.
28966
28967         * lib/unictype/Makefile: New file.
28968         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
28969         glibc.
28970         * lib/unictype/3level.h: New file, copied from glibc.
28971         * lib/unictype/3levelbit.h: New file.
28972
28973 2007-11-11  Bruno Haible  <bruno@clisp.org>
28974
28975         * modules/gperf: New file.
28976         * modules/iconv_open (Depends-on): Add it.
28977         (Makefile.am): Remove the GPERF definition.
28978
28979 2007-11-11  Bruno Haible  <bruno@clisp.org>
28980
28981         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
28982         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
28983
28984 2007-11-11  Bruno Haible  <bruno@clisp.org>
28985
28986         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
28987         (usage): Remove function.
28988
28989 2007-11-11  Bruno Haible  <bruno@clisp.org>
28990
28991         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
28992         gl_FUNC_CEILF_LIBS.
28993         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
28994         gl_FUNC_CEIL_LIBS.
28995         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
28996         gl_FUNC_CEILL_LIBS.
28997         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
28998         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
28999         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29000
29001 2007-11-11  Bruno Haible  <bruno@clisp.org>
29002
29003         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29004         roundf were declared but do not exist on functions.
29005         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29006         roundl were declared but do not exist on functions.
29007         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29008         HAVE_FLOORL_AND_CEILL, respectively.
29009         Needed for Sun C on Solaris 10.
29010
29011 2007-11-11  Bruno Haible  <bruno@clisp.org>
29012
29013         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29014         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29015         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29016         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29017         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29018         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29019         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29020         HAVE_DECL_ROUNDF.
29021         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29022         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29023         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29024         of HAVE_DECL_ROUND*.
29025         * modules/math (Makefile.am): Update.
29026
29027 2007-11-10  Bruno Haible  <bruno@clisp.org>
29028
29029         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29030         ptrdiff_t as m4/intl.m4.
29031
29032 2007-11-10  Jim Meyering  <meyering@redhat.com>
29033
29034         Avoid link failure for the argmatch test.
29035         * tests/test-argmatch.c (usage): Define function to avoid a link
29036         failure: argmatch_die requires a usage function.
29037
29038 2007-11-09  Bruno Haible  <bruno@clisp.org>
29039
29040         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29041         * doc/functions/vsnprintf.texi: Likewise.
29042         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29043         with a size argument < 2.
29044
29045 2007-11-09  Bruno Haible  <bruno@clisp.org>
29046
29047         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29048         buffer. Fixes an inefficiency introduced on 2007-11-03.
29049
29050 2007-11-09  Bruno Haible  <bruno@clisp.org>
29051
29052         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29053         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29054
29055 2007-11-08  Jim Meyering  <meyering@redhat.com>
29056
29057         Change cache variable name prefix "jm_" to "gl_" everywhere.
29058         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29059         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29060         * m4/uptime.m4: s/gl_/jm_/
29061
29062 2007-11-07  Bruno Haible  <bruno@clisp.org>
29063
29064         Update to GNU gettext 0.17.
29065         * m4/intl.m4: Update to GNU gettext 0.17.
29066         * m4/po.m4: Likewise.
29067         * modules/gettext (Files): Remove m4/ulonglong.m4.
29068         (configure.ac): Require gettext infrastructure from version 0.17.
29069
29070 2007-11-06  Bruno Haible  <bruno@clisp.org>
29071
29072         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29073         symbolic values are not defined in a public header.
29074         * lib/freadable.c (freadable) [QNX]: Likewise.
29075         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29076         * lib/freading.c (freading) [QNX]: Likewise.
29077         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29078         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29079         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29080         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29081         Reported by Alain Magloire.
29082
29083         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29084
29085 2007-11-05  Bruno Haible  <bruno@clisp.org>
29086
29087         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29088         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29089         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29090         Reported by Eric Blake.
29091
29092 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29093             Bruno Haible  <bruno@clisp.org>
29094
29095         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29096         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29097         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29098         (malloc): Undefine also before including <stdlib.h>.
29099         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29100         Needed on OSF/1 4.0.
29101
29102 2007-11-05  Jim Meyering  <meyering@redhat.com>
29103
29104         git-version-gen: sync from coreutils.
29105         * build-aux/git-version-gen: Add comments.
29106         Change the first '-' to '.' in the snapshot version string,
29107         e.g., 6.9-377-08144 -> 6.9.377-08144
29108         Remove first parameter.
29109         Don't declare a version "-dirty" merely because a time
29110         stamp has changed.
29111
29112 2007-11-04  Bruno Haible  <bruno@clisp.org>
29113
29114         * lib/lock.h: Protect all macro definitions containing an 'if'
29115         statement through a "do { ... } while (0)".
29116         * lib/tls.h: Likewise.
29117
29118 2007-11-04  Bruno Haible  <bruno@clisp.org>
29119
29120         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29121
29122 2007-11-04  Bruno Haible  <bruno@clisp.org>
29123
29124         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29125         * modules/fprintf-posix (Depends-on): Add nocrash.
29126         * modules/snprintf-posix (Depends-on): Likewise.
29127         * modules/sprintf-posix (Depends-on): Likewise.
29128         * modules/vasnprintf-posix (Depends-on): Likewise.
29129         * modules/vasprintf-posix (Depends-on): Likewise.
29130         * modules/vfprintf-posix (Depends-on): Likewise.
29131         * modules/vsnprintf-posix (Depends-on): Likewise.
29132         * modules/vsprintf-posix (Depends-on): Likewise.
29133         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29134         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29135         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29136         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29137         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29138         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29139         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29140
29141 2007-11-04  Bruno Haible  <bruno@clisp.org>
29142
29143         * modules/nocrash: New file.
29144         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29145         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29146
29147 2007-11-04  Bruno Haible  <bruno@clisp.org>
29148
29149         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29150         precision handling.
29151         * tests/test-vasprintf-posix.c (test_function): Likewise.
29152         * tests/test-snprintf-posix.h (test_function): Likewise.
29153         * tests/test-sprintf-posix.h (test_function): Likewise.
29154
29155         Fix *printf behaviour for large precisions on mingw and BeOS.
29156         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29157         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29158         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29159         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29160         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29161         gl_PRINTF_PRECISION and test its result. Invoke
29162         gl_PREREQ_VASNPRINTF_PRECISION.
29163         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29164         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29165         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29166         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29167         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29168         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29169         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29170         * doc/functions/fprintf.texi: Update.
29171         * doc/functions/printf.texi: Update.
29172         * doc/functions/snprintf.texi: Update.
29173         * doc/functions/sprintf.texi: Update.
29174         * doc/functions/vfprintf.texi: Update.
29175         * doc/functions/vprintf.texi: Update.
29176         * doc/functions/vsnprintf.texi: Update.
29177         * doc/functions/vsprintf.texi: Update.
29178
29179 2007-11-04  Bruno Haible  <bruno@clisp.org>
29180
29181         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29182
29183 2007-11-04  Bruno Haible  <bruno@clisp.org>
29184
29185         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29186         Reported by Sylvain Beucler <beuc@gnu.org>.
29187
29188 2007-11-03  Bruno Haible  <bruno@clisp.org>
29189
29190         * tests/test-fprintf-posix2.sh: New file.
29191         * tests/test-fprintf-posix2.c: New file.
29192         * modules/fprintf-posix-tests (Files): Add them.
29193         (TESTS): Add test-fprintf-posix2.sh.
29194         (configure.ac): Check for getrlimit and setrlimit.
29195         (check_PROGRAMS): Add test-fprintf-posix2.
29196
29197         * tests/test-printf-posix2.sh: New file.
29198         * tests/test-printf-posix2.c: New file.
29199         * modules/printf-posix-tests (Files): Add them.
29200         (TESTS): Add test-printf-posix2.sh.
29201         (configure.ac): Check for getrlimit and setrlimit.
29202         (check_PROGRAMS): Add test-printf-posix2.
29203
29204         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29205         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29206         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29207         (decode_double): New function, copied from decode_long_double.
29208         (scale10_round_decimal_decoded): New function, extracted from
29209         scale10_round_decimal_long_double.
29210         (scale10_round_decimal_long_double): Use it.
29211         (scale10_round_decimal_double): New function.
29212         (floorlog10): New function.
29213         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29214         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29215         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29216         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29217         gl_PRINTF_ENOMEM and test its result. Invoke
29218         gl_PREREQ_VASNPRINTF_ENOMEM.
29219         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29220         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29221         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29222         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29223         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29224         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29225         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29226         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29227         * modules/snprintf-posix (Depends-on): Likewise.
29228         * modules/sprintf-posix (Depends-on): Likewise.
29229         * modules/vasnprintf-posix (Depends-on): Likewise.
29230         * modules/vasprintf-posix (Depends-on): Likewise.
29231         * modules/vfprintf-posix (Depends-on): Likewise.
29232         * modules/vsnprintf-posix (Depends-on): Likewise.
29233         * modules/vsprintf-posix (Depends-on): Likewise.
29234         * doc/functions/fprintf.texi: Update.
29235         * doc/functions/printf.texi: Update.
29236         * doc/functions/snprintf.texi: Update.
29237         * doc/functions/sprintf.texi: Update.
29238         * doc/functions/vfprintf.texi: Update.
29239         * doc/functions/vprintf.texi: Update.
29240         * doc/functions/vsnprintf.texi: Update.
29241         * doc/functions/vsprintf.texi: Update.
29242
29243 2007-11-03  Bruno Haible  <bruno@clisp.org>
29244
29245         * modules/frexp-nolibm-tests: New file.
29246
29247         * modules/frexp-nolibm: New file.
29248         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29249
29250 2007-11-03  Bruno Haible  <bruno@clisp.org>
29251
29252         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29253         value is C99 compliant.
29254         Needed for OSF/1 5.1.
29255
29256 2007-11-03  Bruno Haible  <bruno@clisp.org>
29257
29258         Fix out-of-memory handling of vasnprintf.
29259         * lib/printf-parse.c: Include <errno.h>.
29260         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29261         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29262         is already set.
29263
29264 2007-11-02  Eric Blake  <ebb9@byu.net>
29265
29266         Fix tests on cygwin.
29267         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29268
29269 2007-11-01  Bruno Haible  <bruno@clisp.org>
29270
29271         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29272         warning.
29273         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29274         needed for POSIX compatibility.
29275
29276 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29277
29278         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29279         for compatibility with GNU.
29280
29281 2007-11-01  Bruno Haible  <bruno@clisp.org>
29282
29283         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29284         (putenv): Renamed from rpl_putenv. Change argument type from
29285         'const char *' to 'char *'.
29286         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29287         of defining putenv in config.h, just set REPLACE_PUTENV.
29288         * modules/putenv (Depends-on): Add stdlib.
29289         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29290         (Include): Use <stdlib.h>.
29291         * lib/stdlib.in.h (putenv): New declaration.
29292         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29293         REPLACE_PUTENV.
29294         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29295         REPLACE_PUTENV.
29296         Needed for MacOS X 10.5.0.
29297         Reported by Peter O'Gorman <peter@pogma.com>.
29298
29299 2007-11-01  Jim Meyering  <meyering@redhat.com>
29300
29301         Treat an empty date string exactly like "0".
29302         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29303         if the remaining date string (to be parsed) is empty, use "0".
29304         Reported by Mischa Molhoek and discussed in this thread:
29305         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29306
29307 2007-10-31  Bruno Haible  <bruno@clisp.org>
29308
29309         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29310         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29311         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29312         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29313         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29314         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29315
29316 2007-10-31  Bruno Haible  <bruno@clisp.org>
29317
29318         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29319         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29320         (AC_TYPE_LONG_LONG_INT): Use it.
29321         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29322         it as well.
29323         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29324         to m4/longlong.m4.
29325         * modules/stdint (Files): Remove m4/ulonglong.m4.
29326         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29327         m4/ulonglong.m4.
29328         * modules/strtoumax (Files): Likewise.
29329
29330 2007-10-30  Bruno Haible  <bruno@clisp.org>
29331
29332         * modules/xvasprintf-posix: New file.
29333         Suggested by Eric Blake.
29334
29335 2007-10-30  Bruno Haible  <bruno@clisp.org>
29336
29337         * modules/xprintf-posix-tests: New file.
29338         * tests/test-xprintf-posix.sh: New file.
29339         * tests/test-xprintf-posix.c: New file.
29340         * tests/test-xfprintf-posix.c: New file.
29341
29342         * modules/xprintf-posix: New file.
29343
29344 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29345
29346         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29347         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29348         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29349
29350 2007-10-29  Bruno Haible  <bruno@clisp.org>
29351
29352         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29353         contain the special marker '_cv_'.
29354         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29355         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29356         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29357         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29358         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29359         Reported by Ralf Wildenhues.
29360
29361 2007-10-29  Bruno Haible  <bruno@clisp.org>
29362
29363         * gnulib-tool (func_import): When --lgpl is not specified, set
29364         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29365         GPLv3.
29366         Reported by Simon Josefsson.
29367
29368 2007-10-28  Bruno Haible  <bruno@clisp.org>
29369
29370         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29371         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29372         HAVE_DECL_ISFINITE.
29373         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29374         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29375         HAVE_DECL_ISFINITE.
29376
29377 2007-10-28  Bruno Haible  <bruno@clisp.org>
29378
29379         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29380         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29381
29382 2007-10-28  Bruno Haible  <bruno@clisp.org>
29383
29384         Fix link errors with Sun C 5.0 on Solaris 10.
29385         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29386         function is declared but not present in the compiler's libm.
29387         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29388         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29389         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29390         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29391         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29392         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29393         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29394         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29395         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29396         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29397         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29398         HAVE_DECL_FLOORL.
29399
29400 2007-10-28  Bruno Haible  <bruno@clisp.org>
29401
29402         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29403         gl_FUNC_FLOORL. Cache the result.
29404         (gl_FUNC_FLOORL): Use it.
29405         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29406         gl_FUNC_CEILL. Cache the result.
29407         (gl_FUNC_CEILL): Use it.
29408
29409         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29410         gl_FUNC_FLOOR. Cache the result.
29411         (gl_FUNC_FLOOR): Use it.
29412         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29413         gl_FUNC_CEIL. Cache the result.
29414         (gl_FUNC_CEIL): Use it.
29415
29416         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29417         gl_FUNC_FLOORF. Cache the result.
29418         (gl_FUNC_FLOORF): Use it.
29419         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29420         gl_FUNC_CEILF. Cache the result.
29421         (gl_FUNC_CEILF): Use it.
29422
29423 2007-10-28  Bruno Haible  <bruno@clisp.org>
29424
29425         * gnulib-tool: Allow specifying the LGPL version number through
29426         --lgpl=2 or --lgpl=3.
29427         (func_usage): Document --lgpl with argument.
29428         Handle --lgpl=... arguments.
29429         (func_import): Recognize also gl_LGPL calls with an argument. When
29430         --lgpl=2 is used and the module's license is just LGPL, report an
29431         error. Set sed_transform_lib_file according to the lgpl variable. In
29432         the generated files, use --lgpl or gl_LGPL invocations with argument,
29433         if necessary.
29434         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29435         an LGPv2+ license.
29436         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29437         gl_LGPL macro.
29438
29439 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29440             Bruno Haible  <bruno@clisp.org>
29441
29442         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29443         (u16_uctomb_aux): Likewise.
29444         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29445         !HAVE_INLINE.
29446         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29447
29448 2007-10-28  Bruno Haible  <bruno@clisp.org>
29449
29450         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29451         Invoke AM_GETTEXT_OPTION if it exists.
29452         * modules/vasprintf: Likewise.
29453         * modules/verror: Likewise.
29454         * modules/xprintf: Likewise.
29455         * modules/xvasprintf: Likewise.
29456
29457 2007-10-27  Ben Pfaff  <blp@gnu.org>
29458
29459         * lib/math.in.h: Define isfinite macro and prototypes for
29460         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29461         implementations.
29462         * m4/math_h.m4: New substitutions for isfinite module.
29463         * lib/isfinite.c: New file.
29464         * m4/isfinite.m4: New file.
29465         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29466         * modules/isfinite: New file.
29467         * modules/isfinite-tests: New file.
29468         * tests/tests-isfinite.c: New file.
29469         * doc/functions/isfinite.texi: Mention isfinite module.
29470         * MODULES.html.sh: Mention new module.
29471
29472 2007-10-27  Ben Pfaff  <blp@gnu.org>
29473
29474         Ralf Wildenhues reported that Tru64 4.0D declares the round
29475         functions but does not have definitions.
29476         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29477         cannot be found in any library, set the output variable to
29478         "missing" instead of "".
29479         * m4/round.m4: Also use our substitute if we cannot find round in
29480         any library, even if it is declared.
29481         * m4/roundf.m4: Likewise for roundf.
29482         * m4/roundl.m4: Likewise for roundl.
29483         * lib/math.in.h: Undefine roundf, round, roundl before defining
29484         their replacements, to allow for hypothetical systems where these
29485         may be defined as macros but not available in libraries.
29486
29487 2007-10-27  Bruno Haible  <bruno@clisp.org>
29488
29489         * doc/gnulib.texi: Invoke @firstparagraphindent.
29490         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29491         changes in gnulib.
29492         (Source changes): New section.
29493
29494 2007-10-26  Bruno Haible  <bruno@clisp.org>
29495
29496         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29497         borrowed from autoconf.
29498
29499 2007-10-26  Bruno Haible  <bruno@clisp.org>
29500
29501         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29502         strerror returned the empty string. Needed on HP-UX 11.00.
29503
29504 2007-10-24  Micah Cowan  <micah@cowan.name>
29505
29506         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29507         * build-aux/bootstrap: Remove support for now-unnecessary option,
29508         --cvs-user, and envvars CVS_USER, CVS_RSH.
29509
29510 2007-10-24  Jim Meyering  <meyering@redhat.com>
29511
29512         Avoid diagnostics from sha1sum when there is no cached checksum.
29513         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29514         if the po.s1 file hasn't been created yet.
29515
29516         * build-aux/bootstrap: Sync from coreutils:
29517         2007-10-24  Jim Meyering  <meyering@redhat.com>
29518         Get gnulib from the git repository, not from an obsolete cvs one.
29519         * build-aux/bootstrap: Suggestion from Micah Cowan.
29520         2007-10-04  Jim Meyering  <jim@meyering.net>
29521         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29522         (update_po_files): Work also when there are no .po files in po/.
29523
29524 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29525
29526         * README: Append ".git" to git and cg examples.
29527         Problem reported by Benoit Sigoure.
29528
29529 2007-10-23  Micah Cowan  <micah@cowan.name>
29530
29531         * users.txt: Add wget.
29532
29533 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29534
29535         Fix linking of some unistdio tests on FreeBSD.
29536         * modules/unistdio/u16-vsnprintf-tests
29537         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
29538         * modules/unistdio/u16-vsprintf-tests
29539         (test_u16_vsnprintf1_LDADD): Likewise.
29540         * modules/unistdio/u32-vsnprintf-tests
29541         (test_u32_vsnprintf1_LDADD): Likewise.
29542         * modules/unistdio/u32-vsprintf-tests
29543         (test_u32_vsprintf1_LDADD): Likewise.
29544         * modules/unistdio/u8-vsnprintf-tests
29545         (test_u8_vsnprintf1_LDADD): Likewise.
29546         * modules/unistdio/u8-vsprintf-tests
29547         (test_u8_vsprintf1_LDADD): Likewise.
29548         * modules/unistdio/ulc-vsnprintf-tests
29549         (test_ulc_vsnprintf1_LDADD): Likewise.
29550         * modules/unistdio/ulc-vsprintf-tests
29551         (test_ulc_vsprintf1_LDADD): Likewise.
29552
29553         Fix linking of some uniconv tests on FreeBSD.
29554         * modules/uniconv/u16-conv-from-enc-tests
29555         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
29556         * modules/uniconv/u16-conv-to-enc-tests
29557         (test_u16_conv_to_enc_LDADD): Likewise.
29558         * modules/uniconv/u16-strconv-from-enc-tests
29559         (test_u16_strconv_from_enc_LDADD): Likewise.
29560         * modules/uniconv/u16-strconv-to-enc-tests
29561         (test_u16_strconv_to_enc_LDADD): Likewise.
29562         * modules/uniconv/u32-conv-from-enc-tests
29563         (test_u32_conv_from_enc_LDADD): Likewise.
29564         * modules/uniconv/u32-conv-to-enc-tests
29565         (test_u32_conv_to_enc_LDADD): Likewise.
29566         * modules/uniconv/u32-strconv-from-enc-tests
29567         (test_u32_strconv_from_enc_LDADD): Likewise.
29568         * modules/uniconv/u32-strconv-to-enc-tests
29569         (test_u32_strconv_to_enc_LDADD): Likewise.
29570         * modules/uniconv/u8-conv-from-enc-tests
29571         (test_u8_conv_from_enc_LDADD): Likewise.
29572         * modules/uniconv/u8-conv-to-enc-tests
29573         (test_u8_conv_to_enc_LDADD): Likewise.
29574         * modules/uniconv/u8-strconv-from-enc-tests
29575         (test_u8_strconv_from_enc_LDADD): Likewise.
29576         * modules/uniconv/u8-strconv-to-enc-tests
29577         (test_u8_strconv_to_enc_LDADD): Likewise.
29578
29579 2007-10-22  Bruno Haible  <bruno@clisp.org>
29580
29581         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
29582         size.
29583
29584 2007-10-22  Eric Blake  <ebb9@byu.net>
29585
29586         Tweak x*printf documentation.
29587         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
29588         variable name and comments.
29589         Suggested by Bruno Haible.
29590
29591 2007-10-22  Bruno Haible  <bruno@clisp.org>
29592
29593         * lib/acl.c (copy_acl): Fix file name in comment.
29594
29595 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29596
29597         Fix Tru64 problem with stdbool.h.
29598         * lib/stdbool.in.h (false, true):
29599         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
29600         Don't declare as an enum in this situation; it runs afoul of Tru64.
29601         Problem reported by Steven M. Schweda in
29602         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
29603
29604 2007-10-22  Eric Blake  <ebb9@byu.net>
29605
29606         Also wrap vf?printf.
29607         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
29608         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
29609         (xvprintf, xvfprintf): New functions.
29610
29611 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29612
29613         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
29614         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
29615
29616         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
29617         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
29618
29619 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29620
29621         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
29622         by Bruno Haible.
29623
29624 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29625
29626         * lib/getloadavg.c
29627         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
29628         Undef `sys' after including sys/table.h, for Tru64 4.0D.
29629
29630         * tests/test-i-ring.c: Work for C89.
29631
29632 2007-10-22  Bruno Haible  <bruno@clisp.org>
29633
29634         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
29635         -1u, in preprocessor expression, so that we don't test for the bug
29636         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
29637         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
29638
29639 2007-10-22  Eric Blake  <ebb9@byu.net>
29640
29641         * tests/test-yesno.sh: Silence stderr during test.
29642
29643 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29644
29645         * modules/crypto/gc-camellia: New file.
29646
29647         * m4/gc-camellia.m4: New file.
29648
29649         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
29650
29651         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
29652
29653 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29654
29655         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
29656         --help to stdout.  Reported by sms@antinode.org (Steven
29657         M. Schweda).
29658
29659 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29660
29661         * users.txt: Fix link to libksba.
29662
29663 2007-10-21  Ben Pfaff  <blp@gnu.org>
29664
29665         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
29666         round.c roundf implementation that depends on floorf and ceilf to
29667         be tested unconditionally.
29668
29669 2007-10-21  Ben Pfaff  <blp@gnu.org>
29670
29671         * m4/check-libm-func.m4: Removed.
29672         * m4/check-math-lib.m4: New file.
29673         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
29674         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
29675         definition and lack of AC_LIBOBJ([roundf]).
29676         * m4/roundl.m4: Ditto, and similarly for roundl.
29677         * modules/round: Reference new m4 file.
29678         * modules/roundf: Ditto.
29679         * modules/roundl: Ditto.
29680         * tests/test-round2.c (main): Use ROUND instead of round.
29681         Bug report from Bruno Haible.
29682
29683 2007-10-21  Bruno Haible  <bruno@clisp.org>
29684
29685         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
29686         context.
29687
29688 2007-10-21  Bruno Haible  <bruno@clisp.org>
29689
29690         * tests/test-wcwidth.c (main): Allow negative result for some control
29691         characters.
29692
29693         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
29694         Needed on OSF/1 5.1.
29695
29696 2007-10-21  Bruno Haible  <bruno@clisp.org>
29697
29698         * tests/test-floorf1.c: Include isnanf.h.
29699         (main): Use isnanf() instead of isnan().
29700         * tests/test-ceilf1.c: Include isnanf.h.
29701         (main): Use isnanf() instead of isnan().
29702         * tests/test-truncf1.c: Include isnanf.h.
29703         (main): Use isnanf() instead of isnan().
29704         * tests/test-roundf1.c: Include isnanf.h.
29705         (main): Use isnanf() instead of isnan().
29706
29707 2007-10-21  Eric Blake  <ebb9@byu.net>
29708
29709         * users.txt: Update URL for m4.
29710
29711 2007-10-21  Bruno Haible  <bruno@clisp.org>
29712
29713         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
29714
29715 2007-10-21  Bruno Haible  <bruno@clisp.org>
29716
29717         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
29718         Git's management files if the CVS files are not present.
29719
29720 2007-10-20  Bruno Haible  <bruno@clisp.org>
29721
29722         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
29723         gcc-3.4.x.
29724
29725 2007-10-20  Ben Pfaff  <blp@gnu.org>
29726
29727         * lib/math.in.h: Declare round, roundf, roundl if we are providing
29728         implementations.
29729         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
29730         * lib/round.c: New file.
29731         * lib/roundf.c: New file.
29732         * lib/roundl.c: New file.
29733         * m4/round.m4: New file.
29734         * m4/roundf.m4: New file.
29735         * m4/roundl.m4: New file.
29736         * m4/check-libm-func-m4: New file.
29737         * modules/math: Replace round, roundf, roundl related @VARS@ in
29738         math.in.h.
29739         * modules/round: New file.
29740         * modules/round-tests: New file.
29741         * modules/roundf: New file.
29742         * modules/roundf-tests: New file.
29743         * modules/roundl: New file.
29744         * modules/roundl-tests: New file.
29745         * tests/test-round1.c: New file.
29746         * tests/test-round2.c: New file.
29747         * tests/test-roundf1.c: New file.
29748         * tests/test-roundf2.c: New file.
29749         * tests/test-roundl.c: New file.
29750         * doc/functions/round.texi: Mention round module.
29751         * doc/functions/roundf.texi: Mention roundf module.
29752         * doc/functions/roundl.texi: Mention roundl module.
29753         * MODULES.html.sh: Mention new modules.
29754         Thanks to Bruno Haible for suggestions.
29755
29756 2007-10-20  Jim Meyering  <meyering@redhat.com>
29757
29758         * lib/xprintf.c: Include <config.h> unconditionally.
29759
29760         Change xprintf's license to GPL.
29761         * modules/xprintf (License): s/LGPL/GPL/, since this module
29762         depends on modules (exit and exitfail) which are GPL.
29763         Suggestion from Bruno Haible.
29764
29765         xprintf fixes.
29766         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
29767         Use a clearer diagnostic.
29768         Patch from Bruno Haible.
29769
29770 2007-10-20  Bruno Haible  <bruno@clisp.org>
29771
29772         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
29773         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
29774         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29775
29776 2007-10-20  Bruno Haible  <bruno@clisp.org>
29777
29778         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
29779         precision in the comparison result > x - 1 or similar.
29780         * tests/test-ceilf2.c (correct_result_p): Likewise.
29781         * tests/test-truncf2.c (correct_result_p): Likewise.
29782         * tests/test-trunc2.c (correct_result_p): Likewise.
29783         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29784
29785 2007-10-20  Bruno Haible  <bruno@clisp.org>
29786
29787         * modules/ceil: New file.
29788         * m4/ceil.m4: New file.
29789         * doc/functions/ceil.texi: Mention the 'ceil' module.
29790
29791 2007-10-20  Bruno Haible  <bruno@clisp.org>
29792
29793         * modules/floor: New file.
29794         * m4/floor.m4: New file.
29795         * doc/functions/floor.texi: Mention the 'floor' module.
29796
29797 2007-10-20  Bruno Haible  <bruno@clisp.org>
29798
29799         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
29800         of %a.
29801         * modules/floorf-tests (Depends-on): Likewise.
29802         * modules/truncf-tests (Depends-on): Likewise.
29803         * modules/trunc-tests (Depends-on): Likewise.
29804         Reported by Ben Pfaff.
29805
29806 2007-10-19  Jim Meyering  <meyering@redhat.com>
29807
29808         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
29809         Don't bother testing specific errno values.  Just test ferror.
29810
29811         New module: xprintf
29812         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
29813
29814 2007-10-19  Bruno Haible  <bruno@clisp.org>
29815
29816         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
29817         syntax.
29818         * modules/javaexec (Makefile.am): Likewise.
29819         * modules/relocatable-prog (Makefile.am): Likewise.
29820         Suggested by Jim Meyering.
29821
29822 2007-10-18  Bruno Haible  <bruno@clisp.org>
29823
29824         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
29825         Reported by Jim Meyering.
29826
29827 2007-10-18  Eric Blake  <ebb9@byu.net>
29828
29829         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
29830
29831 2007-10-18  Bruno Haible  <bruno@clisp.org>
29832
29833         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
29834         the format string into writable memory. Needed in Fortify conditions.
29835
29836 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
29837             Bruno Haible  <bruno@clisp.org>
29838
29839         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
29840         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
29841         * modules/trim (Depends-on): Add mbchar.
29842         (configure.ac): Add gl_FUNC_MBRTOWC.
29843         (Makefile.am): Augment lib_SOURCES.
29844
29845 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
29846
29847         Modify glob.c to use fstatat and dirfd, to simplify it.
29848         Suggested by Eric Blake.
29849         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
29850         Don't include <stdbool.h>; not used.
29851         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
29852         (link_exists_p): Simplify implementation, since we can now assume
29853         dirfd and fstatat.
29854         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
29855
29856 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29857
29858         * gnulib-tool (func_get_dependencies): Fix sed script to
29859         match only tests.
29860
29861 2007-10-17  Bruno Haible  <bruno@clisp.org>
29862
29863         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
29864         allow locale names without encoding suffix.
29865         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
29866         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
29867
29868 2007-10-16  Bruno Haible  <bruno@clisp.org>
29869
29870         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
29871         * lib/getgroups.c (getgroups): Likewise.
29872         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
29873
29874 2007-10-16  Bruno Haible  <bruno@clisp.org>
29875
29876         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
29877         * modules/malloc-posix (License): Likewise.
29878         * modules/realloc-posix (License): Likewise.
29879         * modules/calloc-posix (License): Likewise.
29880         * modules/intprops (License): Change from GPL to LGPL, with
29881         Paul Eggert's approval.
29882
29883 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
29884
29885         Merge glibc changes into lib/glob.c.
29886
29887         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
29888         2007-10-15 04:59:03 UTC.  Here are the changes:
29889
29890         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
29891
29892         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
29893
29894         * lib/glob.c: Add some branch prediction throughout.
29895
29896         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
29897
29898         [BZ #5103]
29899         * lib/glob.c (glob): Recognize patterns starting \/.
29900
29901         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
29902
29903         [BZ #3996]
29904         * lib/glob.c (attribute_hidden): Define if not defined.
29905         (glob): Unescape dirname, filename or username when needed and not
29906         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
29907         is NULL.  Handle unescaped [ in pattern without closing ].
29908         Don't pass GLOB_CHECK down to recursive glob for directories.
29909         (__glob_pattern_type): New function.
29910         (__glob_pattern_p): Implement using __glob_pattern_type.
29911         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
29912         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
29913         Remove unreachable code.
29914
29915         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
29916
29917         * lib/glob.c (glob_in_dir): Add some comments and asserts to
29918         explain why there are no leaks.
29919
29920         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
29921
29922         [BZ #3253]
29923         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
29924         time, rather allocate increasingly bigger arrays of pointers, if
29925         possible with alloca, if too large with malloc.
29926
29927 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
29928
29929         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
29930         Problem reported by H.Merijn Brand in
29931         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
29932         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
29933         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
29934
29935 2007-10-15  Bruno Haible  <bruno@clisp.org>
29936
29937         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
29938         with explicit rpl_ prefix.
29939         * lib/fopen.c (fopen): Likewise.
29940         * lib/freopen.c (freopen): Likewise.
29941         * lib/iconv.c (iconv): Likewise.
29942         * lib/iconv_close.c (iconv_close): Likewise.
29943
29944 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29945
29946         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
29947
29948 2007-10-15  Bruno Haible  <bruno@clisp.org>
29949
29950         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
29951         <stddef.h> instead of <stdlib.h> since we only need NULL.
29952         Reported by Ben Pfaff <blp@cs.stanford.edu>.
29953
29954 2007-10-15  Bruno Haible  <bruno@clisp.org>
29955
29956         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
29957         Replace paragraph talking about LIBOBJS.
29958         Reported by Colin Watson <cjwatson@debian.org>.
29959
29960 2007-10-15  Bruno Haible  <bruno@clisp.org>
29961
29962         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
29963         <stdlib.h> before using NULL.
29964
29965 2007-10-15  Simon Josefsson  <simon@josefsson.org>
29966
29967         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
29968         Reported by Albert Chin <china@thewrittenword.com>.
29969
29970 2007-10-14  Bruno Haible  <bruno@clisp.org>
29971
29972         * modules/iconv_open-utf-tests: New file.
29973         * tests/test-iconv-utf.c: New file.
29974
29975         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
29976         * modules/iconv_open-utf: New file.
29977         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
29978         (iconv, iconv_close): New declarations.
29979         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
29980         be defined.
29981         (iconv_open): Add special handling of conversion between UTF-8 and
29982         UTF-{16,32}{BE,LE}.
29983         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
29984         * lib/iconv_close.c: New file.
29985         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
29986         gl_FUNC_ICONV_OPEN.
29987         (gl_FUNC_ICONV_OPEN): Use it.
29988         (gl_FUNC_ICONV_OPEN_UTF): New macro.
29989         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
29990         and REPLACE_ICONV_UTF.
29991         * modules/iconv_open (Depends-on): Add c-strcase.
29992         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
29993         ICONV_CONST.
29994         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
29995
29996 2007-10-13  Albert Chin  <china@thewrittenword.com>
29997             Bruno Haible  <bruno@clisp.org>
29998
29999         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30000         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30001
30002 2007-10-13  Bruno Haible  <bruno@clisp.org>
30003
30004         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30005         defined, use the ISO C99 inline semantics.
30006         * lib/argp.h (ARGP_EI): Likewise.
30007
30008 2007-10-13  Bruno Haible  <bruno@clisp.org>
30009
30010         Handle 'inline' change in gcc 4.3.0.
30011         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30012         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30013         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30014         argp_fmtstream_point): Disable 'extern' declaration if the function
30015         definition is going to be provided inline.
30016         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30017         semantics, not the ISO C99 inline semantics.
30018         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30019         'extern' declaration if the function definition is going to be provided
30020         inline.
30021         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30022         the GNU C inline semantics, not the ISO C99 inline semantics. With
30023         GCC 4.2, avoid a warning.
30024
30025 2007-10-13  Bruno Haible  <bruno@clisp.org>
30026
30027         * lib/freading.h (freading): Enable the use of __freading for
30028         glibc >= 2.7.
30029         * lib/freading.c (freading): Likewise.
30030
30031 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30032
30033         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30034         "warning: C99 inline functions are not supported; using GNU89".
30035
30036 2007-10-12  Bruno Haible  <bruno@clisp.org>
30037
30038         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30039         of 2.
30040         * tests/test-ceilf2.c: New file.
30041         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30042
30043         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30044         * modules/ceilf-tests: Update.
30045
30046 2007-10-12  Bruno Haible  <bruno@clisp.org>
30047
30048         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30049         of 2.
30050         * tests/test-floorf2.c: New file.
30051         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30052
30053         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30054         * modules/floorf-tests: Update.
30055
30056 2007-10-12  Bruno Haible  <bruno@clisp.org>
30057
30058         * tests/test-trunc2.c: New file.
30059         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30060
30061         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30062         * modules/trunc-tests: Update.
30063
30064 2007-10-12  Bruno Haible  <bruno@clisp.org>
30065
30066         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30067         of 2.
30068         * tests/test-truncf2.c: New file.
30069         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30070
30071         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30072         * modules/truncf-tests: Update.
30073
30074 2007-10-11  Eric Blake  <ebb9@byu.net>
30075
30076         Don't claim strerror is broken on Interix.
30077         * doc/functions/strerror.texi (strerror): Known broken systems are
30078         now Solaris 8, and not Interix.
30079         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30080         Interix on cross-compile.
30081         Reported by Martin Koeppe in
30082         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30083
30084 2007-10-11  Bruno Haible  <bruno@clisp.org>
30085
30086         * modules/i-ring-tests: New file.
30087         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30088         instead of assert.
30089
30090 2007-10-11  Bruno Haible  <bruno@clisp.org>
30091
30092         * modules/filenamecat-tests: New file.
30093         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30094         * lib/filenamecat.c: Remove test code.
30095
30096 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30097
30098         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30099
30100         * lib/strerror.c: Include <string.h> always, to test interface,
30101         and to remove the need for the dummy.
30102         Include intprops.h to compute width instead of doing it ourselves
30103         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30104         (strerror): Define it to return NULL if there's no system strerror.
30105         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30106         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30107         ancient pre-strerror Unix systems well any more.  Saying "unknown
30108         system error" is enough.
30109         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30110         simpler strerror.c implementation.
30111         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30112         Simplify the tests to reflect the simpler strerror implementation.
30113         * modules/strerror (Depends-on): Add intprops.
30114
30115 2007-10-09  Eric Blake  <ebb9@byu.net>
30116
30117         Silence test-fpending.
30118         * modules/fpending-tests (Files): Add wrapper script.
30119         * tests/test-fpending.sh: New file.
30120
30121 2007-10-09  Bruno Haible  <bruno@clisp.org>
30122
30123         * MODULES.html.sh (func_module): Don't create a hyperlink for
30124         function names like 'printf_frexp'.
30125         (Misc): Add crc, memxor.
30126         (Characteristics of floating types): New section.
30127         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30128         isnanf-nolibm, signbit, trunc, truncf, truncl.
30129         (Enhancements for ISO C 99 functions): New subsection Input/output.
30130         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30131         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30132         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30133         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30134         (Enhancements for POSIX:2001 functions): Add chdir-long.
30135         (File system functions): Add areadlink, chdir-safer, read-file.
30136         Remove cycle-check.
30137         (File system as inode set): New section.
30138         (Date and time): Add gethrxtime.
30139         (Multithreading): Add openmp.
30140         (Internationalization functions): Add localename.
30141         (Unicode string functions): Add unistr/u*-mbsnlen.
30142         (Support for maintaining and releasing projects): Add git-version-gen.
30143         (Lone files): Remove directories.
30144
30145 2007-10-08  Ben Pfaff  <blp@gnu.org>
30146
30147         * lib/xmalloca.h: Fix typo in comment.
30148
30149 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30150
30151         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30152         when avoiding problems with integer overflow.  Use a portable test
30153         instead.
30154
30155 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30156
30157         * modules/dummy (License): Change to LGPLv2+.
30158         * modules/float (License): Likewise
30159         * modules/realloc (License): Likewise
30160         * modules/stdlib (License): Likewise
30161
30162 2007-10-07  Bruno Haible  <bruno@clisp.org>
30163
30164         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30165         * floor.c (TWO_MANT_DIG): Likewise.
30166         * ceil.c (TWO_MANT_DIG): Likewise.
30167         Reported by Ben Pfaff.
30168
30169 2007-10-07  Bruno Haible  <bruno@clisp.org>
30170
30171         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30172         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30173         * lib/frexp.c (FUNC): Likewise.
30174         * lib/printf-frexp.h (printf_frexp): Likewise.
30175         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30176         * lib/printf-frexp.c (FUNC): Likewise.
30177         Suggested by Jim Meyering.
30178
30179 2007-10-07  Jim Meyering  <meyering@redhat.com>
30180
30181         Make xnanosleep's integer overflow test more robust.
30182         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30183         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30184
30185 2007-10-07  Bruno Haible  <bruno@clisp.org>
30186
30187         * NEWS: Mention the license change.
30188
30189         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30190         abbreviations in the modules files.
30191
30192         Change copyright notice from GPLv2+ to GPLv3+.
30193         * README: Change copyright notice.
30194         * MODULES.html.sh: Likewise.
30195         * build-aux/bootstrap.conf: Likewise.
30196         * build-aux/config.libpath: Likewise.
30197         * build-aux/csharpcomp.sh.in: Likewise.
30198         * build-aux/csharpexec.sh.in: Likewise.
30199         * build-aux/install-reloc: Likewise.
30200         * build-aux/javacomp.sh.in: Likewise.
30201         * build-aux/javaexec.sh.in: Likewise.
30202         * build-aux/ldd.sh.in: Likewise.
30203         * build-aux/reloc-ldflags: Likewise.
30204         * build-aux/relocatable.sh.in: Likewise.
30205         * build-aux/x-to-1.in: Likewise.
30206         * check-module: Likewise.
30207         * config/srclistvars.sh: Likewise.
30208         * gnulib-tool: Likewise.
30209         * lib/acl-internal.h: Likewise.
30210         * lib/acl.c: Likewise.
30211         * lib/acl.h: Likewise.
30212         * lib/acl_entries.c: Likewise.
30213         * lib/areadlink-with-size.c: Likewise.
30214         * lib/areadlink.c: Likewise.
30215         * lib/areadlink.h: Likewise.
30216         * lib/argmatch.c: Likewise.
30217         * lib/argmatch.h: Likewise.
30218         * lib/argp-ba.c: Likewise.
30219         * lib/argp-eexst.c: Likewise.
30220         * lib/argp-fmtstream.c: Likewise.
30221         * lib/argp-fmtstream.h: Likewise.
30222         * lib/argp-fs-xinl.c: Likewise.
30223         * lib/argp-help.c: Likewise.
30224         * lib/argp-namefrob.h: Likewise.
30225         * lib/argp-parse.c: Likewise.
30226         * lib/argp-pin.c: Likewise.
30227         * lib/argp-pv.c: Likewise.
30228         * lib/argp-pvh.c: Likewise.
30229         * lib/argp-xinl.c: Likewise.
30230         * lib/argp.h: Likewise.
30231         * lib/at-func.c: Likewise.
30232         * lib/atanl.c: Likewise.
30233         * lib/backupfile.c: Likewise.
30234         * lib/backupfile.h: Likewise.
30235         * lib/basename.c: Likewise.
30236         * lib/binary-io.h: Likewise.
30237         * lib/byteswap.in.h: Likewise.
30238         * lib/c-stack.c: Likewise.
30239         * lib/c-stack.h: Likewise.
30240         * lib/c-strcasestr.c: Likewise.
30241         * lib/c-strcasestr.h: Likewise.
30242         * lib/c-strstr.c: Likewise.
30243         * lib/c-strstr.h: Likewise.
30244         * lib/c-strtod.c: Likewise.
30245         * lib/calloc.c: Likewise.
30246         * lib/canon-host.c: Likewise.
30247         * lib/canon-host.h: Likewise.
30248         * lib/canonicalize-lgpl.c: Likewise.
30249         * lib/canonicalize.c: Likewise.
30250         * lib/canonicalize.h: Likewise.
30251         * lib/ceil.c: Likewise.
30252         * lib/ceilf.c: Likewise.
30253         * lib/ceill.c: Likewise.
30254         * lib/chdir-long.c: Likewise.
30255         * lib/chdir-long.h: Likewise.
30256         * lib/chdir-safer.c: Likewise.
30257         * lib/chdir-safer.h: Likewise.
30258         * lib/chown.c: Likewise.
30259         * lib/classpath.c: Likewise.
30260         * lib/classpath.h: Likewise.
30261         * lib/clean-temp.c: Likewise.
30262         * lib/clean-temp.h: Likewise.
30263         * lib/cloexec.c: Likewise.
30264         * lib/close-stream.c: Likewise.
30265         * lib/closein.c: Likewise.
30266         * lib/closein.h: Likewise.
30267         * lib/closeout.c: Likewise.
30268         * lib/closeout.h: Likewise.
30269         * lib/concat-filename.c: Likewise.
30270         * lib/copy-file.c: Likewise.
30271         * lib/copy-file.h: Likewise.
30272         * lib/count-one-bits.h: Likewise.
30273         * lib/crc.c: Likewise.
30274         * lib/crc.h: Likewise.
30275         * lib/creat-safer.c: Likewise.
30276         * lib/csharpcomp.c: Likewise.
30277         * lib/csharpcomp.h: Likewise.
30278         * lib/csharpexec.c: Likewise.
30279         * lib/csharpexec.h: Likewise.
30280         * lib/cycle-check.c: Likewise.
30281         * lib/cycle-check.h: Likewise.
30282         * lib/diacrit.c: Likewise.
30283         * lib/diacrit.h: Likewise.
30284         * lib/diffseq.h: Likewise.
30285         * lib/dirchownmod.c: Likewise.
30286         * lib/dirent.in.h: Likewise.
30287         * lib/dirfd.c: Likewise.
30288         * lib/dirfd.h: Likewise.
30289         * lib/dirname.c: Likewise.
30290         * lib/dirname.h: Likewise.
30291         * lib/dummy.c: Likewise.
30292         * lib/dup-safer.c: Likewise.
30293         * lib/dup2.c: Likewise.
30294         * lib/eealloc.h: Likewise.
30295         * lib/error.c: Likewise.
30296         * lib/error.h: Likewise.
30297         * lib/euidaccess.c: Likewise.
30298         * lib/exclude.c: Likewise.
30299         * lib/exclude.h: Likewise.
30300         * lib/execute.c: Likewise.
30301         * lib/execute.h: Likewise.
30302         * lib/exitfail.c: Likewise.
30303         * lib/exitfail.h: Likewise.
30304         * lib/expl.c: Likewise.
30305         * lib/fatal-signal.c: Likewise.
30306         * lib/fatal-signal.h: Likewise.
30307         * lib/fbufmode.c: Likewise.
30308         * lib/fbufmode.h: Likewise.
30309         * lib/fchdir.c: Likewise.
30310         * lib/fchmodat.c: Likewise.
30311         * lib/fchownat.c: Likewise.
30312         * lib/fcntl--.h: Likewise.
30313         * lib/fcntl-safer.h: Likewise.
30314         * lib/fcntl.in.h: Likewise.
30315         * lib/fd-safer.c: Likewise.
30316         * lib/fflush.c: Likewise.
30317         * lib/file-has-acl.c: Likewise.
30318         * lib/file-set.c: Likewise.
30319         * lib/file-type.c: Likewise.
30320         * lib/file-type.h: Likewise.
30321         * lib/fileblocks.c: Likewise.
30322         * lib/filemode.c: Likewise.
30323         * lib/filemode.h: Likewise.
30324         * lib/filename.h: Likewise.
30325         * lib/filenamecat.c: Likewise.
30326         * lib/filenamecat.h: Likewise.
30327         * lib/findprog.c: Likewise.
30328         * lib/findprog.h: Likewise.
30329         * lib/float.in.h: Likewise.
30330         * lib/floor.c: Likewise.
30331         * lib/floorf.c: Likewise.
30332         * lib/floorl.c: Likewise.
30333         * lib/fopen-safer.c: Likewise.
30334         * lib/fopen.c: Likewise.
30335         * lib/fpending.c: Likewise.
30336         * lib/fpending.h: Likewise.
30337         * lib/fprintf.c: Likewise.
30338         * lib/fprintftime.h: Likewise.
30339         * lib/fpucw.h: Likewise.
30340         * lib/fpurge.c: Likewise.
30341         * lib/fpurge.h: Likewise.
30342         * lib/freadable.c: Likewise.
30343         * lib/freadable.h: Likewise.
30344         * lib/freadahead.c: Likewise.
30345         * lib/freadahead.h: Likewise.
30346         * lib/freading.c: Likewise.
30347         * lib/freading.h: Likewise.
30348         * lib/free.c: Likewise.
30349         * lib/freopen.c: Likewise.
30350         * lib/frexp.c: Likewise.
30351         * lib/frexpl.c: Likewise.
30352         * lib/fseek.c: Likewise.
30353         * lib/fseterr.c: Likewise.
30354         * lib/fseterr.h: Likewise.
30355         * lib/fstatat.c: Likewise.
30356         * lib/fstrcmp.c: Likewise.
30357         * lib/fstrcmp.h: Likewise.
30358         * lib/fsusage.c: Likewise.
30359         * lib/fsusage.h: Likewise.
30360         * lib/ftell.c: Likewise.
30361         * lib/ftello.c: Likewise.
30362         * lib/fts-cycle.c: Likewise.
30363         * lib/fts.c: Likewise.
30364         * lib/fts_.h: Likewise.
30365         * lib/full-read.c: Likewise.
30366         * lib/full-read.h: Likewise.
30367         * lib/full-write.c: Likewise.
30368         * lib/full-write.h: Likewise.
30369         * lib/fwritable.c: Likewise.
30370         * lib/fwritable.h: Likewise.
30371         * lib/fwriteerror.c: Likewise.
30372         * lib/fwriteerror.h: Likewise.
30373         * lib/fwriting.c: Likewise.
30374         * lib/fwriting.h: Likewise.
30375         * lib/gcd.c: Likewise.
30376         * lib/gcd.h: Likewise.
30377         * lib/getcwd.c: Likewise.
30378         * lib/getdate.h: Likewise.
30379         * lib/getdate.y: Likewise.
30380         * lib/getdomainname.c: Likewise.
30381         * lib/getdomainname.h: Likewise.
30382         * lib/getgroups.c: Likewise.
30383         * lib/gethostname.c: Likewise.
30384         * lib/gethrxtime.c: Likewise.
30385         * lib/gethrxtime.h: Likewise.
30386         * lib/getloadavg.c: Likewise.
30387         * lib/getndelim2.c: Likewise.
30388         * lib/getndelim2.h: Likewise.
30389         * lib/getnline.c: Likewise.
30390         * lib/getnline.h: Likewise.
30391         * lib/getopt.c: Likewise.
30392         * lib/getopt.in.h: Likewise.
30393         * lib/getopt1.c: Likewise.
30394         * lib/getopt_int.h: Likewise.
30395         * lib/getpagesize.h: Likewise.
30396         * lib/getsubopt.c: Likewise.
30397         * lib/gettime.c: Likewise.
30398         * lib/getugroups.c: Likewise.
30399         * lib/getugroups.h: Likewise.
30400         * lib/getusershell.c: Likewise.
30401         * lib/gl_anyavltree_list1.h: Likewise.
30402         * lib/gl_anyavltree_list2.h: Likewise.
30403         * lib/gl_anyhash_list1.h: Likewise.
30404         * lib/gl_anyhash_list2.h: Likewise.
30405         * lib/gl_anylinked_list1.h: Likewise.
30406         * lib/gl_anylinked_list2.h: Likewise.
30407         * lib/gl_anyrbtree_list1.h: Likewise.
30408         * lib/gl_anyrbtree_list2.h: Likewise.
30409         * lib/gl_anytree_list1.h: Likewise.
30410         * lib/gl_anytree_list2.h: Likewise.
30411         * lib/gl_anytree_oset.h: Likewise.
30412         * lib/gl_anytreehash_list1.h: Likewise.
30413         * lib/gl_anytreehash_list2.h: Likewise.
30414         * lib/gl_array_list.c: Likewise.
30415         * lib/gl_array_list.h: Likewise.
30416         * lib/gl_array_oset.c: Likewise.
30417         * lib/gl_array_oset.h: Likewise.
30418         * lib/gl_avltree_list.c: Likewise.
30419         * lib/gl_avltree_list.h: Likewise.
30420         * lib/gl_avltree_oset.c: Likewise.
30421         * lib/gl_avltree_oset.h: Likewise.
30422         * lib/gl_avltreehash_list.c: Likewise.
30423         * lib/gl_avltreehash_list.h: Likewise.
30424         * lib/gl_carray_list.c: Likewise.
30425         * lib/gl_carray_list.h: Likewise.
30426         * lib/gl_linked_list.c: Likewise.
30427         * lib/gl_linked_list.h: Likewise.
30428         * lib/gl_linkedhash_list.c: Likewise.
30429         * lib/gl_linkedhash_list.h: Likewise.
30430         * lib/gl_list.c: Likewise.
30431         * lib/gl_list.h: Likewise.
30432         * lib/gl_oset.c: Likewise.
30433         * lib/gl_oset.h: Likewise.
30434         * lib/gl_rbtree_list.c: Likewise.
30435         * lib/gl_rbtree_list.h: Likewise.
30436         * lib/gl_rbtree_oset.c: Likewise.
30437         * lib/gl_rbtree_oset.h: Likewise.
30438         * lib/gl_rbtreehash_list.c: Likewise.
30439         * lib/gl_rbtreehash_list.h: Likewise.
30440         * lib/gl_sublist.c: Likewise.
30441         * lib/gl_sublist.h: Likewise.
30442         * lib/group-member.c: Likewise.
30443         * lib/group-member.h: Likewise.
30444         * lib/hard-locale.c: Likewise.
30445         * lib/hard-locale.h: Likewise.
30446         * lib/hash-pjw.c: Likewise.
30447         * lib/hash-pjw.h: Likewise.
30448         * lib/hash-triple.c: Likewise.
30449         * lib/hash.c: Likewise.
30450         * lib/hash.h: Likewise.
30451         * lib/human.c: Likewise.
30452         * lib/human.h: Likewise.
30453         * lib/i-ring.c: Likewise.
30454         * lib/i-ring.h: Likewise.
30455         * lib/idcache.c: Likewise.
30456         * lib/imaxabs.c: Likewise.
30457         * lib/imaxdiv.c: Likewise.
30458         * lib/inet_pton.c: Likewise.
30459         * lib/inet_pton.h: Likewise.
30460         * lib/intprops.h: Likewise.
30461         * lib/inttostr.c: Likewise.
30462         * lib/inttostr.h: Likewise.
30463         * lib/inttypes.in.h: Likewise.
30464         * lib/isapipe.c: Likewise.
30465         * lib/isdir.c: Likewise.
30466         * lib/isnan.c: Likewise.
30467         * lib/isnan.h: Likewise.
30468         * lib/isnanf.c: Likewise.
30469         * lib/isnanf.h: Likewise.
30470         * lib/isnanl-nolibm.h: Likewise.
30471         * lib/isnanl.c: Likewise.
30472         * lib/isnanl.h: Likewise.
30473         * lib/javacomp.c: Likewise.
30474         * lib/javacomp.h: Likewise.
30475         * lib/javaexec.c: Likewise.
30476         * lib/javaexec.h: Likewise.
30477         * lib/javaversion.c: Likewise.
30478         * lib/javaversion.h: Likewise.
30479         * lib/javaversion.java: Likewise.
30480         * lib/lbrkprop.h: Likewise.
30481         * lib/lchmod.h: Likewise.
30482         * lib/lchown.c: Likewise.
30483         * lib/ldexpl.c: Likewise.
30484         * lib/linebreak.c: Likewise.
30485         * lib/linebreak.h: Likewise.
30486         * lib/linebuffer.c: Likewise.
30487         * lib/linebuffer.h: Likewise.
30488         * lib/locale.in.h: Likewise.
30489         * lib/logl.c: Likewise.
30490         * lib/long-options.c: Likewise.
30491         * lib/long-options.h: Likewise.
30492         * lib/lstat.c: Likewise.
30493         * lib/lstat.h: Likewise.
30494         * lib/math.in.h: Likewise.
30495         * lib/mbchar.c: Likewise.
30496         * lib/mbchar.h: Likewise.
30497         * lib/mbfile.h: Likewise.
30498         * lib/mbiter.h: Likewise.
30499         * lib/mbscasecmp.c: Likewise.
30500         * lib/mbscasestr.c: Likewise.
30501         * lib/mbschr.c: Likewise.
30502         * lib/mbscspn.c: Likewise.
30503         * lib/mbslen.c: Likewise.
30504         * lib/mbsncasecmp.c: Likewise.
30505         * lib/mbsnlen.c: Likewise.
30506         * lib/mbspbrk.c: Likewise.
30507         * lib/mbspcasecmp.c: Likewise.
30508         * lib/mbsrchr.c: Likewise.
30509         * lib/mbssep.c: Likewise.
30510         * lib/mbsspn.c: Likewise.
30511         * lib/mbsstr.c: Likewise.
30512         * lib/mbstok_r.c: Likewise.
30513         * lib/mbswidth.c: Likewise.
30514         * lib/mbswidth.h: Likewise.
30515         * lib/mbuiter.h: Likewise.
30516         * lib/memcasecmp.c: Likewise.
30517         * lib/memcasecmp.h: Likewise.
30518         * lib/memchr.c: Likewise.
30519         * lib/memcmp.c: Likewise.
30520         * lib/memcoll.c: Likewise.
30521         * lib/memcoll.h: Likewise.
30522         * lib/memcpy.c: Likewise.
30523         * lib/memrchr.c: Likewise.
30524         * lib/mkancesdirs.c: Likewise.
30525         * lib/mkdir-p.c: Likewise.
30526         * lib/mkdir-p.h: Likewise.
30527         * lib/mkdir.c: Likewise.
30528         * lib/mkdirat.c: Likewise.
30529         * lib/mkdtemp.c: Likewise.
30530         * lib/mkstemp-safer.c: Likewise.
30531         * lib/mkstemp.c: Likewise.
30532         * lib/modechange.c: Likewise.
30533         * lib/modechange.h: Likewise.
30534         * lib/mountlist.c: Likewise.
30535         * lib/mountlist.h: Likewise.
30536         * lib/mpsort.c: Likewise.
30537         * lib/nanosleep.c: Likewise.
30538         * lib/obstack.c: Likewise.
30539         * lib/obstack.h: Likewise.
30540         * lib/open-safer.c: Likewise.
30541         * lib/open.c: Likewise.
30542         * lib/openat-die.c: Likewise.
30543         * lib/openat-priv.h: Likewise.
30544         * lib/openat-proc.c: Likewise.
30545         * lib/openat.c: Likewise.
30546         * lib/openat.h: Likewise.
30547         * lib/pagealign_alloc.c: Likewise.
30548         * lib/pagealign_alloc.h: Likewise.
30549         * lib/physmem.c: Likewise.
30550         * lib/physmem.h: Likewise.
30551         * lib/pipe-safer.c: Likewise.
30552         * lib/pipe.c: Likewise.
30553         * lib/pipe.h: Likewise.
30554         * lib/posixtm.c: Likewise.
30555         * lib/posixtm.h: Likewise.
30556         * lib/posixver.c: Likewise.
30557         * lib/printf-frexp.c: Likewise.
30558         * lib/printf-frexp.h: Likewise.
30559         * lib/printf-frexpl.c: Likewise.
30560         * lib/printf-frexpl.h: Likewise.
30561         * lib/printf.c: Likewise.
30562         * lib/progname.c: Likewise.
30563         * lib/progname.h: Likewise.
30564         * lib/progreloc.c: Likewise.
30565         * lib/putenv.c: Likewise.
30566         * lib/quote.c: Likewise.
30567         * lib/quote.h: Likewise.
30568         * lib/quotearg.c: Likewise.
30569         * lib/quotearg.h: Likewise.
30570         * lib/raise.c: Likewise.
30571         * lib/readline.c: Likewise.
30572         * lib/readline.h: Likewise.
30573         * lib/readlink.c: Likewise.
30574         * lib/readtokens.c: Likewise.
30575         * lib/readtokens.h: Likewise.
30576         * lib/readtokens0.c: Likewise.
30577         * lib/readtokens0.h: Likewise.
30578         * lib/readutmp.c: Likewise.
30579         * lib/readutmp.h: Likewise.
30580         * lib/realloc.c: Likewise.
30581         * lib/relocwrapper.c: Likewise.
30582         * lib/rename-dest-slash.c: Likewise.
30583         * lib/rename.c: Likewise.
30584         * lib/rmdir.c: Likewise.
30585         * lib/rpmatch.c: Likewise.
30586         * lib/safe-read.c: Likewise.
30587         * lib/safe-read.h: Likewise.
30588         * lib/safe-write.c: Likewise.
30589         * lib/safe-write.h: Likewise.
30590         * lib/same-inode.h: Likewise.
30591         * lib/same.c: Likewise.
30592         * lib/same.h: Likewise.
30593         * lib/save-cwd.c: Likewise.
30594         * lib/save-cwd.h: Likewise.
30595         * lib/savedir.c: Likewise.
30596         * lib/savedir.h: Likewise.
30597         * lib/savewd.c: Likewise.
30598         * lib/savewd.h: Likewise.
30599         * lib/search.in.h: Likewise.
30600         * lib/setenv.c: Likewise.
30601         * lib/setenv.h: Likewise.
30602         * lib/settime.c: Likewise.
30603         * lib/sh-quote.c: Likewise.
30604         * lib/sh-quote.h: Likewise.
30605         * lib/sig2str.c: Likewise.
30606         * lib/sig2str.h: Likewise.
30607         * lib/signal.in.h: Likewise.
30608         * lib/signbitd.c: Likewise.
30609         * lib/signbitf.c: Likewise.
30610         * lib/signbitl.c: Likewise.
30611         * lib/sigprocmask.c: Likewise.
30612         * lib/sincosl.c: Likewise.
30613         * lib/sleep.c: Likewise.
30614         * lib/sprintf.c: Likewise.
30615         * lib/sqrtl.c: Likewise.
30616         * lib/stat-time.h: Likewise.
30617         * lib/stdio--.h: Likewise.
30618         * lib/stdio-safer.h: Likewise.
30619         * lib/stdlib--.h: Likewise.
30620         * lib/stdlib-safer.h: Likewise.
30621         * lib/stdlib.in.h: Likewise.
30622         * lib/stpcpy.c: Likewise.
30623         * lib/stpncpy.c: Likewise.
30624         * lib/strchrnul.c: Likewise.
30625         * lib/strcspn.c: Likewise.
30626         * lib/strerror.c: Likewise.
30627         * lib/strftime.c: Likewise.
30628         * lib/strftime.h: Likewise.
30629         * lib/striconveh.c: Likewise.
30630         * lib/striconveh.h: Likewise.
30631         * lib/striconveha.c: Likewise.
30632         * lib/striconveha.h: Likewise.
30633         * lib/stripslash.c: Likewise.
30634         * lib/strnlen1.c: Likewise.
30635         * lib/strnlen1.h: Likewise.
30636         * lib/strtod.c: Likewise.
30637         * lib/strtoimax.c: Likewise.
30638         * lib/strtok_r.c: Likewise.
30639         * lib/strtol.c: Likewise.
30640         * lib/strtoll.c: Likewise.
30641         * lib/strtoul.c: Likewise.
30642         * lib/strtoull.c: Likewise.
30643         * lib/sysexits.in.h: Likewise.
30644         * lib/tempname.c: Likewise.
30645         * lib/tempname.h: Likewise.
30646         * lib/timespec.h: Likewise.
30647         * lib/tls.c: Likewise.
30648         * lib/tls.h: Likewise.
30649         * lib/tmpdir.c: Likewise.
30650         * lib/tmpdir.h: Likewise.
30651         * lib/tmpfile-safer.c: Likewise.
30652         * lib/tmpfile.c: Likewise.
30653         * lib/trigl.c: Likewise.
30654         * lib/trigl.h: Likewise.
30655         * lib/trim.c: Likewise.
30656         * lib/trim.h: Likewise.
30657         * lib/trunc.c: Likewise.
30658         * lib/truncf.c: Likewise.
30659         * lib/truncl.c: Likewise.
30660         * lib/tsearch.c: Likewise.
30661         * lib/unicodeio.c: Likewise.
30662         * lib/unicodeio.h: Likewise.
30663         * lib/unistd--.h: Likewise.
30664         * lib/unistd-safer.h: Likewise.
30665         * lib/unistdio/ulc-fprintf.c: Likewise.
30666         * lib/unistdio/ulc-vfprintf.c: Likewise.
30667         * lib/unlinkdir.c: Likewise.
30668         * lib/unlinkdir.h: Likewise.
30669         * lib/unlocked-io.h: Likewise.
30670         * lib/unsetenv.c: Likewise.
30671         * lib/userspec.c: Likewise.
30672         * lib/utime.c: Likewise.
30673         * lib/utimecmp.c: Likewise.
30674         * lib/utimecmp.h: Likewise.
30675         * lib/utimens.c: Likewise.
30676         * lib/verify.h: Likewise.
30677         * lib/verror.c: Likewise.
30678         * lib/verror.h: Likewise.
30679         * lib/version-etc-fsf.c: Likewise.
30680         * lib/version-etc.c: Likewise.
30681         * lib/version-etc.h: Likewise.
30682         * lib/vfprintf.c: Likewise.
30683         * lib/vprintf.c: Likewise.
30684         * lib/vsprintf.c: Likewise.
30685         * lib/w32spawn.h: Likewise.
30686         * lib/wait-process.c: Likewise.
30687         * lib/wait-process.h: Likewise.
30688         * lib/wcwidth.c: Likewise.
30689         * lib/write-any-file.c: Likewise.
30690         * lib/xalloc-die.c: Likewise.
30691         * lib/xalloc.h: Likewise.
30692         * lib/xasprintf.c: Likewise.
30693         * lib/xgetcwd.c: Likewise.
30694         * lib/xgetcwd.h: Likewise.
30695         * lib/xgetdomainname.c: Likewise.
30696         * lib/xgetdomainname.h: Likewise.
30697         * lib/xgethostname.c: Likewise.
30698         * lib/xmalloc.c: Likewise.
30699         * lib/xmalloca.c: Likewise.
30700         * lib/xmalloca.h: Likewise.
30701         * lib/xmemcoll.c: Likewise.
30702         * lib/xnanosleep.c: Likewise.
30703         * lib/xreadlink.c: Likewise.
30704         * lib/xreadlink.h: Likewise.
30705         * lib/xsetenv.c: Likewise.
30706         * lib/xsetenv.h: Likewise.
30707         * lib/xstriconv.c: Likewise.
30708         * lib/xstriconv.h: Likewise.
30709         * lib/xstrndup.c: Likewise.
30710         * lib/xstrndup.h: Likewise.
30711         * lib/xstrtod.c: Likewise.
30712         * lib/xstrtod.h: Likewise.
30713         * lib/xstrtol-error.c: Likewise.
30714         * lib/xstrtol.c: Likewise.
30715         * lib/xstrtol.h: Likewise.
30716         * lib/xtime.h: Likewise.
30717         * lib/xvasprintf.c: Likewise.
30718         * lib/xvasprintf.h: Likewise.
30719         * lib/yesno.c: Likewise.
30720         * lib/yesno.h: Likewise.
30721         * posix-modules: Likewise.
30722         * tests/test-alloca-opt.c: Likewise.
30723         * tests/test-arcfour.c: Likewise.
30724         * tests/test-arctwo.c: Likewise.
30725         * tests/test-argmatch.c: Likewise.
30726         * tests/test-argp-2.sh: Likewise.
30727         * tests/test-argp.c: Likewise.
30728         * tests/test-arpa_inet.c: Likewise.
30729         * tests/test-array_list.c: Likewise.
30730         * tests/test-array_oset.c: Likewise.
30731         * tests/test-atexit.c: Likewise.
30732         * tests/test-avltree_list.c: Likewise.
30733         * tests/test-avltree_oset.c: Likewise.
30734         * tests/test-avltreehash_list.c: Likewise.
30735         * tests/test-base64.c: Likewise.
30736         * tests/test-binary-io.c: Likewise.
30737         * tests/test-byteswap.c: Likewise.
30738         * tests/test-c-ctype.c: Likewise.
30739         * tests/test-c-strcasecmp.c: Likewise.
30740         * tests/test-c-strcasestr.c: Likewise.
30741         * tests/test-c-strncasecmp.c: Likewise.
30742         * tests/test-c-strstr.c: Likewise.
30743         * tests/test-canonicalize-lgpl.c: Likewise.
30744         * tests/test-canonicalize.c: Likewise.
30745         * tests/test-carray_list.c: Likewise.
30746         * tests/test-ceilf.c: Likewise.
30747         * tests/test-ceill.c: Likewise.
30748         * tests/test-count-one-bits.c: Likewise.
30749         * tests/test-crc.c: Likewise.
30750         * tests/test-dirname.c: Likewise.
30751         * tests/test-fbufmode.c: Likewise.
30752         * tests/test-fcntl.c: Likewise.
30753         * tests/test-fflush.c: Likewise.
30754         * tests/test-floorf.c: Likewise.
30755         * tests/test-floorl.c: Likewise.
30756         * tests/test-fopen.c: Likewise.
30757         * tests/test-fprintf-posix.c: Likewise.
30758         * tests/test-fprintf-posix.h: Likewise.
30759         * tests/test-fpurge.c: Likewise.
30760         * tests/test-freadable.c: Likewise.
30761         * tests/test-freadahead.c: Likewise.
30762         * tests/test-freading.c: Likewise.
30763         * tests/test-freopen.c: Likewise.
30764         * tests/test-frexp.c: Likewise.
30765         * tests/test-frexpl.c: Likewise.
30766         * tests/test-fseek.c: Likewise.
30767         * tests/test-fseeko.c: Likewise.
30768         * tests/test-fseterr.c: Likewise.
30769         * tests/test-fstrcmp.c: Likewise.
30770         * tests/test-ftell.c: Likewise.
30771         * tests/test-ftello.c: Likewise.
30772         * tests/test-fwritable.c: Likewise.
30773         * tests/test-fwriting.c: Likewise.
30774         * tests/test-getaddrinfo.c: Likewise.
30775         * tests/test-getpass.c: Likewise.
30776         * tests/test-gettimeofday.c: Likewise.
30777         * tests/test-hmac-md5.c: Likewise.
30778         * tests/test-hmac-sha1.c: Likewise.
30779         * tests/test-iconv.c: Likewise.
30780         * tests/test-iconvme.c: Likewise.
30781         * tests/test-inttypes.c: Likewise.
30782         * tests/test-isnan.c: Likewise.
30783         * tests/test-isnanf.c: Likewise.
30784         * tests/test-isnanl-nolibm.c: Likewise.
30785         * tests/test-isnanl.c: Likewise.
30786         * tests/test-isnanl.h: Likewise.
30787         * tests/test-ldexpl.c: Likewise.
30788         * tests/test-linked_list.c: Likewise.
30789         * tests/test-linkedhash_list.c: Likewise.
30790         * tests/test-locale.c: Likewise.
30791         * tests/test-localename.c: Likewise.
30792         * tests/test-lock.c: Likewise.
30793         * tests/test-lseek.c: Likewise.
30794         * tests/test-malloca.c: Likewise.
30795         * tests/test-math.c: Likewise.
30796         * tests/test-mbscasecmp.c: Likewise.
30797         * tests/test-mbscasestr1.c: Likewise.
30798         * tests/test-mbscasestr2.c: Likewise.
30799         * tests/test-mbscasestr3.c: Likewise.
30800         * tests/test-mbscasestr4.c: Likewise.
30801         * tests/test-mbschr.c: Likewise.
30802         * tests/test-mbscspn.c: Likewise.
30803         * tests/test-mbsncasecmp.c: Likewise.
30804         * tests/test-mbspbrk.c: Likewise.
30805         * tests/test-mbspcasecmp.c: Likewise.
30806         * tests/test-mbsrchr.c: Likewise.
30807         * tests/test-mbsspn.c: Likewise.
30808         * tests/test-mbsstr1.c: Likewise.
30809         * tests/test-mbsstr2.c: Likewise.
30810         * tests/test-mbsstr3.c: Likewise.
30811         * tests/test-md5.c: Likewise.
30812         * tests/test-memmem.c: Likewise.
30813         * tests/test-netinet_in.c: Likewise.
30814         * tests/test-open.c: Likewise.
30815         * tests/test-printf-frexp.c: Likewise.
30816         * tests/test-printf-frexpl.c: Likewise.
30817         * tests/test-printf-posix.c: Likewise.
30818         * tests/test-printf-posix.h: Likewise.
30819         * tests/test-rbtree_list.c: Likewise.
30820         * tests/test-rbtree_oset.c: Likewise.
30821         * tests/test-rbtreehash_list.c: Likewise.
30822         * tests/test-read-file.c: Likewise.
30823         * tests/test-rijndael.c: Likewise.
30824         * tests/test-search.c: Likewise.
30825         * tests/test-signbit.c: Likewise.
30826         * tests/test-sleep.c: Likewise.
30827         * tests/test-snprintf-posix.c: Likewise.
30828         * tests/test-snprintf-posix.h: Likewise.
30829         * tests/test-snprintf.c: Likewise.
30830         * tests/test-sprintf-posix.c: Likewise.
30831         * tests/test-sprintf-posix.h: Likewise.
30832         * tests/test-stat-time.c: Likewise.
30833         * tests/test-stdbool.c: Likewise.
30834         * tests/test-stdint.c: Likewise.
30835         * tests/test-stdio.c: Likewise.
30836         * tests/test-stdlib.c: Likewise.
30837         * tests/test-stpncpy.c: Likewise.
30838         * tests/test-strcasestr.c: Likewise.
30839         * tests/test-striconv.c: Likewise.
30840         * tests/test-striconveh.c: Likewise.
30841         * tests/test-striconveha.c: Likewise.
30842         * tests/test-string.c: Likewise.
30843         * tests/test-sys_select.c: Likewise.
30844         * tests/test-sys_socket.c: Likewise.
30845         * tests/test-sys_stat.c: Likewise.
30846         * tests/test-sys_time.c: Likewise.
30847         * tests/test-sysexits.c: Likewise.
30848         * tests/test-time.c: Likewise.
30849         * tests/test-tls.c: Likewise.
30850         * tests/test-trunc.c: Likewise.
30851         * tests/test-truncf.c: Likewise.
30852         * tests/test-truncl.c: Likewise.
30853         * tests/test-unistd.c: Likewise.
30854         * tests/test-vasnprintf-posix.c: Likewise.
30855         * tests/test-vasnprintf-posix2.c: Likewise.
30856         * tests/test-vasnprintf.c: Likewise.
30857         * tests/test-vasprintf-posix.c: Likewise.
30858         * tests/test-vasprintf.c: Likewise.
30859         * tests/test-verify.c: Likewise.
30860         * tests/test-vfprintf-posix.c: Likewise.
30861         * tests/test-vprintf-posix.c: Likewise.
30862         * tests/test-vsnprintf-posix.c: Likewise.
30863         * tests/test-vsnprintf.c: Likewise.
30864         * tests/test-vsprintf-posix.c: Likewise.
30865         * tests/test-wchar.c: Likewise.
30866         * tests/test-wctype.c: Likewise.
30867         * tests/test-wcwidth.c: Likewise.
30868         * tests/test-xstrtol.c: Likewise.
30869         * tests/test-xvasprintf.c: Likewise.
30870         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
30871         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
30872         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
30873         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
30874         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
30875         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
30876         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
30877         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
30878         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
30879         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
30880         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
30881         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
30882         * tests/uniname/test-uninames.c: Likewise.
30883         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
30884         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
30885         * tests/unistdio/test-u16-printf1.h: Likewise.
30886         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
30887         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
30888         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
30889         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
30890         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
30891         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
30892         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
30893         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
30894         * tests/unistdio/test-u32-printf1.h: Likewise.
30895         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
30896         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
30897         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
30898         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
30899         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
30900         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
30901         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
30902         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
30903         * tests/unistdio/test-u8-printf1.h: Likewise.
30904         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
30905         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
30906         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
30907         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
30908         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
30909         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
30910         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
30911         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
30912         * tests/unistdio/test-ulc-printf1.h: Likewise.
30913         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
30914         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
30915         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
30916         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
30917         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
30918         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
30919         * tests/uniwidth/test-u16-strwidth.c: Likewise.
30920         * tests/uniwidth/test-u16-width.c: Likewise.
30921         * tests/uniwidth/test-u32-strwidth.c: Likewise.
30922         * tests/uniwidth/test-u32-width.c: Likewise.
30923         * tests/uniwidth/test-u8-strwidth.c: Likewise.
30924         * tests/uniwidth/test-u8-width.c: Likewise.
30925         * tests/uniwidth/test-uc_width.c: Likewise.
30926         * config/srclist-update: Likewise.
30927         (fixlicense): Update to GPLv3+.
30928
30929         Change copyright notice from LGPLv2.1+ to LGPLv3+.
30930         * tests/test-tsearch.c: Change copyright notice.
30931
30932         Change copyright notice from LGPLv2.0+ to LGPLv3+.
30933         * lib/c-strcaseeq.h: Change copyright notice.
30934         * lib/streq.h: Likewise.
30935         * lib/uniconv.h: Likewise.
30936         * lib/uniconv/u-conv-from-enc.h: Likewise.
30937         * lib/uniconv/u-conv-to-enc.h: Likewise.
30938         * lib/uniconv/u-strconv-from-enc.h: Likewise.
30939         * lib/uniconv/u-strconv-to-enc.h: Likewise.
30940         * lib/uniconv/u16-conv-from-enc.c: Likewise.
30941         * lib/uniconv/u16-conv-to-enc.c: Likewise.
30942         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
30943         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
30944         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
30945         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
30946         * lib/uniconv/u32-conv-from-enc.c: Likewise.
30947         * lib/uniconv/u32-conv-to-enc.c: Likewise.
30948         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
30949         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
30950         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
30951         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
30952         * lib/uniconv/u8-conv-from-enc.c: Likewise.
30953         * lib/uniconv/u8-conv-to-enc.c: Likewise.
30954         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
30955         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
30956         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
30957         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
30958         * lib/uniname.h: Likewise.
30959         * lib/uniname/uniname.c: Likewise.
30960         * lib/unistdio.h: Likewise.
30961         * lib/unistdio/u-asnprintf.h: Likewise.
30962         * lib/unistdio/u-asprintf.h: Likewise.
30963         * lib/unistdio/u-printf-args.c: Likewise.
30964         * lib/unistdio/u-printf-args.h: Likewise.
30965         * lib/unistdio/u-printf-parse.h: Likewise.
30966         * lib/unistdio/u-snprintf.h: Likewise.
30967         * lib/unistdio/u-sprintf.h: Likewise.
30968         * lib/unistdio/u-vasprintf.h: Likewise.
30969         * lib/unistdio/u-vsnprintf.h: Likewise.
30970         * lib/unistdio/u-vsprintf.h: Likewise.
30971         * lib/unistdio/u16-asnprintf.c: Likewise.
30972         * lib/unistdio/u16-asprintf.c: Likewise.
30973         * lib/unistdio/u16-printf-parse.c: Likewise.
30974         * lib/unistdio/u16-snprintf.c: Likewise.
30975         * lib/unistdio/u16-sprintf.c: Likewise.
30976         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
30977         * lib/unistdio/u16-u16-asprintf.c: Likewise.
30978         * lib/unistdio/u16-u16-snprintf.c: Likewise.
30979         * lib/unistdio/u16-u16-sprintf.c: Likewise.
30980         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
30981         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
30982         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
30983         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
30984         * lib/unistdio/u16-vasnprintf.c: Likewise.
30985         * lib/unistdio/u16-vasprintf.c: Likewise.
30986         * lib/unistdio/u16-vsnprintf.c: Likewise.
30987         * lib/unistdio/u16-vsprintf.c: Likewise.
30988         * lib/unistdio/u32-asnprintf.c: Likewise.
30989         * lib/unistdio/u32-asprintf.c: Likewise.
30990         * lib/unistdio/u32-printf-parse.c: Likewise.
30991         * lib/unistdio/u32-snprintf.c: Likewise.
30992         * lib/unistdio/u32-sprintf.c: Likewise.
30993         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
30994         * lib/unistdio/u32-u32-asprintf.c: Likewise.
30995         * lib/unistdio/u32-u32-snprintf.c: Likewise.
30996         * lib/unistdio/u32-u32-sprintf.c: Likewise.
30997         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
30998         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
30999         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31000         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31001         * lib/unistdio/u32-vasnprintf.c: Likewise.
31002         * lib/unistdio/u32-vasprintf.c: Likewise.
31003         * lib/unistdio/u32-vsnprintf.c: Likewise.
31004         * lib/unistdio/u32-vsprintf.c: Likewise.
31005         * lib/unistdio/u8-asnprintf.c: Likewise.
31006         * lib/unistdio/u8-asprintf.c: Likewise.
31007         * lib/unistdio/u8-printf-parse.c: Likewise.
31008         * lib/unistdio/u8-snprintf.c: Likewise.
31009         * lib/unistdio/u8-sprintf.c: Likewise.
31010         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31011         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31012         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31013         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31014         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31015         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31016         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31017         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31018         * lib/unistdio/u8-vasnprintf.c: Likewise.
31019         * lib/unistdio/u8-vasprintf.c: Likewise.
31020         * lib/unistdio/u8-vsnprintf.c: Likewise.
31021         * lib/unistdio/u8-vsprintf.c: Likewise.
31022         * lib/unistdio/ulc-asnprintf.c: Likewise.
31023         * lib/unistdio/ulc-asprintf.c: Likewise.
31024         * lib/unistdio/ulc-printf-parse.c: Likewise.
31025         * lib/unistdio/ulc-snprintf.c: Likewise.
31026         * lib/unistdio/ulc-sprintf.c: Likewise.
31027         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31028         * lib/unistdio/ulc-vasprintf.c: Likewise.
31029         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31030         * lib/unistdio/ulc-vsprintf.c: Likewise.
31031         * lib/unistr.h: Likewise.
31032         * lib/unistr/u-cpy-alloc.h: Likewise.
31033         * lib/unistr/u-cpy.h: Likewise.
31034         * lib/unistr/u-endswith.h: Likewise.
31035         * lib/unistr/u-move.h: Likewise.
31036         * lib/unistr/u-set.h: Likewise.
31037         * lib/unistr/u-startswith.h: Likewise.
31038         * lib/unistr/u-stpcpy.h: Likewise.
31039         * lib/unistr/u-stpncpy.h: Likewise.
31040         * lib/unistr/u-strcat.h: Likewise.
31041         * lib/unistr/u-strcpy.h: Likewise.
31042         * lib/unistr/u-strcspn.h: Likewise.
31043         * lib/unistr/u-strdup.h: Likewise.
31044         * lib/unistr/u-strlen.h: Likewise.
31045         * lib/unistr/u-strncat.h: Likewise.
31046         * lib/unistr/u-strncpy.h: Likewise.
31047         * lib/unistr/u-strnlen.h: Likewise.
31048         * lib/unistr/u-strpbrk.h: Likewise.
31049         * lib/unistr/u-strspn.h: Likewise.
31050         * lib/unistr/u-strstr.h: Likewise.
31051         * lib/unistr/u-strtok.h: Likewise.
31052         * lib/unistr/u16-check.c: Likewise.
31053         * lib/unistr/u16-chr.c: Likewise.
31054         * lib/unistr/u16-cmp.c: Likewise.
31055         * lib/unistr/u16-cpy-alloc.c: Likewise.
31056         * lib/unistr/u16-cpy.c: Likewise.
31057         * lib/unistr/u16-endswith.c: Likewise.
31058         * lib/unistr/u16-mblen.c: Likewise.
31059         * lib/unistr/u16-mbsnlen.c: Likewise.
31060         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31061         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31062         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31063         * lib/unistr/u16-mbtouc.c: Likewise.
31064         * lib/unistr/u16-mbtoucr.c: Likewise.
31065         * lib/unistr/u16-move.c: Likewise.
31066         * lib/unistr/u16-next.c: Likewise.
31067         * lib/unistr/u16-prev.c: Likewise.
31068         * lib/unistr/u16-set.c: Likewise.
31069         * lib/unistr/u16-startswith.c: Likewise.
31070         * lib/unistr/u16-stpcpy.c: Likewise.
31071         * lib/unistr/u16-stpncpy.c: Likewise.
31072         * lib/unistr/u16-strcat.c: Likewise.
31073         * lib/unistr/u16-strchr.c: Likewise.
31074         * lib/unistr/u16-strcmp.c: Likewise.
31075         * lib/unistr/u16-strcpy.c: Likewise.
31076         * lib/unistr/u16-strcspn.c: Likewise.
31077         * lib/unistr/u16-strdup.c: Likewise.
31078         * lib/unistr/u16-strlen.c: Likewise.
31079         * lib/unistr/u16-strmblen.c: Likewise.
31080         * lib/unistr/u16-strmbtouc.c: Likewise.
31081         * lib/unistr/u16-strncat.c: Likewise.
31082         * lib/unistr/u16-strncmp.c: Likewise.
31083         * lib/unistr/u16-strncpy.c: Likewise.
31084         * lib/unistr/u16-strnlen.c: Likewise.
31085         * lib/unistr/u16-strpbrk.c: Likewise.
31086         * lib/unistr/u16-strrchr.c: Likewise.
31087         * lib/unistr/u16-strspn.c: Likewise.
31088         * lib/unistr/u16-strstr.c: Likewise.
31089         * lib/unistr/u16-strtok.c: Likewise.
31090         * lib/unistr/u16-to-u32.c: Likewise.
31091         * lib/unistr/u16-to-u8.c: Likewise.
31092         * lib/unistr/u16-uctomb-aux.c: Likewise.
31093         * lib/unistr/u16-uctomb.c: Likewise.
31094         * lib/unistr/u32-check.c: Likewise.
31095         * lib/unistr/u32-chr.c: Likewise.
31096         * lib/unistr/u32-cmp.c: Likewise.
31097         * lib/unistr/u32-cpy-alloc.c: Likewise.
31098         * lib/unistr/u32-cpy.c: Likewise.
31099         * lib/unistr/u32-endswith.c: Likewise.
31100         * lib/unistr/u32-mblen.c: Likewise.
31101         * lib/unistr/u32-mbsnlen.c: Likewise.
31102         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31103         * lib/unistr/u32-mbtouc.c: Likewise.
31104         * lib/unistr/u32-mbtoucr.c: Likewise.
31105         * lib/unistr/u32-move.c: Likewise.
31106         * lib/unistr/u32-next.c: Likewise.
31107         * lib/unistr/u32-prev.c: Likewise.
31108         * lib/unistr/u32-set.c: Likewise.
31109         * lib/unistr/u32-startswith.c: Likewise.
31110         * lib/unistr/u32-stpcpy.c: Likewise.
31111         * lib/unistr/u32-stpncpy.c: Likewise.
31112         * lib/unistr/u32-strcat.c: Likewise.
31113         * lib/unistr/u32-strchr.c: Likewise.
31114         * lib/unistr/u32-strcmp.c: Likewise.
31115         * lib/unistr/u32-strcpy.c: Likewise.
31116         * lib/unistr/u32-strcspn.c: Likewise.
31117         * lib/unistr/u32-strdup.c: Likewise.
31118         * lib/unistr/u32-strlen.c: Likewise.
31119         * lib/unistr/u32-strmblen.c: Likewise.
31120         * lib/unistr/u32-strmbtouc.c: Likewise.
31121         * lib/unistr/u32-strncat.c: Likewise.
31122         * lib/unistr/u32-strncmp.c: Likewise.
31123         * lib/unistr/u32-strncpy.c: Likewise.
31124         * lib/unistr/u32-strnlen.c: Likewise.
31125         * lib/unistr/u32-strpbrk.c: Likewise.
31126         * lib/unistr/u32-strrchr.c: Likewise.
31127         * lib/unistr/u32-strspn.c: Likewise.
31128         * lib/unistr/u32-strstr.c: Likewise.
31129         * lib/unistr/u32-strtok.c: Likewise.
31130         * lib/unistr/u32-to-u16.c: Likewise.
31131         * lib/unistr/u32-to-u8.c: Likewise.
31132         * lib/unistr/u32-uctomb.c: Likewise.
31133         * lib/unistr/u8-check.c: Likewise.
31134         * lib/unistr/u8-chr.c: Likewise.
31135         * lib/unistr/u8-cmp.c: Likewise.
31136         * lib/unistr/u8-cpy-alloc.c: Likewise.
31137         * lib/unistr/u8-cpy.c: Likewise.
31138         * lib/unistr/u8-endswith.c: Likewise.
31139         * lib/unistr/u8-mblen.c: Likewise.
31140         * lib/unistr/u8-mbsnlen.c: Likewise.
31141         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31142         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31143         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31144         * lib/unistr/u8-mbtouc.c: Likewise.
31145         * lib/unistr/u8-mbtoucr.c: Likewise.
31146         * lib/unistr/u8-move.c: Likewise.
31147         * lib/unistr/u8-next.c: Likewise.
31148         * lib/unistr/u8-prev.c: Likewise.
31149         * lib/unistr/u8-set.c: Likewise.
31150         * lib/unistr/u8-startswith.c: Likewise.
31151         * lib/unistr/u8-stpcpy.c: Likewise.
31152         * lib/unistr/u8-stpncpy.c: Likewise.
31153         * lib/unistr/u8-strcat.c: Likewise.
31154         * lib/unistr/u8-strchr.c: Likewise.
31155         * lib/unistr/u8-strcmp.c: Likewise.
31156         * lib/unistr/u8-strcpy.c: Likewise.
31157         * lib/unistr/u8-strcspn.c: Likewise.
31158         * lib/unistr/u8-strdup.c: Likewise.
31159         * lib/unistr/u8-strlen.c: Likewise.
31160         * lib/unistr/u8-strmblen.c: Likewise.
31161         * lib/unistr/u8-strmbtouc.c: Likewise.
31162         * lib/unistr/u8-strncat.c: Likewise.
31163         * lib/unistr/u8-strncmp.c: Likewise.
31164         * lib/unistr/u8-strncpy.c: Likewise.
31165         * lib/unistr/u8-strnlen.c: Likewise.
31166         * lib/unistr/u8-strpbrk.c: Likewise.
31167         * lib/unistr/u8-strrchr.c: Likewise.
31168         * lib/unistr/u8-strspn.c: Likewise.
31169         * lib/unistr/u8-strstr.c: Likewise.
31170         * lib/unistr/u8-strtok.c: Likewise.
31171         * lib/unistr/u8-to-u16.c: Likewise.
31172         * lib/unistr/u8-to-u32.c: Likewise.
31173         * lib/unistr/u8-uctomb-aux.c: Likewise.
31174         * lib/unistr/u8-uctomb.c: Likewise.
31175         * lib/unitypes.h: Likewise.
31176         * lib/uniwidth.h: Likewise.
31177         * lib/uniwidth/cjk.h: Likewise.
31178         * lib/uniwidth/u16-strwidth.c: Likewise.
31179         * lib/uniwidth/u16-width.c: Likewise.
31180         * lib/uniwidth/u32-strwidth.c: Likewise.
31181         * lib/uniwidth/u32-width.c: Likewise.
31182         * lib/uniwidth/u8-strwidth.c: Likewise.
31183         * lib/uniwidth/u8-width.c: Likewise.
31184         * lib/uniwidth/width.c: Likewise.
31185
31186 2007-10-07  Bruno Haible  <bruno@clisp.org>
31187
31188         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31189         The file is still under LGPL (see modules/inttypes).
31190
31191 2007-10-06  Bruno Haible  <bruno@clisp.org>
31192
31193         * modules/trunc (Dependencies): Add 'extensions'.
31194         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31195         Reported by Ben Pfaff <blp@gnu.org>.
31196
31197 2007-10-06  Bruno Haible  <bruno@clisp.org>
31198
31199         * modules/freopen-tests: New file.
31200         * tests/test-freopen.c: New file.
31201
31202         * modules/fopen-tests: New file.
31203         * tests/test-fopen.c: New file.
31204
31205         * modules/fopen: New file.
31206         * lib/fopen.c: New file.
31207         * m4/fopen.m4: New file.
31208         * modules/freopen: New file.
31209         * lib/freopen.c: New file.
31210         * m4/freopen.m4: New file.
31211         * lib/stdio.in.h (fopen, freopen): New declarations.
31212         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31213         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31214         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31215         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31216         * doc/functions/fopen.texi: Mention the 'fopen' module.
31217         * doc/functions/freopen.texi: Mention the 'freopen' module.
31218
31219 2007-10-06  Bruno Haible  <bruno@clisp.org>
31220
31221         * modules/open-tests: New file.
31222         * tests/test-open.c: New file.
31223
31224         * modules/open: New file.
31225         * lib/open.c: New file.
31226         * m4/open.m4: New file.
31227         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31228         lib/open.c does.
31229         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31230         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31231         macros.
31232         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31233         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31234         REPLACE_OPEN.
31235         * doc/functions/open.texi: Mention the 'open' module.
31236
31237 2007-10-04  Bruno Haible  <bruno@clisp.org>
31238
31239         * modules/ceill-tests: New file.
31240         * tests/test-ceill.c: New file.
31241
31242         * modules/ceill: New file.
31243         * lib/ceill.c: Replace entire file.
31244         * m4/ceill.m4: New file.
31245         * lib/math.in.h (ceill): Replace declaration.
31246         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31247         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31248         * doc/functions/ceill.texi: Mention the 'ceill' module.
31249         * modules/mathl (Files): Remove lib/ceill.c.
31250         (Depends-on): Add ceill.
31251
31252 2007-10-04  Bruno Haible  <bruno@clisp.org>
31253
31254         * modules/ceilf-tests: New file.
31255         * tests/test-ceilf.c: New file.
31256
31257         * modules/ceilf: New file.
31258         * lib/ceil.c: New file.
31259         * lib/ceilf.c: New file.
31260         * m4/ceilf.m4: New file.
31261         * lib/math.in.h (ceilf): New declaration.
31262         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31263         HAVE_DECL_CEILF.
31264         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31265         HAVE_DECL_CEILF.
31266         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31267
31268 2007-10-04  Bruno Haible  <bruno@clisp.org>
31269
31270         * modules/floorl-tests: New file.
31271         * tests/test-floorl.c: New file.
31272
31273         * modules/floorl: New file.
31274         * lib/floorl.c: Replace entire file.
31275         * m4/floorl.m4: New file.
31276         * lib/math.in.h (floorl): Replace declaration.
31277         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31278         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31279         * doc/functions/floorl.texi: Mention the 'floorl' module.
31280         * modules/mathl (Files): Remove lib/floorl.c.
31281         (Depends-on): Add floorl.
31282
31283 2007-10-04  Bruno Haible  <bruno@clisp.org>
31284
31285         * modules/floorf-tests: New file.
31286         * tests/test-floorf.c: New file.
31287
31288         * modules/floorf: New file.
31289         * lib/floor.c: New file.
31290         * lib/floorf.c: New file.
31291         * m4/floorf.m4: New file.
31292         * lib/math.in.h (floorf): New declaration.
31293         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31294         HAVE_DECL_FLOORF.
31295         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31296         HAVE_DECL_FLOORF.
31297         * doc/functions/floorf.texi: Mention the 'floorf' module.
31298
31299 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31300             Bruno Haible  <bruno@clisp.org>
31301
31302         Advertise for the Git server instead of the CVS server.
31303         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31304         repository instead of the CVS one.
31305         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31306         about all VCS systems generically.
31307         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31308
31309 2007-10-04  Bruno Haible  <bruno@clisp.org>
31310
31311         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31312         means.
31313         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31314
31315 2007-10-04  Bruno Haible  <bruno@clisp.org>
31316
31317         * modules/truncl-tests: New file.
31318         * tests/test-truncl.c: New file.
31319
31320         * modules/truncl: New file.
31321         * lib/truncl.c: New file.
31322         * m4/truncl.m4: New file.
31323         * lib/math.in.h (truncl): New declaration.
31324         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31325         HAVE_DECL_TRUNCL.
31326         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31327         HAVE_DECL_TRUNCL.
31328         * doc/functions/truncl.texi: Mention the 'truncl' module.
31329
31330 2007-10-04  Bruno Haible  <bruno@clisp.org>
31331
31332         * modules/truncf-tests: New file.
31333         * tests/test-truncf.c: New file.
31334
31335         * modules/truncf: New file.
31336         * lib/trunc.c: Make paramerizable through USE_* macros.
31337         * lib/truncf.c: New file.
31338         * m4/truncf.m4: New file.
31339         * lib/math.in.h (truncf): New declaration.
31340         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31341         HAVE_DECL_TRUNCF.
31342         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31343         HAVE_DECL_TRUNCF.
31344         * doc/functions/truncf.texi: Mention the 'truncf' module.
31345
31346 2007-10-03  Bruno Haible  <bruno@clisp.org>
31347
31348         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31349         augmentation also for tests modules.
31350         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31351         * modules/atexit-tests (Makefile.am): Likewise.
31352         * modules/binary-io-tests (Makefile.am): Likewise.
31353         * modules/c-strcase-tests (Makefile.am): Likewise.
31354         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31355         * modules/canonicalize-tests (Makefile.am): Likewise.
31356         * modules/closein-tests (Makefile.am): Likewise.
31357         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31358         * modules/freadahead-tests (Makefile.am): Likewise.
31359         * modules/fseek-tests (Makefile.am): Likewise.
31360         * modules/fseeko-tests (Makefile.am): Likewise.
31361         * modules/ftell-tests (Makefile.am): Likewise.
31362         * modules/ftello-tests (Makefile.am): Likewise.
31363         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31364         * modules/isnanl-tests (Makefile.am): Likewise.
31365         * modules/lseek-tests (Makefile.am): Likewise.
31366         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31367         * modules/mbscasestr-tests (Makefile.am): Likewise.
31368         * modules/mbschr-tests (Makefile.am): Likewise.
31369         * modules/mbscspn-tests (Makefile.am): Likewise.
31370         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31371         * modules/mbspbrk-tests (Makefile.am): Likewise.
31372         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31373         * modules/mbsrchr-tests (Makefile.am): Likewise.
31374         * modules/mbsspn-tests (Makefile.am): Likewise.
31375         * modules/mbsstr-tests (Makefile.am): Likewise.
31376         * modules/printf-posix-tests (Makefile.am): Likewise.
31377         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31378         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31379         * modules/tsearch-tests (Makefile.am): Likewise.
31380         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31381         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31382         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31383         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31384         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31385         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31386         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31387         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31388         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31389         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31390         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31391         * modules/xstrtol-tests (Makefile.am): Likewise.
31392         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31393         * modules/yesno-tests (Makefile.am): Likewise.
31394
31395 2007-10-03  Bruno Haible  <bruno@clisp.org>
31396
31397         * modules/trunc-tests: New file.
31398         * tests/test-trunc.c: New file.
31399
31400         * modules/trunc: New file.
31401         * lib/trunc.c: New file.
31402         * m4/trunc.m4: New file.
31403         * lib/math.in.h (trunc): New declaration.
31404         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31405         HAVE_DECL_TRUNC.
31406         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31407         HAVE_DECL_TRUNC.
31408         * doc/functions/trunc.texi: Mention the 'trunc' module.
31409
31410 2007-10-03  Bruno Haible  <bruno@clisp.org>
31411
31412         * tests/test-fpending.c: New file, mostly copied
31413         from coreutils/lib/t-fpending.c.
31414         * modules/fpending-tests: New file.
31415
31416 2007-10-03  Bruno Haible  <bruno@clisp.org>
31417
31418         Port the stdio extensions to QNX (untested).
31419         * lib/fseterr.c (fseterr): Add support for QNX.
31420         * lib/fbufmode.c (fbufmode): Likewise.
31421         * lib/freadable.c (freadable): Likewise.
31422         * lib/fwritable.c (fwritable): Likewise.
31423         * lib/freading.c (freading): Likewise.
31424         * lib/fwriting.c (fwriting): Likewise.
31425         * lib/freadahead.c (freadahed): Likewise.
31426         * lib/fpurge.c (fpurge): Likewise.
31427         * lib/fseeko.c (rpl_fseeko): Likewise.
31428
31429 2007-10-03  Bruno Haible  <bruno@clisp.org>
31430             Jim Meyering  <jim@meyering.net>
31431             Eric Blake  <ebb9@byu.net>
31432
31433         * doc/relocatable.texi: Use @command instead of @program.
31434
31435 2007-10-02  Jim Meyering  <jim@meyering.net>
31436
31437         Perform one more "_.h" -> ".in.h" substitution.
31438         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31439         instead of unistd_.h here, too.
31440
31441 2007-10-01  Bruno Haible  <bruno@clisp.org>
31442
31443         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31444         Needed for the alloca-opt module.
31445
31446 2007-09-30  Bruno Haible  <bruno@clisp.org>
31447
31448         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31449         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31450         alloca_.h.
31451         * lib/argz.in.h: Renamed from lib/argz_.h.
31452         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31453         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31454         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31455         byteswap_.h.
31456         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31457         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31458         dirent_.h.
31459         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31460         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31461         fcntl_.h.
31462         * lib/float.in.h: Renamed from lib/float_.h.
31463         * modules/float (Files, Makefile.am): Use float.in.h instead of
31464         float_.h.
31465         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31466         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31467         fnmatch_.h.
31468         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31469         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31470         getopt_.h.
31471         * lib/glob.in.h: Renamed from lib/glob_.h.
31472         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31473         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31474         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31475         iconv_.h.
31476         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31477         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31478         inttypes_.h.
31479         * lib/locale.in.h: Renamed from lib/locale_.h.
31480         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31481         locale_.h.
31482         * lib/math.in.h: Renamed from lib/math_.h.
31483         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31484         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31485         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31486         of netinet_in_.h. Add dependency.
31487         * lib/poll.in.h: Renamed from lib/poll_.h.
31488         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31489         * lib/search.in.h: Renamed from lib/search_.h.
31490         * modules/search (Files, Makefile.am): Use search.in.h instead of
31491         search_.h.
31492         * lib/signal.in.h: Renamed from lib/signal_.h.
31493         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31494         _signal.h.
31495         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31496         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31497         stdbool_.h.
31498         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31499         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31500         stdint_.h.
31501         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31502         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31503         stdio_.h.
31504         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31505         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31506         stdlib_.h.
31507         * lib/string.in.h: Renamed from lib/string_.h.
31508         * modules/string (Files, Makefile.am): Use string.in.h instead of
31509         string_.h.
31510         * doc/gnulib-tool.texi (Initial import): Update.
31511         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31512         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31513         of sys_select_.h. Add dependency.
31514         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31515         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31516         of sys_socket_.h.
31517         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31518         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31519         sys_stat_.h.
31520         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31521         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31522         sys_time_.h.
31523         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31524         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31525         sysexits_.h.
31526         * lib/time.in.h: Renamed from lib/time_.h.
31527         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31528         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31529         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31530         unistd_.h.
31531         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31532         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31533         wchar_.h.
31534         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31535         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31536         wctype_.h.
31537         * build-aux/bootstrap (slurp): Update.
31538         * lib/.cppi-disable: Update.
31539
31540 2007-09-30  Bruno Haible  <bruno@clisp.org>
31541
31542         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
31543         Needed on BeOS.
31544
31545 2007-09-30  Bruno Haible  <bruno@clisp.org>
31546
31547         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
31548
31549 2007-09-29  Bruno Haible  <bruno@clisp.org>
31550
31551         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
31552
31553 2007-09-29  Bruno Haible  <bruno@clisp.org>
31554
31555         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
31556         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
31557         * build-aux/install-reloc: Compile also areadlink.c.
31558         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
31559
31560 2007-09-29  Bruno Haible  <bruno@clisp.org>
31561
31562         * gnulib-tool (func_emit_initmacro_done): Indentation.
31563
31564 2007-09-29  Bruno Haible  <bruno@clisp.org>
31565
31566         * README: Add CVS checkout update instructions.
31567         Info from Bob Proulx <bob@proulx.com>.
31568
31569 2007-09-28  Eric Blake  <ebb9@byu.net>
31570
31571         Provide move-if-change.
31572         * build-aux/move-if-change: New file, based on best practice
31573         rather than any canonical upstream location.
31574
31575 2007-09-28  Jim Meyering  <jim@meyering.net>
31576
31577         Fix canonicalize loop-detection corner case.
31578         Do not attempt to stat the symlink values stored via seen_triple.
31579         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
31580         on linux-2.6.18, (but not 2.6.22).
31581         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
31582         triple_compare.  The former compares dev,ino,filename, while the latter
31583         would actually stat dirname(filename) when dev and ino were equal.
31584         * lib/hash-triple.c: Install <string.h>.
31585         (STREQ): Define.
31586         (triple_compare_ino_str): New function.
31587         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
31588
31589 2007-09-28  Eric Blake  <ebb9@byu.net>
31590
31591         Enforce that AC_REPLACE_FUNCS files exist.
31592         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
31593         override check for typos.
31594
31595         Fix test-closein on Solaris 10.
31596         * tests/test-closein.c (main): Don't assume stdin can be inherited
31597         closed on all systems.
31598         * tests/test-closein.sh: Likewise.
31599         Reported by Piotr Tarnowski.
31600
31601 2007-09-28  Jim Meyering  <jim@meyering.net>
31602
31603         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
31604
31605 2007-09-27  Jim Meyering  <jim@meyering.net>
31606
31607         canonicalize: Avoid a false-positive cycle failure.
31608         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
31609         Sort.  Remove cycle-check.
31610         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
31611         not cycle-check.h.
31612         (seen_triple): New function.
31613         (canonicalize_filename_mode): Use it instead of cycle-check.
31614         * tests/test-canonicalize.c: Add a test for this bug.
31615         * tests/test-canonicalize.sh: Set up and run the test.
31616
31617         New module, file-set, from coreutils.
31618         * modules/file-set: Define it.
31619         * lib/file-set.c, lib/file-set.h: Implement.
31620
31621         New module, hash-triple, from coreutils.
31622         * modules/hash-triple: Define it.
31623         * lib/hash-triple.c, lib/hash-triple.h: Implement.
31624
31625 2007-09-25  Eric Blake  <ebb9@byu.net>
31626
31627         Fix strerror on Interix.
31628         * lib/string_.h (strerror): Declare replacement.
31629         * doc/functions/strerror.texi (strerror): Document the Interix
31630         shortcoming.
31631         * modules/string (Makefile.am): Support new hooks.
31632         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
31633         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
31634         gl_FUNC_STRERROR_SEPARATE.
31635         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
31636         * lib/strerror.c (rpl_strerror): Provide replacement.
31637         * modules/strerror (Depends-on): Add string.
31638         (configure.ac): Detect use of module.
31639         * tests/test-strerror.c: New file.
31640         * modules/strerror-tests: New test module.
31641         * modules/argp (Depends-on): Add strerror.
31642         * modules/error (Depends-on): Likewise.
31643         Reported by Martin Koeppe.
31644
31645 2007-09-24  Bruno Haible  <bruno@clisp.org>
31646
31647         * README: Update git instructions.
31648
31649 2007-09-24  Eric Blake  <ebb9@byu.net>
31650
31651         Revert fpending breakage from 2007-09-08.
31652         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
31653         __fpending.c.
31654
31655 2007-09-24  Jim Meyering  <jim@meyering.net>
31656
31657         filenamecat.c: Add a test.
31658         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
31659         showing how the function works when DIR is the empty string.
31660
31661 2007-09-21  Simon Josefsson  <simon@josefsson.org>
31662
31663         * tests/test-canonicalize.sh: Turn on executable bit.
31664
31665 2007-09-19  Eric Blake  <ebb9@byu.net>
31666
31667         * README: Update CVS instructions.
31668
31669 2007-09-18  Bruno Haible  <bruno@clisp.org>
31670
31671         * modules/areadlink: New file.
31672         * lib/areadlink.h (areadlink): New declaration.
31673         * lib/areadlink.c: New file, based on lib/xreadlink.c.
31674
31675 2007-09-17  Jim Meyering  <jim@meyering.net>
31676
31677         * lib/savewd.c (ESTALE) [!defined]: Define.
31678         Reported to be required on Interix by Martin Koeppe.
31679
31680 2007-09-17  Bruno Haible  <bruno@clisp.org>
31681
31682         * gnulib-tool (func_version): Use $version.
31683
31684 2007-09-16  Bruno Haible  <bruno@clisp.org>
31685
31686         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
31687         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
31688         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
31689         Reported by Greg Schafer <gschafer@zip.com.au>.
31690
31691 2007-09-15  Bruno Haible  <bruno@clisp.org>
31692
31693         * gnulib-tool (sed): Try a little harder to make bash understand the
31694         alias.
31695         Reported by Bruce Korb <bruce.korb@gmail.com>.
31696
31697 2007-09-13  Eric Blake  <ebb9@byu.net>
31698
31699         * ChangeLog: Remove conflict markers.
31700
31701 2007-09-13  Simon Josefsson  <simon@josefsson.org>
31702
31703         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
31704         Reported by Bruno Haible <bruno@clisp.org>.
31705
31706 2007-09-12  Bruno Haible  <bruno@clisp.org>
31707
31708         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
31709         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
31710         is not defined.
31711
31712 2007-09-12  Eric Blake  <ebb9@byu.net>
31713
31714         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
31715         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
31716         Autoconf definition.
31717         * modules/euidaccess (Depends-on): Add extensions, for
31718         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
31719         * modules/fnmatch (Depends-on): Likewise.
31720         * modules/getaddrinfo (Depends-on): Likewise.
31721         * modules/getdelim (Depends-on): Likewise.
31722         * modules/getline (Depends-on): Likewise.
31723         * modules/getsubopt (Depends-on): Likewise.
31724         * modules/gettext (Depends-on): Likewise.
31725         * modules/group-member (Depends-on): Likewise.
31726         * modules/mbchar (Depends-on): Likewise.
31727         * modules/memmem (Depends-on): Likewise.
31728         * modules/mempcpy (Depends-on): Likewise.
31729         * modules/memrchr (Depends-on): Likewise.
31730         * modules/pagealign_alloc (Depends-on): Likewise.
31731         * modules/readutmp (Depends-on): Likewise.
31732         * modules/stpcpy (Depends-on): Likewise.
31733         * modules/stpncpy (Depends-on): Likewise.
31734         * modules/strchrnul (Depends-on): Likewise.
31735         * modules/strndup (Depends-on): Likewise.
31736         * modules/strsep (Depends-on): Likewise.
31737         * modules/strverscmp (Depends-on): Likewise.
31738         * modules/vasprintf (Depends-on): Likewise.
31739         * modules/wcwidth (Depends-on): Likewise.
31740         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
31741         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
31742         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
31743         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
31744         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
31745         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
31746         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
31747         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31748         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
31749         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
31750         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
31751         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
31752         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
31753         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
31754         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
31755         * m4/readutmp.m4 (gl_READUTMP): Likewise.
31756         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
31757         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
31758         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
31759         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
31760         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
31761         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
31762         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
31763         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
31764         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
31765         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
31766         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
31767         so that lock.m4 can be used in gettext without extensions module.
31768
31769 2007-09-11  Bruno Haible  <bruno@clisp.org>
31770
31771         * m4/isc-posix.m4: Remove file.
31772         Suggested by Eric Blake.
31773
31774 2007-09-11  Eric Blake  <ebb9@byu.net>
31775
31776         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
31777
31778 2007-09-10  Bruno Haible  <bruno@clisp.org>
31779
31780         * posix-modules: Fix typo in error message.
31781         Reported by Matt <mkraai@beckman.com>.
31782
31783 2007-09-09  Bruno Haible  <bruno@clisp.org>
31784
31785         * doc/functions/getdelim.texi: Update list of platforms lacking the
31786         function.
31787         * doc/functions/getline.texi: Likewise.
31788
31789 2007-09-09  Jim Meyering  <jim@meyering.net>
31790
31791         * lib/hash.c (hash_initialize): Detect calloc failure.
31792         Reported by Bruno Haible.
31793
31794 2007-09-09  Bruno Haible  <bruno@clisp.org>
31795
31796         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
31797         malloc or realloc fails.
31798
31799 2007-09-09  Bruno Haible  <bruno@clisp.org>
31800
31801         * modules/getcwd (Depends-on): Add malloc-posix.
31802         * modules/glob (Depends-on): Likewise.
31803         * modules/putenv (Depends-on): Likewise.
31804         * modules/strdup (Depends-on): Likewise.
31805         * modules/getdelim (Depends-on): Add realloc-posix.
31806         * modules/read-file (Depends-on): Likewise.
31807
31808 2007-09-09  Bruno Haible  <bruno@clisp.org>
31809
31810         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
31811         (gl_FUNC_MALLOC_POSIX): Require it.
31812         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
31813         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
31814         * modules/realloc (Files): Add m4/malloc.m4.
31815         * modules/calloc (Files): Likewise.
31816
31817 2007-09-09  Bruno Haible  <bruno@clisp.org>
31818
31819         * modules/malloc-posix: New file.
31820         * modules/malloc (Depends-on): Add malloc-posix.
31821         * lib/malloc.c: Include errno.h.
31822         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
31823         and a POSIX-compatible malloc into a single function. Set ENOMEM
31824         when returning NULL.
31825         * m4/malloc.m4: New file.
31826         * doc/functions/malloc.texi: Mention the malloc-posix module.
31827         * lib/stdlib_.h (malloc): New declaration.
31828         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31829         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
31830         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
31831         and HAVE_MALLOC_POSIX.
31832
31833 2007-09-09  Bruno Haible  <bruno@clisp.org>
31834
31835         * modules/realloc-posix: New file.
31836         * modules/realloc (Depends-on): Add realloc-posix.
31837         * lib/realloc.c: Include errno.h.
31838         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
31839         and a POSIX-compatible realloc into a single function. Set ENOMEM
31840         when returning NULL.
31841         * m4/realloc.m4: New file.
31842         * doc/functions/realloc.texi: Mention the realloc-posix module.
31843         * lib/stdlib_.h (realloc): New declaration.
31844         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31845         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
31846         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
31847         and HAVE_REALLOC_POSIX.
31848
31849 2007-09-09  Bruno Haible  <bruno@clisp.org>
31850
31851         * modules/calloc-posix: New file.
31852         * modules/calloc (Depends-on): Add calloc-posix.
31853         * lib/calloc.c: Include errno.h.
31854         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
31855         and a POSIX-compatible calloc into a single function. Set ENOMEM
31856         when returning NULL.
31857         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
31858         * doc/functions/calloc.texi: Mention the calloc-posix module.
31859         * lib/stdlib_.h (calloc): New declaration.
31860         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31861         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
31862         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
31863         and HAVE_CALLOC_POSIX.
31864
31865 2007-09-09  Bruno Haible  <bruno@clisp.org>
31866
31867         Allow for modules to show an arbitrary notice.
31868         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
31869         * gnulib-tool: New option --extract-notice.
31870         (func_usage): Document it.
31871         (sed_extract_prog): Update.
31872         (func_get_notice): New function.
31873         (func_modules_notice): New function.
31874         (func_import, func_create_testdir): Invoke it.
31875         Suggested by Jim Meyering.
31876
31877 2007-09-09  Bruno Haible  <bruno@clisp.org>
31878
31879         * gnulib-tool: New options --verbose, --quiet.
31880         (func_usage): Document them.
31881         (verbose): New variable.
31882         (func_execute_command): New function.
31883         (func_import): Don't show the module list and the file list if
31884         $verbose < 0.
31885         (func_create_testdir): Likewise. Use func_execute_command.
31886         (func_create_megatestdir): Use func_execute_command.
31887
31888 2007-09-08  Bruno Haible  <bruno@clisp.org>
31889
31890         * gnulib-tool (func_import): Prefer rsync over wget when available,
31891         for fetching the PO files.
31892
31893 2007-09-08  Bruno Haible  <bruno@clisp.org>
31894
31895         * posix-modules: New file. Portions copied from gnulib-tool.
31896         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
31897
31898 2007-09-08  Jim Meyering  <jim@meyering.net>
31899
31900         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
31901         * lib/fpending.h: Rename from __fpending.h.
31902         * lib/fpending.c: Rename from __fpending.c.
31903         Include "fpending.h", not "__fpending.h".
31904         * lib/__fpending.h, lib/__fpending.c: Remove files.
31905         * modules/fpending (Files): Reflect new file names.
31906         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
31907
31908 2007-09-08  Bruno Haible  <bruno@clisp.org>
31909
31910         * m4/inttypes-h.m4: Remove stub file.
31911
31912 2007-09-07  Simon Josefsson  <simon@josefsson.org>
31913
31914         * doc/headers/stdint.texi: Discuss #include_next issue.
31915
31916 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31917
31918         * build-aux/bootstrap: Remove obsolete comment about wget --help.
31919
31920 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31921
31922         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
31923         in variable name.
31924
31925 2007-09-03  Jim Meyering  <jim@meyering.net>
31926
31927         New module: git-version-gen.
31928         * modules/git-version-gen: New file.
31929
31930         Import changes from coreutils for bootstrap script.
31931
31932         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
31933
31934         bootstrap: uses rsync to download the .po files
31935         * build-aux/bootstrap (po_download_command_format): New global.
31936         (download_po_files): Use rsync.
31937         (update_po_files): Don't remove .po files after download,
31938         so future rsync runs can take advantage of the copies.
31939
31940         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
31941
31942         Solve the unnecessary-.po-file-regeneration problem once and for all.
31943         * build-aux/bootstrap (download_po_files): New function, renamed from
31944         get_translations.  Now, downloads, but doesn't update LINGUAS.
31945         (update_po_files): New function.
31946
31947         bootstrap: Ignore more.
31948         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
31949         uniwidth to e.g., lib/.gitignore.
31950         (slurp): Handle the sys_stat_.h -> sys mapping, too.
31951
31952         * build-aux/bootstrap: New setting: vc_ignore.
31953         (insert_sorted_if_absent): Create $file if absent.
31954         Adapt to new, possibly empty, list: $vc_ignore.
31955
31956         bootstrap: generate more ignorable names
31957         * build-aux/bootstrap (slurp): When generating ignorable names,
31958         also map .sin to .sed, .gperf to .c, and .y to .c.
31959
31960 2007-09-03  Jim Meyering  <jim@meyering.net>
31961
31962         * build-aux/git-version-gen: New file, from coreutils.  For details, see
31963         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
31964
31965 2007-09-02  Bruno Haible  <bruno@clisp.org>
31966
31967         Fix mis-recognition of 'mcs' on QNX 6.
31968         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
31969         output contains the string "Mono".
31970         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
31971         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
31972
31973 2007-09-01  Bruno Haible  <bruno@clisp.org>
31974
31975         Fix collision between uniwidth/* and linebreak modules.
31976         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
31977         u32_width): Remove declarations.
31978         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
31979         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
31980         streq3, streq2, streq1, streq0): Remove functions.
31981         (STREQ): Remove macro.
31982         (is_cjk_encoding): Remove function.
31983         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
31984         (uc_width, u8_width, u16_width, u32_width): Remove functions.
31985         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
31986         * NEWS: Document the change.
31987
31988 2007-09-01  Bruno Haible  <bruno@clisp.org>
31989
31990         * lib/streq.h: Add double-inclusion guard.
31991
31992 2007-09-01  Karl Berry  <karl@gnu.org>
31993
31994         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
31995
31996 2007-08-28  Jim Meyering  <jim@meyering.net>
31997
31998         Rename mreadlink_with_size to areadlink_with_size.
31999         * NEWS: Document the change.
32000         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32001         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32002         * lib/mreadlink.h: Rename this to...
32003         * lib/areadlink.h: ...this.
32004         * modules/mreadlink-with-size: Rename this to...
32005         * modules/areadlink-with-size: ...this.
32006         * lib/canonicalize.c: Reflect the renaming.
32007         * modules/canonicalize: Likewise.
32008
32009 2007-08-26  Bruno Haible  <bruno@clisp.org>
32010
32011         * gnulib-tool (func_import): When deciding which files to remove,
32012         consider also dangling symbolic links.
32013         Reported by Eric Blake.
32014
32015 2007-08-26  Bruno Haible  <bruno@clisp.org>
32016
32017         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32018
32019 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32020
32021         * lib/readline.c: Don't include getline.h, the prototype is now
32022         found in stdio.h.
32023
32024 2007-08-23  Jim Meyering  <jim@meyering.net>
32025
32026         Getdelim touchup.
32027         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32028         around the funlockfile call, since funlockfile never sets errno.
32029         Don't set errno upon failed realloc.
32030
32031 2007-08-22  Eric Blake  <ebb9@byu.net>
32032
32033         Getline touchups.
32034         * lib/getdelim.c (getdelim): Revert regression that required *n to
32035         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32036         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32037         getdelim, rather than whether implementation is missing.
32038         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32039         * lib/stdio_.h (getline): Also declare if replacement is
32040         required.
32041         * doc/functions/getdelim.texi: New file.
32042         * doc/functions/getline.texi: Likewise.
32043         * doc/gnulib.texi (Function Substitutes): Add new files.
32044         Reported by Bruno Haible.
32045
32046 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32047
32048         * users.txt: Add Guile.
32049
32050 2007-08-22  Eric Blake  <ebb9@byu.net>
32051
32052         * tests/test-getdelim.c (main): Use remove, not unlink.
32053         * tests/test-getline.c (main): Likewise.
32054
32055         Move getline and getdelim into stdio.h, per POSIX 200x.
32056         * modules/getline (Files): Remove getline.h.
32057         (Depends-on): Add stdio.
32058         (configure.ac): Add module indicator.
32059         * modules/getdelim (Files): Remove getdelim.h.
32060         (Depends-on): Add stdio.
32061         (configure.ac): Add module indicator.
32062         * modules/stdio (Makefile.am): Work with new indicators.
32063         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32064         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32065         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32066         * lib/getdelim.h: Delete.
32067         * lib/getline.h: Delete.
32068         * lib/stdio_.h (getdelim, getline): Declare.
32069         * modules/getdelim-tests: New module.
32070         * modules/getline-tests: Likewise.
32071         * tests/test-getdelim.c: New file.
32072         * tests/test-getline.c: Likewise.
32073         * NEWS: Document the change.
32074         * lib/getline.c: Update choice of header.
32075         * lib/csharpcomp.c: Likewise.
32076         * lib/getpass.c: Likewise.
32077         * lib/javacomp.c: Likewise.
32078         * lib/javaversion.c: Likewise.
32079         * lib/yesno.c: Likewise.
32080         * lib/getdelim.c: Likewise.
32081         (getdelim): Set errno on failure, and avoid memory leak.
32082
32083 2007-08-19  Bruno Haible  <bruno@clisp.org>
32084
32085         * modules/closein (Depends-on): Add freadahead.
32086         * lib/closein.c: Include freadahead.h.
32087         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32088         is zero.
32089
32090 2007-08-19  Bruno Haible  <bruno@clisp.org>
32091
32092         * modules/freadahead-tests: New file.
32093         * tests/test-freadahead.sh: New file.
32094         * tests/test-freadahead.c: New file.
32095
32096         * modules/freadahead: New file.
32097         * lib/freadahead.h: New file.
32098         * lib/freadahead.c: New file.
32099         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32100         fbufmode, fpurge, freadable, fwritable.
32101
32102 2007-08-19  Eric Blake  <ebb9@byu.net>
32103
32104         Test yesno in combination with closein.
32105         * lib/yesno.c (yesno): Document use of stdin.
32106         * modules/yesno-tests (Files): New module.
32107         * tests/test-yesno.c (main): New file.
32108         * tests/test-yesno.sh: Likewise.
32109
32110 2007-08-19  Bruno Haible  <bruno@clisp.org>
32111
32112         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32113         * lib/fseeko.c (rpl_fseeko): Likewise.
32114         * lib/fseterr.c (fseterr): Likewise.
32115
32116 2007-08-19  Bruno Haible  <bruno@clisp.org>
32117
32118         * tests/test-lseek.c (main): Disable a test for BeOS.
32119         * doc/functions/lseek.texi: Document the BeOS bug.
32120
32121 2007-08-19  Bruno Haible  <bruno@clisp.org>
32122             Eric Blake  <ebb9@byu.net>
32123
32124         * lib/lseek.c: Include <sys/stat.h>.
32125         (rpl_lseek): Add workaround code also for Unix platforms.
32126         Needed for BeOS.
32127         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32128         * doc/functions/lseek.texi: Document BeOS definiency.
32129
32130 2007-08-18  Bruno Haible  <bruno@clisp.org>
32131
32132         * modules/fstrcmp-tests: New file.
32133         * tests/test-fstrcmp.c: New file.
32134
32135 2007-08-18  Bruno Haible  <bruno@clisp.org>
32136
32137         * modules/fstrcmp: New file, from GNU gettext with modifications.
32138         * lib/fstrcmp.h: New file, from GNU gettext.
32139         * lib/fstrcmp.c: New file, from GNU gettext.
32140         * MODULES.html.sh (String handling): Add fstrcmp.
32141
32142 2007-08-18  Bruno Haible  <bruno@clisp.org>
32143
32144         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32145         'bool'.
32146         (diag, compareseq): Remove const from the ctxt argument.
32147         (USE_HEURISTIC): Undefine at the end.
32148
32149 2007-08-18  Jim Meyering  <jim@meyering.net>
32150
32151         New file: lib/idcache.h
32152         * NEWS: Mention the addition.
32153         * modules/idcache (Files): Add lib/idcache.h
32154         * lib/idcache.c: Include "idcache.h".
32155         Don't include <sys/types.h>.
32156         Add a FIXME comment.
32157         Move file-scoped "static" declarations to the top.
32158         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32159
32160 2007-08-17  Bruno Haible  <bruno@clisp.org>
32161         and Paul Eggert  <eggert@cs.ucla.edu>
32162
32163         * MODULES.html.sh: Add diffseq.
32164         * modules/diffseq: New file.
32165         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32166         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32167
32168 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32169
32170         Import changes from coreutils for bootstrap script.
32171
32172         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32173
32174         * build-aux/bootstrap (slurp): Work even in environments where
32175         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32176         current code does not slurp files whose names start with ".", and
32177         this looks like it might be a troublesome area.
32178
32179         2007-07-11  Jim Meyering  <jim@meyering.net>
32180
32181         If there's a GPL vN copyright comment, require that N == 3.
32182
32183         2007-07-08  Jim Meyering  <jim@meyering.net>
32184
32185         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32186         * build-aux/bootstrap (mam_template): Move definition out of loop.
32187
32188         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32189
32190         * build-aux/bootstrap (symlink_to_dir): Rename function from
32191         symlink_to_gnulib.  Add a directory parameter.  Update all
32192         callers.
32193         (cp_mark_as_generated): Also check for -- and link to -- files in
32194         gl/.
32195
32196         2007-07-08  Jim Meyering  <jim@meyering.net>
32197
32198         Adapt to deeper hierarchy in gnulib.
32199         * build-aux/bootstrap (symlink_to_dir): If the destination
32200         directory doesn't exist, create it. This is required at least for
32201         "lib/uniwidth/cjk.h".
32202
32203         2007-05-15  Jim Meyering  <jim@meyering.net>
32204
32205         * build-aux/bootstrap: Now that generated Makefile.am files
32206         are no longer under version control, they must be created at
32207         bootstrap time.
32208
32209 2007-08-14  Ben Pfaff  <blp@gnu.org>
32210
32211         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32212
32213 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32214
32215         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32216         given the changes below.
32217         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32218         even on hosts that have padding bits beyond the supported 64.
32219
32220 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32221
32222         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32223         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32224         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32225         depends on it.
32226         (xstrtol_error): Remove.
32227         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32228         but with a different signature.
32229         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32230         * lib/xstrtol-error.c: Include exitfail.h.
32231         (xstrtol_fatal): New function, with a different signature from the
32232         old xstrtol_error, so that the caller need not worry about passing
32233         in an exit status, or about storage management of the option argument.
32234         (xstrtol_error): Now a static function.  Redo signature to
32235         implement xstrtol_fatal.  Output the correct number of hyphens in
32236         front of the option so that the caller need not worry about
32237         storage management.
32238         (N_): New macro.
32239         (_): Remove; not used now.
32240         * modules/xstrtol: Depend on getopt.
32241         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32242         of old STRTOL_FATAL_ERROR macro.
32243         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32244         of test program.
32245         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32246         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32247
32248 2007-08-08  Eric Blake  <ebb9@byu.net>
32249
32250         * lib/xstrtol-error.c: Add missing include.
32251
32252         Move xstrtol messages into gnulib domain, when --pobase is used.
32253         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32254         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32255         * modules/xstrtol (Files): Distribute new file.
32256         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32257         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32258         * tests/test-xstrtol.c: ...into new file.
32259         * tests/test-xstrtoul.c: Also test xstrtoul.
32260         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32261         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32262         * tests/test-xstrtol.sh: Drive the tests.
32263         * tests/test-xstrtoimax.sh: Likewise.
32264         * tests/test-xstrtoumax.sh: Likewise.
32265         * modules/xstrtol-tests: New module.
32266         * modules/xstrtoimax-tests: Likewise.
32267         * modules/xstrtoumax-tests: Likewise.
32268
32269 2007-08-08  Jim Meyering  <jim@meyering.net>
32270
32271         New function: mfile_name_concat.
32272         * lib/filenamecat.c (mfile_name_concat): New function, just like
32273         file_name_concat, but return NULL upon failure rather than exiting
32274         with a diagnostic.
32275         * lib/filenamecat.h: Declare it.
32276
32277 2007-08-07  Bruno Haible  <bruno@clisp.org>
32278
32279         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32280         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32281         warning from gcc.
32282         Reported by Eric Blake.
32283
32284 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32285
32286         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32287         * modules/crypto/arcfour (License): Likewise.
32288         * modules/crypto/des-tests (License): Likewise.
32289         * modules/crypto/gc-arctwo-tests (License): Likewise.
32290         * modules/crypto/gc-des-tests (License): Likewise.
32291         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32292         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32293         * modules/crypto/gc-md2-tests (License): Likewise.
32294         * modules/crypto/gc-md4-tests (License): Likewise.
32295         * modules/crypto/gc-md5-tests (License): Likewise.
32296         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32297         * modules/crypto/gc-rijndael-tests (License): Likewise.
32298         * modules/crypto/gc-sha1-tests (License): Likewise.
32299         * modules/crypto/gc-tests (License): Likewise.
32300         * modules/crypto/hmac-md5 (License): Likewise.
32301         * modules/crypto/hmac-sha1 (License): Likewise.
32302         * modules/crypto/md2-tests (License): Likewise.
32303         * modules/crypto/md4-tests (License): Likewise.
32304         * modules/crypto/md5 (License): Likewise.
32305         * modules/crypto/rijndael (License): Likewise.
32306         * modules/crypto/sha1 (License): Likewise.
32307         * modules/memxor (License): Likewise.
32308
32309 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32310         and Bruno Haible  <bruno@clisp.org>
32311
32312         * NEWS: Describe interface changes to human, xstrtol.
32313         * lib/human.h: Include <xstrtol.h>.
32314         (human_options): Return enum strtol_error, not int.  Remove
32315         bool arg; take int * instead.
32316         * lib/human.c: Don't include "gettext.h".
32317         (_): Remove; no longer used.
32318         Don't include <xstrtol.h>, since human.h does it.
32319         (human_options): Adjust to abovementioned interface changes.
32320         Do not report error to stderr; that's now the caller's
32321         responsibility.
32322         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32323         interface change.
32324         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32325         Str, Argument_type_string.  All uses changed.  Put " argument"
32326         in diagnostics to make them clearer.  Change wording of suffix
32327         message for clarity.
32328         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32329         Argument_type_string.
32330         (STRTOL_FATAL_WARN): Remove; no longer used.
32331         * modules/human (Depends-on): Remove gettext-h.
32332
32333 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32334
32335         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32336
32337 2007-07-31  Bruno Haible  <bruno@clisp.org>
32338
32339         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32340         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32341         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32342
32343 2007-07-31  Bruno Haible  <bruno@clisp.org>
32344
32345         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32346         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32347
32348 2007-07-30  Bruno Haible  <bruno@clisp.org>
32349
32350         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32351         * modules/c-ctype (License): Likewise.
32352         * modules/c-strcase (License): Likewise.
32353         * modules/check-version (License): Likewise.
32354         * modules/iconv (License): Likewise.
32355         * modules/iconv_open (License): Likewise.
32356         * modules/read-file (License): Likewise.
32357         * modules/striconv (License): Likewise.
32358         * modules/strverscmp (License): Likewise.
32359         * modules/vasprintf (License): Likewise.
32360         * modules/crypto/des (License): Likewise.
32361         * modules/crypto/gc (License): Likewise.
32362         * modules/crypto/gc-arcfour (License): Likewise.
32363         * modules/crypto/gc-arctwo (License): Likewise.
32364         * modules/crypto/gc-des (License): Likewise.
32365         * modules/crypto/gc-hmac-md5 (License): Likewise.
32366         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32367         * modules/crypto/gc-md2 (License): Likewise.
32368         * modules/crypto/gc-md4 (License): Likewise.
32369         * modules/crypto/gc-md5 (License): Likewise.
32370         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32371         * modules/crypto/gc-random (License): Likewise.
32372         * modules/crypto/gc-rijndael (License): Likewise.
32373         * modules/crypto/gc-sha1 (License): Likewise.
32374         * modules/crypto/md2 (License): Likewise.
32375         * modules/crypto/md4 (License): Likewise.
32376
32377 2007-07-30  Jim Meyering  <jim@meyering.net>
32378
32379         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32380         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32381         it has valid stat data.  This bug would cause du not to count the
32382         sizes of inaccessible directories.
32383         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32384         in <http://bugzilla.redhat.com/250077>.
32385
32386 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32387             Bruno Haible  <bruno@clisp.org>
32388
32389         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32390         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32391         #include_next, gives a diagnostic about it, but reports no error in
32392         the exit code.
32393         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32394
32395 2007-07-24  Ben Pfaff  <blp@gnu.org>
32396
32397         Improve name: "count-one-bits" is better than "popcount".
32398         * MODULES.html.sh: Update name.
32399         * lib/popcount.h: Renamed lib/count-one-bits.h.
32400         (popcount): Renamed count_one_bits.
32401         (popcountl): Renamed count_one_bits_l.
32402         (popcountll): Renamed count_one_bits_ll.
32403         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32404         * modules/popcount: Renamed module/count-one-bits.
32405         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32406         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32407
32408 2007-07-23  Ben Pfaff  <blp@gnu.org>
32409
32410         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32411         better code generation, and add U to large constants to avoid
32412         warnings, in non-GCC case.
32413         Suggested by Bruno Haible.
32414
32415 2007-07-23  Ben Pfaff  <blp@gnu.org>
32416
32417         * lib/popcount.h: Use verify_true instead of if...abort.
32418         * modules/popcount: Depend on verify module.
32419         Suggested by Jim Meyering.
32420
32421 2007-07-23  Bruno Haible  <bruno@clisp.org>
32422
32423         * gnulib-tool (func_import): Create a .cvsignore file also when the
32424         directory is not yet in CVS but the toplevel directory is. When
32425         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32426         Reported by Karl Berry.
32427
32428 2007-07-22  Ben Pfaff  <blp@gnu.org>
32429
32430         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32431         case.
32432         Suggested by Eric Blake.
32433
32434 2007-07-22  Ben Pfaff  <blp@gnu.org>
32435
32436         New module: popcount.
32437         * MODULES.html.sh: Add popcount.
32438         * modules/popcount: New file.
32439         * modules/popcount-tests: New file.
32440         * tests/test-popcount.c: New file.
32441         * lib/popcount.h: New file.
32442         * m4/popcount.m4: New file.
32443
32444 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32445
32446         * build-aux/announce-gen: Update to GPLv3.
32447
32448         * build-aux/config.guess: Update from config.
32449
32450 2007-07-21  Bruno Haible  <bruno@clisp.org>
32451
32452         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32453         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32454
32455 2007-07-20  Jim Meyering  <jim@meyering.net>
32456
32457         * check-module: Diagnose a self-dependency.
32458
32459 2007-07-19  Bruno Haible  <bruno@clisp.org>
32460
32461         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32462         empty.
32463         Reported by Eric Blake.
32464
32465 2007-07-18  Bruno Haible  <bruno@clisp.org>
32466
32467         * gnulib-tool: New options --po-base, --po-domain.
32468         (func_usage): Document them.
32469         (pobase, po_domain): New variables.
32470         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32471         DEFAULT_TEXT_DOMAIN.
32472         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32473         (func_import): Consider pobase and po_domain. Create a po/ directory.
32474         (func_create_testdir): Set pobase and po_domain to empty.
32475         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32476         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32477
32478 2007-07-18  Bruno Haible  <bruno@clisp.org>
32479
32480         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32481         EXTRA_DIST augmentation for files in build-aux/.
32482
32483 2007-07-16  Bruno Haible  <bruno@clisp.org>
32484
32485         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32486         * modules/getdelim (License): Likewise.
32487
32488 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32489
32490         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32491         * modules/d-type (License): Likewise.
32492         * modules/extensions (License): Likewise.
32493         * modules/fnmatch (License): Likewise.
32494         * modules/fseeko (License): Likewise.
32495         * modules/getaddrinfo (License): Likewise.
32496         * modules/getline (License): Likewise.
32497         * modules/getlogin_r (License): Likewise.
32498         * modules/getpass (License): Likewise.
32499         * modules/gettimeofday (License): Likewise.
32500         * modules/glob (License): Likewise.
32501         * modules/inet_ntop (License): Likewise.
32502         * modules/malloc (License): Likewise.
32503         * modules/malloca (License): Likewise.
32504         * modules/memmem (License): Likewise.
32505         * modules/mempcpy (License): Likewise.
32506         * modules/memset (License): Likewise.
32507         * modules/minmax (License): Likewise.
32508         * modules/mktime (License): Likewise.
32509         * modules/netinet_in (License): Likewise.
32510         * modules/pathmax (License): Likewise.
32511         * modules/poll (License): Likewise.
32512         * modules/regex (License): Likewise.
32513         * modules/snprintf (License): Likewise.
32514         * modules/stdbool (License): Likewise.
32515         * modules/stdint (License): Likewise.
32516         * modules/stdio (License): Likewise.
32517         * modules/strcase (License): Likewise.
32518         * modules/strcasestr (License): Likewise.
32519         * modules/strdup (License): Likewise.
32520         * modules/string (License): Likewise.
32521         * modules/strndup (License): Likewise.
32522         * modules/strnlen (License): Likewise.
32523         * modules/strpbrk (License): Likewise.
32524         * modules/strptime (License): Likewise.
32525         * modules/strsep (License): Likewise.
32526         * modules/sys_select (License): Likewise.
32527         * modules/sys_socket (License): Likewise.
32528         * modules/sys_stat (License): Likewise.
32529         * modules/sys_time (License): Likewise.
32530         * modules/time (License): Likewise.
32531         * modules/time_r (License): Likewise.
32532         * modules/timegm (License): Likewise.
32533         * modules/unistd (License): Likewise.
32534         * modules/vsnprintf (License): Likewise.
32535         * modules/wctype (License): Likewise.
32536
32537 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32538
32539         * modules/argz (License): LGPLv2+.
32540
32541 2007-07-15  Karl Berry  <karl@gnu.org>
32542
32543         * doc/gnulib.texi: revise node structure per new fdl.texi.
32544
32545 2007-07-14  Bruno Haible  <bruno@clisp.org>
32546
32547         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
32548         the output file.
32549         * lib/uniname/uninames.h: Regenerated.
32550
32551 2007-07-14  Karl Berry  <karl@gnu.org>
32552
32553         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
32554         omitting sectioning and index commands.
32555
32556 2007-07-13  Bruno Haible  <bruno@clisp.org>
32557
32558         New gnulib-tool option --more-symlinks.
32559         * gnulib-tool (func_usage): Document --more-symlinks.
32560         (do_copyrights): New variable.
32561         Recognize option --more-symlinks.
32562         (func_import): Don't add a copyright notice transform to
32563         sed_transform_lib_file if do_copyrights is empty.
32564
32565 2007-07-13  Bruno Haible  <bruno@clisp.org>
32566
32567         * lib/vasnprintf.c (decimal_point_char): Define also if
32568         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
32569         && !NEED_PRINTF_DIRECTIVE_A.
32570         Reported by Clemens Koller <clemens.koller@anagramm.de> via
32571         Gary V. Vaughan <gary@gnu.org>.
32572
32573 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
32574
32575         * lib/inttypes_.h: Undo previous change, since it was fixed
32576         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
32577
32578 2007-07-13  Bruno Haible  <bruno@clisp.org>
32579
32580         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
32581         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
32582
32583 2007-07-13  Jim Meyering  <jim@meyering.net>
32584
32585         df: Don't fail for Tru64's "file-on-file mount".
32586         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
32587         so we fall through and use statfs instead.  Details here:
32588         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
32589         Reported by Albert Chin.
32590
32591 2007-07-13  Bruno Haible  <bruno@clisp.org>
32592
32593         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
32594         * modules/configmake (License): Likewise.
32595         * modules/gettext (License): Likewise.
32596         * modules/gettext-h (License): Likewise.
32597         * modules/include_next (License): Likewise.
32598         * modules/link-warning (License): Likewise.
32599         * modules/localcharset (License): Likewise.
32600         * modules/localename (License): Likewise.
32601         * modules/lock (License): Likewise.
32602         * modules/relocatable-lib-lgpl (License): Likewise.
32603         * modules/size_max (License): Likewise.
32604         * modules/vasnprintf (License): Likewise.
32605         * modules/wchar (License): Likewise.
32606         * modules/xsize (License): Likewise.
32607
32608 2007-07-13  Bruno Haible  <bruno@clisp.org>
32609
32610         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
32611         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
32612
32613 2007-07-12  Bruno Haible  <bruno@clisp.org>
32614
32615         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
32616         in the modules files.
32617
32618 2007-07-11  Karl Berry  <karl@gnu.org>
32619
32620         * MODULES.html.sh (func_module): use
32621          sed -e '\|^'"${includefile}"'$|d'
32622          instead of /.../d, to avoid errors on $includefile's containing /.
32623
32624 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32625
32626         * gnulib-tool (func_import): Avoid duplication of --avoid
32627         statements
32628         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
32629         names to `_' in variable names.
32630
32631 2007-07-10  Eric Blake  <ebb9@byu.net>
32632
32633         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
32634         * NEWS: Document this change.
32635
32636 2007-07-08  Bruno Haible  <bruno@clisp.org>
32637
32638         Update to Unicode 5.0.
32639         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
32640         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
32641         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
32642         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
32643         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
32644         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
32645         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
32646         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
32647         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
32648         U+10A3F, U+1D242..U+1D244.
32649         (nonspacing_table_ind): Update.
32650         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
32651         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
32652
32653 2007-07-08  Bruno Haible  <bruno@clisp.org>
32654
32655         Update to Unicode 5.0.
32656         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
32657         code transform. Extend the name index field of unicode_name_to_code and
32658         unicode_code_to_name from 16 to 24 bits.
32659         * lib/uniname/uniname.c (unicode_character_name,
32660         unicode_name_character): Add the range 0x12xxx to the code transform.
32661         * lib/uniname/uninames.h: Regenerated.
32662         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
32663
32664 2007-07-07  Bruno Haible  <bruno@clisp.org>
32665
32666         * modules/wcwidth-tests: New file.
32667         * tests/test-wcwidth.c: New file.
32668
32669         Work around MacOS X wcwidth() bug.
32670         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
32671         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
32672         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
32673         original wcwidth in non-UTF-8 locales.
32674         * modules/wcwidth (Depends-on): Add localcharset, streq,
32675         uniwidth/width.
32676         * doc/functions/wcwidth.texi: Update.
32677
32678 2007-07-07  Bruno Haible  <bruno@clisp.org>
32679
32680         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
32681         (wcwidth): New declaration.
32682         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
32683         macros.
32684         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
32685         here. Prepare for creating <wchar.h> unconditionally.
32686         * modules/wchar (Depends-on): Add link-warning.
32687         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
32688         REPLACE_WCWIDTH, and GL_LINK_WARNING.
32689         * lib/wcwidth.h: Remove file.
32690         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
32691         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
32692         * modules/wcwidth (Files): Remove lib/wcwidth.h.
32693         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
32694         (Include): Replace wcwidth.h with <wchar.h>.
32695         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
32696         * lib/mbchar.h: Don't include wcwidth.h.
32697         * lib/mbswidth.c: Likewise.
32698         * NEWS: Mention the change.
32699
32700 2007-07-07  Bruno Haible  <bruno@clisp.org>
32701
32702         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
32703         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
32704         definition with an external declaration.
32705         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
32706         defined as a function. Remove AC_C_INLINE requirement.
32707         * modules/wcwidth (Files): Add lib/wcwidth.c.
32708         (Makefile.am): Remove redundant statement.
32709
32710 2007-07-07  Bruno Haible  <bruno@clisp.org>
32711
32712         * MODULES.html.sh (Unicode string functions): Add the new modules.
32713
32714         * tests/uniwidth/test-u32-strwidth.c: New file.
32715         * modules/uniwidth/u32-strwidth-tests: New file.
32716
32717         * lib/uniwidth/u32-strwidth.c: New file.
32718         * modules/uniwidth/u32-strwidth: New file.
32719
32720         * tests/uniwidth/test-u16-strwidth.c: New file.
32721         * modules/uniwidth/u16-strwidth-tests: New file.
32722
32723         * lib/uniwidth/u16-strwidth.c: New file.
32724         * modules/uniwidth/u16-strwidth: New file.
32725
32726         * tests/uniwidth/test-u8-strwidth.c: New file.
32727         * modules/uniwidth/u8-strwidth-tests: New file.
32728
32729         * lib/uniwidth/u8-strwidth.c: New file.
32730         * modules/uniwidth/u8-strwidth: New file.
32731
32732         * tests/uniwidth/test-u32-width.c: New file.
32733         * modules/uniwidth/u32-width-tests: New file.
32734
32735         * lib/uniwidth/u32-width.c: New file.
32736         * modules/uniwidth/u32-width: New file.
32737
32738         * tests/uniwidth/test-u16-width.c: New file.
32739         * modules/uniwidth/u16-width-tests: New file.
32740
32741         * lib/uniwidth/u16-width.c: New file.
32742         * modules/uniwidth/u16-width: New file.
32743
32744         * tests/uniwidth/test-u8-width.c: New file.
32745         * modules/uniwidth/u8-width-tests: New file.
32746
32747         * lib/uniwidth/u8-width.c: New file.
32748         * modules/uniwidth/u8-width: New file.
32749
32750         * tests/uniwidth/test-uc_width.c: New file.
32751         * modules/uniwidth/width-tests: New file.
32752
32753         * lib/uniwidth/width.c: New file, from GNU libiconv.
32754         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
32755         * modules/uniwidth/width: New file.
32756
32757         * lib/uniwidth.h: New file, from GNU libiconv.
32758         * modules/uniwidth/base: New file.
32759
32760 2007-07-07  Bruno Haible  <bruno@clisp.org>
32761
32762         * lib/uniname.h: New file, from GNU gettext.
32763         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
32764         * lib/uniname/uninames.h: New file, from GNU gettext.
32765         * lib/uniname/uniname.c: New file, from GNU gettext.
32766         * tests/uniname/test-uninames.sh: New file.
32767         * tests/uniname/test-uninames.c: New file, from GNU gettext.
32768         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
32769         * modules/uniname/base: New file.
32770         * modules/uniname/uniname: New file.
32771         * modules/uniname/uniname-tests: New file.
32772         * MODULES.html.sh (Unicode string functions): Add the new modules.
32773
32774 2007-07-06  Bruno Haible  <bruno@clisp.org>
32775
32776         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
32777
32778 2007-07-06  Bruno Haible  <bruno@clisp.org>
32779
32780         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
32781         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
32782         includes <cygwin/sys_time.h> which includes <sys/select.h> which
32783         include <sys/time.h>.
32784         Reported by Eric Blake.
32785
32786 2007-07-06  Eric Blake  <ebb9@byu.net>
32787
32788         Fix testing canonicalize on cygwin.
32789         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
32790         Revert patch from 2007-06-19.
32791         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
32792         canonicalize module is also in use.
32793         * tests/test-canonicalize.c: New file.
32794         * tests/test-canonicalize.sh: Likewise.
32795         * modules/canonicalize-tests: Likewise.
32796
32797 2007-07-06  Jim Meyering  <jim@meyering.net>
32798
32799         * lib/getugroups.c (getugroups): Detect getgrent failure.
32800         Adjust comment to reflect reality: this function may return -1.
32801
32802 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
32803
32804         * build-aux/bootstrap (TP_URL,get_translations): Update to use
32805         the new TP address.
32806         (usage): Fix typo
32807         (gnulib_mk): New variable.
32808
32809 2007-07-05  Jim Meyering  <jim@meyering.net>
32810
32811         Don't let endgrent clobber errno, no matter how improbable.
32812         * lib/getugroups.c (getugroups): Save and restore errno around
32813         endgrent call.
32814
32815         Close the group DB even when failing with 2^31 or more members.
32816         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
32817
32818 2007-07-04  Jim Meyering  <jim@meyering.net>
32819
32820         * lib/getugroups.h: New file.
32821         * lib/getugroups.c: Include "getugroups.h".
32822         Remove uses of "register" keyword.
32823         Move local variable, "cp", down into scope where used.
32824         Give "username" parameter the "const" attribute.
32825         * modules/getugroups (Files): Add lib/getugroups.h
32826
32827 2007-07-04  Karl Berry  <karl@gnu.org>
32828
32829         * MODULES.html.sh (func_all_modules): Complete rename of
32830         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
32831
32832 2007-07-02  Bruno Haible  <bruno@clisp.org>
32833
32834         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
32835         mode, when inttypes.h comes from gnulib.
32836         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
32837
32838 2007-07-02  Simon Josefsson  <simon@josefsson.org>
32839
32840         * NEWS: Mention lgpl module name change.
32841
32842         * modules/lgpl-2.1: Renamed from lgpl.
32843
32844         * NEWS: Mention gpl module name change.
32845
32846         * modules/gpl-3.0: New file, based on gpl-2.0.
32847
32848         * modules/gpl-2.0: Renamed from gpl.
32849
32850         * modules/gpl: Fix filename, doc/gpl.texi is now found at
32851         doc/gpl-2.0.texi.
32852
32853 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
32854
32855         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
32856         #define __STDC_LIMIT_MACROS temporarily while including
32857         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
32858         Problem reported by Joel E. Denny in
32859         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
32860
32861 2007-07-01  Bruno Haible  <bruno@clisp.org>
32862
32863         * lib/unistdio.h: New file.
32864         * lib/unistdio/u-asnprintf.h: New file.
32865         * lib/unistdio/u-asprintf.h: New file.
32866         * lib/unistdio/u-printf-args.c: New file.
32867         * lib/unistdio/u-printf-args.h: New file.
32868         * lib/unistdio/u-printf-parse.h: New file.
32869         * lib/unistdio/u-snprintf.h: New file.
32870         * lib/unistdio/u-sprintf.h: New file.
32871         * lib/unistdio/u-vasprintf.h: New file.
32872         * lib/unistdio/u-vsnprintf.h: New file.
32873         * lib/unistdio/u-vsprintf.h: New file.
32874         * lib/unistdio/ulc-asnprintf.c: New file.
32875         * lib/unistdio/ulc-asprintf.c: New file.
32876         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
32877         * lib/unistdio/ulc-printf-parse.c: New file.
32878         * lib/unistdio/ulc-snprintf.c: New file.
32879         * lib/unistdio/ulc-sprintf.c: New file.
32880         * lib/unistdio/ulc-vasnprintf.c: New file.
32881         * lib/unistdio/ulc-vasprintf.c: New file.
32882         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
32883         * lib/unistdio/ulc-vsnprintf.c: New file.
32884         * lib/unistdio/ulc-vsprintf.c: New file.
32885         * lib/unistdio/u8-asnprintf.c: New file.
32886         * lib/unistdio/u8-asprintf.c: New file.
32887         * lib/unistdio/u8-printf-parse.c: New file.
32888         * lib/unistdio/u8-snprintf.c: New file.
32889         * lib/unistdio/u8-sprintf.c: New file.
32890         * lib/unistdio/u8-vasnprintf.c: New file.
32891         * lib/unistdio/u8-vasprintf.c: New file.
32892         * lib/unistdio/u8-vsnprintf.c: New file.
32893         * lib/unistdio/u8-vsprintf.c: New file.
32894         * lib/unistdio/u8-u8-asnprintf.c: New file.
32895         * lib/unistdio/u8-u8-asprintf.c: New file.
32896         * lib/unistdio/u8-u8-snprintf.c: New file.
32897         * lib/unistdio/u8-u8-sprintf.c: New file.
32898         * lib/unistdio/u8-u8-vasnprintf.c: New file.
32899         * lib/unistdio/u8-u8-vasprintf.c: New file.
32900         * lib/unistdio/u8-u8-vsnprintf.c: New file.
32901         * lib/unistdio/u8-u8-vsprintf.c: New file.
32902         * lib/unistdio/u16-asnprintf.c: New file.
32903         * lib/unistdio/u16-asprintf.c: New file.
32904         * lib/unistdio/u16-printf-parse.c: New file.
32905         * lib/unistdio/u16-snprintf.c: New file.
32906         * lib/unistdio/u16-sprintf.c: New file.
32907         * lib/unistdio/u16-vasnprintf.c: New file.
32908         * lib/unistdio/u16-vasprintf.c: New file.
32909         * lib/unistdio/u16-vsnprintf.c: New file.
32910         * lib/unistdio/u16-vsprintf.c: New file.
32911         * lib/unistdio/u16-u16-asnprintf.c: New file.
32912         * lib/unistdio/u16-u16-asprintf.c: New file.
32913         * lib/unistdio/u16-u16-snprintf.c: New file.
32914         * lib/unistdio/u16-u16-sprintf.c: New file.
32915         * lib/unistdio/u16-u16-vasnprintf.c: New file.
32916         * lib/unistdio/u16-u16-vasprintf.c: New file.
32917         * lib/unistdio/u16-u16-vsnprintf.c: New file.
32918         * lib/unistdio/u16-u16-vsprintf.c: New file.
32919         * lib/unistdio/u32-asnprintf.c: New file.
32920         * lib/unistdio/u32-asprintf.c: New file.
32921         * lib/unistdio/u32-printf-parse.c: New file.
32922         * lib/unistdio/u32-snprintf.c: New file.
32923         * lib/unistdio/u32-sprintf.c: New file.
32924         * lib/unistdio/u32-vasnprintf.c: New file.
32925         * lib/unistdio/u32-vasprintf.c: New file.
32926         * lib/unistdio/u32-vsnprintf.c: New file.
32927         * lib/unistdio/u32-vsprintf.c: New file.
32928         * lib/unistdio/u32-u32-asnprintf.c: New file.
32929         * lib/unistdio/u32-u32-asprintf.c: New file.
32930         * lib/unistdio/u32-u32-snprintf.c: New file.
32931         * lib/unistdio/u32-u32-sprintf.c: New file.
32932         * lib/unistdio/u32-u32-vasnprintf.c: New file.
32933         * lib/unistdio/u32-u32-vasprintf.c: New file.
32934         * lib/unistdio/u32-u32-vsnprintf.c: New file.
32935         * lib/unistdio/u32-u32-vsprintf.c: New file.
32936         * tests/unistdio/test-ulc-asnprintf1.c: New file.
32937         * tests/unistdio/test-ulc-asnprintf1.h: New file.
32938         * tests/unistdio/test-ulc-printf1.h: New file.
32939         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
32940         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
32941         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
32942         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
32943         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
32944         * tests/unistdio/test-ulc-vasprintf1.c: New file.
32945         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
32946         * tests/unistdio/test-ulc-vsprintf1.c: New file.
32947         * tests/unistdio/test-u8-asnprintf1.c: New file.
32948         * tests/unistdio/test-u8-asnprintf1.h: New file.
32949         * tests/unistdio/test-u8-printf1.h: New file.
32950         * tests/unistdio/test-u8-vasnprintf1.c: New file.
32951         * tests/unistdio/test-u8-vasnprintf2.c: New file.
32952         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
32953         * tests/unistdio/test-u8-vasnprintf3.c: New file.
32954         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
32955         * tests/unistdio/test-u8-vasprintf1.c: New file.
32956         * tests/unistdio/test-u8-vsnprintf1.c: New file.
32957         * tests/unistdio/test-u8-vsprintf1.c: New file.
32958         * tests/unistdio/test-u16-asnprintf1.c: New file.
32959         * tests/unistdio/test-u16-asnprintf1.h: New file.
32960         * tests/unistdio/test-u16-printf1.h: New file.
32961         * tests/unistdio/test-u16-vasnprintf1.c: New file.
32962         * tests/unistdio/test-u16-vasnprintf2.c: New file.
32963         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
32964         * tests/unistdio/test-u16-vasnprintf3.c: New file.
32965         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
32966         * tests/unistdio/test-u16-vasprintf1.c: New file.
32967         * tests/unistdio/test-u16-vsnprintf1.c: New file.
32968         * tests/unistdio/test-u16-vsprintf1.c: New file.
32969         * tests/unistdio/test-u32-asnprintf1.c: New file.
32970         * tests/unistdio/test-u32-asnprintf1.h: New file.
32971         * tests/unistdio/test-u32-printf1.h: New file.
32972         * tests/unistdio/test-u32-vasnprintf1.c: New file.
32973         * tests/unistdio/test-u32-vasnprintf2.c: New file.
32974         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
32975         * tests/unistdio/test-u32-vasnprintf3.c: New file.
32976         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
32977         * tests/unistdio/test-u32-vasprintf1.c: New file.
32978         * tests/unistdio/test-u32-vsnprintf1.c: New file.
32979         * tests/unistdio/test-u32-vsprintf1.c: New file.
32980         * modules/unistdio/base: New file.
32981         * modules/unistdio/u-printf-args: New file.
32982         * modules/unistdio/ulc-asnprintf: New file.
32983         * modules/unistdio/ulc-asprintf: New file.
32984         * modules/unistdio/ulc-fprintf: New file.
32985         * modules/unistdio/ulc-printf-parse: New file.
32986         * modules/unistdio/ulc-snprintf: New file.
32987         * modules/unistdio/ulc-sprintf: New file.
32988         * modules/unistdio/ulc-vasnprintf: New file.
32989         * modules/unistdio/ulc-vasprintf: New file.
32990         * modules/unistdio/ulc-vfprintf: New file.
32991         * modules/unistdio/ulc-vsnprintf: New file.
32992         * modules/unistdio/ulc-vsprintf: New file.
32993         * modules/unistdio/u8-asnprintf: New file.
32994         * modules/unistdio/u8-asprintf: New file.
32995         * modules/unistdio/u8-printf-parse: New file.
32996         * modules/unistdio/u8-snprintf: New file.
32997         * modules/unistdio/u8-sprintf: New file.
32998         * modules/unistdio/u8-vasnprintf: New file.
32999         * modules/unistdio/u8-vasprintf: New file.
33000         * modules/unistdio/u8-vsnprintf: New file.
33001         * modules/unistdio/u8-vsprintf: New file.
33002         * modules/unistdio/u8-u8-asnprintf: New file.
33003         * modules/unistdio/u8-u8-asprintf: New file.
33004         * modules/unistdio/u8-u8-snprintf: New file.
33005         * modules/unistdio/u8-u8-sprintf: New file.
33006         * modules/unistdio/u8-u8-vasnprintf: New file.
33007         * modules/unistdio/u8-u8-vasprintf: New file.
33008         * modules/unistdio/u8-u8-vsnprintf: New file.
33009         * modules/unistdio/u8-u8-vsprintf: New file.
33010         * modules/unistdio/u16-asnprintf: New file.
33011         * modules/unistdio/u16-asprintf: New file.
33012         * modules/unistdio/u16-printf-parse: New file.
33013         * modules/unistdio/u16-snprintf: New file.
33014         * modules/unistdio/u16-sprintf: New file.
33015         * modules/unistdio/u16-vasnprintf: New file.
33016         * modules/unistdio/u16-vasprintf: New file.
33017         * modules/unistdio/u16-vsnprintf: New file.
33018         * modules/unistdio/u16-vsprintf: New file.
33019         * modules/unistdio/u16-u16-asnprintf: New file.
33020         * modules/unistdio/u16-u16-asprintf: New file.
33021         * modules/unistdio/u16-u16-snprintf: New file.
33022         * modules/unistdio/u16-u16-sprintf: New file.
33023         * modules/unistdio/u16-u16-vasnprintf: New file.
33024         * modules/unistdio/u16-u16-vasprintf: New file.
33025         * modules/unistdio/u16-u16-vsnprintf: New file.
33026         * modules/unistdio/u16-u16-vsprintf: New file.
33027         * modules/unistdio/u32-asnprintf: New file.
33028         * modules/unistdio/u32-asprintf: New file.
33029         * modules/unistdio/u32-printf-parse: New file.
33030         * modules/unistdio/u32-snprintf: New file.
33031         * modules/unistdio/u32-sprintf: New file.
33032         * modules/unistdio/u32-vasnprintf: New file.
33033         * modules/unistdio/u32-vasprintf: New file.
33034         * modules/unistdio/u32-vsnprintf: New file.
33035         * modules/unistdio/u32-vsprintf: New file.
33036         * modules/unistdio/u32-u32-asnprintf: New file.
33037         * modules/unistdio/u32-u32-asprintf: New file.
33038         * modules/unistdio/u32-u32-snprintf: New file.
33039         * modules/unistdio/u32-u32-sprintf: New file.
33040         * modules/unistdio/u32-u32-vasnprintf: New file.
33041         * modules/unistdio/u32-u32-vasprintf: New file.
33042         * modules/unistdio/u32-u32-vsnprintf: New file.
33043         * modules/unistdio/u32-u32-vsprintf: New file.
33044         * modules/unistdio/ulc-asnprintf-tests: New file.
33045         * modules/unistdio/ulc-vasnprintf-tests: New file.
33046         * modules/unistdio/ulc-vasprintf-tests: New file.
33047         * modules/unistdio/ulc-vsnprintf-tests: New file.
33048         * modules/unistdio/ulc-vsprintf-tests: New file.
33049         * modules/unistdio/u8-asnprintf-tests: New file.
33050         * modules/unistdio/u8-vasnprintf-tests: New file.
33051         * modules/unistdio/u8-vasprintf-tests: New file.
33052         * modules/unistdio/u8-vsnprintf-tests: New file.
33053         * modules/unistdio/u8-vsprintf-tests: New file.
33054         * modules/unistdio/u16-asnprintf-tests: New file.
33055         * modules/unistdio/u16-vasnprintf-tests: New file.
33056         * modules/unistdio/u16-vasprintf-tests: New file.
33057         * modules/unistdio/u16-vsnprintf-tests: New file.
33058         * modules/unistdio/u16-vsprintf-tests: New file.
33059         * modules/unistdio/u32-asnprintf-tests: New file.
33060         * modules/unistdio/u32-vasnprintf-tests: New file.
33061         * modules/unistdio/u32-vasprintf-tests: New file.
33062         * modules/unistdio/u32-vsnprintf-tests: New file.
33063         * modules/unistdio/u32-vsprintf-tests: New file.
33064         * MODULES.html.sh (Unicode string functions): Add the new modules.
33065
33066 2007-07-01  Bruno Haible  <bruno@clisp.org>
33067
33068         * lib/sprintf.c (sprintf): Limit the available length estimation,
33069         to avoid address wraparound.
33070         * lib/vsprintf.c (vsprintf): Likewise.
33071         * modules/sprintf-posix (Dependencies): Add stdint.
33072         * modules/vsprintf-posix (Dependencies): Likewise.
33073
33074 2007-07-01  Bruno Haible  <bruno@clisp.org>
33075
33076         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33077         Windows PATH as well. Conservative double-quoting. Comments.
33078
33079 2007-07-01  Bruno Haible  <bruno@clisp.org>
33080             Eric Blake  <ebb9@byu.net>
33081             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33082
33083         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33084         empty components in $PATH, denoting '.'.
33085
33086 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33087
33088         * gnulib-tool: Fix indentation.
33089         (func_create_megatestdir): Likewise.
33090         Report by Bruno Haible.
33091
33092 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33093
33094         Sync from Automake.
33095         * build-aux/gnupload: Fix shell portability issues with for loops.
33096         Report by Karl Berry.
33097
33098 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33099
33100         * build-aux/maint.mk (POURL): Use translationproject.org.
33101
33102 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33103             Bruno Haible  <bruno@clisp.org>
33104
33105         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33106         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33107         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33108         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33109         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33110
33111 2007-06-27  Bruno Haible  <bruno@clisp.org>
33112
33113         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33114         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33115
33116 2007-06-26  Karl Berry  <karl@gnu.org>
33117
33118         * MODULES.html.sh: remove xreadlink-with-size.
33119
33120 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33121
33122         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33123         method that I hope also handles the double-include problem noted
33124         by Bruno Haible in
33125         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33126
33127 2007-06-23  Bruno Haible  <bruno@clisp.org>
33128
33129         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33130         Don't let the 'mostlyclean' target fail if the last subdirectory could
33131         not be removed.
33132         Reported by Karl Berry.
33133
33134 2007-06-23  Bruno Haible  <bruno@clisp.org>
33135
33136         * gnulib-tool (echo): Add a speedier workaround for ksh.
33137         * tests/test-echo.sh: Likewise.
33138
33139 2007-06-23  Bruno Haible  <bruno@clisp.org>
33140
33141         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33142         * tests/test-echo.sh: Likewise.
33143
33144 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33145
33146         * gnulib-tool (IFS): Initialize early, so we don't set it to
33147         empty later.
33148         (self_abspathname): Rewrite algorithm to set it, reindent.
33149         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33150         (func_create_megatestdir): Merge some sed scripts.
33151
33152 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33153
33154         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33155         exposed by Sun Studio 11 cc on Solaris 8.
33156
33157 2007-06-22  Bruno Haible  <bruno@clisp.org>
33158
33159         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33160         backslashes.
33161         * tests/test-echo.sh: New file.
33162
33163 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33164
33165         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33166         simplify `sed_replace_build_aux' scripts, they are portable but
33167         echoing them with `echo' is not.
33168         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33169
33170 2007-06-21  Karl Berry  <karl@gnu.org>
33171
33172         * config/srclist.txt: guess we can't handle the licenses via
33173         srclist at the moment.
33174
33175 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33176
33177         * MODULES.html.sh: Add include_next.
33178         * modules/include_next: New file.
33179
33180 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33181
33182         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33183         INCLUDE_NEXT.
33184         (gl_CHECK_NEXT_HEADERS): New macro.
33185         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33186         the obsolescent gl_ABSOLUTE_HEADER.
33187         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33188         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33189         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33190         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33191         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33192         * m4/math_h.m4 (gl_MATH_H): Likewise.
33193         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33194         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33195         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33196         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33197         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33198         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33199         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33200         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33201         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33202         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33203         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33204         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33205         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33206         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33207         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33208         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33209         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33210         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33211         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33212         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33213         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33214         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33215         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33216         * lib/float_.h: Likewise.
33217         * lib/inttypes_.h: Likewise.
33218         * lib/math_.h: Likewise.
33219         * lib/search_.h: Likewise.
33220         * lib/signal_.h: Likewise.
33221         * lib/stdint_.h: Likewise.
33222         * lib/stdio_.h: Likewise.
33223         * lib/stdlib_.h: Likewise.
33224         * lib/string_.h: Likewise.
33225         * lib/sys_stat_.h: Likewise.
33226         * lib/sys_time_.h: Likewise.
33227         * lib/time_.h: Likewise.
33228         * lib/unistd_.h: Likewise.
33229         * lib/wchar_.h: Likewise.
33230         * lib/wctype_.h: Likewise.
33231         * lib/dirent_.h: Likewise.
33232         * lib/iconv_.h: Likewise.
33233         * lib/locale_.h: Likewise.
33234         * lib/netinet_in_.h: Likewise.
33235         * lib/sys_select_.h: Likewise.
33236         * lib/sys_socket_.h: Likewise.
33237         * lib/sysexits_.h: Likewise.
33238         * modules/fcntl (Depends-on): Depend on include_next, not
33239         absolute_header.
33240         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33241         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33242         * modules/fchdir: Likewise.
33243         * modules/float: Likewise.
33244         * modules/iconv_open: Likewise.
33245         * modules/inttypes: Likewise.
33246         * modules/locale: Likewise.
33247         * modules/math: Likewise.
33248         * modules/netinet_in: Likewise.
33249         * modules/search: Likewise.
33250         * modules/signal: Likewise.
33251         * modules/stdint: Likewise.
33252         * modules/stdio: Likewise.
33253         * modules/stdlib: Likewise.
33254         * modules/string: Likewise.
33255         * modules/sys_select: Likewise.
33256         * modules/sys_socket: Likewise.
33257         * modules/sys_stat: Likewise.
33258         * modules/sys_time: Likewise.
33259         * modules/sysexits: Likewise.
33260         * modules/time: Likewise.
33261         * modules/unistd: Likewise.
33262         * modules/wchar: Likewise.
33263         * modules/wctype: Likewise.
33264         * modules/sys_stat: Change maintainer to "all".
33265         * modules/unistd: Likewise.
33266
33267 2007-06-20  Karl Berry  <karl@gnu.org>
33268
33269         * config/srclist.txt: track www changes in license files.
33270
33271 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33272
33273         * build-aux/bootstrap: Remove stray dot.
33274         Make sure build_aux settings are honored when linking
33275         gnulib_extra_files.
33276
33277 2007-06-19  Eric Blake  <ebb9@byu.net>
33278
33279         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33280         Allow compilation on cygwin.
33281
33282 2007-06-19  Jim Meyering  <jim@meyering.net>
33283
33284         xreadlink-with-size: Remove module.  No longer used.
33285         Ex-callers now use xreadlink or mreadlink-with-size.
33286         * modules/xreadlink-with-size: Remove module.
33287         * lib/xreadlink-with-size.c: Remove file.
33288         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33289         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33290         just before the function definition *is* accurate.
33291
33292         Eliminate one way canonicalize_filename_mode could exit.
33293         * lib/canonicalize.c (canonicalize_filename_mode):
33294         Use mreadlink_with_size, not xreadlink_with_size.
33295
33296 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33297
33298         Detect porting problems to FreeBSD/arm, which has time_t wider than
33299         long int.  Original problem reported for GNU diff by Xin Li in
33300         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33301         * modules/getdate (Depends-on): Add intprops, verify.
33302         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33303         is an integer type no wider than long int.
33304
33305 2007-06-18  Jim Meyering  <jim@meyering.net>
33306
33307         New module: mreadlink-with-size.
33308         * MODULES.html.sh: Add mreadlink-with-size.
33309         * modules/mreadlink-with-size: New module
33310         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33311         not xreadlink-with-size.
33312         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33313
33314 2007-06-16  Bruno Haible  <bruno@clisp.org>
33315
33316         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33317         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33318         Reported by Gary V. Vaughan <gary@gnu.org>.
33319
33320 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33321
33322         Revamp lchown so that it lives in unistd.h where it belongs.
33323         * lib/lchown.h: Remove.
33324         * lib/dirchownmod.c: Don't include lib/lchown.h.
33325         * lib/fchownat.c: Likewise.
33326         * lib/openat.c: Likewise.
33327         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33328         does not follow symlinks.
33329         (EOPNOTSUPP): Define if not defined.
33330         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33331         is defined to 0.
33332         (lchown): New decl.
33333         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33334         Do not check for lchown decl.
33335         Set REPLACE_LCHOWN.
33336         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33337         REPLACE_LCHOWN.
33338         * modules/chown: Make it clear it follows symlinks.
33339         * modules/lchown: Make it clear it doesn't follow symlinks.
33340         (Files): Remove lib/lchown.h
33341         (Depends-on): Add unistd.
33342         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33343         (Include): Include <unistd.h>, not "lchown.h".
33344         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33345         REPLACE_LCHOWN.
33346
33347 2007-06-15  Jim Meyering  <jim@meyering.net>
33348
33349         Change license (GPL to LGPL) of fsusage and dependents.
33350         * modules/fsusage (License): Change to LGPL.
33351         * modules/full-read (License): Likewise.
33352         * modules/full-write (License): Likewise.
33353         * modules/safe-read (License): Likewise.
33354         * modules/safe-write (License): Likewise.
33355
33356 2007-06-14  Ben Pfaff  <blp@gnu.org>
33357
33358         Missing part of allocsa -> malloca transition.
33359         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33360         gl_MALLOCA.
33361
33362 2007-06-12  Bruno Haible  <bruno@clisp.org>
33363
33364         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33365         to ia64, x86_64, i386.
33366         Reported by Eric Blake.
33367
33368 2007-06-12  Bruno Haible  <bruno@clisp.org>
33369
33370         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33371         cross-compiling to x86_64.
33372
33373 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33374
33375         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33376         glitch reported by Ralf Wildenhues in
33377         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33378
33379         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33380         Vin Shelton.
33381
33382 2007-06-11  Bruno Haible  <bruno@clisp.org>
33383
33384         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33385         replacement string.
33386         Reported by Eric Blake.
33387
33388 2007-06-10  Bruno Haible  <bruno@clisp.org>
33389
33390         Prepare vasnprintf code for use with Unicode strings.
33391         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33392         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33393         TYPE_U32_STRING.
33394         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33395         a_u32_string variants.
33396         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33397         * lib/printf-args.c: Don't include config.h and the specification
33398         header if PRINTF_FETCHARGS is already defined.
33399         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33400         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33401         TYPE_U16_STRING, TYPE_U32_STRING.
33402         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33403         u16_directive, u16_directives, u32_directive, u32_directives): New
33404         types.
33405         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33406         New declarations.
33407         * lib/printf-parse.c: Don't include config.h and the specification
33408         header if PRINTF_PARSE is already defined. Eliminate the set of
33409         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33410         them now. Include c-ctype.h.
33411         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33412         directive and CHAR_T_ONLY_ASCII.
33413         * lib/vasnprintf.c: Don't include config.h and the specification header
33414         if VASNPRINTF is already defined.
33415         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33416         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33417         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33418         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33419         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33420         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33421         code accordingly.
33422         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33423         pad_ourselves also in this case, with the 'c' and 's' directives, and
33424         with a different notion of "width".
33425         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33426
33427 2007-06-10  Bruno Haible  <bruno@clisp.org>
33428
33429         * modules/unistr/u32-mbsnlen: New file.
33430         * lib/unistr/u32-mbsnlen.c: New file.
33431
33432         * modules/unistr/u16-mbsnlen: New file.
33433         * lib/unistr/u16-mbsnlen.c: New file.
33434
33435         * modules/unistr/u8-mbsnlen: New file.
33436         * lib/unistr/u8-mbsnlen.c: New file.
33437
33438         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33439         declarations.
33440
33441 2007-06-10  Bruno Haible  <bruno@clisp.org>
33442
33443         * lib/string_.h (mbsnlen): New declaration.
33444         * lib/mbsnlen.c: New file.
33445         * m4/mbsnlen.m4: New file.
33446         * modules/mbsnlen: New file.
33447         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33448         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33449         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33450
33451 2007-06-10  Bruno Haible  <bruno@clisp.org>
33452
33453         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33454
33455 2007-06-10  Bruno Haible  <bruno@clisp.org>
33456
33457         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33458         * lib/mbuiter.h: Likewise.
33459
33460 2007-06-10  Bruno Haible  <bruno@clisp.org>
33461
33462         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33463         declaration.
33464
33465 2007-06-10  Karl Berry  <karl@gnu.org>
33466
33467         * config/srclist.txt: remove gettext entries, Bruno prefers
33468         to update individually.
33469
33470 2007-06-10  Bruno Haible  <bruno@clisp.org>
33471
33472         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33473         'maxlen'. Ensure only length + width bytes are allocated, not
33474         length + 1 + width.
33475
33476 2007-06-09  Bruno Haible  <bruno@clisp.org>
33477
33478         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33479         (CHAR_T): Remove macro.
33480         (VASNPRINTF): Update.
33481
33482 2007-06-09  Bruno Haible  <bruno@clisp.org>
33483
33484         * MODULES.html.sh (Unicode string functions): Add the new modules.
33485
33486         * modules/uniconv/u32-conv-to-enc: New file.
33487         * lib/uniconv/u32-conv-to-enc.c: New file.
33488         * modules/uniconv/u32-conv-to-enc-tests: New file.
33489         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33490
33491         * modules/uniconv/u16-conv-to-enc: New file.
33492         * lib/uniconv/u16-conv-to-enc.c: New file.
33493         * lib/uniconv/u-conv-to-enc.h: New file.
33494         * modules/uniconv/u16-conv-to-enc-tests: New file.
33495         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33496
33497         * modules/uniconv/u8-conv-to-enc: New file.
33498         * lib/uniconv/u8-conv-to-enc.c: New file.
33499         * modules/uniconv/u8-conv-to-enc-tests: New file.
33500         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33501
33502         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33503         u32_conv_to_encoding): New declarations.
33504
33505 2007-06-09  Bruno Haible  <bruno@clisp.org>
33506
33507         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33508
33509 2007-06-09  Bruno Haible  <bruno@clisp.org>
33510
33511         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33512         * modules/malloca: Renamed from modules/allocsa, updated.
33513         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33514         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33515         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33516         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33517         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33518         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33519         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33520         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33521         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33522         * modules/c-strcasestr (Depends-on): Update.
33523         * lib/c-strcasestr.c: Update.
33524         * modules/c-strstr (Depends-on): Update.
33525         * lib/c-strstr.c: Update.
33526         * modules/canonicalize-lgpl (Depends-on): Update.
33527         * lib/canonicalize-lgpl.c: Update.
33528         * modules/clean-temp (Depends-on): Update.
33529         * lib/clean-temp.c: Update.
33530         * modules/csharpcomp (Depends-on): Update.
33531         * lib/csharpcomp.c: Update.
33532         * modules/csharpexec (Depends-on): Update.
33533         * lib/csharpexec.c: Update.
33534         * modules/javacomp (Depends-on): Update.
33535         * lib/javacomp.c: Update.
33536         * modules/javaexec (Depends-on): Update.
33537         * lib/javaexec.c: Update.
33538         * modules/mbscasestr (Depends-on): Update.
33539         * lib/mbscasestr.c: Update.
33540         * modules/mbsstr (Depends-on): Update.
33541         * lib/mbsstr.c: Update.
33542         * modules/setenv (Depends-on): Update.
33543         * lib/setenv.c: Update.
33544         * modules/strcasestr (Depends-on): Update.
33545         * lib/strcasestr.c: Update.
33546         * modules/striconveha (Depends-on): Update.
33547         * lib/striconveha.c: Update.
33548         * modules/relocatable-prog-wrapper (Files): Update.
33549         * lib/relocwrapper.c: Update.
33550         * build-aux/install-reloc: Update.
33551         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
33552
33553 2007-06-08  Bruno Haible  <bruno@clisp.org>
33554
33555         Port to uClibc.
33556         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
33557         * lib/fpurge.c (fpurge): Likewise.
33558         * lib/freading.c (freading): Likewise.
33559         * lib/fseeko.c (rpl_fseeko): Likewise.
33560         * lib/fseterr.c (fseterr): Likewise.
33561         * lib/fwriting.c (fwriting): Likewise.
33562         * tests/test-fflush.c (main): Avoid a failure on uClibc.
33563
33564 2007-06-08  Bruno Haible  <bruno@clisp.org>
33565
33566         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
33567         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
33568         * modules/gettext (Files): Add m4/intlmacosx.m4.
33569
33570 2007-06-07  Bruno Haible  <bruno@clisp.org>
33571
33572         * modules/localename-tests: New file.
33573         * tests/test-localename.c: New file.
33574
33575         New module 'localename'.
33576         * lib/localename.h: New file.
33577         * lib/localename.c: New file, from GNU gettext.
33578         * m4/localename.m4: New file.
33579         * modules/localename: New file.
33580
33581 2007-06-07  Bruno Haible  <bruno@clisp.org>
33582
33583         Work around the lack of <wchar.h> on some builds of uClibc.
33584         * doc/headers/wchar.texi: Update.
33585         * lib/wchar_.h: Include <wchar.h> only if it exists.
33586         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
33587         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
33588         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
33589         doesn't exist.
33590         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
33591         * modules/mbfile (Depends-on): Add wchar.
33592         * modules/mbiter (Depends-on): Likewise.
33593         * modules/mbuiter (Depends-on): Likewise.
33594         Reported by Simon Josefsson.
33595
33596 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33597
33598         Work around problem reported by Steven M. Schweda in
33599         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
33600         Tru64 5.1B with the Compaq compiler environment installed declares
33601         an 'isblank' function but does not define it in the C library.
33602         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
33603         * lib/regex_internal.h (isblank): Likewise.
33604         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
33605         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33606
33607 2007-06-05  Bruno Haible  <bruno@clisp.org>
33608
33609         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
33610         ia64.
33611         * modules/printf-safe: New file.
33612         * modules/fprintf-posix (Depends-on): Add printf-safe.
33613         * modules/printf-posix (Depends-on): Likewise.
33614         * modules/snprintf-posix (Depends-on): Likewise.
33615         * modules/sprintf-posix (Depends-on): Likewise.
33616         * modules/vasnprintf-posix (Depends-on): Likewise.
33617         * modules/vasprintf-posix (Depends-on): Likewise.
33618         * modules/vfprintf-posix (Depends-on): Likewise.
33619         * modules/vprintf-posix (Depends-on): Likewise.
33620         * modules/vsnprintf-posix (Depends-on): Likewise.
33621         * modules/vsprintf-posix (Depends-on): Likewise.
33622         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
33623         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
33624         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
33625         "no" on i386, x86_64, ia64.
33626         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
33627         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33628         on i386, x86_64, ia64.
33629         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
33630         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33631         on i386, x86_64, ia64.
33632         * tests/test-vasnprintf-posix.c: Include float.h.
33633         (LDBL80_WORDS): New macro.
33634         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33635         on i386, x86_64, ia64.
33636         * tests/test-vasprintf-posix.c: Include float.h.
33637         (LDBL80_WORDS): New macro.
33638         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33639         on i386, x86_64, ia64.
33640         * tests/test-snprintf-posix.c: Include float.h.
33641         * tests/test-sprintf-posix.c: Likewise.
33642         * tests/test-vsnprintf-posix.c: Likewise.
33643         * tests/test-vsprintf-posix.c: Likewise.
33644
33645 2007-06-05  Bruno Haible  <bruno@clisp.org>
33646
33647         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
33648         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
33649         non-IEEE numbers on i386, x86_64, ia64.
33650         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
33651         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
33652         * tests/test-isnanl.h: Include float.h.
33653         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
33654
33655 2007-06-05  Bruno Haible  <bruno@clisp.org>
33656
33657         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
33658         also the %a / %A. Handle the %a / %A code before this extra handling.
33659
33660 2007-06-05  Bruno Haible  <bruno@clisp.org>
33661
33662         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
33663         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
33664
33665 2007-06-05  Bruno Haible  <bruno@clisp.org>
33666
33667         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
33668         typo in variable name.
33669
33670 2007-06-05  Eric Blake  <ebb9@byu.net>
33671
33672         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
33673         Reported by Simon Josefsson.
33674
33675 2007-06-04  Bruno Haible  <bruno@clisp.org>
33676
33677         Avoid test failures on some PowerPC platforms.
33678         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
33679         Define differently for PowerPC.
33680         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
33681         Reported by Gary V. Vaughan <gary@gnu.org>.
33682
33683 2007-06-02  Bruno Haible  <bruno@clisp.org>
33684
33685         Fix test-stdint failure on FreeBSD/ia64.
33686         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
33687         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
33688         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
33689         * doc/headers/stdint.texi: Update.
33690
33691 2007-06-01  Bruno Haible  <bruno@clisp.org>
33692
33693         * tests/test-binary-io.c (main): Pass a third argument to open().
33694         Reported by Gary V. Vaughan <gary@gnu.org>.
33695
33696 2007-06-01  Bruno Haible  <bruno@clisp.org>
33697
33698         * doc/functions/frexpl.texi: Update for mingw.
33699
33700 2007-06-01  Bruno Haible  <bruno@clisp.org>
33701
33702         * tests/test-lseek.c (main): Disable test of errno for invalid third
33703         argument.
33704         * doc/functions/lseek.texi: Update.
33705         Reported by Gary V. Vaughan <gary@gnu.org>.
33706
33707 2007-05-28  Bruno Haible  <bruno@clisp.org>
33708
33709         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
33710
33711 2007-05-31  Eric Blake  <ebb9@byu.net>
33712
33713         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
33714         cross compiling.
33715
33716 2007-05-30  Eric Blake  <ebb9@byu.net>
33717         and Bruno Haible  <bruno@clisp.org>
33718
33719         Work around mingw test failures exposed by m4-1.4.9b.
33720         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
33721         * tests/test-unistd.c: Disable uid_t and git_t tests for the
33722         moment.
33723
33724 2007-05-30  Bruno Haible  <bruno@clisp.org>
33725
33726         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
33727         assuming that they are closed. Needed on HP-UX 11.
33728
33729 2007-05-29  Bruno Haible  <bruno@clisp.org>
33730
33731         Fix a problem with #include_next.
33732         * lib/dirent_.h: Split the double-inclusion guard.
33733         * lib/fcntl_.h: Likewise.
33734         * lib/float_.h: Likewise.
33735         * lib/iconv_.h: Likewise.
33736         * lib/inttypes_.h: Likewise.
33737         * lib/locale_.h: Likewise.
33738         * lib/math_.h: Likewise.
33739         * lib/netinet_in_.h: Likewise.
33740         * lib/search_.h: Likewise.
33741         * lib/signal_.h: Likewise.
33742         * lib/stdint_.h: Likewise.
33743         * lib/stdio_.h: Likewise.
33744         * lib/stdlib_.h: Likewise.
33745         * lib/string_.h: Likewise.
33746         * lib/sys_select_.h: Likewise.
33747         * lib/sys_socket_.h: Likewise.
33748         * lib/sys_stat_.h: Likewise.
33749         * lib/sys_time_.h: Likewise.
33750         * lib/sysexits_.h: Likewise.
33751         * lib/time_.h: Likewise.
33752         * lib/unistd_.h: Likewise.
33753         * lib/wchar_.h: Likewise.
33754         * lib/wctype_.h: Likewise.
33755
33756 2007-05-29  Bruno Haible  <bruno@clisp.org>
33757
33758         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
33759         for the moment.
33760
33761 2007-05-29  Bruno Haible  <bruno@clisp.org>
33762
33763         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
33764         invocation.
33765         Reported by Eric Blake.
33766
33767 2007-05-29  Bruno Haible  <bruno@clisp.org>
33768
33769         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
33770         compiling case.
33771
33772 2007-05-29  Eric Blake  <ebb9@byu.net>
33773             Bruno Haible  <bruno@clisp.org>
33774
33775         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
33776         cross compiles.
33777
33778 2007-05-28  Eric Blake  <ebb9@byu.net>
33779
33780         * modules/closein-tests (test_closein_LDADD): Support test on
33781         cygwin with libtool.
33782
33783 2007-05-28  Bruno Haible  <bruno@clisp.org>
33784
33785         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
33786         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
33787         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
33788         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
33789         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
33790         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
33791         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
33792         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
33793         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
33794
33795 2007-05-28  Eric Blake  <ebb9@byu.net>
33796
33797         Unconditionally include <config.h> in unit tests.
33798         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
33799         * tests/test-allocsa.c, tests/test-arcfour.c,
33800         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
33801         tests/test-array_list.c, tests/test-array_oset.c,
33802         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
33803         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
33804         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
33805         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
33806         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
33807         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
33808         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
33809         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
33810         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
33811         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
33812         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
33813         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
33814         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
33815         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
33816         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
33817         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
33818         test-md5.c, test-memmem.c, test-printf-posix.c,
33819         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
33820         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
33821         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
33822         test-strcasestr.c, test-striconv.c, test-striconveh.c,
33823         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
33824         test-vasnprintf-posix2.c, test-vasnprintf.c,
33825         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
33826         test-vfprintf-posix.c, test-vprintf-posix.c,
33827         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
33828         test-xvasprintf.c: Likewise.
33829
33830 2007-05-28  Bruno Haible  <bruno@clisp.org>
33831
33832         * gnulib-tool (func_import): Remember the --with-tests command-line
33833         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
33834         Reported by Eric Blake.
33835
33836 2007-05-28  Bruno Haible  <bruno@clisp.org>
33837
33838         * modules/ftell-tests: New file.
33839         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
33840         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
33841
33842         * lib/ftell.c: New file.
33843         * modules/ftell: New file.
33844         * m4/ftell.m4: New file.
33845         * doc/functions/ftell.texi: Update.
33846         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
33847         REPLACE_FTELL.
33848         * lib/stdio_.h (rpl_ftell): New declaration.
33849         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
33850         REPLACE_FTELL.
33851
33852 2007-05-28  Eric Blake  <ebb9@byu.net>
33853
33854         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
33855
33856 2007-05-28  Bruno Haible  <bruno@clisp.org>
33857
33858         * modules/fseek-tests: New file.
33859         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
33860         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
33861
33862         * lib/fseek.c: New file.
33863         * modules/fseek: New file.
33864         * m4/fseek.m4: New file.
33865         * doc/functions/fseek.texi: Update.
33866         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
33867         REPLACE_FSEEK.
33868         * lib/stdio_.h (rpl_fseek): New declaration.
33869         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
33870         REPLACE_FSEEK.
33871
33872 2007-05-28  Bruno Haible  <bruno@clisp.org>
33873
33874         * lib/stdio_.h (fflush): More comments.
33875
33876 2007-05-28  Bruno Haible  <bruno@clisp.org>
33877
33878         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
33879         runtime test.
33880
33881 2007-05-28  Eric Blake  <ebb9@byu.net>
33882
33883         Improve lseek module.
33884         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
33885         * lib/unistd_.h (lseek): Scale back link warning message.
33886         * tests/test-lseek.c: Beef up test.
33887         * tests/test-lseek.sh: Exercise more facets of lseek.
33888         Reported by Bruno Haible.
33889
33890 2007-05-28  Bruno Haible  <bruno@clisp.org>
33891
33892         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
33893         to define.
33894
33895 2007-05-27  Bruno Haible  <bruno@clisp.org>
33896
33897         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
33898
33899 2007-05-27  Bruno Haible  <bruno@clisp.org>
33900
33901         * modules/openmp: New file.
33902         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
33903         Noah Misch.
33904
33905 2007-05-26  Bruno Haible  <bruno@clisp.org>
33906
33907         * modules/chdir-long (Depends-on): Add fchdir.
33908         * modules/chdir-safer (Depends-on): Likewise.
33909         * modules/fts (Depends-on): Likewise.
33910         * modules/fts-lgpl (Depends-on): Likewise.
33911         * modules/openat (Depends-on): Likewise.
33912         * modules/savewd (Depends-on): Likewise.
33913
33914 2007-05-24  Eric Blake  <ebb9@byu.net>
33915
33916         Fix lseek on mingw.
33917         * modules/lseek: New module.
33918         * m4/lseek.m4: New file.
33919         * lib/lseek.c: New file.
33920         * modules/lseek-tests: New file.
33921         * tests/test-lseek.c: New file.
33922         * tests/test-lseek.sh: New file.
33923         * MODULES.html.sh: Document lseek module.
33924         * modules/fflush (Depends-on): Add lseek, fseeko.
33925         * modules/fseeko (Depends-on): Likewise.
33926         * modules/ftello (Depends-on): Likewise.
33927         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
33928         broken.
33929         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
33930         broken.
33931         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
33932         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
33933         * lib/ftello.c (rpl_ftello): Likewise.
33934         * tests/test-fseeko.c (main): Test this.
33935         * tests/test-fseeko.sh: Likewise.
33936         * tests/test-ftello.c (main): Likewise.
33937         * tests/test-ftello.sh: Likewise.
33938         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
33939         implies replacing fseek.
33940         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
33941         HAVE_FTELLO.
33942         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
33943         * modules/unistd (Makefile.am): Likewise.
33944         * lib/unistd_.h (lseek): Declare a replacement.
33945         * doc/functions/lseek.texi (lseek): Document this fix.
33946         * doc/functions/fseek.texi (fseek): Likewise.
33947         * doc/functions/ftell.texi (ftell): Likewise.
33948
33949 2007-05-24  Bruno Haible  <bruno@clisp.org>
33950
33951         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
33952         in the printed representation of a NaN.
33953         * tests/test-vasprintf-posix.c (test_function): Likewise.
33954         * tests/test-snprintf-posix.h (test_function): Likewise.
33955         * tests/test-sprintf-posix.h (test_function): Likewise.
33956         Reported by Eric Blake.
33957
33958 2007-05-23  Eric Blake  <ebb9@byu.net>
33959
33960         Fix fseeko/ftello on cygwin 1.5.24.
33961         * doc/functions/fseeko.texi (fseeko): Document the fix.
33962         * doc/functions/ftello.texi (ftello): Document the fix.
33963         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
33964         * doc/functions/stdout.text (stdout): New file.
33965         * doc/functions/stderr.text (stderr): New file.
33966         * doc/gnulib.texi (Function Substitutes): Use new files.
33967         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
33968         prior to 1.7.0.
33969         * tests/test-ftello.c (main): Likewise for ftello.
33970         * tests/test-fseeko.sh: New file.
33971         * tests/test-ftello.sh: New file.
33972         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
33973         with seekable stdin.
33974         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
33975         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
33976         (gl_REPLACE_FSEEKO): New macro.
33977         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
33978         * modules/fseeko (Files): Distribute fseeko.c.
33979         * modules/ftello (Files): Distribute ftello.c.
33980         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
33981         mode.
33982         * lib/ftello.c (rpl_ftello): New file.
33983         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
33984         fseeko, ftello.
33985         (gl_STDIN_LARGE_OFFSET): New macro.
33986         * modules/stdio (Makefile.am): Perform the replacement.
33987         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
33988
33989 2007-05-23  Bruno Haible  <bruno@clisp.org>
33990
33991         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
33992         GNULIB_POSIXCHECK is defined.
33993
33994 2007-05-21  Bruno Haible  <bruno@clisp.org>
33995
33996         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
33997         Check also the output for NaN arguments. When cross-compiling, guess
33998         no on IRIX.
33999         * lib/vasnprintf.c: Update comments.
34000         * tests/test-vasnprintf-posix.c (strisnan): New function.
34001         (test_function): Use it.
34002         * tests/test-vasprintf-posix.c (strisnan): New function.
34003         (test_function): Use it.
34004         * tests/test-snprintf-posix.h (strisnan): New function.
34005         (test_function): Use it.
34006         * tests/test-sprintf-posix.h (strisnan): New function.
34007         (test_function): Use it.
34008         Reported by Eric Blake.
34009
34010 2007-05-20  Bruno Haible  <bruno@clisp.org>
34011
34012         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34013         numbers that fails on BeOS.
34014         * doc/functions/frexpl.texi: Update.
34015
34016 2007-05-20  Jim Meyering  <jim@meyering.net>
34017
34018         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34019         forced upon us by glibc-2.6.
34020
34021 2007-05-20  Bruno Haible  <bruno@clisp.org>
34022
34023         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34024         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34025         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34026         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34027         NEED_PRINTF_INFINITE.
34028         (is_infinitel): New function.
34029         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34030         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34031         gl_PREREQ_VASNPRINTF_INFINITE.
34032         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34033         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34034         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34035         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34036         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34037         gl_PREREQ_VASNPRINTF_INFINITE.
34038         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34039         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34040         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34041         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34042         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34043         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34044         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34045         * doc/functions/fprintf.texi: Update.
34046         * doc/functions/printf.texi: Update.
34047         * doc/functions/snprintf.texi: Update.
34048         * doc/functions/sprintf.texi: Update.
34049         * doc/functions/vfprintf.texi: Update.
34050         * doc/functions/vprintf.texi: Update.
34051         * doc/functions/vsnprintf.texi: Update.
34052         * doc/functions/vsprintf.texi: Update.
34053
34054 2007-05-20  Bruno Haible  <bruno@clisp.org>
34055
34056         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34057         was not found in libc.
34058         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34059
34060 2007-05-20  Bruno Haible  <bruno@clisp.org>
34061
34062         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34063         printed as "-nan" instead of "nan".
34064         * tests/test-vasprintf-posix.c (test_function): Likewise.
34065         * tests/test-snprintf-posix.h (test_function): Likewise.
34066         * tests/test-sprintf-posix.h (test_function): Likewise.
34067         Needed for HP-UX 11.
34068
34069 2007-05-20  Jim Meyering  <jim@meyering.net>
34070
34071         Fix buggy test for the fchownat-deref bug.
34072         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34073         symlink required for the run-test.  Without it, this test would
34074         always declare that fchownat doesn't work, and client code would
34075         unnecessarily use the replacement function with fixed libc.
34076         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34077         Reported by Greg Schafer.
34078
34079 2007-05-19  Bruno Haible  <bruno@clisp.org>
34080
34081         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34082         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34083         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34084         Needed for IRIX 6.5 and Solaris 2.5.1.
34085
34086 2007-05-19  Bruno Haible  <bruno@clisp.org>
34087
34088         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34089         (test_function): Skip tests involving -0.0 on platforms where
34090         -0.0 = 0.0.
34091         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34092         (test_function): Skip tests involving -0.0 on platforms where
34093         -0.0 = 0.0.
34094         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34095         (test_function): Skip tests involving -0.0 on platforms where
34096         -0.0 = 0.0.
34097         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34098         (test_function): Skip tests involving -0.0 on platforms where
34099         -0.0 = 0.0.
34100         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34101         tests.
34102         * tests/test-printf-posix.h (test_function): Likewise.
34103         * tests/test-printf-posix.output: Remove all -0.0 related results.
34104         Needed for IRIX 6.5.
34105
34106 2007-05-19  Bruno Haible  <bruno@clisp.org>
34107
34108         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34109         printed as "nan0x7fffffff" instead of "nan".
34110         * tests/test-vasprintf-posix.c (test_function): Likewise.
34111         * tests/test-snprintf-posix.h (test_function): Likewise.
34112         * tests/test-sprintf-posix.h (test_function): Likewise.
34113         * tests/test-fprintf-posix.h (NaN): Remove macro.
34114         (test_function): Remove all NaN related tests.
34115         * tests/test-printf-posix.h (NaN): Remove macro.
34116         (test_function): Remove all NaN related tests.
34117         * tests/test-printf-posix.output: Remove all NaN related results.
34118         Needed for IRIX 6.5.
34119
34120 2007-05-19  Bruno Haible  <bruno@clisp.org>
34121
34122         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34123         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34124
34125 2007-05-19  Bruno Haible  <bruno@clisp.org>
34126
34127         * lib/float_.h: New file.
34128         * m4/float_h.m4: New file.
34129         * modules/float: New file.
34130         * modules/isnanl (Dependencies): Add float.
34131         * modules/isnanl-nolibm (Dependencies): Likewise.
34132         * modules/mathl (Dependencies): Likewise.
34133         * modules/printf-frexpl (Dependencies): Likewise.
34134         * modules/signbit (Dependencies): Likewise.
34135         * modules/vasnprintf (Dependencies): Likewise.
34136         * doc/headers/float.texi: Update.
34137
34138 2007-05-19  Jim Meyering  <jim@meyering.net>
34139
34140         * lib/utimens.c (gl_futimens): Rename from futimens,
34141         now that glibc-2.6 declares futimens.
34142         * lib/utimens.h: Likewise.
34143
34144 2007-05-19  Bruno Haible  <bruno@clisp.org>
34145
34146         Avoid test failures on mingw.
34147         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34148         * tests/test-printf-posix.sh: Likewise.
34149         * tests/test-vfprintf-posix.sh: Likewise.
34150         * tests/test-vprintf-posix.sh: Likewise.
34151
34152 2007-05-19  Bruno Haible  <bruno@clisp.org>
34153
34154         Fix *printf result for NaN, Inf, -0.0 on mingw.
34155         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34156         * lib/vasnprintf.c: Include math.h and isnan.h.
34157         (is_infinite_or_zero): New function.
34158         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34159         values in the %f, %F, %e, %E, %g, %G directives.
34160         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34161         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34162         gl_PRINTF_INFINITE and test its result. Invoke
34163         gl_PREREQ_VASNPRINTF_INFINITE.
34164         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34165         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34166         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34167         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34168         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34169         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34170         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34171         * doc/functions/fprintf.texi: Update.
34172         * doc/functions/printf.texi: Update.
34173         * doc/functions/snprintf.texi: Update.
34174         * doc/functions/sprintf.texi: Update.
34175         * doc/functions/vfprintf.texi: Update.
34176         * doc/functions/vprintf.texi: Update.
34177         * doc/functions/vsnprintf.texi: Update.
34178         * doc/functions/vsprintf.texi: Update.
34179
34180 2007-05-19  Bruno Haible  <bruno@clisp.org>
34181
34182         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34183         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34184         Instead of multiplying with 10^k, set extra_zeroes to k.
34185         (scale10_round_long_double): Remove function.
34186
34187 2007-05-18  Bruno Haible  <bruno@clisp.org>
34188
34189         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34190         introduced on 2007-05-06.
34191
34192 2007-05-18  Bruno Haible  <bruno@clisp.org>
34193
34194         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34195         %g directives.
34196         * tests/test-vasprintf-posix.c (test_function): Likewise.
34197         * tests/test-snprintf-posix.h (test_function): Likewise.
34198         * tests/test-sprintf-posix.h (test_function): Likewise.
34199
34200 2007-05-18  Bruno Haible  <bruno@clisp.org>
34201
34202         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34203         (strmatch): New function.
34204         (test_function): Test the %f directive on numbers of various exponents.
34205         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34206         (strmatch): New function.
34207         (test_function): Test the %f directive on numbers of various exponents.
34208         * tests/test-snprintf-posix.h (strmatch): New function.
34209         (test_function): Test the %f directive on numbers of various exponents.
34210         * tests/test-sprintf-posix.h (strmatch): New function.
34211         (test_function): Test the %f directive on numbers of various exponents.
34212         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34213         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34214         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34215         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34216
34217 2007-05-18  Bruno Haible  <bruno@clisp.org>
34218
34219         Add support for 'long double' number output.
34220         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34221         * lib/vasnprintf.c: Include math.h and float+.h.
34222         (mp_limb_t): New type.
34223         (GMP_LIMB_BITS): New macro.
34224         (mp_twolimb_t): New type.
34225         (GMP_TWOLIMB_BITS): New macro.
34226         (mpn_t): New type.
34227         (multiply, divide, convert_to_decimal, decode_long_double,
34228         scale10_round_long_double, scale10_round_decimal_long_double,
34229         floorlog10l): New functions.
34230         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34231         for the %f, %F, %e, %E, %g, %G directives.
34232         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34233         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34234         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34235         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34236         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34237         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34238         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34239         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34240         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34241         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34242         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34243         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34244         * modules/snprintf-posix (Depends-on): Likewise.
34245         * modules/sprintf-posix (Depends-on): Likewise.
34246         * modules/vasnprintf-posix (Depends-on): Likewise.
34247         * modules/vasprintf-posix (Depends-on): Likewise.
34248         * modules/vfprintf-posix (Depends-on): Likewise.
34249         * modules/vsnprintf-posix (Depends-on): Likewise.
34250         * modules/vsprintf-posix (Depends-on): Likewise.
34251         * modules/vasnprintf (Files): Add lib/float+.h.
34252         * doc/functions/fprintf.texi: Update.
34253         * doc/functions/printf.texi: Update.
34254         * doc/functions/snprintf.texi: Update.
34255         * doc/functions/sprintf.texi: Update.
34256         * doc/functions/vfprintf.texi: Update.
34257         * doc/functions/vprintf.texi: Update.
34258         * doc/functions/vsnprintf.texi: Update.
34259         * doc/functions/vsprintf.texi: Update.
34260
34261 2007-05-18  Bruno Haible  <bruno@clisp.org>
34262
34263         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34264
34265 2007-05-18  Bruno Haible  <bruno@clisp.org>
34266
34267         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34268         for printing 64-bit integers. Needed for mingw.
34269
34270 2007-05-18  Bruno Haible  <bruno@clisp.org>
34271
34272         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34273         gl_FUNC_FREXPL_WORKS.
34274         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34275
34276 2007-05-18  Bruno Haible  <bruno@clisp.org>
34277
34278         * modules/frexpl-nolibm-tests: New file.
34279
34280         * modules/frexpl-nolibm: New file.
34281         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34282
34283 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34284
34285         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34286         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34287         GCC 4.2, which otherwise issues a lot of warnings.
34288         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34289         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34290         Likewise.
34291         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34292         * modules/iconv_open (iconv.h): Likewise.
34293         * modules/locale (locale.h): Likewise.
34294         * modules/netinet_in (netinet/in.h): Likewise.
34295         * modules/sys_select (sys_select.h): Likewise.
34296         * modules/sys_socket (sys/socket.h): Likewise.
34297         * modules/sys_stat (sys/stat.h): Likewise.
34298         * modules/sysexits (sysexits.h): Likewise.
34299         * modules/unistd (unistd.h): Likewise.
34300
34301 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34302
34303         * modules/closein-tests (Makefile.am): Distribute
34304         `test-closein.sh'.
34305
34306 2007-05-17  Bruno Haible  <bruno@clisp.org>
34307
34308         * tests/test-printf-posix.output: Renamed from
34309         tests/test-fprintf-posix.out.
34310         * modules/fprintf-posix-tests: Update.
34311         * modules/printf-posix-tests: Update.
34312         * modules/vfprintf-posix-tests: Update.
34313         * modules/vprintf-posix-tests: Update.
34314         * tests/test-fprintf-posix.sh: Update.
34315         * tests/test-printf-posix.sh: Update.
34316         * tests/test-vfprintf-posix.sh: Update.
34317         * tests/test-vprintf-posix.sh: Update.
34318         Reported by Ralf Wildenhues.
34319
34320 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34321
34322         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34323         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34324         GCC 4.2, which otherwise issues a lot of warnings.
34325         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34326         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34327         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34328         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34329         it should no longer be needed.
34330         * lib/string_.h: Likewise.
34331         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34332         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34333         * modules/inttypes (inttypes.h): Likewise.
34334         * modules/math (math.h): Likewise.
34335         * modules/search (search.h): Likewise.
34336         * modules/signal (signal.h): Likewise.
34337         * modules/stdint (stdint.h): Likewise.
34338         * modules/stdio (stdio.h): Likewise.
34339         * modules/stdlib (stdlib.h): Likewise.
34340         * modules/string (string.h): Likewise.
34341         * modules/sys_time (sys/time.h): Likewise.
34342         * modules/time (time.h): Likewise.
34343         * modules/wchar (wchar.h): Likewise.
34344         * modules/wctype (wtype.h): Likewise.
34345
34346 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34347
34348         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34349
34350 2007-05-13  Bruno Haible  <bruno@clisp.org>
34351
34352         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34353         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34354         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34355         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34356         (gl_PREREQ_STRTOK_R): Don't require it here.
34357
34358 2007-05-13  Bruno Haible  <bruno@clisp.org>
34359
34360         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34361         when used in C++ mode.
34362
34363 2007-05-12  Bruno Haible  <bruno@clisp.org>
34364
34365         * lib/linebuffer.h: Tweak doc.
34366         * lib/linebuffer.c: Likewise.
34367
34368 2007-05-12  James Youngman  <jay@gnu.org>
34369
34370         * lib/linebuffer.c (readlinebuffer_delim): New function,
34371         like readlinebuffer, but use a caller-specified delimiter.
34372         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34373         as the delimiter.
34374         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34375
34376 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34377
34378         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34379         * modules/openat (Files): Remove openat-die.c.
34380         (Depends-on): Add openat-die.
34381         * modules/openat-die: New module.
34382
34383 2007-05-06  Bruno Haible  <bruno@clisp.org>
34384
34385         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34386         Update with info about Cygwin.
34387         * doc/functions/fprintf.texi: Update.
34388         * doc/functions/printf.texi: Update.
34389         * doc/functions/snprintf.texi: Update.
34390         * doc/functions/sprintf.texi: Update.
34391         * doc/functions/vfprintf.texi: Update.
34392         * doc/functions/vprintf.texi: Update.
34393         * doc/functions/vsnprintf.texi: Update.
34394         * doc/functions/vsprintf.texi: Update.
34395         Reported by Eric Blake.
34396
34397 2007-05-06  Bruno Haible  <bruno@clisp.org>
34398
34399         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34400         padding ourselves for the floating-point directives.
34401         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34402         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34403         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34404         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34405         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34406         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34407         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34408         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34409         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34410         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34411         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34412         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34413         * tests/test-snprintf-posix.h (test_function): Also check the width
34414         and some flags in the %f directive.
34415         * tests/test-sprintf-posix.h (test_function): Likewise.
34416         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34417         * tests/test-vasprintf-posix.c (test_function): Likewise.
34418         * doc/functions/fprintf.texi: Update.
34419         * doc/functions/printf.texi: Update.
34420         * doc/functions/snprintf.texi: Update.
34421         * doc/functions/sprintf.texi: Update.
34422         * doc/functions/vfprintf.texi: Update.
34423         * doc/functions/vprintf.texi: Update.
34424         * doc/functions/vsnprintf.texi: Update.
34425         * doc/functions/vsprintf.texi: Update.
34426
34427 2007-05-06  Bruno Haible  <bruno@clisp.org>
34428
34429         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34430         pass the ' flag character to sprintf or snprintf.
34431         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34432         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34433         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34434         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34435         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34436         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34437         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34438         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34439         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34440         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34441         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34442         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34443         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34444         flag.
34445         * tests/test-sprintf-posix.h (test_function): Likewise.
34446         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34447         * tests/test-vasprintf-posix.c (test_function): Likewise.
34448         * doc/functions/fprintf.texi: Update.
34449         * doc/functions/printf.texi: Update.
34450         * doc/functions/snprintf.texi: Update.
34451         * doc/functions/sprintf.texi: Update.
34452         * doc/functions/vfprintf.texi: Update.
34453         * doc/functions/vprintf.texi: Update.
34454         * doc/functions/vsnprintf.texi: Update.
34455         * doc/functions/vsprintf.texi: Update.
34456
34457 2007-05-01  Bruno Haible  <bruno@clisp.org>
34458
34459         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34460
34461 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34462
34463         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34464         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34465
34466 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34467
34468         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34469         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34470         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34471
34472 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34473
34474         * lib/argp-help.c (struct hol_entry): New member `ord'.
34475         (HOL_ENTRY_PTRCMP): Use ord for comparison
34476         (hol_sort): Initialize ord.
34477
34478 2007-05-01  Bruno Haible  <bruno@clisp.org>
34479
34480         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34481         Reported by Eric Blake.
34482         * doc/gnulib.texi (Function Substitutes): Update.
34483
34484 2007-05-01  Bruno Haible  <bruno@clisp.org>
34485
34486         * doc/functions.texi: Remove file, now redundant through
34487         doc/functions/*.texi.
34488
34489 2007-05-01  Bruno Haible  <bruno@clisp.org>
34490
34491         * modules/argp (Depends-on): Add sleep.
34492
34493 2007-05-01  Bruno Haible  <bruno@clisp.org>
34494
34495         * modules/sleep-tests: New file.
34496         * tests/test-sleep.c: New file.
34497
34498         * modules/sleep: New file.
34499         * lib/sleep.c: New file.
34500         * m4/sleep.m4: New file.
34501         * lib/unistd_.h (sleep): New declaration.
34502         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34503         HAVE_SLEEP.
34504         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34505         * doc/functions/sleep.texi: Document the sleep module.
34506
34507 2007-05-01  Bruno Haible  <bruno@clisp.org>
34508
34509         * lib/sigprocmask.h: Remove file.
34510         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34511         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34512         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34513         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34514         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34515         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34516         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34517         HAVE_SIGSET_T as a shell variable.
34518         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34519         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34520         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34521         (Depends-on): Add signal. Remove verify.
34522         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34523         (Include): Mention <signal.h> instead of sigprocmask.h.
34524         * NEWS: Mention the change.
34525         * lib/fatal-signal.c: Don't include sigprocmask.h.
34526
34527 2007-05-01  Bruno Haible  <bruno@clisp.org>
34528
34529         * modules/signal: New file.
34530         * lib/signal_.h: New file.
34531         * m4/signal_h.m4: New file.
34532
34533 2007-05-01  Bruno Haible  <bruno@clisp.org>
34534
34535         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34536         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34537         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
34538         HAVE_WCTYPE_CTMP_BUG into wctype.h.
34539
34540 2007-05-01  Bruno Haible  <bruno@clisp.org>
34541
34542         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
34543         configure time.
34544         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
34545         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
34546         * modules/sys_stat (Makefile.am): Substitute their values into
34547         sys/stat.h.
34548
34549 2007-05-01  Bruno Haible  <bruno@clisp.org>
34550
34551         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
34552         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
34553         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
34554
34555 2007-05-01  Bruno Haible  <bruno@clisp.org>
34556
34557         * doc/header/assert.texi: Undo last change: don't mention the gnulib
34558         'assert' module here.
34559
34560 2007-05-01  Bruno Haible  <bruno@clisp.org>
34561
34562         * doc/functions/*.texi: New files.
34563         * doc/functions/google-ranking.txt: New file.
34564         * doc/gnulib.texi (Function Substitutes): New chapter.
34565         (ctime, inet_ntoa): Remove sections.
34566         * doc/ctime.texi: Remove file.
34567         * doc/inet_ntoa.texi: Remove file.
34568         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
34569         dependencies.
34570         (%.info): New rule, specifying a --reference-limit.
34571
34572 2007-05-01  Bruno Haible  <bruno@clisp.org>
34573
34574         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
34575
34576 2007-05-01  Bruno Haible  <bruno@clisp.org>
34577
34578         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
34579         the portability of 'mkdir' to mingw systems.
34580
34581 2007-05-01  Bruno Haible  <bruno@clisp.org>
34582
34583         * doc/headers/google-ranking.txt: New file.
34584
34585 2007-04-30  Eric Blake  <ebb9@byu.net>
34586
34587         Prefer fseeko to fseek.
34588         * modules/getpass (Depends-on): Add fseeko.
34589         * lib/getpass.c (getpass): Use fseeko, not fseek.
34590
34591 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
34592
34593         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
34594         assumes the sorting is stable, while most qsort implementations
34595         are not.  Use argument addresses to ensure they never compare as
34596         equal.
34597
34598         * tests/test-argp-2.sh (usage-indent test): Fix output
34599         (func_compare): Restore diff options
34600         * tests/test-argp.c: Restore #include "progname.h"
34601
34602 2007-04-29  Bruno Haible  <bruno@clisp.org>
34603
34604         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
34605         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34606         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
34607         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34608         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
34609         (configure.ac): Define CHECK_SNPRINTF_POSIX.
34610         (TESTS, check_PROGRAMS): Add test-snprintf.
34611         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
34612         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
34613         (TESTS, check_PROGRAMS): Add test-vsnprintf.
34614         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
34615         assertions that fail on HP-UX, OSF/1, or IRIX.
34616         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
34617
34618 2007-04-29  Bruno Haible  <bruno@clisp.org>
34619
34620         * MODULES.html.sh (posix_functions): Remove 'contents'.
34621
34622 2007-04-29  Karl Berry  <karl@gnu.org>
34623
34624         * config/srclist.txt (gendocs_template_min): new entry.
34625
34626 2007-04-29  Bruno Haible  <bruno@clisp.org>
34627
34628         Work around fpurge bug on BSD systems.
34629         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
34630         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
34631         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
34632         fpurge to rpl_fpurge if the system already has this function.
34633         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
34634         the case where the system already has this function. Correct invariants
34635         on BSD systems.
34636         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
34637         BSD systems.
34638
34639 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
34640
34641         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
34642         proposed by Sven Verdoolaege.
34643
34644         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
34645         options.
34646         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
34647         (usage and help tests): Update
34648
34649 2007-04-29  Bruno Haible  <bruno@clisp.org>
34650
34651         * tests/test-fflush.c (main): Use a file of size 17, not 10.
34652         Print more information in case of failure. Disable a test on BeOS.
34653
34654 2007-04-29  Bruno Haible  <bruno@clisp.org>
34655
34656         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
34657         This helps debugging on systems on which no gdb is available.
34658
34659 2007-04-29  Bruno Haible  <bruno@clisp.org>
34660
34661         * lib/freading.h: Improve comments.
34662         * lib/fwriting.h: Likewise.
34663         * tests/test-freading.c (main): Don't check freading immediately after
34664         repositioning. Needed for glibc.
34665
34666 2007-04-29  Bruno Haible  <bruno@clisp.org>
34667
34668         * lib/freading.c (freading): Trivial simplification.
34669
34670 2007-04-28  Bruno Haible  <bruno@clisp.org>
34671
34672         * tests/test-fwriting.c (main): Also test the interaction between
34673         fflush and fwriting.
34674         * modules/fwriting-tests (Depends-on): Add fflush.
34675
34676         * tests/test-freading.c (main): Also test the interaction between
34677         fflush and freading.
34678         * modules/freading-tests (Depends-on): Add fflush.
34679
34680 2007-04-28  Bruno Haible  <bruno@clisp.org>
34681
34682         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
34683         fseeko and ftello.
34684         Suggested by Eric Blake.
34685
34686 2007-04-28  Jim Meyering  <jim@meyering.net>
34687
34688         Avoid false-negative in gl_STDINT_H's C99 conformance test.
34689         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
34690         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
34691
34692 2007-04-27  Eric Blake  <ebb9@byu.net>
34693
34694         * doc/headers/assert.texi (assert.h): Document assert module use.
34695
34696 2007-04-27  Bruno Haible  <bruno@clisp.org>
34697
34698         * doc/headers/*.texi: New files.
34699         * doc/gnulib.texi (Header File Substitutes): New chapter.
34700         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
34701         dependencies.
34702         (standards.info ,standards.html, standards.dvi): Update dependencies.
34703         (mostlyclean, clean): New targets.
34704
34705 2007-04-27  Bruno Haible  <bruno@clisp.org>
34706
34707         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
34708         * modules/sysexits (Files, Makefile.am): Update.
34709
34710         * lib/sys_socket_.h: Renamed from lib/socket_.h.
34711         * modules/sys_socket (Files, Makefile.am): Update.
34712
34713         * lib/sys_stat_.h: Renamed from lib/stat_.h.
34714         * modules/sys_stat (Files, Makefile.am): Update.
34715
34716 2007-04-27  Eric Blake  <ebb9@byu.net>
34717
34718         * lib/freading.h: Improve comments.
34719         * lib/fwriting.h: Likewise.
34720         * lib/fflush.c: Likewise.
34721
34722         Fix closein for mingw.
34723         * modules/closein-tests: Add tests for closein.
34724         * tests/test-closein.c: New file.
34725         * tests/test-closein.sh: Likewise.
34726         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
34727         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
34728
34729 2007-04-27  Bruno Haible  <bruno@clisp.org>
34730
34731         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
34732         version is < 6.
34733         * lib/math_.h [__DECC]: Likewise.
34734         * lib/stdio_.h [__DECC]: Likewise.
34735         * lib/stdlib_.h [__DECC]: Likewise.
34736         * lib/string_.h [__DECC]: Likewise.
34737         * lib/time_.h [__DECC]: Likewise.
34738         * lib/wchar_.h [__DECC]: Likewise.
34739         * lib/wctype_.h [__DECC]: Likewise.
34740
34741 2007-04-27  Bruno Haible  <bruno@clisp.org>
34742
34743         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
34744
34745 2007-04-27  Bruno Haible  <bruno@clisp.org>
34746
34747         * lib/fflush.c: Add comments.
34748         * modules/fpurge-tests (Depends-on): Add fflush.
34749         * modules/freadable-tests (Depends-on): Likewise.
34750         * modules/fwritable-tests (Depends-on): Likewise.
34751
34752 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
34753
34754         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
34755         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
34756         Report by Bruno Haible <bruno@clisp.org>.
34757
34758 2007-04-26  Eric Blake  <ebb9@byu.net>
34759
34760         Fix fflush on mingw.
34761         * modules/fflush (Depends-on): Add freading.
34762         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
34763         but unread data.
34764
34765 2007-04-26  Eric Blake  <ebb9@byu.net>
34766         and Bruno Haible  <bruno@clisp.org>
34767
34768         Implement freading and fwriting.
34769         * lib/freading.c: New file.
34770         * lib/freading.h: Likewise.
34771         * m4/freading.m4: Likewise.
34772         * modules/freading: Likewise.
34773         * modules/freading-tests: Likewise.
34774         * tests/test-freading.c: Likewise.
34775         * lib/fwriting.c: New file.
34776         * lib/fwriting.h: Likewise.
34777         * m4/fwriting.m4: Likewise.
34778         * modules/fwriting: Likewise.
34779         * modules/fwriting-tests: Likewise.
34780         * tests/test-fwriting.c: Likewise.
34781         * MODULES.html.sh (File stream based Input/Output): Mention them.
34782
34783 2007-04-26  Bruno Haible  <bruno@clisp.org>
34784
34785         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
34786         'long' when we assume it.
34787         Suggested by Eric Blake.
34788
34789 2007-04-26  Bruno Haible  <bruno@clisp.org>
34790
34791         Ensure fseeko, ftello are declared on glibc systems.
34792         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
34793         * modules/fseeko (configure.ac-early): Likewise.
34794         * modules/ftello (configure.ac-early): Likewise.
34795         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
34796         AC_FUNC_FSEEKO for this.
34797         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
34798         (gl_CHECK_FSEEKO): Remove macro.
34799
34800 2007-04-26  Bruno Haible  <bruno@clisp.org>
34801
34802         * tests/test-fflush.c (main): Also check the ftell result after
34803         fflush and fseek/fseeko.
34804         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
34805         file descriptor position cache in the stream.
34806         * lib/fseeko.c (rpl_fseeko): Likewise.
34807
34808 2007-04-26  Bruno Haible  <bruno@clisp.org>
34809
34810         * modules/fflush-tests (Depends-on): Add fseeko.
34811
34812 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
34813             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34814
34815         * lib/argz_.h: ensure error_t definition is obtained in same
34816         mechanism system argz.h would have.
34817         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
34818         argz facilities are known bad.  Err on the side of caution if
34819         cross-compiling.
34820
34821 2007-04-25  Eric Blake  <ebb9@byu.net>
34822
34823         * lib/fpurge.c (includes): Use stdlib.h for free.
34824         * tests/test-fflush.c (main): Also test fflush-fseeko.
34825
34826 2007-04-25  Bruno Haible  <bruno@clisp.org>
34827
34828         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
34829         * lib/fseeko.c: New file.
34830         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
34831         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
34832         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
34833         gl_FUNC_FSEEKO.
34834         (gl_FUNC_FSEEKO): Invoke it.
34835         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
34836         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
34837         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
34838
34839 2007-04-25  Bruno Haible  <bruno@clisp.org>
34840
34841         * modules/fflush (Depends-on): Add ftello.
34842
34843 2007-04-25  Bruno Haible  <bruno@clisp.org>
34844
34845         * modules/ftello-tests: New file.
34846         * tests/test-ftello.c: New file.
34847
34848         * modules/ftello: New file.
34849         * m4/ftello.m4: New file.
34850         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
34851         HAVE_FTELLO.
34852         * lib/stdio_.h (ftello): New declaration.
34853         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
34854         HAVE_FTELLO.
34855
34856 2007-04-25  Bruno Haible  <bruno@clisp.org>
34857
34858         * modules/fseeko-tests: New file.
34859         * tests/test-fseeko.c: New file.
34860
34861         * modules/fseeko: New file.
34862         * m4/fseeko.m4: New file.
34863         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
34864         HAVE_FSEEKO.
34865         * lib/stdio_.h (fseeko): New declaration.
34866         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
34867         HAVE_FSEEKO.
34868
34869 2007-04-25  Bruno Haible  <bruno@clisp.org>
34870
34871         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
34872
34873 2007-04-25  Bruno Haible  <bruno@clisp.org>
34874
34875         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
34876         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
34877         * tests/test-unistd.c: Likewise.
34878         * tests/test-fcntl.c: Likewise.
34879
34880 2007-04-23  Eric Blake  <ebb9@byu.net>
34881
34882         * lib/fflush.c: Fix missing include.
34883         Reported by Bruno Haible.
34884
34885 2007-04-23  Bruno Haible  <bruno@clisp.org>
34886
34887         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
34888         Reported by Eric Blake.
34889
34890 2007-04-23  Bruno Haible  <bruno@clisp.org>
34891
34892         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
34893
34894 2007-04-23  Bruno Haible  <bruno@clisp.org>
34895
34896         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
34897
34898 2007-04-23  Bruno Haible  <bruno@clisp.org>
34899
34900         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
34901         Needed on HP-UX 11.
34902
34903 2007-04-16  Eric Blake  <ebb9@byu.net>
34904
34905         Make fflush rely on fpurge.
34906         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
34907         open coding all variants.
34908         * modules/fflush (Depends-on): Add fpurge and unistd.
34909         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
34910         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
34911
34912         Fix --with-tests compilation on cygwin.
34913         * modules/argmatch-tests (Makefile.am): List gnulib library first
34914         in LDADD.
34915         * modules/argp-tests (Makefile.am): Likewise.
34916         * modules/array-list-tests (Makefile.am): Likewise.
34917         * modules/array-oset-tests (Makefile.am): Likewise.
34918         * modules/avltree-list-tests (Makefile.am): Likewise.
34919         * modules/avltree-oset-tests (Makefile.am): Likewise.
34920         * modules/avltreehash-list-tests (Makefile.am): Likewise.
34921         * modules/carray-list-tests (Makefile.am): Likewise.
34922         * modules/dirname-tests (Makefile.am): Likewise.
34923         * modules/frexp-tests (Makefile.am): Likewise.
34924         * modules/isnanl-tests (Makefile.am): Likewise.
34925         * modules/linked-list-tests (Makefile.am): Likewise.
34926         * modules/linkedhash-list-tests (Makefile.am): Likewise.
34927         * modules/lock-tests (Makefile.am): Likewise.
34928         * modules/rbtree-list-tests (Makefile.am): Likewise.
34929         * modules/rbtree-oset-tests (Makefile.am): Likewise.
34930         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
34931         * modules/tls-tests (Makefile.am): Likewise.
34932         * modules/tsearch-tests (Makefile.am): Likewise.
34933         * modules/xvasprintf-tests (Makefile.am): Likewise.
34934
34935         Fix fpurge for cygwin.
34936         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
34937         value.
34938         * modules/fpurge-tests (Depends-on): Clean up trash.
34939
34940 2007-04-16  Simon Josefsson  <simon@josefsson.org>
34941
34942         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
34943
34944         * m4/autobuild.m4: Re-indent.
34945
34946 2007-04-13  Bruno Haible  <bruno@clisp.org>
34947
34948         * modules/fpurge-tests: New file.
34949         * tests/test-fpurge.c: New file.
34950
34951         * modules/fpurge: New file.
34952         * lib/fpurge.h: New file.
34953         * lib/fpurge.c: New file.
34954         * m4/fpurge.m4: New file.
34955
34956 2007-04-13  Bruno Haible  <bruno@clisp.org>
34957
34958         * modules/fbufmode-tests: New file.
34959         * tests/test-fbufmode.c: New file.
34960
34961         * modules/fbufmode: New file.
34962         * lib/fbufmode.h: New file.
34963         * lib/fbufmode.c: New file.
34964         * m4/fbufmode.m4: New file.
34965
34966 2007-04-13  Bruno Haible  <bruno@clisp.org>
34967
34968         * modules/fwritable-tests: New file.
34969         * tests/test-fwritable.c: New file.
34970
34971         * modules/fwritable: New file.
34972         * lib/fwritable.h: New file.
34973         * lib/fwritable.c: New file.
34974         * m4/fwritable.m4: New file.
34975
34976 2007-04-13  Bruno Haible  <bruno@clisp.org>
34977
34978         * modules/freadable-tests: New file.
34979         * tests/test-freadable.c: New file.
34980
34981         * modules/freadable: New file.
34982         * lib/freadable.h: New file.
34983         * lib/freadable.c: New file.
34984         * m4/freadable.m4: New file.
34985
34986 2007-04-13  Bruno Haible  <bruno@clisp.org>
34987
34988         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
34989         MOSTLYCLEANFILES.
34990
34991 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34992
34993         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
34994         gzip bootstrap.conf to avoid dragging in i18n machinery.
34995         (gnulib_tool_option): Use it.
34996
34997 2007-04-13  Bruno Haible  <bruno@clisp.org>
34998
34999         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35000         %F directives.
35001         * tests/test-vasprintf-posix.c (test_function): Likewise.
35002         * tests/test-snprintf-posix.h (test_function): Likewise.
35003         * tests/test-sprintf-posix.h (test_function): Likewise.
35004         * tests/test-fprintf-posix.h (test_function): Likewise.
35005         * tests/test-printf-posix.h (test_function): Likewise.
35006         * tests/test-fprintf-posix.out: Likewise.
35007
35008 2007-04-13  Bruno Haible  <bruno@clisp.org>
35009
35010         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35011         * modules/tls-tests (configure.ac): Likewise.
35012         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35013
35014 2007-04-13  Bruno Haible  <bruno@clisp.org>
35015
35016         * lib/tls.c (glthread_tls_get): Fix return type.
35017         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35018
35019 2007-04-12  Eric Blake  <ebb9@byu.net>
35020
35021         * modules/gettime (Depends-on): Remove gettime.
35022         Reported by Dmitry V. Levin.
35023
35024 2007-04-12  Bruno Haible  <bruno@clisp.org>
35025
35026         * modules/fflush (Include): Mention <stdio.h>.
35027         * modules/strtoimax (Include): Mention <inttypes.h>.
35028         * modules/strtoumax (Include): Likewise.
35029
35030 2007-04-12  Eric Blake  <ebb9@byu.net>
35031
35032         * .cvsignore: New file.
35033         * .gitignore: Likewise.
35034
35035 2007-04-12  Bruno Haible  <bruno@clisp.org>
35036
35037         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35038         not before, since $(LDADD) often contains libgnu.a.
35039         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35040         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35041         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35042         Needed on Cygwin.
35043
35044 2007-04-12  Eric Blake  <ebb9@byu.net>
35045
35046         Work around glibc's failure to flush stdin on fclose.
35047         * lib/closein.c (close_stdin): Flush stdin before closing.
35048
35049         Work around glibc's failure to reset seekable stdin on exit.
35050         * modules/closein: New module.
35051         * lib/closein.c: New file.
35052         * lib/closein.h: Likewise.
35053         * m4/closein.m4: Likewise.
35054         * MODULES.html.sh (File stream based Input/Output): Document it.
35055
35056 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35057
35058         * gnulib-tool: Rename generated 'autobuild' script to
35059         'do-autobuild' in --create-megatestdir output.
35060
35061         * doc/gnulib.texi (Build robot for gnulib): Fix.
35062
35063 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35064
35065         * modules/sysexits (Depends-on): Add absolute-header.
35066
35067 2007-04-12  Eric Blake  <ebb9@byu.net>
35068
35069         No need to preserve errno on success.
35070         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35071         Reported by Bruno Haible.
35072
35073 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35074
35075         * MODULES.html.sh (Support for maintaining and releasing
35076         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35077
35078 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35079
35080         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35081
35082 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35083
35084         * modules/autobuild: New module.
35085
35086         * m4/autobuild.m4: New file.
35087
35088 2007-04-11  Bruno Haible  <bruno@clisp.org>
35089
35090         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35091         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35092         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35093         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35094         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35095         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35096         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35097         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35098         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35099         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35100         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35101         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35102         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35103         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35104         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35105         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35106         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35107         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35108         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35109         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35110         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35111         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35112         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35113         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35114         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35115         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35116         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35117         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35118         Reported by Eric Blake.
35119
35120 2007-04-11  Bruno Haible  <bruno@clisp.org>
35121
35122         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35123
35124 2007-04-10  Bruno Haible  <bruno@clisp.org>
35125
35126         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35127         for NaN and Infinity. Needed on FreeBSD 6.1.
35128         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35129         regarding results for "%010a" of Infinity and NaN.
35130         * tests/test-vasprintf-posix.c (test_function): Likewise.
35131         * tests/test-snprintf-posix.h (test_function): Likewise.
35132         * tests/test-sprintf-posix.h (test_function): Likewise.
35133         * tests/test-fprintf-posix.h (test_function): Likewise.
35134         * tests/test-printf-posix.h (test_function): Likewise.
35135         * tests/test-fprintf-posix.out: Likewise.
35136
35137 2007-04-10  Bruno Haible  <bruno@clisp.org>
35138
35139         * modules/locale-tests: New file.
35140         * tests/test-locale.c: New file.
35141
35142         * modules/locale: New file.
35143         * lib/locale_.h: New file.
35144         * m4/locale_h.m4: New file.
35145
35146 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35147             Bruno Haible  <bruno@clisp.org>
35148
35149         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35150         be determined, test for availability of the copysignf, copysign,
35151         copysignl functions.
35152         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35153         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35154         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35155
35156 2007-04-09  Eric Blake  <ebb9@byu.net>
35157
35158         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35159         * modules/stdio (Makefile.am): Support fflush.
35160         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35161         * modules/fflush: New file.
35162         * lib/fflush.c: Likewise.
35163         * m4/fflush.m4: Likewise.
35164         * modules/fflush-tests: New test.
35165         * tests/test-fflush.c: Likewise.
35166         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35167
35168 2007-04-06  Bruno Haible  <bruno@clisp.org>
35169
35170         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35171         (VASNPRINTF): Use signbit for faster determination whether to print a
35172         minus sign.
35173         * modules/vasnprintf (Files): Remove lib/float+.h.
35174         * modules/fprintf-posix (Depends-on): Add signbit.
35175         * modules/snprintf-posix (Depends-on): Likewise.
35176         * modules/sprintf-posix (Depends-on): Likewise.
35177         * modules/vasnprintf-posix (Depends-on): Likewise.
35178         * modules/vasprintf-posix (Depends-on): Likewise.
35179         * modules/vfprintf-posix (Depends-on): Likewise.
35180         * modules/vsnprintf-posix (Depends-on): Likewise.
35181         * modules/vsprintf-posix (Depends-on): Likewise.
35182
35183 2007-04-06  Bruno Haible  <bruno@clisp.org>
35184
35185         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35186         * tests/test-frexpl.c (main): Likewise.
35187         * tests/test-ldexpl.c (main): Likewise.
35188         * modules/frexp-tests (Depends-on): Add signbit.
35189         * modules/frexpl-tests (Depdends-on): Likewise.
35190         * modules/ldexpl-tests (Depdends-on): Likewise.
35191
35192 2007-04-06  Bruno Haible  <bruno@clisp.org>
35193
35194         * modules/signbit-tests: New file.
35195         * tests/test-signbit.c: New file.
35196
35197         * modules/signbit: New file.
35198         * lib/signbitf.c: New file.
35199         * lib/signbitd.c: New file.
35200         * lib/signbitl.c: New file.
35201         * m4/signbit.m4: New file.
35202         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35203         (signbit): New macro.
35204         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35205         REPLACE_SIGNBIT.
35206         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35207         REPLACE_FREXPL into math.h.
35208
35209 2007-04-06  Bruno Haible  <bruno@clisp.org>
35210
35211         * modules/isnanf-nolibm-tests: New file.
35212         * tests/test-isnanf.c: New file.
35213
35214         * modules/isnanf-nolibm: New file.
35215         * lib/isnanf.h: New file.
35216         * lib/isnanf.c: New file.
35217         * lib/isnan.c: Consider the USE_FLOAT macro.
35218         * m4/isnanf.m4: New file.
35219
35220 2007-04-06  Bruno Haible  <bruno@clisp.org>
35221
35222         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35223         (Link): New section.
35224
35225         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35226
35227 2007-04-06  Bruno Haible  <bruno@clisp.org>
35228
35229         Assume the 'long double' type.
35230         * m4/longdouble.m4: Remove file.
35231         * config/srclist.txt: Don't mention longdouble.m4.
35232         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35233         * lib/float+.h: Likewise.
35234         * lib/frexp.c: Likewise.
35235         * lib/printf-args.h: Likewise.
35236         * lib/printf-args.c: Likewise.
35237         * lib/printf-frexp.c: Likewise.
35238         * lib/printf-parse.c: Likewise.
35239         * lib/vasnprintf.c: Likewise.
35240         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35241         * m4/intl.m4: Likewise.
35242         * m4/isnanl.m4: Likewise.
35243         * m4/printf.m4: Likewise.
35244         * m4/printf-frexpl.m4: Likewise.
35245         * m4/vasnprintf.m4: Likewise.
35246         * modules/allocsa (Files): Remove m4/longdouble.m4.
35247         * modules/gettext (Files): Likewise.
35248         * modules/relocatable-prog-wrapper (Files): Likewise.
35249         * modules/vasnprintf (Files): Likewise.
35250         * modules/isnanl (Files): Likewise.
35251         (Include): Simplify.
35252         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35253         (Include): Simplify.
35254         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35255         (Include): Simplify.
35256         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35257         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35258         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35259         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35260         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35261         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35262         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35263         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35264         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35265         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35266         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35267         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35268         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35269         * tests/test-isnanl.c: Likewise.
35270         * tests/test-snprintf-posix.h: Likewise.
35271         * tests/test-sprintf-posix.h: Likewise.
35272         * tests/test-vasnprintf-posix.c: Likewise.
35273         * tests/test-vasnprintf-posix2.c: Likewise.
35274         * tests/test-vasprintf-posix.c: Likewise.
35275
35276 2007-04-06  Bruno Haible  <bruno@clisp.org>
35277
35278         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35279         * lib/math_.h [__DECC]: Include the overridden include file through
35280         #include_next, outside the double-inclusion guard.
35281         * lib/stdio_.h [__DECC]: Likewise.
35282         * lib/stdlib_.h [__DECC]: Likewise.
35283         * lib/string_.h [__DECC]: Likewise.
35284         * lib/time_.h [__DECC]: Likewise.
35285         * lib/wchar_.h [__DECC]: Likewise.
35286         * lib/wctype_.h [__DECC]: Likewise.
35287         * lib/inttypes_.h [__DECC]: Likewise.
35288         Reported by Albert Chin <china@thewrittenword.com> in
35289         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35290
35291 2007-04-04  Eric Blake  <ebb9@byu.net>
35292
35293         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35294         1.5.x.
35295
35296 2007-04-04  Bruno Haible  <bruno@clisp.org>
35297
35298         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35299         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35300
35301 2007-04-04  Bruno Haible  <bruno@clisp.org>
35302
35303         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35304         results for "%010a" of Infinity and NaN.
35305         * tests/test-vasprintf-posix.c (test_function): Likewise.
35306         * tests/test-snprintf-posix.h (test_function): Likewise.
35307         * tests/test-sprintf-posix.h (test_function): Likewise.
35308         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35309         * tests/test-printf-posix.h (test_function): Likewise.
35310         * tests/test-fprintf-posix.out: Update.
35311         Needed for FreeBSD 6.1.
35312
35313 2007-04-04  Bruno Haible  <bruno@clisp.org>
35314
35315         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35316         directly used by the gnulib modules nor by gnulib-tool.
35317
35318 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35319
35320         * DEPENDENCIES: Give overall description of version dependency
35321         desirability.  Use more-typical names for apps.
35322         Add shell, coreutils, diffutils, grep, tar, gzip.
35323
35324 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35325
35326         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35327
35328 2007-04-04  Karl Berry  <karl@gnu.org>
35329
35330         * MODULES.html.sh (func_module): missing '.
35331
35332 2007-04-03  Bruno Haible  <bruno@clisp.org>
35333
35334         * modules/argmatch-tests (Makefile.am): New variable
35335         test_argmatch_LDADD.
35336         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35337         * modules/array-list-tests (Makefile.am): New variable
35338         test_array_list_LDADD.
35339         * modules/array-oset-tests (Makefile.am): New variable
35340         test_array_oset_LDADD.
35341         * modules/avltree-list-tests (Makefile.am): New variable
35342         test_avltree_list_LDADD.
35343         * modules/avltree-oset-tests (Makefile.am): New variable
35344         test_avltree_oset_LDADD.
35345         * modules/avltreehash-list-tests (Makefile.am): New variable
35346         test_avltreehash_list_LDADD.
35347         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35348         test_canonicalize_lgpl_LDADD.
35349         * modules/carray-list-tests (Makefile.am): New variable
35350         test_carray_list_LDADD.
35351         * modules/dirname-tests (Makefile.am): New variable
35352         test_dirname_LDADD.
35353         * modules/linked-list-tests (Makefile.am): New variable
35354         test_linked_list_LDADD.
35355         * modules/linkedhash-list-tests (Makefile.am): New variable
35356         test_linkedhash_list_LDADD.
35357         * modules/rbtree-list-tests (Makefile.am): New variable
35358         test_rbtree_list_LDADD.
35359         * modules/rbtree-oset-tests (Makefile.am): New variable
35360         test_rbtree_oset_LDADD.
35361         * modules/rbtreehash-list-tests (Makefile.am): New variable
35362         test_rbtreehash_list_LDADD.
35363         * modules/xvasprintf-tests (Makefile.am): New variable
35364         test_xvasprintf_LDADD.
35365         Reported by Eric Blake.
35366
35367 2007-04-03  Eric Blake  <ebb9@byu.net>
35368
35369         * DEPENDENCIES: Weaken m4 requirements.
35370
35371 2007-04-03  Bruno Haible  <bruno@clisp.org>
35372
35373         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35374         * modules/isnanl-tests (configure.ac): Likewise.
35375
35376 2007-04-03  Ben Pfaff  <blp@gnu.org>
35377
35378         * modules/iconv_open: Add $(srcdir)/ to source directory
35379         references in Makefile fragments that call gperf, to fix VPATH
35380         builds.
35381
35382 2007-04-03  Bruno Haible  <bruno@clisp.org>
35383
35384         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35385         * lib/ldexpl.c: Undo last change.
35386
35387 2007-04-03  Bruno Haible  <bruno@clisp.org>
35388
35389         * modules/printf-frexpl (Depends-on): Undo last change.
35390         (Files): Add m4/ldexpl.m4.
35391
35392 2007-04-03  Bruno Haible  <bruno@clisp.org>
35393
35394         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35395         * modules/isnanl (Link): New section.
35396
35397         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35398         * modules/frexp (Link): New section.
35399
35400         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35401         * modules/frexpl (Link): New section.
35402
35403         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35404         * modules/ldexpl (Link): New section.
35405
35406 2007-04-03  Bruno Haible  <bruno@clisp.org>
35407
35408         * modules/TEMPLATE-EXTENDED: New file.
35409         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35410
35411 2007-04-03  Bruno Haible  <bruno@clisp.org>
35412
35413         * DEPENDENCIES: New file.
35414         Suggested by Simon Josefsson.
35415
35416 2007-04-03  Bruno Haible  <bruno@clisp.org>
35417
35418         * doc/gnulib.texi: Escape @.
35419
35420 2007-04-03  James Youngman  <jay@gnu.org>
35421         and Paul Eggert  <eggert@cs.ucla.edu>
35422
35423         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35424         birthtime on all systems that have birthtime, not just those which
35425         use st_birthtimensec rather than st_birthtim.  Putting zero in
35426         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35427         that the birth time is not available for files on an NFS mount.
35428
35429 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35430
35431         * modules/memxor: Move back from crypto/, suggested by Bruno.
35432         * modules/crypto/hmac-sha1: Fix memxor dependency.
35433
35434         * modules/crypto/gc: Moved from ../.
35435
35436 2007-04-02  Eric Blake  <ebb9@byu.net>
35437
35438         * lib/ldexpl.c (includes): Avoid libm.
35439
35440         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35441
35442 2007-04-02  Bruno Haible  <bruno@clisp.org>
35443
35444         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35445         on IRIX.
35446
35447 2007-04-02  Bruno Haible  <bruno@clisp.org>
35448
35449         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35450         x86 or x86_64 platforms running MacOS X.
35451         Reported by Ryan Schmidt <@ryandesign.com>.
35452
35453 2007-04-02  Bruno Haible  <bruno@clisp.org>
35454
35455         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35456         i386.
35457
35458 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35459
35460         * modules/crypto/arcfour: Moved from ../.
35461         * modules/crypto/arcfour-tests: Moved from ../.
35462         * modules/crypto/arctwo: Moved from ../.
35463         * modules/crypto/arctwo-tests: Moved from ../.
35464         * modules/crypto/des: Moved from ../.
35465         * modules/crypto/des-tests: Moved from ../.
35466         * modules/crypto/gc-arcfour: Moved from ../.
35467         * modules/crypto/gc-arcfour-tests: Moved from ../.
35468         * modules/crypto/gc-arctwo: Moved from ../.
35469         * modules/crypto/gc-arctwo-tests: Moved from ../.
35470         * modules/crypto/gc-des: Moved from ../.
35471         * modules/crypto/gc-des-tests: Moved from ../.
35472         * modules/crypto/gc-hmac-md5: Moved from ../.
35473         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35474         * modules/crypto/gc-hmac-sha1: Moved from ../.
35475         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35476         * modules/crypto/gc-md2: Moved from ../.
35477         * modules/crypto/gc-md2-tests: Moved from ../.
35478         * modules/crypto/gc-md4: Moved from ../.
35479         * modules/crypto/gc-md4-tests: Moved from ../.
35480         * modules/crypto/gc-md5: Moved from ../.
35481         * modules/crypto/gc-md5-tests: Moved from ../.
35482         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35483         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35484         * modules/crypto/gc-random: Moved from ../.
35485         * modules/crypto/gc-rijndael: Moved from ../.
35486         * modules/crypto/gc-rijndael-tests: Moved from ../.
35487         * modules/crypto/gc-sha1: Moved from ../.
35488         * modules/crypto/gc-sha1-tests: Moved from ../.
35489         * modules/crypto/gc-tests: Moved from ../.
35490         * modules/crypto/hmac-md5: Moved from ../.
35491         * modules/crypto/hmac-md5-tests: Moved from ../.
35492         * modules/crypto/hmac-sha1: Moved from ../.
35493         * modules/crypto/hmac-sha1-tests: Moved from ../.
35494         * modules/crypto/md2: Moved from ../.
35495         * modules/crypto/md2-tests: Moved from ../.
35496         * modules/crypto/md4: Moved from ../.
35497         * modules/crypto/md4-tests: Moved from ../.
35498         * modules/crypto/md5: Moved from ../.
35499         * modules/crypto/md5-tests: Moved from ../.
35500         * modules/crypto/memxor: Moved from ../.
35501         * modules/crypto/rijndael: Moved from ../.
35502         * modules/crypto/rijndael-tests: Moved from ../.
35503         * modules/crypto/sha1: Moved from ../.
35504
35505 2007-03-30  James Youngman  <jay@gnu.org>
35506
35507         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35508         rename() to change the ctime of a file (because ctime is unaffected
35509         by rename on jfs2 on AIX 5.1).
35510         (main): Start by doing cleanup, in case a previous run failed leaving
35511         test files behind.
35512
35513 2007-03-31  Bruno Haible  <bruno@clisp.org>
35514
35515         Support old proprietary implementations of iconv.
35516         * modules/iconv_open: New file.
35517         * lib/iconv_.h: New file.
35518         * m4/iconv_h.m4: New file.
35519         * lib/iconv_open.c: New file.
35520         * lib/iconv_open-aix.gperf: New file.
35521         * lib/iconv_open-hpux.gperf: New file.
35522         * lib/iconv_open-irix.gperf: New file.
35523         * lib/iconv_open-osf.gperf: New file.
35524         * m4/iconv_open.m4: New file.
35525         * modules/linebreak (Depends-on): Add iconv_open.
35526         * modules/striconv (Depends-on): Likewise.
35527         * modules/striconveh (Depends-on): Likewise.
35528         * modules/unicodeio (Depends-on): Likewise.
35529         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35530         (iconv_t)(-1).
35531         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35532         conversion if cd is (iconv_t)(-1).
35533         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35534         is not possible.
35535
35536 2007-03-31  Bruno Haible  <bruno@clisp.org>
35537
35538         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35539         work on Solaris either. Protect also second use of "autodetect_jp".
35540
35541 2007-03-31  Bruno Haible  <bruno@clisp.org>
35542
35543         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
35544         the function is not present.
35545
35546 2007-03-31  Bruno Haible  <bruno@clisp.org>
35547
35548         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
35549         the function is not present.
35550
35551 2007-03-31  Bruno Haible  <bruno@clisp.org>
35552
35553         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
35554         a bug in HP-UX iconv_open().
35555
35556 2007-03-31  Bruno Haible  <bruno@clisp.org>
35557
35558         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
35559         (Mathematics <math.h>): New section, add fpieee.
35560         (Input/output <stdio.h>): Add fseterr.
35561         (Mathematics <math.h>): New section, add printf-frexp.
35562         (Container data structures): Add sublist.
35563         (Core language properties): Add fpucw, inline.
35564         (Functions for greatest-width integer types <inttypes.h>): Add
35565         imaxabs, imaxdiv, inttypes.
35566         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
35567         isnanl-nolibm, ldexp.
35568         (Mathematics <math.h>): New section, add printf-frexpl.
35569         (Support for systems lacking POSIX:2001): Add fprintf-posix,
35570         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
35571         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
35572         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
35573         (Unicode string functions): Add unistr/u*-mbtoucr.
35574         (Java): Add javacomp-script, javaexec-script.
35575         (C#): Add csharpcomp-script, csharpexec-script.
35576         (Support for building libraries and executables): Add havelib,
35577         relocatable-*.
35578         (Support for maintaining and releasing projects): Renamed from
35579         'Support for maintaining and release projects'. Add announce-gen.
35580
35581 2007-03-31  Bruno Haible  <bruno@clisp.org>
35582
35583         * README: Talk primarily about git.
35584         (git and CVS): Renamed from CVS.
35585         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
35586         gnulib is available through git.
35587         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
35588
35589 2007-03-30  Bruno Haible  <bruno@clisp.org>
35590
35591         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
35592         * lib/poll_.h: Likewise.
35593         * lib/stat_.h: Likewise.
35594         * lib/sys_time_.h: Likewise.
35595         * lib/sysexit_.h: Likewise.
35596         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
35597         * lib/stdbool_.h: Likewise.
35598         * lib/byteswap_.h: Add double-inclusion guard.
35599
35600 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
35601
35602         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
35603
35604 2007-03-30  Karl Berry  <karl@gnu.org>
35605
35606         * config/srclist-update: double space after USA in the license
35607         substitution, since that's how it's usually (?) written.
35608
35609 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
35610
35611         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
35612         reported by Bruno Haible.
35613
35614 2007-03-29  Bruno Haible  <bruno@clisp.org>
35615
35616         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
35617         a bug in AIX iconv().
35618
35619 2007-03-29  Bruno Haible  <bruno@clisp.org>
35620
35621         * modules/ldexpl-tests: New file.
35622         * tests/test-ldexpl.c: New file.
35623
35624 2007-03-29  Bruno Haible  <bruno@clisp.org>
35625
35626         * lib/ldexpl.c: Include fpucw.h.
35627         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
35628         multiplication.
35629         * modules/ldexpl (Depends-on): Add fpucw.
35630
35631 2007-03-29  Bruno Haible  <bruno@clisp.org>
35632
35633         * modules/ldexpl: New file.
35634         * m4/ldexpl.m4: New file.
35635         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
35636         set.
35637         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
35638         REPLACE_LDEXPL.
35639         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
35640         REPLACE_LDEXPL.
35641         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35642         gl_FUNC_LDEXPL_WORKS.
35643         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
35644         * modules/mathl (Files): Remove lib/ldexpl.c.
35645         (Depends-on): Add ldexpl.
35646
35647 2007-03-29  Bruno Haible  <bruno@clisp.org>
35648
35649         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
35650
35651 2007-03-29  Bruno Haible  <bruno@clisp.org>
35652
35653         * tests/test-striconveh.c (main): Don't assume that a direct conversion
35654         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
35655         and possibly also HP-UX.
35656         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35657         work on AIX, IRIX, HP-UX, OSF/1.
35658         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
35659         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
35660         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
35661         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
35662         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
35663         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
35664
35665 2007-03-29  Bruno Haible  <bruno@clisp.org>
35666
35667         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
35668
35669 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35670
35671         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
35672         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
35673
35674 2007-03-29  Eric Blake  <ebb9@byu.net>
35675
35676         * lib/acl-internal.h: Remove redundant include.
35677         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
35678         Cygwin when a file is locked.
35679
35680 2007-03-29  Bruno Haible  <bruno@clisp.org>
35681
35682         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
35683         file.
35684         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
35685
35686 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35687
35688         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
35689         try to remove a parent directory if the child couldn't be removed
35690         (except for the first rmdir, which could fail because the child
35691         doesn't exist).  Problem reported by Jeff Blaine in
35692         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
35693
35694 2007-03-28  Bruno Haible  <bruno@clisp.org>
35695
35696         * lib/striconveh.c (utf8conv_carefully): New function.
35697         (mem_cd_iconveh_internal): Invoke it.
35698
35699 2007-03-28  Bruno Haible  <bruno@clisp.org>
35700
35701         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
35702         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
35703         input.
35704         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
35705         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
35706         unistr/u8-uctomb.
35707
35708 2007-03-28  Bruno Haible  <bruno@clisp.org>
35709
35710         * modules/unistr/u8-mbtoucr: New file.
35711         * lib/unistr/u8-mbtoucr.c: New file.
35712         * modules/unistr/u16-mbtoucr: New file.
35713         * lib/unistr/u16-mbtoucr.c: New file.
35714         * modules/unistr/u16-mbtoucr: New file.
35715         * lib/unistr/u16-mbtoucr.c: New file.
35716         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
35717
35718 2007-03-27  Simon Josefsson  <simon@josefsson.org>
35719             Bruno Haible  <bruno@clisp.org>
35720
35721         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
35722         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
35723         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
35724
35725         * m4/stdio_h.m4: Add stubs for vasprintf too.
35726
35727         * modules/stdio: Support vasprintf in sed command.
35728
35729         * modules/vasprintf: Depend on stdio for prototypes.  Remove
35730         vasprintf.h.  Add stdio module indicator.
35731
35732         * lib/stdio_.h: Declare asprintf and vasprintf, based on
35733         vasprintf.h.
35734
35735         * lib/vasprintf.h: File removed.
35736
35737         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
35738         * lib/vasprintf.c: Ditto.
35739         * lib/xvasprintf.c: Ditto.
35740         * tests/test-vasprintf-posix.c: Ditto.
35741         * tests/test-vasprintf.c: Ditto.
35742
35743 2007-03-27  Bruno Haible  <bruno@clisp.org>
35744
35745         Make vasnprintf multithread-safe.
35746         * lib/vasnprintf.c (decimal_point_char): New function.
35747         (VASNPRINTF): Use it.
35748         Suggested by Simon Josefsson.
35749
35750 2007-03-27  Eric Blake  <ebb9@byu.net>
35751
35752         Support sub-second birthtime on cygwin.
35753         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
35754         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
35755         (get_stat_birthtime): Also work with st_birthtim.
35756
35757 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
35758
35759         * lib/stat-time.h (USE_BIRTHTIME): Remove.
35760         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
35761         (get_stat_birthtime_ns): Do not try to use "spare" fields.
35762         (get_stat_birthtime_ns): Simplify compile-time tests.
35763         (get_stat_birthtime): Change the API to look like
35764         get_stat_mtime etc., except return a negative tv_nsec on error.
35765         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
35766         Don't check for "spare" fields.
35767         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
35768         or for struct stat.st_birthtime, as these tests aren't used.
35769         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
35770
35771 2007-03-27  Bruno Haible  <bruno@clisp.org>
35772
35773         * lib/stat-time.h: Include <sys/stat.h>.
35774
35775 2007-03-27  James Youngman  <jay@gnu.org>
35776
35777         * lib/stat-time.h (get_stat_birthtime): New function for
35778           retrieving st_birthtime as provided by UFS2 (hence *BSD).
35779         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
35780           and its variants.
35781         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
35782         * modules/stat-time-test: New file.
35783         * tests/test-stat-time.c: New test, devised by Bruno Haible.
35784
35785 2007-03-26  Bruno Haible  <bruno@clisp.org>
35786
35787         Better support of signalling NaNs.
35788         * lib/atanl.c: Include isnanl.h.
35789         (atanl): Perform test for NaN at the beginning of the function and
35790         through a call to isnanl.
35791         * lib/cosl.c: Include isnanl.h.
35792         (cosl): Perform test for NaN at the beginning of the function and
35793         through a call to isnanl.
35794         * lib/ldexpl.c: Include isnanl.h.
35795         (ldexpl): Perform test for NaN through a call to isnanl.
35796         * lib/logl.c: Include isnanl.h.
35797         (logl): Perform test for NaN at the beginning of the function and
35798         through a call to isnanl.
35799         * lib/sinl.c: Include isnanl.h.
35800         (sinl): Perform test for NaN at the beginning of the function and
35801         through a call to isnanl.
35802         * lib/sqrtl.c: Include isnanl.h.
35803         (sqrtl): Perform test for NaN at the beginning of the function and
35804         through a call to isnanl.
35805         * lib/tanl.c: Include isnanl.h.
35806         (tanl): Perform test for NaN at the beginning of the function and
35807         through a call to isnanl.
35808         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
35809         * modules/mathl (Depends-on): Add isnanl.
35810
35811 2007-03-26  Eric Blake  <ebb9@byu.net>
35812
35813         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
35814         regression in logic sense of previous patch.
35815
35816 2007-03-26  Bruno Haible  <bruno@clisp.org>
35817
35818         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
35819         unportable shell command "if ! ...".
35820         Reported by Ralf Wildenhues.
35821
35822 2007-03-25  Bruno Haible  <bruno@clisp.org>
35823
35824         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
35825         <sysexits.h> file, and only add EX_CONFIG.
35826         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
35827         absolute file name and whether it is sufficient. Substitute also
35828         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
35829         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
35830         ABSOLUTE_SYSEXITS_H into sysexits.h.
35831
35832 2007-03-25  Bruno Haible  <bruno@clisp.org>
35833
35834         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
35835         hints is NULL.
35836
35837 2007-03-25  Bruno Haible  <bruno@clisp.org>
35838
35839         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
35840         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
35841
35842 2007-03-25  Bruno Haible  <bruno@clisp.org>
35843
35844         * lib/vasnprintf.c: Include langinfo.h.
35845         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
35846         multithread-safe.
35847         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
35848         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
35849         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35850         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35851         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35852         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35853         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35854         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
35855         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35856         Reported by Simon Josefsson.
35857
35858 2007-03-25  Bruno Haible  <bruno@clisp.org>
35859
35860         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
35861         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
35862         * modules/vasnprintf (Depends-on): Add stdint.
35863
35864 2007-03-25  Bruno Haible  <bruno@clisp.org>
35865
35866         * modules/fpieee: New file.
35867         * m4/fpieee.m4: New file.
35868         * modules/isnan-nolibm (Depends-on): Add fpieee.
35869         * modules/isnanl-nolibm (Depends-on): Add fpieee.
35870         * modules/isnanl (Depends-on): Add fpieee.
35871
35872 2007-03-25  Bruno Haible  <bruno@clisp.org>
35873
35874         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
35875
35876 2007-03-25  Bruno Haible  <bruno@clisp.org>
35877
35878         Avoid test failures on IRIX 6.5.
35879         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
35880         (main): Use it.
35881         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
35882         macros.
35883         (main): Use them.
35884
35885 2007-03-25  Bruno Haible  <bruno@clisp.org>
35886
35887         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
35888         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
35889         exists but doesn't work.
35890         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
35891         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
35892         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
35893         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
35894
35895 2007-03-25  Bruno Haible  <bruno@clisp.org>
35896
35897         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
35898         returns inf. Needed on IRIX 6.5.
35899
35900 2007-03-25  Bruno Haible  <bruno@clisp.org>
35901
35902         * tests/test-frexpl.c: Include isnanl-nolibm.h.
35903         (main): Use isnanl instead of x != x idiom.
35904         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
35905
35906         * tests/test-frexp.c: Include isnan.h.
35907         (main): Use isnan instead of x != x idiom.
35908         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
35909
35910 2007-03-25  Bruno Haible  <bruno@clisp.org>
35911
35912         * tests/test-frexp.c (NaN): New function/macro.
35913         (main): Use it instead of 0.0 / 0.0.
35914         * tests/test-isnan.c (NaN): New function/macro.
35915         (main): Use it instead of 0.0 / 0.0.
35916         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
35917         (test_function): Use it instead of 0.0 / 0.0.
35918         * tests/test-vasprintf-posix.c (NaN): New function/macro.
35919         (test_function): Use it instead of 0.0 / 0.0.
35920         * tests/test-snprintf-posix.h (NaN): New function/macro.
35921         (test_function): Use it instead of 0.0 / 0.0.
35922         * tests/test-sprintf-posix.h (NaN): New function/macro.
35923         (test_function): Use it instead of 0.0 / 0.0.
35924         * tests/test-fprintf-posix.h (NaN): New function/macro.
35925         (test_function): Use it instead of 0.0 / 0.0.
35926         * tests/test-printf-posix.h (NaN): New function/macro.
35927         (test_function): Use it instead of 0.0 / 0.0.
35928
35929         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
35930
35931 2007-03-25  Bruno Haible  <bruno@clisp.org>
35932
35933         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
35934
35935 2007-03-25  Bruno Haible  <bruno@clisp.org>
35936
35937         * lib/regexec.c (merge_state_with_log): Make static.
35938
35939 2007-03-25  Bruno Haible  <bruno@clisp.org>
35940
35941         * lib/trigl.c (kernel_rem_pio2): Make static.
35942
35943 2007-03-25  Bruno Haible  <bruno@clisp.org>
35944
35945         * lib/sincosl.c (sincosl_table): Make static.
35946
35947 2007-03-25  Bruno Haible  <bruno@clisp.org>
35948
35949         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
35950         if the compiler does not support C99.
35951
35952 2007-03-25  Bruno Haible  <bruno@clisp.org>
35953
35954         * modules/time (Makefile.am): Ensure all rule action lines start with a
35955         tab.
35956
35957 2007-03-24  Bruno Haible  <bruno@clisp.org>
35958
35959         * modules/tsearch-tests: New file.
35960         * tests/test-tsearch.sh: New file.
35961         * tests/test-tsearch.c: New file, mostly copied from glibc.
35962
35963         * modules/search-tests: New file.
35964         * tests/test-search.c: New file.
35965
35966         * modules/search: New file.
35967         * lib/search_.h: New file, incorporating lib/tsearch.h.
35968         * m4/search_h.m4: New file.
35969         * lib/tsearch.h: Remove file.
35970         * lib/tsearch.c: Include search.h instead of tsearch.h.
35971         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
35972         HAVE_TSEARCH.
35973         * modules/tsearch (Files): Remove lib/tsearch.h.
35974         (Depends-on): Add search.
35975         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
35976         (Include): Change tsearch.h into search.h.
35977
35978 2007-03-24  Bruno Haible  <bruno@clisp.org>
35979
35980         * modules/fpucw: New file.
35981         * lib/fpucw.h: New file.
35982         * lib/frexp.c: Include fpucw.h.
35983         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
35984         (FUNC): Use them.
35985         * lib/printf-frexp.c: Include fpucw.h.
35986         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
35987         (FUNC): Use them.
35988         * lib/vasnprintf.c: Include fpucw.h.
35989         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
35990         'long double' calculations.
35991         * tests/test-frexpl.c: Include fpucw.h.
35992         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
35993         * tests/test-printf-frexpl.c: Include fpucw.h.
35994         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
35995         * modules/frexpl (Depends-on): Add fpucw.
35996         * modules/printf-frexpl (Depends-on): Likewise.
35997         * modules/fprintf-posix (Depends-on): Likewise.
35998         * modules/snprintf-posix (Depends-on): Likewise.
35999         * modules/sprintf-posix (Depends-on): Likewise.
36000         * modules/vasnprintf-posix (Depends-on): Likewise.
36001         * modules/vasprintf-posix (Depends-on): Likewise.
36002         * modules/vfprintf-posix (Depends-on): Likewise.
36003         * modules/vsnprintf-posix (Depends-on): Likewise.
36004         * modules/vsprintf-posix (Depends-on): Likewise.
36005         * modules/frexpl-tests (Depends-on): Likewise.
36006         * modules/printf-frexpl-tests (Depends-on): Likewise.
36007
36008 2007-03-24  Bruno Haible  <bruno@clisp.org>
36009
36010         * lib/float+.h: New file.
36011         * lib/isnan.c: Include float+.h.
36012         (SIZE): New macro.
36013         (FUNC): Compare only SIZE bytes of the value.
36014         * lib/vasnprintf.c: Include float+.h.
36015         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36016         SIZEOF_LDBL or SIZEOF_DBL bytes.
36017         * modules/isnan-nolibm (Files): Add lib/float+.h.
36018         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36019         * modules/isnanl (Files): Add lib/float+.h.
36020         * modules/vasnprintf (Files): Add lib/float+.h.
36021
36022 2007-03-24  Bruno Haible  <bruno@clisp.org>
36023
36024         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36025         include isnanl-nolibm.h.
36026
36027 2007-03-24  Bruno Haible  <bruno@clisp.org>
36028
36029         * tests/test-read-file.c (main): Don't produce spurious output for
36030         expected situations. Make the test fail if it encountered unexpected
36031         results.
36032
36033 2007-03-24  Bruno Haible  <bruno@clisp.org>
36034
36035         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36036         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36037
36038 2007-03-24  Bruno Haible  <bruno@clisp.org>
36039
36040         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36041
36042 2007-03-24  Bruno Haible  <bruno@clisp.org>
36043
36044         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36045         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36046
36047         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36048         * modules/utf8-ucs4: Turn into a symbolic link to module
36049         unistr/u8-mbtouc.
36050
36051         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36052         utf8-ucs4-unsafe.
36053         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36054         unistr/u8-mbtouc-unsafe.
36055
36056         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36057         * modules/utf16-ucs4: Turn into a symbolic link to module
36058         unistr/u16-mbtouc.
36059
36060         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36061         utf16-ucs4-unsafe.
36062         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36063         unistr/u16-mbtouc-unsafe.
36064
36065         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36066         * modules/ucs4-utf8: Turn into a symbolic link to module
36067         unistr/u8-ubtomb.
36068
36069         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36070         * modules/ucs4-utf16: Turn into a symbolic link to module
36071         unistr/u16-ubtomb.
36072
36073 2007-03-24  Bruno Haible  <bruno@clisp.org>
36074
36075         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36076         Enable the function only if HAVE_INLINE.
36077         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36078         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36079         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36080         Enable the function only if HAVE_INLINE.
36081         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36082         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36083         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36084         Enable the function only if HAVE_INLINE.
36085         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36086         Enable the function only if HAVE_INLINE.
36087         * modules/utf8-ucs4: Update.
36088         * modules/utf8-ucs4-unsafe: Update.
36089         * modules/utf16-ucs4: Update.
36090         * modules/utf16-ucs4-unsafe: Update.
36091         * modules/ucs4-utf8: Update.
36092         * modules/ucs4-utf16: Update.
36093
36094 2007-03-24  Bruno Haible  <bruno@clisp.org>
36095
36096         * lib/utf8-ucs4.h: Remove file.
36097         * lib/utf8-ucs4-unsafe.h: Remove file.
36098         * lib/utf16-ucs4.h: Remove file.
36099         * lib/utf16-ucs4-unsafe.h: Remove file.
36100         * lib/ucs4-utf8.h: Remove file.
36101         * lib/ucs4-utf16.h: Remove file.
36102         * lib/unistr.h: Include their previous contents.
36103         * m4/utf-ucs4.m4: Remove file.
36104         * m4/ucs4-utf.m4: Remove file.
36105         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36106         (Depends-on): Add unistr/base.
36107         (configure.ac): Remove gl_UTF_UCS4.
36108         (Makefile.am): Update.
36109         (Include): Change to unistr.h.
36110         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36111         (Depends-on): Add unistr/base.
36112         (configure.ac): Remove gl_UTF_UCS4.
36113         (Makefile.am): Update.
36114         (Include): Change to unistr.h.
36115         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36116         (Depends-on): Add unistr/base.
36117         (configure.ac): Remove gl_UTF_UCS4.
36118         (Makefile.am): Update.
36119         (Include): Change to unistr.h.
36120         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36121         (Depends-on): Add unistr/base.
36122         (configure.ac): Remove gl_UTF_UCS4.
36123         (Makefile.am): Update.
36124         (Include): Change to unistr.h.
36125         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36126         (Depends-on): Add unistr/base.
36127         (configure.ac): Remove gl_UCS4_UTF.
36128         (Makefile.am): Update.
36129         (Include): Change to unistr.h.
36130         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36131         (Depends-on): Add unistr/base.
36132         (configure.ac): Remove gl_UCS4_UTF.
36133         (Makefile.am): Update.
36134         (Include): Change to unistr.h.
36135         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36136         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36137         utf8-ucs4-unsafe.h.
36138         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36139         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36140         utf16-ucs4-unsafe.h.
36141         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36142         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36143         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36144         * lib/unistr/u8-strchr.c: Likewise.
36145         * lib/unistr/u8-strrchr.c: Likewise.
36146         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36147         * lib/unistr/u16-strchr.c: Likewise.
36148         * lib/unistr/u16-strrchr.c: Likewise.
36149         * lib/striconveh.c: Update.
36150         * lib/linebreak.c: Update.
36151
36152 2007-03-24  Bruno Haible  <bruno@clisp.org>
36153
36154         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36155         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36156
36157 2007-03-22  Bruno Haible  <bruno@clisp.org>
36158
36159         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36160
36161 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36162
36163         * MODULES.html.sh (File system functions): New module write-any-file.
36164         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36165         * m4/write-any-file.m4: New files.
36166
36167 2007-03-23  Eric Blake  <ebb9@byu.net>
36168
36169         * gnulib-tool: Rearrange space-tab sequences, since some editors
36170         like to eat them.
36171
36172 2007-03-23  Eric Blake  <ebb9@byu.net>
36173
36174         * lib/version-etc.c (version_etc_va): Update license wording to
36175         be more concise.  Recommended by Richard Stallman.
36176
36177 2007-03-22  Bruno Haible  <bruno@clisp.org>
36178
36179         * lib/poll.c (MSG_PEEK): New fallback definition.
36180
36181 2007-03-22  Bruno Haible  <bruno@clisp.org>
36182
36183         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36184         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36185         (main): Update.
36186         Fixes a compilation error on BeOS.
36187
36188 2007-03-22  Bruno Haible  <bruno@clisp.org>
36189
36190         * modules/frexpl-tests: New file.
36191         * tests/test-frexpl.c: New file.
36192
36193         * modules/frexpl: New file.
36194         * m4/frexpl.m4: New file.
36195         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36196         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36197         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36198         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36199         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36200         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36201
36202 2007-03-22  Bruno Haible  <bruno@clisp.org>
36203
36204         * lib/frexpl.c: Share code with lib/frexp.c.
36205         * modules/mathl (Files): Add lib/frexp.c.
36206         (Depends-on): Add isnanl-nolibm.
36207
36208 2007-03-22  Bruno Haible  <bruno@clisp.org>
36209
36210         * modules/printf-frexp (Files): Add m4/frexp.m4.
36211         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36212         only if the found frexp function actually works.
36213
36214 2007-03-22  Bruno Haible  <bruno@clisp.org>
36215
36216         * lib/frexp.c: Remove older implementation that uses divisions.
36217
36218 2007-03-21  Bruno Haible  <bruno@clisp.org>
36219
36220         * modules/frexp-tests: New file.
36221         * tests/test-frexp.c: New file.
36222
36223         * modules/frexp: New file.
36224         * lib/frexp.c: New file.
36225         * m4/frexp.m4: New file.
36226         * lib/math_.h (frexp): New declaration.
36227         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36228         REPLACE_FREXP.
36229         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36230
36231 2007-03-21  Bruno Haible  <bruno@clisp.org>
36232
36233         * modules/isnanl-tests: New file.
36234         * tests/test-isnanl.c: New file.
36235
36236         * modules/isnanl: New file.
36237         * lib/isnanl.h: New file.
36238         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36239         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36240         gl_FUNC_ISNANL_WORKS.
36241         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36242         New macros.
36243
36244 2007-03-21  Bruno Haible  <bruno@clisp.org>
36245
36246         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36247         lib/isnanl.h.
36248         (Include): Update.
36249         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36250         * lib/vasnprintf.c: Update.
36251         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36252         tests/test-isnanl.h, remove tests/test-isnanl.c.
36253         (Makefile.am): Update.
36254         * tests/test-isnanl-nolibm.c: New file.
36255         * tests/test-isnanl.h: New file.
36256         * tests/test-isnanl.c: Remove file.
36257
36258 2007-03-21  Jim Meyering  <jim@meyering.net>
36259
36260         When trying to open ".", treat ESTALE like EACCES.
36261         * lib/savewd.c (savewd_save): Resort to forking not just upon
36262         failure with EACCES, but also when errno is ESTALE.
36263
36264 2007-03-20  Bruno Haible  <bruno@clisp.org>
36265
36266         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36267         Needed on AIX 5.1. Reported by Matthew Woehlke.
36268
36269 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36270
36271         Suggestions by Bruno Haible:
36272         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36273         our own.
36274         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36275         * modules/acl (Depends-on): Add gettext.
36276
36277 2007-03-19  Bruno Haible  <bruno@clisp.org>
36278
36279         * modules/iconvme: Remove file.
36280         * lib/iconvme.h: Remove file.
36281         * lib/iconvme.c: Remove file.
36282         * m4/iconvme.m4: Remove file.
36283
36284 2007-03-19  Bruno Haible  <bruno@clisp.org>
36285
36286         * doc/relocatable-maint.texi: Break long shell script line.
36287         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36288
36289 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36290
36291         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36292         handle file_has_acl.
36293         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36294         * lib/acl.c: Move header inclusions and related macro defns into
36295         lib/acl-internal.h.
36296         (S_ISLNK): Remove defn, since that's now done for us.
36297         (file_has_acl): Move to lib/file-has-acl.c.
36298         Call acl_trivial if available.  This is the crucial part of the fix.
36299         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36300         shared within the library.  Rewrite a bit, partly to make it compatible
36301         with the GNU coding style.
36302         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36303         Remove unnecessary double-quotes.
36304         Don't test for acl_to_text; the build will catch that.
36305         Replace acl_entries if it doesn't exist and it is needed.
36306         Check for -lsec and acl_trivial (as used on Solaris 10).
36307         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36308         lib/file-has-acl.c.
36309         (Depends-on): Add sys_stat, for S_ISLNK.
36310
36311 2007-03-19  Ben Pfaff  <blp@gnu.org>
36312
36313         * doc/gnulib.texi: Fix typos.
36314         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36315
36316 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36317
36318         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36319         If size is zero here, buf must be zero.
36320
36321 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36322
36323         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36324         <bruno@clisp.org>.
36325
36326 2007-03-18  Bruno Haible  <bruno@clisp.org>
36327
36328         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36329         Suggested by Eric Blake.
36330
36331 2007-03-18  Ben Pfaff  <blp@gnu.org>
36332
36333         * doc/relocatable.texi: Recommend using as prefix a directory
36334         that does not exist and will never be created.  Based on
36335         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36336         and others.
36337
36338 2007-03-17  Bruno Haible  <bruno@clisp.org>
36339
36340         * lib/fchownat.c: Include lchown.h.
36341
36342 2007-03-17  Bruno Haible  <bruno@clisp.org>
36343
36344         Fix endless loop when the given allocated size was > INT_MAX.
36345         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36346         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36347         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36348         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36349         * lib/sprintf.c (sprintf): Likewise.
36350
36351 2007-03-17  Bruno Haible  <bruno@clisp.org>
36352
36353         * tests/test-argp-2.sh (func_compare): Output a context diff.
36354
36355 2007-03-17  Bruno Haible  <bruno@clisp.org>
36356
36357         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36358         locale's decimal-point character.
36359
36360 2007-03-17  Bruno Haible  <bruno@clisp.org>
36361
36362         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36363         before comparing it. Needed because on some platforms (e.g. x86) a
36364         'long double' occupies less bytes than sizeof (long double).
36365
36366 2007-03-17  Bruno Haible  <bruno@clisp.org>
36367
36368         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36369         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36370         * tests/test-getaddrinfo.c (simple): Likewise.
36371         * tests/test-read-file.c (main): Likewise.
36372
36373 2007-03-17  Bruno Haible  <bruno@clisp.org>
36374
36375         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36376
36377 2007-03-17  Bruno Haible  <bruno@clisp.org>
36378
36379         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36380         unused variable.
36381
36382 2007-03-17  Bruno Haible  <bruno@clisp.org>
36383
36384         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36385         * tests/test-c-strncasecmp.c: Likewise.
36386
36387 2007-03-17  Bruno Haible  <bruno@clisp.org>
36388
36389         * modules/stdlib (Depends-on): Add unistd.
36390         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36391         Needed for MacOS X 10.3.
36392
36393 2007-03-17  Bruno Haible  <bruno@clisp.org>
36394
36395         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36396
36397 2007-03-17  Bruno Haible  <bruno@clisp.org>
36398
36399         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36400
36401 2007-03-17  Bruno Haible  <bruno@clisp.org>
36402
36403         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36404         to reflect files copied from gnulib (with or without modifications).
36405         Suggested by Jim Meyering.
36406
36407 2007-03-17  Eric Blake  <ebb9@byu.net>
36408
36409         * NEWS: Document stdlib change from 2007-02-18.
36410
36411 2007-03-17  Jim Meyering  <jim@meyering.net>
36412
36413         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36414         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36415         someone uses a name containing shell meta-characters.
36416         Reported by Alfred M. Szmidt.
36417
36418         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36419
36420 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36421
36422         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36423         and copy gettext configuration files only if configure.ac contains
36424         a use of AM_GNU_GETTEXT_VERSION.
36425
36426 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36427
36428         * build-aux/bootstrap (gnulib_name): New variable.
36429         (gnulib_tool_options): Use it.
36430
36431 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36432
36433         * tests/test-des.c: Use new namespace.
36434
36435 2007-03-15  Bruno Haible  <bruno@clisp.org>
36436
36437         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36438         Reported by James Youngman <jay@gnu.org>.
36439
36440 2007-03-15  Bruno Haible  <bruno@clisp.org>
36441
36442         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36443         declared prototype. Needed with cc on OSF/1 5.1.
36444
36445 2007-03-15  Bruno Haible  <bruno@clisp.org>
36446
36447         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36448         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36449         (struct gl_list_implementation): Add dispose_fn argument to the
36450         'create_empty', 'create' methods.
36451         (struct gl_list_impl_base): Add field 'dispose_fn'.
36452         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36453         argument.
36454         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36455         dispose_fn argument.
36456         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36457         dispose_fn on the dropped values.
36458         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36459         dispose_fn argument.
36460         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36461         dropped values.
36462         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36463         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36464         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36465         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36466         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36467         argument.
36468         (gl_tree_list_free): Call dispose_fn on the dropped values.
36469         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36470         the dropped values.
36471         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36472         Add dispose_fn argument.
36473         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36474         Call dispose_fn on the dropped values.
36475         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36476         Add dispose_fn argument.
36477         (gl_sublist_create): Initialize the 'dispose_fn' field.
36478         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36479         * tests/test-array_list.c (main): Update.
36480         * tests/test-carray_list.c (main): Update.
36481         * tests/test-avltree_list.c (main): Update.
36482         * tests/test-rbtree_list.c (main): Update.
36483         * tests/test-avltreehash_list.c (main): Update.
36484         * tests/test-rbtreehash_list.c (main): Update.
36485         * tests/test-linked_list.c (main): Update.
36486         * tests/test-linkedhash_list.c (main): Update.
36487         * tests/test-array_oset.c (main): Update.
36488
36489 2007-03-15  Bruno Haible  <bruno@clisp.org>
36490
36491         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36492         (gl_oset_create_empty): Add dispose_fn argument.
36493         (struct gl_oset_implementation): Add dispose_fn argument to
36494         'create_empty' method.
36495         (struct gl_oset_impl_base): Add dispose_fn field.
36496         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36497         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36498         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36499         values.
36500         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36501         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36502         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36503         dropped value.
36504         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36505         dropped value.
36506         * tests/test-array_oset.c (main): Update.
36507         * tests/test-avltree_oset.c (main): Update.
36508         * tests/test-rbtree_oset.c (main): Update.
36509         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36510
36511 2007-03-13  Bruno Haible  <bruno@clisp.org>
36512
36513         * tests/test-stdbool.c (i): Update after last patch.
36514
36515 2007-03-12  Bruno Haible  <bruno@clisp.org>
36516
36517         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36518         the iswprint macro. Needed on Solaris 2.5.1.
36519
36520 2007-03-12  Bruno Haible  <bruno@clisp.org>
36521
36522         * tests/test-printf-frexp.c (main): Declare x as volatile.
36523
36524 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36525
36526         * doc/gnulib.texi (Build robot for gnulib): New section.
36527
36528 2007-03-12  Jim Meyering  <jim@meyering.net>
36529
36530         * build-aux/bootstrap: New file.
36531         * build-aux/bootstrap.conf: New file, from coreutils.
36532
36533 2007-03-11  Bruno Haible  <bruno@clisp.org>
36534
36535         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36536
36537 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36538
36539         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
36540         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
36541         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
36542
36543 2007-03-11  Bruno Haible  <bruno@clisp.org>
36544
36545         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
36546         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
36547
36548 2007-03-11  Bruno Haible  <bruno@clisp.org>
36549
36550         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
36551         formula. Needed for SunPRO C 5.0.
36552
36553 2007-03-11  Bruno Haible  <bruno@clisp.org>
36554
36555         * modules/long-options (Depends-on): Add getopt.
36556
36557 2007-03-11  Bruno Haible  <bruno@clisp.org>
36558
36559         * modules/modechange (Depends-on): Add stdbool.
36560
36561 2007-03-11  Bruno Haible  <bruno@clisp.org>
36562
36563         * modules/i-ring (Depends-on): Add stdbool.
36564
36565 2007-03-11  Bruno Haible  <bruno@clisp.org>
36566
36567         * modules/gc-des (Depends-on): Add stdbool.
36568
36569 2007-03-11  Bruno Haible  <bruno@clisp.org>
36570
36571         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
36572
36573 2007-03-11  Bruno Haible  <bruno@clisp.org>
36574
36575         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
36576
36577 2007-03-11  Bruno Haible  <bruno@clisp.org>
36578
36579         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
36580
36581 2007-03-11  Bruno Haible  <bruno@clisp.org>
36582
36583         * lib/vasnprintf.c (sprintf): Undefine.
36584
36585 2007-03-11  Bruno Haible  <bruno@clisp.org>
36586
36587         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
36588         initializers in SunPRO C and Compaq C compilers.
36589
36590 2007-03-11  Bruno Haible  <bruno@clisp.org>
36591
36592         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
36593         decrementing code ANSI C compliant.
36594
36595 2007-03-11  Bruno Haible  <bruno@clisp.org>
36596
36597         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
36598         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
36599
36600 2007-03-11  Bruno Haible  <bruno@clisp.org>
36601
36602         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
36603         <stdbool.h> substitute doesn't pass.
36604
36605 2007-03-11  Bruno Haible  <bruno@clisp.org>
36606
36607         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
36608
36609 2007-03-11  Bruno Haible  <bruno@clisp.org>
36610
36611         * gnulib-tool (func_create_megatestdir): Create also an autobuild
36612         script, for submission to autobuild.josefsson.org.
36613
36614 2007-03-10  Bruno Haible  <bruno@clisp.org>
36615
36616         * modules/canonicalize-lgpl-tests: New file.
36617         * tests/test-canonicalize-lgpl.sh: New file.
36618         * tests/test-canonicalize-lgpl.c: New file.
36619
36620         * modules/c-strcase-tests: New file.
36621         * tests/test-c-strcase.sh: New file.
36622         * tests/test-c-strcasecmp.c: New file.
36623         * tests/test-c-strncasecmp.c: New file.
36624
36625         * modules/atexit-tests: New file.
36626         * tests/test-atexit.sh: New file.
36627         * tests/test-atexit.c: New file.
36628
36629 2007-03-10  Bruno Haible  <bruno@clisp.org>
36630
36631         * tests/test-binary-io.sh: Use temporary filenames that are not so
36632         likely to clash with those of other tests (in a parallel make).
36633         * tests/test-binary-io.c: Likewise.
36634
36635 2007-03-10  Bruno Haible  <bruno@clisp.org>
36636
36637         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
36638         fallback; use #error instead.
36639         Suggested by Simon Josefsson.
36640
36641 2007-03-10  Bruno Haible  <bruno@clisp.org>
36642
36643         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
36644         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
36645         first and the last.
36646
36647 2007-03-10  Bruno Haible  <bruno@clisp.org>
36648
36649         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
36650
36651 2007-03-10  Bruno Haible  <bruno@clisp.org>
36652
36653         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
36654         "make distcheck".
36655         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
36656         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
36657         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
36658
36659 2007-03-10  Bruno Haible  <bruno@clisp.org>
36660
36661         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
36662         variable.
36663         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
36664         variable.
36665
36666 2007-03-09  Eric Blake  <ebb9@byu.net>
36667         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
36668
36669         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
36670         types are not being provided by gnulib.
36671         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
36672         types are supported.
36673
36674 2007-03-10  Bruno Haible  <bruno@clisp.org>
36675
36676         * lib/stdio_.h (__attribute__): New macro.
36677         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
36678         vsprintf): Specify __attribute__ __format__ for GCC.
36679         Suggested by Eric Blake.
36680
36681 2007-03-09  Bruno Haible  <bruno@clisp.org>
36682
36683         * modules/printf-posix-tests: New file.
36684         * tests/test-printf-posix.sh: New file.
36685         * tests/test-printf-posix.c: New file.
36686
36687         * modules/printf-posix: New file.
36688         * lib/printf.c: New file.
36689         * m4/printf-posix-rpl.m4: New file.
36690         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
36691         REPLACE_PRINTF.
36692         * lib/stdio_.h (printf): New declaration.
36693         (format, __format__, ____printf____, ____scanf____, ____strftime____,
36694         ____strfmon____): New macros.
36695         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
36696         REPLACE_PRINTF.
36697
36698 2007-03-09  Bruno Haible  <bruno@clisp.org>
36699
36700         * tests/test-vasnprintf-posix2.sh: New file.
36701         * tests/test-vasnprintf-posix2.c: New file.
36702         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
36703         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
36704         (Makefile.am): Activate test-vasnprintf-posix2.sh.
36705
36706         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
36707         a locale dependent decimal point, rather than always '.'.
36708
36709 2007-03-09  Eric Blake  <ebb9@byu.net>
36710
36711         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
36712         spite of platforms like Tandem/NSK that define it to -1.
36713
36714 2007-03-08  Bruno Haible  <bruno@clisp.org>
36715
36716         * modules/vprintf-posix-tests: New file.
36717         * tests/test-vprintf-posix.sh: New file.
36718         * tests/test-vprintf-posix.c: New file.
36719         * tests/test-printf-posix.h: New file.
36720
36721         * modules/vprintf-posix: New file.
36722         * lib/vprintf.c: New file.
36723         * m4/vprintf-posix.m4: New file.
36724         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
36725         REPLACE_VPRINTF.
36726         * lib/stdio_.h (vprintf): New declaration.
36727         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
36728         REPLACE_VPRINTF.
36729
36730 2007-03-08  Bruno Haible  <bruno@clisp.org>
36731
36732         * modules/fprintf-posix-tests: New file.
36733         * tests/test-fprintf-posix.sh: New file.
36734         * tests/test-fprintf-posix.c: New file.
36735
36736         * modules/fprintf-posix: New file.
36737         * lib/fprintf.c: New file.
36738         * m4/fprintf-posix.m4: New file.
36739         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
36740         REPLACE_FPRINTF.
36741         * lib/stdio_.h (fprintf): New declaration.
36742         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
36743         REPLACE_FPRINTF.
36744
36745 2007-03-08  Bruno Haible  <bruno@clisp.org>
36746
36747         * modules/vfprintf-posix-tests: New file.
36748         * tests/test-vfprintf-posix.sh: New file.
36749         * tests/test-vfprintf-posix.c: New file.
36750         * tests/test-fprintf-posix.h: New file.
36751         * tests/test-fprintf-posix.out: New file.
36752
36753         * modules/vfprintf-posix: New file.
36754         * lib/vfprintf.c: New file.
36755         * m4/vfprintf-posix.m4: New file.
36756         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
36757         REPLACE_VFPRINTF.
36758         * lib/stdio_.h (vfprintf): New declaration.
36759         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
36760         REPLACE_VFPRINTF.
36761
36762 2007-03-08  Bruno Haible  <bruno@clisp.org>
36763
36764         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
36765
36766 2007-03-08  Bruno Haible  <bruno@clisp.org>
36767
36768         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
36769         instead of 'expr' invocations.
36770         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36771         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36772         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36773         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36774         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36775         Suggested by Paul Eggert.
36776
36777 2007-03-08  Bruno Haible  <bruno@clisp.org>
36778
36779         * modules/fseterr-tests: New file.
36780         * tests/test-fseterr.c: New file.
36781
36782         * modules/fseterr: New file.
36783         * lib/fseterr.h: New file.
36784         * lib/fseterr.c: New file.
36785
36786 2007-03-08  Bruno Haible  <bruno@clisp.org>
36787
36788         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
36789         * lib/getopt_.h: Likewise.
36790         * lib/mbswidth.h: Likewise.
36791         * lib/setenv.h: Likewise.
36792         * lib/vasnprintf.h: Likewise.
36793         * lib/vasprintf.h: Likewise.
36794         * lib/verror.h: Likewise.
36795         * lib/xsetenv.h: Likewise.
36796         * lib/xvasprintf.h: Likewise.
36797
36798 2007-03-08  Jim Meyering  <jim@meyering.net>
36799
36800         * users.txt: Add parted.
36801
36802         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
36803
36804 2007-03-07  Bruno Haible  <bruno@clisp.org>
36805
36806         * m4/printf.m4: Make the shell script snippets copy&pastable.
36807
36808 2007-03-02  Bruno Haible  <bruno@clisp.org>
36809
36810         * lib/netinet_in_.h: New file.
36811         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
36812         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
36813         * modules/netinet_in (Files): Add lib/netinet_in_.h.
36814         (Depends-on): Add absolute-header.
36815         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
36816         into netinet/in.h.
36817
36818 2007-03-03  Bruno Haible  <bruno@clisp.org>
36819
36820         * lib/sys_select_.h: New file.
36821         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
36822         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
36823         * modules/sys_select (Files): Add lib/sys_select_.h.
36824         (Depends-on): Add absolute-header.
36825         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
36826         into sys/select.h.
36827
36828 2007-03-02  Bruno Haible  <bruno@clisp.org>
36829
36830         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
36831         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
36832         values.
36833         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
36834         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
36835         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
36836         * modules/sys_socket (Depends-on): Add absolute-header.
36837         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
36838         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
36839         (Include): Remove requirement of inclusion of <sys/types.h>.
36840
36841 2007-03-02  Bruno Haible  <bruno@clisp.org>
36842
36843         * lib/byteswap_.h (bswap_32): Fix formula.
36844
36845 2007-03-06  Bruno Haible  <bruno@clisp.org>
36846
36847         * modules/sprintf-posix-tests: New file.
36848         * tests/test-sprintf-posix.c: New file.
36849
36850         * modules/sprintf-posix: New file.
36851         * lib/sprintf.c: New file.
36852         * m4/sprintf-posix.m4: New file.
36853         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
36854         REPLACE_SPRINTF.
36855         * lib/stdio_.h (sprintf): New declaration.
36856         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
36857         REPLACE_SPRINTF.
36858
36859 2007-03-06  Bruno Haible  <bruno@clisp.org>
36860
36861         * modules/vsprintf-posix-tests: New file.
36862         * tests/test-vsprintf-posix.c: New file.
36863         * tests/test-sprintf-posix.h: New file.
36864
36865         * modules/vsprintf-posix: New file.
36866         * lib/vsprintf.c: New file.
36867         * m4/vsprintf-posix.m4: New file.
36868         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
36869         REPLACE_VSPRINTF.
36870         * lib/stdio_.h (vsprintf): New declaration.
36871         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
36872         REPLACE_VSPRINTF.
36873
36874 2007-03-06  Bruno Haible  <bruno@clisp.org>
36875
36876         * modules/vsnprintf (Depend-on): Remove minmax.
36877
36878 2007-03-06  Bruno Haible  <bruno@clisp.org>
36879
36880         * modules/snprintf-posix-tests: New file.
36881         * tests/test-snprintf-posix.c: New file.
36882
36883         * modules/snprintf-posix: New file.
36884         * m4/snprintf-posix.m4: New file.
36885         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
36886         gl_FUNC_SNPRINTF.
36887         (gl_FUNC_SNPRINTF): Invoke it.
36888         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
36889         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
36890         is set.
36891         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
36892
36893 2007-03-06  Bruno Haible  <bruno@clisp.org>
36894
36895         * modules/vsnprintf-posix-tests: New file.
36896         * tests/test-vsnprintf-posix.c: New file.
36897         * tests/test-snprintf-posix.h: New file.
36898
36899         * modules/vsnprintf-posix: New file.
36900         * m4/vsnprintf-posix.m4: New file.
36901         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
36902         gl_FUNC_VSNPRINTF.
36903         (gl_FUNC_VSNPRINTF): Invoke it.
36904         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
36905         * lib/stdio_.h (vsnprintf): Define as a replacement if
36906         REPLACE_VSNPRINTF is set.
36907         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
36908
36909 2007-03-06  Bruno Haible  <bruno@clisp.org>
36910
36911         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
36912         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
36913
36914 2007-03-06  Bruno Haible  <bruno@clisp.org>
36915
36916         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
36917         (asinl): Declare also if HAVE_DECL_ASINL is set.
36918         (atanl): Declare also if HAVE_DECL_ATANL is set.
36919         (ceill): Declare also if HAVE_DECL_CEILL is set.
36920         (cosl): Declare also if HAVE_DECL_COSL is set.
36921         (expl): Declare also if HAVE_DECL_EXPL is set.
36922         (floorl): Declare also if HAVE_DECL_FLOORL is set.
36923         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
36924         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
36925         (logl): Declare also if HAVE_DECL_LOGL is set.
36926         (sinl): Declare also if HAVE_DECL_SINL is set.
36927         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
36928         (tanl): Declare also if HAVE_DECL_TANL is set.
36929         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
36930         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
36931         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
36932         declaration of frexpl, ldexpl.
36933         * modules/printf-frexpl (Depends-on): Add math.
36934         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
36935
36936 2007-03-05  Bruno Haible  <bruno@clisp.org>
36937
36938         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
36939         frexpl and ldexpl are declared.
36940         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
36941
36942 2007-03-05  Bruno Haible  <bruno@clisp.org>
36943
36944         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
36945         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
36946
36947 2007-03-05  Bruno Haible  <bruno@clisp.org>
36948
36949         * lib/stdio_.h: Include <stddef.h>.
36950
36951 2007-03-05  Bruno Haible  <bruno@clisp.org>
36952
36953         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
36954
36955 2007-03-05  Bruno Haible  <bruno@clisp.org>
36956
36957         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
36958         NetBSD 4, from Ralf Wildenhues.
36959
36960 2007-03-04  Bruno Haible  <bruno@clisp.org>
36961
36962         * lib/vasprintf.h: Update #if logic for the case when the functions
36963         exist but are overridden.
36964
36965 2007-03-04  Bruno Haible  <bruno@clisp.org>
36966
36967         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
36968         implementations: glibc-2.4 and MacOS X 10.3.
36969         * tests/test-vasnprintf-posix.c (test_function): Test also the case
36970         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
36971         * tests/test-vasprintf-posix.c (test_function): Likewise.
36972
36973 2007-03-04  Bruno Haible  <bruno@clisp.org>
36974
36975         * modules/vasprintf-posix-tests: New file.
36976         * tests/test-vasprintf-posix.c: New file.
36977
36978         * modules/vasprintf-posix: New file.
36979         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
36980         defined.
36981         * m4/vasprintf-posix.m4: New file.
36982         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
36983         gl_FUNC_VASPRINTF.
36984         (gl_FUNC_VASPRINTF): Invoke it.
36985         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
36986         here.
36987         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
36988
36989 2007-03-04  Bruno Haible  <bruno@clisp.org>
36990
36991         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
36992         REPLACE_GETTIMEOFDAY.
36993         * modules/sys_time (Makefile.am): Likewise.
36994         * m4/sys_time_h.m4: Likewise.
36995         * m4/gettimeofday.m4: Likewise.
36996
36997 2007-03-04  Bruno Haible  <bruno@clisp.org>
36998
36999         * modules/vasnprintf-posix-tests: New file.
37000         * tests/test-vasnprintf-posix.c: New file.
37001
37002         * modules/vasnprintf-posix: New file.
37003         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37004         printf-frexpl.h.
37005         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37006         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37007         REPLACE_VASNPRINTF is defined.
37008         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37009         gl_FUNC_VASNPRINTF.
37010         (gl_FUNC_VASNPRINTF): Invoke it.
37011         * m4/vasnprintf-posix.m4: New file.
37012         * m4/printf.m4: New file.
37013
37014 2007-03-04  Bruno Haible  <bruno@clisp.org>
37015
37016         Compile progreloc.c only if --enable-relocatable is specified.
37017         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37018         if --enable-relocatable was specified.
37019         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37020         lib_SOURCES.
37021
37022 2007-03-04  Jim Meyering  <jim@meyering.net>
37023
37024         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37025         Use it consistently, rather than enumerating errno constants.
37026
37027 2007-03-04  Bruno Haible  <bruno@clisp.org>
37028
37029         * modules/xvasprintf-tests: New file.
37030         * tests/test-xvasprintf.c: New file.
37031
37032         * modules/vasprintf-tests: New file.
37033         * tests/test-vasprintf.c: New file.
37034
37035         * modules/vasnprintf-tests: New file.
37036         * tests/test-vasnprintf.c: New file.
37037
37038         * modules/vsnprintf-tests: New file.
37039         * tests/test-vsnprintf.c: New file.
37040
37041         * modules/snprintf-tests: New file.
37042         * tests/test-snprintf.c: New file.
37043
37044 2007-03-04  Bruno Haible  <bruno@clisp.org>
37045
37046         Compile relocatable.c only if --enable-relocatable is specified.
37047         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37048         gl_RELOCATABLE_LIBRARY.
37049         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37050         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37051         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37052         gl_RELOCATABLE_LIBRARY.
37053         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37054         (Makefile.am): Remove lib_SOURCES.
37055         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37056         gl_RELOCATABLE_LIBRARY.
37057         (Makefile.am): Remove lib_SOURCES.
37058         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37059         always.
37060         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37061         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37062
37063 2007-03-04  Bruno Haible  <bruno@clisp.org>
37064
37065         * modules/argmatch-tests: New file.
37066         * tests/test-argmatch.c: New file.
37067
37068         * tests/test-allocsa.c (main): Halve the number of loop runs.
37069
37070         * modules/alloca-opt-tests: New file.
37071         * tests/test-alloca-opt.c: New file.
37072
37073 2007-03-04  Jim Meyering  <jim@meyering.net>
37074
37075         Work around difference between Linux ACLs and Solaris 10 ZFS.
37076         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37077         for EINVAL.
37078
37079 2007-03-03  Bruno Haible  <bruno@clisp.org>
37080
37081         * modules/relocatable-prog (Depends-on): Add back progreloc's
37082         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37083
37084 2007-03-03  Bruno Haible  <bruno@clisp.org>
37085
37086         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37087         * modules/relocatable-lib: New file.
37088
37089 2007-03-03  Bruno Haible  <bruno@clisp.org>
37090
37091         * modules/relocatable-prog: Renamed from modules/relocatable.
37092         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37093
37094 2007-03-03  Bruno Haible  <bruno@clisp.org>
37095
37096         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37097         m4/relocatable-lib.m4.
37098         (Depends-on): Remove 'relocatable'.
37099         (configure.ac): Add gl_RELOCATABLE_NOP.
37100
37101 2007-03-03  Bruno Haible  <bruno@clisp.org>
37102
37103         * modules/relocatable-prog-wrapper: New file.
37104         * modules/relocatable (Depends-on): Add it. Remove all other
37105         dependencies except progname.
37106         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37107
37108         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37109         (gl_FUNC_STRERROR): Nop.
37110         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37111
37112         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37113         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37114
37115         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37116         (gl_FUNC_READLINK): Update.
37117
37118         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37119
37120 2007-03-03  Bruno Haible  <bruno@clisp.org>
37121
37122         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37123         * modules/xreadlink (Depends-on): Add unistd.
37124         * modules/xreadlink-with-size (Depends-on): Likewise.
37125
37126 2007-03-03  Bruno Haible  <bruno@clisp.org>
37127
37128         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37129         extracted from gt_FUNC_SETENV.
37130         (gt_FUNC_SETENV): Remove macro.
37131         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37132         remove gt_FUNC_SETENV.
37133
37134 2007-03-03  Bruno Haible  <bruno@clisp.org>
37135
37136         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37137         ENABLE_RELOCATABLE here.
37138         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37139
37140 2007-03-03  Bruno Haible  <bruno@clisp.org>
37141
37142         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37143         * tests/test-rbtreehash_list.c: Include progname.h.
37144         (main): Call set_program_name.
37145
37146         * modules/rbtree-oset-tests (Depends-on): Add progname.
37147         * tests/test-rbtree_oset.c: Include progname.h.
37148         (main): Call set_program_name.
37149
37150         * modules/rbtree-list-tests (Depends-on): Add progname.
37151         * tests/test-rbtree_list.c: Include progname.h.
37152         (main): Call set_program_name.
37153
37154         * modules/linked-list-tests (Depends-on): Add progname.
37155         * tests/test-linked_list.c: Include progname.h.
37156         (main): Call set_program_name.
37157
37158 2007-03-03  Bruno Haible  <bruno@clisp.org>
37159
37160         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37161         All uses of __restrict changed to _Restrict_.
37162         * lib/glob_.h (__restrict): Remove macro.
37163
37164 2007-03-02  Bruno Haible  <bruno@clisp.org>
37165
37166         * modules/gettext (configure.ac): Require gettext infrastructure
37167         from version 0.16.1.
37168
37169 2007-03-02  Bruno Haible  <bruno@clisp.org>
37170
37171         * modules/linkedhash-list-tests (Depends-on): Add progname.
37172         * tests/test-linkedhash_list.c: Include progname.h.
37173         (main): Call set_program_name.
37174
37175         * modules/carray-list-tests (Depends-on): Add progname.
37176         * tests/test-carray_list.c: Include progname.h.
37177         (main): Call set_program_name.
37178
37179         * modules/avltreehash-list-tests (Depends-on): Add progname.
37180         * tests/test-avltreehash_list.c: Include progname.h.
37181         (main): Call set_program_name.
37182
37183         * modules/avltree-oset-tests (Depends-on): Add progname.
37184         * tests/test-avltree_oset.c: Include progname.h.
37185         (main): Call set_program_name.
37186
37187         * modules/avltree-list-tests (Depends-on): Add progname.
37188         * tests/test-avltree_list.c: Include progname.h.
37189         (main): Call set_program_name.
37190
37191         * modules/array-oset-tests (Depends-on): Add progname.
37192         * tests/test-array_oset.c: Include progname.h.
37193         (main): Call set_program_name.
37194
37195         * modules/array-list-tests (Depends-on): Add progname.
37196         * tests/test-array_list.c: Include progname.h.
37197         (main): Call set_program_name.
37198
37199         * modules/argp-tests (Depends-on): Add progname.
37200         * tests/test-argp.c: Include argp.h first. Include progname.h.
37201         (main): Call set_program_name.
37202
37203 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37204
37205         * doc/gnulib-tool.texi (Initial import): Reword description of
37206         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37207         limited effect even if defined after the first system include.
37208
37209 2007-03-01  Bruno Haible  <bruno@clisp.org>
37210
37211         * build-aux/config.libpath: Update to libtool-1.5.22.
37212         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37213
37214 2007-03-01  Bruno Haible  <bruno@clisp.org>
37215
37216         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37217         foo_CFLAGS.
37218         Reported by Ralf Wildenhues.
37219
37220 2007-03-01  Bruno Haible  <bruno@clisp.org>
37221
37222         * build-aux/install-reloc: Remove object files left over by some
37223         compilers.
37224         Reported by Ralf Wildenhues.
37225
37226 2007-03-01  Bruno Haible  <bruno@clisp.org>
37227
37228         * build-aux/install-reloc: Break long lines.
37229
37230 2007-03-01  Bruno Haible  <bruno@clisp.org>
37231
37232         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37233         Reported by Ralf Wildenhues.
37234
37235 2007-03-01  Bruno Haible  <bruno@clisp.org>
37236
37237         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37238         include ordering constraints.
37239
37240 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37241
37242         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37243         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37244         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37245         as another example.
37246         * lib/time_.h: Fix misspelling.
37247         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37248         Require gl_HEADER_TIME_H_DEFAULTS.
37249         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37250         * m4/time_r.m4 (gl_TIME_R): Likewise.
37251         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37252
37253 2007-03-01  Bruno Haible  <bruno@clisp.org>
37254
37255         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37256         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37257
37258 2007-03-01  Jim Meyering  <jim@meyering.net>
37259
37260         * modules/xreadlink (Maintainer): Add my name.
37261         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37262
37263 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37264             Bruno Haible  <bruno@clisp.org>
37265
37266         * build-aux/install-reloc: Compile also c-ctype.c.
37267         * build-aux/relocatable.sh.in: New file.
37268         * doc/relocatable.texi: New file.
37269         * doc/relocatable-maint.texi: New file.
37270         * doc/gnulib.texi: Include relocatable-maint.texi.
37271         * lib/progreloc.c: Include unistd.h unconditionally.
37272         * lib/relocwrapper.c: Include unistd.h unconditionally.
37273         Include c-ctype.h.
37274         (add_dotbin): Use c_tolower.
37275         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37276         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37277         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37278         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37279         to m4/relocatable-lib.m4.
37280         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37281         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37282         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37283         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37284         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37285         * modules/relocatable: New file.
37286         * modules/relocatable-lib: New file.
37287         * modules/relocatable-script: New file.
37288
37289 2007-02-28  Bruno Haible  <bruno@clisp.org>
37290
37291         Import --enable-relocatable infrastructure.
37292         * build-aux/config.libpath: New file, from GNU gettext.
37293         * build-aux/install-reloc: New file, from GNU gettext.
37294         * build-aux/reloc-ldflags: New file, from GNU gettext.
37295         * lib/relocatable.h: New file, from GNU gettext.
37296         * lib/relocatable.c: New file, from GNU gettext.
37297         * lib/relocwrapper.c: New file, from GNU gettext.
37298         * m4/relocatable.m4: New file, from GNU gettext.
37299
37300 2007-02-28  Bruno Haible  <bruno@clisp.org>
37301
37302         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37303
37304         * modules/xreadlink: New file, from GNU gettext with modifications.
37305         * lib/xreadlink.c: New file, from GNU gettext.
37306         * lib/xreadlink.h: Add comments.
37307         (xreadlink): New declaration.
37308
37309         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37310         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37311         lib/xreadlink-with-size.c.
37312         (configure.ac): Remove gl_XREADLINK invocation.
37313         (Makefile.am): Augment lib_SOURCES.
37314         * m4/xreadlink.m4: Remove file.
37315         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37316         (xreadlink_with_size): Renamed from xreadink.
37317         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37318         * modules/canonicalize (Depends-on): Replace xreadlink with
37319         xreadlink-with-size.
37320         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37321
37322 2007-02-25  Jim Meyering  <jim@meyering.net>
37323
37324         * build-aux/announce-gen: When complaining about excess arguments,
37325         list them.
37326
37327 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37328
37329         * README: Document signed integer overflow situation more
37330         accurately.
37331
37332 2007-02-25  Bruno Haible  <bruno@clisp.org>
37333
37334         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37335         'a' or 'A' conversion.
37336
37337 2007-02-25  Bruno Haible  <bruno@clisp.org>
37338
37339         * modules/filename: Renamed from modules/pathname.
37340         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37341         lib/concatpath.c with lib/concat-filename.c.
37342         (Makefile.am): Update.
37343         (Include): Replace pathname.h with filename.h.
37344         * lib/filename.h: Renamed from lib/pathname.h.
37345         (concatenated_filename): Renamed from concatenated_pathname.
37346         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37347         (concatenated_filename): Renamed from concatenated_pathname.
37348         * lib/findprog.c: Include filename.h instead of pathname.h.
37349         (find_in_path): Update.
37350         * lib/javacomp.c: Include filename.h instead of pathname.h.
37351         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37352         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37353         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37354         is_oldgcj_14_13_usable, is_javac_usable): Update.
37355         * lib/javaexec.c: Include filename.h instead of pathname.h.
37356         (execute_java_class): Update.
37357         * modules/findprog: Update.
37358         * modules/javacomp: Update.
37359         * modules/javaexec: Update.
37360         * MODULES.html.sh (File system functions): Add 'filename', remove
37361         'pathname'.
37362
37363 2007-02-25  Bruno Haible  <bruno@clisp.org>
37364
37365         * modules/printf-frexpl-tests: New file.
37366         * tests/test-printf-frexpl.c: New file.
37367
37368         * modules/printf-frexpl: New file.
37369         * lib/printf-frexpl.h: New file.
37370         * lib/printf-frexpl.c: New file.
37371         * m4/printf-frexpl.m4: New file.
37372
37373 2007-02-25  Bruno Haible  <bruno@clisp.org>
37374
37375         * modules/printf-frexp-tests: New file.
37376         * tests/test-printf-frexp.c: New file.
37377
37378         * modules/printf-frexp: New file.
37379         * lib/printf-frexp.h: New file.
37380         * lib/printf-frexp.c: New file.
37381         * m4/printf-frexp.m4: New file.
37382
37383 2007-02-25  Bruno Haible  <bruno@clisp.org>
37384
37385         Assume automake >= 1.10 for the tests.
37386         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37387         * modules/arctwo-tests: Likewise.
37388         * modules/argp-tests: Likewise.
37389         * modules/avltree-list-tests: Likewise.
37390         * modules/avltree-oset-tests: Likewise.
37391         * modules/avltreehash-list-tests: Likewise.
37392         * modules/carray-list-tests: Likewise.
37393         * modules/crc-tests: Likewise.
37394         * modules/des-tests: Likewise.
37395         * modules/gc-arcfour-tests: Likewise.
37396         * modules/gc-arctwo-tests: Likewise.
37397         * modules/gc-des-tests: Likewise.
37398         * modules/gc-hmac-md5-tests: Likewise.
37399         * modules/gc-hmac-sha1-tests: Likewise.
37400         * modules/gc-md2-tests: Likewise.
37401         * modules/gc-md4-tests: Likewise.
37402         * modules/gc-md5-tests: Likewise.
37403         * modules/gc-pbkdf2-sha1-tests: Likewise.
37404         * modules/gc-rijndael-tests: Likewise.
37405         * modules/gc-sha1-tests: Likewise.
37406         * modules/gc-tests: Likewise.
37407         * modules/getaddrinfo-tests: Likewise.
37408         * modules/hmac-md5-tests: Likewise.
37409         * modules/hmac-sha1-tests: Likewise.
37410         * modules/linked-list-tests: Likewise.
37411         * modules/linkedhash-list-tests: Likewise.
37412         * modules/lock-tests: Likewise.
37413         * modules/md2-tests: Likewise.
37414         * modules/md4-tests: Likewise.
37415         * modules/md5-tests: Likewise.
37416         * modules/rbtree-list-tests: Likewise.
37417         * modules/rbtree-oset-tests: Likewise.
37418         * modules/rbtreehash-list-tests: Likewise.
37419         * modules/read-file-tests: Likewise.
37420         * modules/rijndael-tests: Likewise.
37421         * modules/stdint-tests: Likewise.
37422         * modules/tls-tests: Likewise.
37423
37424 2007-02-24  Bruno Haible  <bruno@clisp.org>
37425
37426         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37427         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37428         function; instead check whether isnan with a double argument links.
37429         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37430         function; instead check whether isnan with a 'long double' argument
37431         links.
37432         Reported by Eric Blake <ebb9@byu.net>.
37433
37434 2007-02-24  Bruno Haible  <bruno@clisp.org>
37435
37436         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37437         defined.
37438         * lib/isnanl.c: Remove all code. Just include isnan.c.
37439         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37440
37441 2007-02-25  Jim Meyering  <jim@meyering.net>
37442
37443         Avoid conflicting types for 'unsetenv' on FreeBSD.
37444         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37445         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37446         in stdlib.h.
37447
37448 2007-02-24  Bruno Haible  <bruno@clisp.org>
37449
37450         * modules/isnanl-nolibm-tests: New file.
37451         * tests/test-isnanl.c: New file.
37452
37453         * modules/isnanl-nolibm: New file.
37454         * lib/isnanl.h: New file.
37455         * lib/isnanl.c: New file.
37456         * m4/isnanl.m4: New file.
37457
37458 2007-02-24  Bruno Haible  <bruno@clisp.org>
37459
37460         * modules/isnan-nolibm-tests: New file.
37461         * tests/test-isnan.c: New file.
37462
37463         * modules/isnan-nolibm: New file.
37464         * lib/isnan.h: New file.
37465         * lib/isnan.c: New file.
37466         * m4/isnan.m4: New file.
37467
37468 2007-02-24  Bruno Haible  <bruno@clisp.org>
37469
37470         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37471         assume that an exponent fits in 20 bits.
37472
37473 2007-02-24  Jim Meyering  <jim@meyering.net>
37474
37475         * m4/regex.m4: Update the description of the configure-time option,
37476         --without-included-regex, to state accurately what the defaults are,
37477         and perhaps to give people an idea why using this option is risky.
37478
37479 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37480
37481         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37482         loops on small arguments.  This attempts to avoid the problem
37483         Bruno Haible reported for AIX 4.3.2 in
37484         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37485
37486 2007-02-23  Bruno Haible  <bruno@clisp.org>
37487
37488         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37489         Needed for help2man.
37490
37491 2007-02-23  Karl Berry  <karl@gnu.org>
37492
37493         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37494         exists, foo.h should be cvs-ignored, not committed.
37495
37496 2007-02-23  Eric Blake  <ebb9@byu.net>
37497
37498         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37499         * lib/stat-time.h (includes): Likewise.
37500         * lib/utimecmp.c (includes): Likewise.
37501         * lib/utimens.h (includes): Likewise.
37502         * lib/getdate.y (includes): Also include "timespec.h" for use
37503         internal to the module.
37504         * modules/utimens (Depends-on): Revert yesterday's patch.
37505         * modules/nanosleep (Depends-on): Add missing dependency.
37506
37507 2007-02-22  Bruno Haible  <bruno@clisp.org>
37508
37509         * lib/glob.c: Don't include getlogin_r.h.
37510
37511 2007-02-22  Jim Meyering  <jim@meyering.net>
37512
37513         * modules/utimens (Depends-on): Add timespec, required for
37514         utimens.h's inclusion of timespec.h.
37515
37516 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37517
37518         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37519         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37520         Schwab in
37521         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37522         I'll try to think of a better way to fix the Solaris problem.
37523
37524         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37525         like glibc; on Solaris 10, it fails with errno == EINVAL.
37526         POSIX says the behavior is unspecified if the first argument is NULL,
37527         so play it safe and never pass NULL to the system getcwd.
37528
37529 2007-02-21  Jim Meyering  <jim@meyering.net>
37530
37531         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37532         of gettimeofday.  It would conflict with the one now always
37533         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37534         an IRIX 6.5 build failure.
37535
37536 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37537
37538         Minor fixups to port to Solaris 10 with Sun C 5.8.
37539         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
37540         * modules/getcwd (Depends-on): Add dirfd.
37541         * lib/putenv.c (putenv): #undef it.
37542         (rpl_putenv): New decl.
37543         (malloc, free): Include <stdlib.h> rather than prototyping separately.
37544
37545 2007-02-20  Bruno Haible  <bruno@clisp.org>
37546
37547         * modules/stdio-tests: New file.
37548         * tests/test-stdio.c: New file.
37549
37550         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
37551         (Depends-on): Add stdio.
37552         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37553         (Include): Use <stdio.h> instead of vsnprintf.h.
37554         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37555         HAVE_DECL_VSNPRINTF.
37556         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
37557
37558         * modules/snprintf (Files): Remove lib/snprintf.h.
37559         (Depends-on): Add stdio.
37560         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37561         (Include): Use <stdio.h> instead of snprintf.h.
37562         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37563         HAVE_DECL_SNPRINTF.
37564         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
37565         * lib/getaddrinfo.c: Likewise.
37566
37567         * modules/stdio: New file.
37568         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
37569         * lib/snprintf.h: Remove file.
37570         * lib/vsnprintf.h: Remove file.
37571         * lib/.cppi-disable: Remove snprintf.h.
37572         * m4/stdio_h.m4: New file.
37573         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
37574
37575 2007-02-20  Jim Meyering  <jim@meyering.net>
37576
37577         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
37578         used by e.g., mingw.  From Bruno Haible.
37579
37580 2007-02-19  Bruno Haible  <bruno@clisp.org>
37581
37582         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
37583         warnings.
37584         Reported by Ben Pfaff <blp@cs.stanford.edu>.
37585
37586 2007-02-19  Bruno Haible  <bruno@clisp.org>
37587
37588         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
37589         from mingw users.
37590
37591 2007-02-19  Bruno Haible  <bruno@clisp.org>
37592
37593         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
37594         warnings.
37595         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
37596
37597 2007-02-19  Jim Meyering  <jim@meyering.net>
37598
37599         Don't use FD after a successful "fdopendir (fd)".
37600         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
37601         Reset it by calling dirfd on the just-obtained DIR*.
37602
37603         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
37604         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
37605
37606 2007-02-18  Bruno Haible  <bruno@clisp.org>
37607
37608         * lib/readlink.c: Include <unistd.h>.
37609         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
37610         HAVE_READLINK.
37611         * modules/readlink (Depends-on): Add unistd.
37612         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37613         (Include): Add <unistd.h>.
37614
37615         * lib/getlogin_r.h: Remove file.
37616         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
37617         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
37618         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
37619         HAVE_DECL_GETLOGIN_R.
37620         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
37621         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37622         (Include): Use <unistd.h> instead of getlogin_r.h.
37623
37624         * lib/getcwd.h: Remove file.
37625         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
37626         * lib/xgetcwd.c: Likewise.
37627         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
37628         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
37629         * modules/getcwd (Files): Remove lib/getcwd.h.
37630         (Depends-on): Add unistd.
37631         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37632         (Include): Use <unistd.h> instad of getcwd.h.
37633
37634         * lib/ftruncate.c: Include <unistd.h> first.
37635         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
37636         Set HAVE_FTRUNCATE.
37637         * modules/ftruncate (Depends-on): Add unistd.
37638         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37639
37640         * lib/fchdir.c: Include <unistd.h> first.
37641         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
37642         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
37643         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
37644         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37645         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
37646
37647         * lib/dup2.c: Include <unistd.h> first.
37648         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
37649         HAVE_DUP2.
37650         * modules/dup2 (Depends-on): Add unistd.
37651         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37652
37653         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
37654         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
37655         REPLACE_CHOWN. Don't define chown as a macro here.
37656         * modules/chown (Depends-on): Add unistd.
37657         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37658
37659         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
37660         Add definition for GL_LINK_WARNING.
37661         (chown, dup2): New declarations.
37662         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
37663         link warning.
37664         (ftruncate): New declaration.
37665         (getcwd): New declaration, taken from old getcwd.h.
37666         (getlogin_r): New declaration, taken from old getlogin_r.h.
37667         (readlink): New declaration.
37668         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
37669         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
37670         (gl_PREREQ_UNISTD): Remove macro.
37671         (gl_UNISTD_MODULE_INDICATOR): New macro.
37672         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
37673         many new variables. Don't set UNISTD_H.
37674         * modules/unistd (Description): Change.
37675         (Depends-on): Add link-warning.
37676         (configure.ac): Update.
37677         (Makefile.am): Create unistd.h always. Substitute many new variables
37678         into it.
37679
37680 2007-02-18  Bruno Haible  <bruno@clisp.org>
37681
37682         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
37683         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
37684         HAVE_GETSUBOPT.
37685         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
37686         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
37687         * lib/getsubopt.h: Remove file.
37688         * modules/getsubopt (Files): Remove lib/getsubopt.h.
37689         (Depends-on): Add stdlib.
37690         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37691         (Includes): Use <stdlib.h> instead of getsubopt.h.
37692         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
37693         Set HAVE_GETSUBOPT.
37694         * lib/getsubopt.c: Don't include getsubopt.h.
37695
37696 2007-02-18  Bruno Haible  <bruno@clisp.org>
37697
37698         * modules/fchdir (Depends-on): Add dup2.
37699
37700 2007-02-18  Bruno Haible  <bruno@clisp.org>
37701
37702         * lib/stdlib_.h: Handle glibc's special invocation convention
37703         specially.
37704
37705 2007-02-18  Bruno Haible  <bruno@clisp.org>
37706
37707         * modules/stdlib-tests: New file.
37708         * tests/test-stdlib.c: New file.
37709
37710         * modules/mkstemp (Files): Remove lib/mkstemp.h.
37711         (Depends-on): Add stdlib.
37712         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37713         (Includes): Use <stdlib.h> instead of mkstemp.h.
37714         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37715         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
37716         * lib/mkstemp.c: Don't include mkstemp.h.
37717         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
37718         * lib/stdlib--.h: Don't include mkstemp.h.
37719
37720         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
37721         (Depends-on): Add stdlib.
37722         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37723         (Includes): Use <stdlib.h> instead of mkdtemp.h.
37724         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37725         HAVE_MKDTEMP.
37726         * lib/mkdtemp.c: Don't include mkdtemp.h.
37727         * lib/clean-temp.c: Don't include mkdtemp.h.
37728
37729         * modules/exit (Files): Remove lib/exit.h.
37730         (Depends-on): Add stdlib.
37731         (Makefile.am): Remove lib_SOURCES.
37732         (Include): Use <stdlib.h> instead of exit.h.
37733         * lib/argmatch.c: Don't include exit.h.
37734         * lib/execute.c: Likewise.
37735         * lib/pagealign_alloc.c: Likewise.
37736         * lib/pipe.c: Likewise.
37737         * lib/wait-process.c: Likewise.
37738         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
37739         * lib/exitfail.c: Likewise.
37740         * lib/savewd.c: Likewise.
37741         * lib/xsetenv.c: Likewise.
37742
37743         * modules/stdlib: New file.
37744         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
37745         and extra comments about mkstemp().
37746         * lib/exit.h: Remove file.
37747         * lib/mkdtemp.h: Remove file.
37748         * lib/mkstemp.h: Remove file.
37749         * m4/stdlib_h.m4: New file.
37750         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
37751
37752 2007-02-18  Bruno Haible  <bruno@clisp.org>
37753
37754         * modules/math-tests: New file.
37755         * tests/test-math.c: New file.
37756
37757         * modules/math: New file.
37758         * modules/mathl (Files): Remove lib/mathl.h.
37759         (Depends-on): Add math.
37760         (Makefile.am): Don't mention mathl.h.
37761         (Include): Use <math.h> instead of mathl.h.
37762         * lib/math_.h: New file.
37763         * lib/mathl.h: Remove file.
37764         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
37765         mathl.h.
37766         * lib/asinl.c: Likewise.
37767         * lib/atanl.c: Likewise.
37768         * lib/ceill.c: Likewise.
37769         * lib/cosl.c: Likewise.
37770         * lib/expl.c: Likewise.
37771         * lib/floorl.c: Likewise.
37772         * lib/frexpl.c: Likewise.
37773         * lib/ldexpl.c: Likewise.
37774         * lib/logl.c: Likewise.
37775         * lib/sincosl.c: Likewise.
37776         * lib/sinl.c: Likewise.
37777         * lib/sqrtl.c: Likewise.
37778         * lib/tanl.c: Likewise.
37779         * lib/trigl.c: Likewise.
37780         * m4/math_h.m4: New file.
37781         * MODULES.html.sh (Mathematics): Add math.
37782
37783 2007-02-17  Bruno Haible  <bruno@clisp.org>
37784
37785         * modules/wctype-tests: New file.
37786         * tests/test-wctype.c: New file.
37787
37788         * modules/wchar-tests: New file.
37789         * tests/test-wchar.c: New file.
37790
37791         * modules/unistd-tests: New file.
37792         * tests/test-unistd.c: New file.
37793
37794         * modules/time-tests: New file.
37795         * tests/test-time.c: New file.
37796
37797         * modules/sysexits-tests: New file.
37798         * tests/test-sysexits.c: New file.
37799
37800         * modules/sys_time-tests: New file.
37801         * tests/test-sys_time.c: New file.
37802
37803         * modules/sys_stat-tests: New file.
37804         * tests/test-sys_stat.c: New file.
37805
37806         * modules/sys_socket-tests: New file.
37807         * tests/test-sys_socket.c: New file.
37808
37809         * modules/sys_select-tests: New file.
37810         * tests/test-sys_select.c: New file.
37811
37812         * modules/string-tests: New file.
37813         * tests/test-string.c: New file.
37814
37815         * modules/stdbool-tests: New file.
37816         * tests/test-stdbool.c: New file.
37817
37818         * modules/netinet_in-tests: New file.
37819         * tests/test-netinet_in.c: New file.
37820
37821         * modules/inttypes-tests: New file.
37822         * tests/test-inttypes.c: New file.
37823
37824         * modules/fcntl-tests: New file.
37825         * tests/test-fcntl.c: New file.
37826
37827         * modules/byteswap-tests: New file.
37828         * tests/test-byteswap.c: New file.
37829
37830         * modules/arpa_inet-tests: New file.
37831         * tests/test-arpa_inet.c: New file.
37832
37833 2007-02-17  Bruno Haible  <bruno@clisp.org>
37834
37835         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
37836         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
37837         if the corresponding module is not enabled. Emit link warnings if
37838         the function is used nevertheless.
37839         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
37840         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
37841         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
37842         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
37843         * modules/inttypes (Depends-on): Add link-warning.
37844         (Makefile.am): Copy the contents of build-aux/link-warning.h into
37845         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
37846         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
37847         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
37848         * modules/imaxdiv (configure.ac): Likewise.
37849         * modules/strtoimax (configure.ac): Likewise.
37850         * modules/strtoumax (configure.ac): Likewise.
37851
37852 2007-02-17  Bruno Haible  <bruno@clisp.org>
37853
37854         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
37855         gl_STRING_MODULE_INDICATOR_DEFAULTS.
37856         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
37857         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
37858
37859 2007-02-17  Bruno Haible  <bruno@clisp.org>
37860
37861         * modules/link-warning: New file.
37862         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
37863         * lib/string_.h (GL_LINK_WARNING): Remove definition.
37864         * modules/string (Depends-on): Add link-warning.
37865         (Makefile.am): Copy the contents of build-aux/link-warning.h into
37866         string.h.
37867         * MODULES.html.sh (Support for building libraries and executables): Add
37868         link-warning.
37869
37870 2007-02-17  Bruno Haible  <bruno@clisp.org>
37871
37872         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
37873         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
37874         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
37875         long lines.
37876
37877 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
37878             Bruno Haible  <bruno@clisp.org>
37879
37880         * modules/tmpfile: New file.
37881         * lib/tmpfile.c: New file.
37882         * m4/tmpfile.m4: New file.
37883         * MODULES.html.sh (func_all_modules): New section "Input/output".
37884
37885 2007-02-15  Bruno Haible  <bruno@clisp.org>
37886
37887         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
37888         (supports_delete_on_close): New function.
37889         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
37890
37891 2007-02-14  Bruno Haible  <bruno@clisp.org>
37892
37893         * modules/mbspcasecmp-tests: New file.
37894         * tests/test-mbspcasecmp.sh: New file.
37895         * tests/test-mbspcasecmp.c: New file.
37896
37897         New module mbspcasecmp.
37898         * modules/mbspcasecmp: New file.
37899         * lib/mbspcasecmp.c: New file.
37900         * lib/string_.h (strncasecmp): Change warning message.
37901         (mbspcasecmp): New declaration.
37902         * m4/mbspcasecmp.m4: New file.
37903         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37904         GNULIB_MBSPCASECMP.
37905         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
37906         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
37907
37908 2007-02-14  Bruno Haible  <bruno@clisp.org>
37909
37910         * modules/mbsncasecmp-tests: New file.
37911         * tests/test-mbsncasecmp.sh: New file.
37912         * tests/test-mbsncasecmp.c: New file.
37913
37914         New module mbsncasecmp.
37915         * modules/mbsncasecmp: New file.
37916         * lib/mbsncasecmp.c: New file.
37917         * lib/string_.h (mbsncasecmp): New declaration.
37918         * m4/mbsncasecmp.m4: New file.
37919         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37920         GNULIB_MBSNCASECMP.
37921         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
37922         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
37923
37924 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
37925
37926         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
37927         Verify that it doesn't overlap with our flags.
37928         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
37929         do not have the desired effect in multibyte locales; instead, use
37930         mbscasecmp.
37931         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
37932         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
37933         we don't require GNU fnmatch ourselves (if our users require it, they
37934         should do so explicitly).
37935
37936         Fix regex code so it doesn't rely on strcasecmp.
37937         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
37938         Otherwise, include gnulib's langinfo.h.
37939         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
37940         undesirable behavior in non-C locales.  Instead, rely on localecharset.
37941         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
37942         * modules/regex (FILES): Remove m4/codeset.m4.
37943         (Depends-on): Add localcharset.  Remove strcase.
37944
37945 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37946
37947         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
37948         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
37949
37950 2007-02-13  Bruno Haible  <bruno@clisp.org>
37951
37952         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
37953         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37954
37955 2007-02-12  Bruno Haible  <bruno@clisp.org>
37956
37957         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
37958         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
37959         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
37960         time warning rather than a link error.
37961
37962 2007-02-12  Bruno Haible  <bruno@clisp.org>
37963
37964         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
37965         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
37966         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37967
37968 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
37969
37970         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
37971         args, not 2.
37972
37973 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
37974
37975         New module 'time', so that apps can include <time.h> as per
37976         POSIX and GNU instead of separate include files like time_r.h
37977         and timegm.h.  This implementation tries out a simpler approach
37978         for replacing decls in standard include files (as compared to
37979         the string module), somewhat as an experiment.
37980
37981         * config/srclist.txt: Comment out mktime.c for now.
37982         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
37983         since it doesn't apply any more.  Use generic wording instead.
37984         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
37985         'time'.
37986         * lib/time_.h, m4/time_h.m4, modules/time: New files.
37987         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
37988         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
37989         Don't include <sys/types.h>; no longer needed since we assume C89.
37990         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
37991         * lib/strftime.c: Likewise.
37992         * lib/time_r.c: Likewise.
37993         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
37994         * lib/nanosleep.c: Include <time.h> first, to check interface.
37995         * lib/strptime.c: Likewise.
37996         * lib/time_r.c: Likewise.
37997         * lib/timegm.c: Likewise.
37998         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
37999         needed.
38000         * lib/timegm.c: Don't include timegm.h; no longer needed.
38001         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38002         time.h now handles any problems in that area.
38003         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38004         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38005         that time.h defines struct timespec.
38006         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38007         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38008         handles that.
38009         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38010         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38011         needed.  Set REPLACE_LOCALTIME.
38012         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38013         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38014         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38015         nanosleep; time_h.m4 now does that.  Don't require
38016         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38017         module handles this now.
38018         * modules/getdate (Depends-on): Remove timespec.  Add time.
38019         * modules/nanosleep (Depends-on): Likewise.
38020         * modules/stat-time (Depends-on): Likewise.
38021         * modules/nanosleep (Include): Include time.h, not timespec.h.
38022         * modules/strptime (Files): Remove lib/strptime.h.
38023         (Depends-on): Add extensions, time.
38024         (Include): Include time.h, not strptime.h.
38025         * modules/time_r (Files): Remove lib/time_r.h.
38026         (Depends-on): Add time.
38027         (Include): Include time.h, not time_r.h.
38028         * modules/timegm: Likewise.
38029         * modules/timespec (Description): Now does timespec-related decls
38030         of our own, instead of struct timespec itself.
38031         (Depends-on): Add time; remove extensions.
38032         (Maintainer): Add self.
38033         * modules/utimecmp (Depends-on): Add time; remove timespec.
38034         * modules/utimens (Depends-on): Likewise.
38035         * modules/xnanosleep (Depends-on): Likewise.
38036
38037 2007-02-11  Bruno Haible  <bruno@clisp.org>
38038
38039         * lib/c-strstr.c: Include allocsa.h.
38040         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38041         * lib/c-strcasestr.c: Include allocsa.h.
38042         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38043         * lib/strcasestr.c: Include allocsa.h.
38044         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38045         * lib/mbsstr.c: Include allocsa.h.
38046         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38047         allocsa/freesa instead of malloc/free.
38048         * lib/mbscasestr.c: Include allocsa.h.
38049         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38050         allocsa/freesa instead of malloc/free.
38051         * modules/c-strstr (Depends-on): Add allocsa.
38052         * modules/c-strcasestr (Depends-on): Likewise.
38053         * modules/strcasestr (Depends-on): Likewise.
38054         * modules/mbsstr (Depends-on): Likewise.
38055         * modules/mbscasestr (Depends-on): Likewise.
38056
38057 2007-02-11  Bruno Haible  <bruno@clisp.org>
38058
38059         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38060
38061         * modules/mbsspn-tests: New file.
38062         * tests/test-mbsspn.sh: New file.
38063         * tests/test-mbsspn.c: New file.
38064
38065 2007-02-11  Bruno Haible  <bruno@clisp.org>
38066
38067         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38068
38069         * modules/mbspbrk-tests: New file.
38070         * tests/test-mbspbrk.sh: New file.
38071         * tests/test-mbspbrk.c: New file.
38072
38073 2007-02-11  Bruno Haible  <bruno@clisp.org>
38074
38075         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38076         unneeded cast.
38077
38078         * modules/mbscspn-tests: New file.
38079         * tests/test-mbscspn.sh: New file.
38080         * tests/test-mbscspn.c: New file.
38081
38082 2007-02-11  Bruno Haible  <bruno@clisp.org>
38083
38084         * modules/mbscasecmp-tests: New file.
38085         * tests/test-mbscasecmp.sh: New file.
38086         * tests/test-mbscasecmp.c: New file.
38087
38088 2007-02-11  Bruno Haible  <bruno@clisp.org>
38089
38090         Ensure O(n) worst-case complexity of mbscasestr.
38091         * lib/mbscasestr.c: Include stdbool.h.
38092         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38093         functions.
38094         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38095         the bookkeeping indicates that it's worth it.
38096         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38097
38098         * modules/mbscasestr-tests: New file.
38099         * tests/test-mbscasestr1.c: New file.
38100         * tests/test-mbscasestr2.sh: New file.
38101         * tests/test-mbscasestr2.c: New file.
38102         * tests/test-mbscasestr3.sh: New file.
38103         * tests/test-mbscasestr3.c: New file.
38104         * tests/test-mbscasestr4.sh: New file.
38105         * tests/test-mbscasestr4.c: New file.
38106         * m4/locale-tr.m4: New file.
38107
38108 2007-02-11  Bruno Haible  <bruno@clisp.org>
38109
38110         Ensure O(n) worst-case complexity of mbsstr.
38111         * lib/mbsstr.c: Include stdbool.h.
38112         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38113         functions.
38114         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38115         bookkeeping indicates that it's worth it.
38116         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38117
38118         * modules/mbsstr-tests: New file.
38119         * tests/test-mbsstr1.c: New file.
38120         * tests/test-mbsstr2.sh: New file.
38121         * tests/test-mbsstr2.c: New file.
38122         * tests/test-mbsstr3.sh: New file.
38123         * tests/test-mbsstr3.c: New file.
38124         * m4/locale-fr.m4: New file.
38125
38126 2007-02-11  Bruno Haible  <bruno@clisp.org>
38127
38128         * lib/mbsrchr.c (mbsrchr): Fix bug.
38129
38130         * modules/mbsrchr-tests: New file.
38131         * tests/test-mbsrchr.sh: New file.
38132         * tests/test-mbsrchr.c: New file.
38133
38134 2007-02-11  Bruno Haible  <bruno@clisp.org>
38135
38136         * lib/mbschr.c (mbschr): Fix bug.
38137
38138         * modules/mbschr-tests: New file.
38139         * tests/test-mbschr.sh: New file.
38140         * tests/test-mbschr.c: New file.
38141         * m4/locale-zh.m4: New file.
38142
38143 2007-02-11  Bruno Haible  <bruno@clisp.org>
38144
38145         Support for copying multibyte string iterators.
38146         * lib/mbiter.h: Include <string.h>.
38147         (mbiter_multi_copy): New function.
38148         (mbi_copy): New macro.
38149         * lib/mbuiter.h: Include <string.h>.
38150         (mbuiter_multi_copy): New function.
38151         (mbui_copy): New macro.
38152
38153 2007-02-11  Bruno Haible  <bruno@clisp.org>
38154
38155         New module mbslen.
38156         * modules/mbslen: New file.
38157         * lib/mbslen.c: New file.
38158         * lib/string_.h (mbslen): New declaration.
38159         * m4/mbslen.m4: New file.
38160         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38161         GNULIB_MBSLEN.
38162         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38163         * MODULES.html.sh (Internationalization functions): Add mbslen.
38164
38165 2007-02-11  Bruno Haible  <bruno@clisp.org>
38166
38167         Ensure O(n) worst-case complexity of strcasestr substitute.
38168         * lib/strcasestr.c: Include stdbool.h.
38169         (knuth_morris_pratt): New function.
38170         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38171         bookkeeping indicates that it's worth it.
38172         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38173
38174         * modules/strcasestr-tests: New file.
38175         * tests/test-strcasestr.c: New file.
38176
38177 2007-02-11  Bruno Haible  <bruno@clisp.org>
38178
38179         Ensure O(n) worst-case complexity of c_strcasestr.
38180         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38181         (knuth_morris_pratt): New function.
38182         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38183         the bookkeeping indicates that it's worth it.
38184         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38185
38186         * modules/c-strcasestr-tests: New file.
38187         * tests/test-c-strcasestr.c: New file.
38188
38189 2007-02-11  Bruno Haible  <bruno@clisp.org>
38190
38191         Ensure O(n) worst-case complexity of c_strstr.
38192         * lib/c-strstr.c: Include stdbool.h, string.h.
38193         (knuth_morris_pratt): New function.
38194         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38195         bookkeeping indicates that it's worth it.
38196         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38197
38198         * lib/c-strstr.c: Complete rewrite for maintainability.
38199
38200         * modules/c-strstr-tests: New file.
38201         * tests/test-c-strstr.c: New file.
38202
38203 2007-02-11  Bruno Haible  <bruno@clisp.org>
38204
38205         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38206         5.2.1 and earlier, whereby \055 was treated just like the range
38207         delimiter '-'.
38208         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38209
38210 2007-02-08  Bruno Haible  <bruno@clisp.org>
38211
38212         * modules/regex (Depends-on): Add stdbool.
38213         Reported by Dalibor Topic <robilad@kaffe.org>.
38214
38215 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38216
38217         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38218         Prefer returning from main to exiting from it.
38219         Remove unnecessary parens after sizeof.
38220
38221 2007-02-05  Bruno Haible  <bruno@clisp.org>
38222
38223         New module mbssep.
38224         * modules/mbssep: New file.
38225         * lib/mbssep.c: New file.
38226         * lib/string_.h (strsep): Add a conditional link warning.
38227         (mbssep): New declaration.
38228         * m4/mbssep.m4: New file.
38229         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38230         GNULIB_MBSSEP.
38231         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38232         * MODULES.html.sh (Internationalization functions): Add mbssep.
38233
38234 2007-02-05  Bruno Haible  <bruno@clisp.org>
38235
38236         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38237         Optimize search in case of 1 delimiter.
38238
38239 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38240
38241         * lib/acl.h: Include sys/types.h before sys/acl.h.
38242
38243 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38244
38245         Merge upstream fix for glibc bugzilla #3957:
38246
38247         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38248
38249         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38250         bit for RE_HAT_LISTS_NOT_NEWLINE.
38251         (build_charclass_op): Remove bogus comment.
38252
38253 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38254
38255         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38256
38257 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38258
38259         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38260         * lib/memmem.c [!defined _LIBC]: Include config.h.
38261
38262 2007-02-04  Bruno Haible  <bruno@clisp.org>
38263
38264         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38265         warning message.
38266
38267 2007-02-04  Bruno Haible  <bruno@clisp.org>
38268
38269         New module mbstok_r.
38270         * modules/mbstok_r: New file.
38271         * lib/mbstok_r.c: New file.
38272         * lib/string_.h (strtok_r): Change argument names to match the
38273         comments. Add a conditional link warning.
38274         (mbstok_r): New declaration.
38275         * m4/mbstok_r.m4: New file.
38276         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38277         GNULIB_MBSTOK_R.
38278         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38279         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38280
38281 2007-02-04  Bruno Haible  <bruno@clisp.org>
38282
38283         New module mbsspn.
38284         * modules/mbsspn: New file.
38285         * lib/mbsspn.c: New file.
38286         * lib/string_.h (strspn): Add a conditional link warning.
38287         (mbsspn): New declaration.
38288         * m4/mbsspn.m4: New file.
38289         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38290         GNULIB_MBSSPN.
38291         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38292         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38293
38294 2007-02-04  Bruno Haible  <bruno@clisp.org>
38295
38296         New module mbspbrk.
38297         * modules/mbspbrk: New file.
38298         * lib/mbspbrk.c: New file.
38299         * lib/string_.h (strpbrk): Add a conditional link warning.
38300         (mbspbrk): New declaration.
38301         * m4/mbspbrk.m4: New file.
38302         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38303         GNULIB_MBSPBRK.
38304         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38305         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38306
38307 2007-02-04  Bruno Haible  <bruno@clisp.org>
38308
38309         New module mbscspn.
38310         * modules/mbscspn: New file.
38311         * lib/mbscspn.c: New file.
38312         * lib/string_.h (strcspn): Add a conditional link warning.
38313         (mbscspn): New declaration.
38314         * m4/mbscspn.m4: New file.
38315         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38316         GNULIB_MBSCSPN.
38317         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38318         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38319
38320 2007-02-04  Bruno Haible  <bruno@clisp.org>
38321
38322         New module mbscasestr, reduced goal of strcasestr.
38323         * modules/mbscasestr: New file.
38324         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38325         (mbscasestr): Renamed from strcasestr.
38326         * lib/strcasestr.c: Don't include mbuiter.h.
38327         (strcasestr): Remove support for multibyte locales.
38328         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38329         Change the conditional link warning.
38330         (mbscasestr): New declaration.
38331         * m4/mbscasestr.m4: New file.
38332         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38333         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38334         REPLACE_STRCASESTR.
38335         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38336         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38337         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38338         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38339         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38340         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38341         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38342         (Depends-on): Remove mbuiter.
38343         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38344
38345 2007-02-04  Bruno Haible  <bruno@clisp.org>
38346
38347         Simplify handling of strncasecmp.
38348         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38349         the conditional link warning.
38350         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38351         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38352         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38353         * modules/strcase (configure.ac): Don't invoke
38354         gl_STRING_MODULE_INDICATOR.
38355         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38356
38357 2007-02-04  Bruno Haible  <bruno@clisp.org>
38358
38359         New module mbscasecmp, reduced goal of strcasecmp.
38360         * modules/mbscasecmp: New file.
38361         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38362         (mbscasecmp): Renamed from strcasecmp.
38363         * lib/strcasecmp.c: Don't include mbuiter.h.
38364         (strcasecmp): Remove support for multibyte locales.
38365         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38366         Change the conditional link warning.
38367         (mbscasecmp): New declaration.
38368         * m4/mbscasecmp.m4: New file.
38369         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38370         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38371         REPLACE_STRCASECMP.
38372         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38373         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38374         GNULIB_MBSCASECMP.
38375         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38376         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38377         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38378         (Depends-on): Remove mbuiter.
38379         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38380
38381 2007-02-04  Bruno Haible  <bruno@clisp.org>
38382
38383         New module mbsstr. Remove module strstr.
38384         * modules/mbsstr: New file.
38385         * modules/strstr: Remove file.
38386         * lib/mbsstr.c: Renamed from lib/strstr.c.
38387         (mbsstr): Renamed from strstr.
38388         * lib/string_.h (strstr): Remove declaration. Change the conditional
38389         link warning.
38390         (mbsstr): New declaration.
38391         * m4/mbsstr.m4: New file.
38392         * m4/strstr.m4: Remove file.
38393         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38394         REPLACE_STRSTR.
38395         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38396         Don't initialize GNULIB_STRSTR.
38397         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38398         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38399         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38400         (Support for systems lacking ANSI C 89): Remove strstr.
38401
38402 2007-02-04  Bruno Haible  <bruno@clisp.org>
38403
38404         New module mbsrchr.
38405         * modules/mbsrchr: New file.
38406         * lib/mbsrchr.c: New file.
38407         * lib/string_.h (strrchr): Add a conditional link warning.
38408         (mbsrchr): New declaration.
38409         * m4/mbsrchr.m4: New file.
38410         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38411         GNULIB_MBSRCHR.
38412         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38413         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38414
38415 2007-02-04  Bruno Haible  <bruno@clisp.org>
38416
38417         New module mbschr.
38418         * modules/mbschr: New file.
38419         * lib/mbschr.c: New file.
38420         * lib/string_.h (strchr): Add a conditional link warning.
38421         (mbschr): New declaration.
38422         * m4/mbschr.m4: New file.
38423         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38424         GNULIB_MBSCHR.
38425         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38426         * MODULES.html.sh (Internationalization functions): Add mbschr.
38427
38428 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38429
38430         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38431
38432         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38433
38434 2007-02-04  Bruno Haible  <bruno@clisp.org>
38435
38436         New module description section 'configure.ac-early'.
38437         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38438         (func_get_autoconf_early_snippet): New function.
38439         (func_import, func_create_testdir): Use it. Remove special cases for
38440         modules 'extensions' and 'lock'.
38441         * modules/extensions (configure.ac-early): Require
38442         gl_USE_SYSTEM_EXTENSIONS.
38443         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38444
38445 2007-02-04  Bruno Haible  <bruno@clisp.org>
38446
38447         Make use of gcj-4.3's -fsource and -ftarget option.
38448         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38449         and if so try the options -fsource and -ftarget.
38450         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38451         source_version, ftarget_option, target_version arguments.
38452         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38453         (is_envjavac_oldgcj_14_14_usable): Renamed from
38454         is_envjavac_gcj_14_14_usable.
38455         (is_envjavac_oldgcj_14_13_usable): Renamed from
38456         is_envjavac_gcj_14_13_usable.
38457         (is_gcj_present): Update.
38458         (is_gcj_43, is_gcj43_usable): New functions.
38459         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38460         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38461         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38462         try the options -fsource and -ftarget.
38463
38464 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38465
38466         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38467         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38468         larger value.
38469
38470 2007-02-03  Jim Meyering  <jim@meyering.net>
38471
38472         Give tools a better chance to allocate space for very large buffers.
38473         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38474
38475         Make pwd and readlink work also when run with an unreadable parent dir
38476         on systems with openat support.
38477         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38478         provided getcwd function, even when we have openat support.
38479         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38480
38481 2007-02-02  Bruno Haible  <bruno@clisp.org>
38482
38483         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38484         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38485         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38486         portability problems if one of these functions is only used on specific
38487         platforms.
38488         Reported by Paul Eggert.
38489
38490 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38491
38492         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38493         is causing more trouble than it's curing.
38494         * lib/regex_internal.h (__mempcpy): Remove.
38495         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38496         (and make the code a tad smaller to boot).
38497         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38498
38499 2007-02-02  Jim Meyering  <jim@meyering.net>
38500
38501         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38502         section, not in the Makefile.am: one.
38503
38504 2007-02-02  Eric Blake  <ebb9@byu.net>
38505
38506         * lib/strchrnul.c: Always include config.h first.
38507
38508         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38509         gnulib strstr is not necessary here.
38510
38511 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38512
38513         * m4/socklen.m4: Fix typo.
38514
38515 2007-02-02  Eric Blake  <ebb9@byu.net>
38516
38517         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38518         * modules/netinet_in (Makefile.am): Likewise.
38519
38520 2007-02-01  Bruno Haible  <bruno@clisp.org>
38521
38522         * lib/string_.h (GL_LINK_WARNING): New macro.
38523         (strcasecmp, strstr, strcasestr): If provided by the system,
38524         conditionally define as a macro that leads to a warning instead of to
38525         an error.
38526         (strncasecmp): Conditionally define as a macro that leads to a warning.
38527
38528 2007-02-01  Karl Berry  <karl@gnu.org>
38529
38530         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38531
38532 2007-02-01  Bruno Haible  <bruno@clisp.org>
38533
38534         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38535         renamings.
38536
38537 2007-02-01  Eric Blake  <ebb9@byu.net>
38538
38539         * modules/regex (Depends-on): Revert dependence on mempcpy.
38540         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
38541         module's definition of mempcpy.
38542         Reported by Paul Eggert.
38543
38544 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38545
38546         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38547         the symbol XYZ before redefining it.  This fixes a problem with
38548         programs that don't use XYZ, when compiled on systems that define
38549         XYZ to something else.
38550
38551 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
38552
38553         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
38554         occurs when "mkdir -m foo" creates a setgid directory that is (1)
38555         writeable to group or other and (2) is intended to have a special
38556         mode bit that is set or cleared.  In such a case, the directory
38557         should be neither group- nor other-writeable until the special
38558         mode bits are right.
38559
38560 2007-01-31  Eric Blake  <ebb9@byu.net>
38561
38562         * modules/mountlist (Depends-on): Add strstr.
38563
38564         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
38565         bug.
38566         * modules/string (Makefile.am): Remove redundant replacement.
38567         * modules/regex (Depends-on): Add mempcpy.
38568
38569 2007-01-31  Bruno Haible  <bruno@clisp.org>
38570
38571         New module description field 'Link'.
38572         * gnulib-tool (func_usage): Document --extract-link-directive.
38573         (sed_extract_prog): Recognize 'Link' directive.
38574         (func_get_link_directive): New function.
38575         (func_import): Show summary of link directives.
38576         Handle --extract-link-directive option.
38577         * modules/acl (Link): New section.
38578         * modules/clock-time (Link): New section.
38579         * modules/euidaccess (Link): New section.
38580         * modules/gettext (Link): New section.
38581         * modules/iconv (Link): New section.
38582         * modules/lock (Link): New section.
38583         * modules/nanosleep (Link): New section.
38584         * modules/readline (Link): New section.
38585
38586 2007-01-27  Bruno Haible  <bruno@clisp.org>
38587
38588         Enforce the use of gnulib modules for unportable <string.h> functions.
38589         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
38590         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
38591         (gl_HEADER_STRING_H_BODY): Require it.
38592         * lib/string_.h: If the gnulib module XYZ is not present, redefine
38593         the symbol XYZ to one that gives a link error.
38594         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
38595         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
38596         * modules/mempcpy (configure.ac): Likewise.
38597         * modules/memrchr (configure.ac): Likewise.
38598         * modules/stpcpy (configure.ac): Likewise.
38599         * modules/stpncpy (configure.ac): Likewise.
38600         * modules/strcase (configure.ac): Likewise.
38601         * modules/strcasestr (configure.ac): Likewise.
38602         * modules/strchrnul (configure.ac): Likewise.
38603         * modules/strdup (configure.ac): Likewise.
38604         * modules/strndup (configure.ac): Likewise.
38605         * modules/strnlen (configure.ac): Likewise.
38606         * modules/strpbrk (configure.ac): Likewise.
38607         * modules/strsep (configure.ac): Likewise.
38608         * modules/strstr (configure.ac): Likewise.
38609         * modules/strtok_r (configure.ac): Likewise.
38610
38611 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
38612
38613         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
38614
38615 2007-01-30  Jim Meyering  <jim@meyering.net>
38616
38617         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
38618
38619 2007-01-29  Bruno Haible  <bruno@clisp.org>
38620
38621         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
38622         * lib/execute.c: Likewise.
38623         * lib/pipe.c: Likewise.
38624         * lib/printf-args.h: Likewise.
38625         * lib/printf-args.c: Likewise.
38626         * lib/printf-parse.c: Likewise.
38627         * lib/vasnprintf.c: Likewise.
38628
38629 2007-01-29  Eric Blake  <ebb9@byu.net>
38630
38631         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
38632         declaration.
38633
38634 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
38635
38636         * lib/strptime.h (strptime): Use 'restrict' for args where
38637         POSIX requires this.
38638         * lib/strptime.c (strptime): Likewise.
38639         Change license notice from LGPL to GPL, since gnulib-tool will
38640         change this as needed.
38641         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
38642         defined.
38643         Include "strptime.h" first, to check interface.
38644         Do not #undef _LIBC and _NL_CURRENT.
38645         Do not include <stdlib.h>; no longer needed.
38646         Include "time_r.h" and declare ptime_locale_status
38647         only if _LIBC is not defined.
38648         (__P): Remove unused macro.
38649         (match_string): Bring back glibc version, but use it only if _LIBC
38650         is defined.
38651         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
38652         Remove unnecessary assertion and abort() call.
38653         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
38654         * m4/strptime.m4: Fix serial number comment.
38655         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
38656         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
38657         (Depends-on): Add time_r.
38658
38659 2007-01-29  Bruno Haible  <bruno@clisp.org>
38660
38661         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38662         strptime.
38663         * modules/strptime (Depends-on): Add stdbool.
38664         * lib/strptime.h: Include <time.h> always. Add comments.
38665
38666 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38667
38668         * modules/strptime: New file.
38669         * lib/strptime.h: New file.
38670         * lib/strptime.c: New file.
38671         * m4/strptime.m4: New file.
38672
38673 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38674
38675         * MODULES.html.sh: New module mpsort.
38676         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
38677
38678         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
38679         a circularity problem with HP-UX ia64 reported by Bob Proulx in
38680         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
38681         All uses changed.
38682         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
38683         All uses changed.
38684         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
38685         to _Restrict_.
38686         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
38687         the parameter matches the prototype.
38688
38689 2007-01-28  Jim Meyering  <jim@meyering.net>
38690
38691         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
38692         sys/time.h here, reverting that part of the previous patch:
38693         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
38694
38695 2007-01-28  Bruno Haible  <bruno@clisp.org>
38696
38697         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
38698         value of $(SYS_TIME_H).
38699         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
38700         remove it conditionally, too. [added by Jim Meyering]
38701         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
38702         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
38703         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
38704         GETTIMEOFDAY_REPLACEMENT to 1.
38705
38706 2007-01-28  Bruno Haible  <bruno@clisp.org>
38707
38708         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
38709         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
38710         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
38711         Set UNISTD_H instead of UNISTD_H2.
38712         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
38713
38714 2007-01-28  Bruno Haible  <bruno@clisp.org>
38715
38716         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
38717         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
38718
38719 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38720
38721         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
38722         (func_create_testdir): Ensure C locale for `grep' and `tr'
38723         character ranges.
38724         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
38725         ACLOCAL_AMFLAGS parsing state machine.
38726
38727 2007-01-27  Bruno Haible  <bruno@clisp.org>
38728
38729         * modules/unistr/base: Update.
38730
38731 2007-01-27  Bruno Haible  <bruno@clisp.org>
38732
38733         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
38734         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
38735         * modules/unistr/u32-mbtouc-unsafe: Renamed from
38736         modules/unistr/u32-mbtouc.
38737         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
38738         * lib/unistr.h: Update.
38739         * lib/linebreak.c: Update.
38740         * modules/unistr/u32-mbtouc: Renamed from
38741         modules/unistr/u32-mbtouc-safe.
38742         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
38743         * lib/unistr.h: Update.
38744         * lib/unistr/u32-to-u8.c: Update.
38745         * lib/unistr/u32-to-u16.c: Update.
38746
38747 2007-01-27  Bruno Haible  <bruno@clisp.org>
38748
38749         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
38750         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
38751         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
38752         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
38753         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
38754         * modules/unistr/u16-mbtouc-unsafe: Renamed from
38755         modules/unistr/u16-mbtouc.
38756         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
38757         * lib/unistr.h: Update.
38758         * lib/linebreak.c: Update.
38759         * modules/linebreak: Update.
38760         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
38761         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
38762         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
38763         * modules/unistr/u16-mbtouc: Renamed from
38764         modules/unistr/u16-mbtouc-safe.
38765         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
38766         * lib/unistr.h: Update.
38767         * lib/unistr/u16-to-u8.c: Update.
38768         * modules/unistr/u16-to-u8: Update.
38769         * lib/unistr/u16-to-u32.c: Update.
38770         * modules/unistr/u16-to-u32: Update.
38771
38772 2007-01-27  Bruno Haible  <bruno@clisp.org>
38773
38774         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
38775         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
38776         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
38777         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
38778         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
38779         * modules/unistr/u8-mbtouc-unsafe: Renamed from
38780         modules/unistr/u8-mbtouc.
38781         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
38782         * lib/unistr.h: Update.
38783         * lib/striconveh.c: Update.
38784         * modules/striconveh: Update.
38785         * lib/linebreak.c: Update.
38786         * modules/linebreak: Update.
38787         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
38788         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
38789         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
38790         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
38791         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
38792         * lib/unistr.h: Update.
38793         * lib/striconveh.c: Update.
38794         * modules/striconveh: Update.
38795         * lib/unistr/u8-to-u16.c: Update.
38796         * modules/unistr/u8-to-u16: Update.
38797         * lib/unistr/u8-to-u32.c: Update.
38798         * modules/unistr/u8-to-u32: Update.
38799
38800 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38801
38802         Sync from Libtool.
38803         * lib/argz.c: Do not include strings.h nor memory.h, include
38804         string.h unconditionally.  Patch by Simon Josefsson.
38805
38806 2007-01-27  Bruno Haible  <bruno@clisp.org>
38807
38808         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
38809         from gl_HEADER_STRING_H_BODY.
38810         (gl_HEADER_STRING_H_BODY): Require it.
38811         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
38812         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
38813         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
38814         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
38815         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
38816         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
38817         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
38818         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
38819         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
38820         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
38821         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
38822         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
38823         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
38824         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
38825         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
38826
38827 2007-01-27  Bruno Haible  <bruno@clisp.org>
38828
38829         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
38830         check_PROGRAMS into noinst_PROGRAMS.
38831         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
38832         check_PROGRAMS in this case.
38833         (func_import): Set for_test to false.
38834         (func_create_testdir): Set for_test to true.
38835
38836 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
38837             Bruno Haible  <bruno@clisp.org>
38838
38839         * modules/strcasestr (Files): Remove lib/strcasestr.h.
38840         (Depends-on): Add string.
38841         (Includes): Use <string.h> instead of strcasestr.h.
38842         * modules/string (Makefile.am): Also substitute the value of
38843         REPLACE_STRCASESTR.
38844         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
38845         assume strcasestr is declared in <string.h> not <strings.h>. Also
38846         set REPLACE_STRCASESTR.
38847         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
38848         REPLACE_STRCASESTR.
38849         * lib/strcasestr.h: Remove file.
38850         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
38851         * lib/string_.h (strcasestr): New declaration.
38852
38853 2007-01-27  Bruno Haible  <bruno@clisp.org>
38854
38855         * lib/string_.h: Use 'extern'.
38856
38857 2007-01-27  Jim Meyering  <jim@meyering.net>
38858
38859         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
38860         of set-but-not-used local, "q".
38861
38862         * lib/mempcpy.c: Include <config.h> before <string.h>.
38863         This fixes a compilation error on HP-UX, due to the system's
38864         "restrict"-using mempcpy prototype.
38865
38866 2007-01-26  Bruno Haible  <bruno@clisp.org>
38867
38868         Small optimization.
38869         * lib/javacomp.c: Include c-strstr.h.
38870          (is_envjavac_gcj): Use c_strstr instead of strstr.
38871         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
38872
38873 2007-01-26  Bruno Haible  <bruno@clisp.org>
38874
38875         * MODULES.html.sh (Unicode string functions): Add the new modules.
38876
38877         * modules/uniconv/u32-strconv-to-locale: New file.
38878         * lib/uniconv/u32-strconv-to-locale.c: New file.
38879
38880         * modules/uniconv/u16-strconv-to-locale: New file.
38881         * lib/uniconv/u16-strconv-to-locale.c: New file.
38882
38883         * modules/uniconv/u8-strconv-to-locale: New file.
38884         * lib/uniconv/u8-strconv-to-locale.c: New file.
38885
38886         * modules/uniconv/u32-strconv-from-locale: New file.
38887         * lib/uniconv/u32-strconv-from-locale.c: New file.
38888
38889         * modules/uniconv/u16-strconv-from-locale: New file.
38890         * lib/uniconv/u16-strconv-from-locale.c: New file.
38891
38892         * modules/uniconv/u8-strconv-from-locale: New file.
38893         * lib/uniconv/u8-strconv-from-locale.c: New file.
38894
38895         * modules/uniconv/u32-strconv-to-enc: New file.
38896         * lib/uniconv/u32-strconv-to-enc.c: New file.
38897         * modules/uniconv/u32-strconv-to-enc-tests: New file.
38898         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
38899
38900         * modules/uniconv/u16-strconv-to-enc: New file.
38901         * lib/uniconv/u16-strconv-to-enc.c: New file.
38902         * lib/uniconv/u-strconv-to-enc.h: New file.
38903         * modules/uniconv/u16-strconv-to-enc-tests: New file.
38904         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
38905
38906         * modules/uniconv/u8-strconv-to-enc: New file.
38907         * lib/uniconv/u8-strconv-to-enc.c: New file.
38908         * modules/uniconv/u8-strconv-to-enc-tests: New file.
38909         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
38910
38911         * modules/uniconv/u32-strconv-from-enc: New file.
38912         * lib/uniconv/u32-strconv-from-enc.c: New file.
38913         * modules/uniconv/u32-strconv-from-enc-tests: New file.
38914         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
38915
38916         * modules/uniconv/u16-strconv-from-enc: New file.
38917         * lib/uniconv/u16-strconv-from-enc.c: New file.
38918         * modules/uniconv/u16-strconv-from-enc-tests: New file.
38919         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
38920
38921         * modules/uniconv/u8-strconv-from-enc: New file.
38922         * lib/uniconv/u8-strconv-from-enc.c: New file.
38923         * lib/uniconv/u-strconv-from-enc.h: New file.
38924         * modules/uniconv/u8-strconv-from-enc-tests: New file.
38925         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
38926
38927         * modules/uniconv/u32-conv-from-enc: New file.
38928         * lib/uniconv/u32-conv-from-enc.c: New file.
38929         * modules/uniconv/u32-conv-from-enc-tests: New file.
38930         * tests/uniconv/test-u32-conv-from-enc.c: New file.
38931
38932         * modules/uniconv/u16-conv-from-enc: New file.
38933         * lib/uniconv/u16-conv-from-enc.c: New file.
38934         * lib/uniconv/u-conv-from-enc.h: New file.
38935         * modules/uniconv/u16-conv-from-enc-tests: New file.
38936         * tests/uniconv/test-u16-conv-from-enc.c: New file.
38937
38938         * modules/uniconv/u8-conv-from-enc: New file.
38939         * lib/uniconv/u8-conv-from-enc.c: New file.
38940         * modules/uniconv/u8-conv-from-enc-tests: New file.
38941         * tests/uniconv/test-u8-conv-from-enc.c: New file.
38942
38943         * modules/uniconv/base: New file.
38944         * lib/uniconv.h: New file.
38945
38946 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
38947
38948         * doc/gnulib-tool.texi (Initial import): Update to match current
38949         behavior with strdup module.
38950         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
38951         * lib/memmem.h: Remove; all uses removed.  This is now done
38952         by <string.h>.
38953         * lib/mempcpy.h: Likewise.
38954         * lib/memrchr.h: Likewise.
38955         * lib/stpcpy.h: Likewise.
38956         * lib/stpncpy.h: Likewise.
38957         * lib/strcase.h: Likewise.
38958         * lib/strchrnul.h: Likewise.
38959         * lib/strdup.h: Likewise.
38960         * lib/strndup.h: Likewise.
38961         * lib/strnlen.h: Likewise.
38962         * lib/strpbrk.h: Likewise.
38963         * lib/strsep.h: Likewise.
38964         * lib/strstr.h: Likewise.
38965         * lib/strtok_r.h: Likewise.
38966         * lib/string_.h: New file.
38967         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
38968         Rely on <string.h> instead.
38969         * lib/canon-host.c: Likewise.
38970         * lib/chdir-long.c: Likewise.
38971         * lib/concatpath.c: Likewise.
38972         * lib/exclude.c: Likewise.
38973         * lib/fchdir.c: Likewise.
38974         * lib/getaddrinfo.c: Likewise.
38975         * lib/getcwd.c: Likewise.
38976         * lib/getsubopt.c: Likewise.
38977         * lib/glob.c: Likewise.
38978         * lib/hard-locale.c: Likewise.
38979         * lib/iconvme.c: Likewise.
38980         * lib/javacomp.c: Likewise.
38981         * lib/mempcpy.c: Likewise.
38982         * lib/memrchr.c: Likewise.
38983         * lib/regex_internal.h: Likewise.
38984         * lib/stpncpy.c: Likewise.
38985         * lib/strcasecmp.c: Likewise.
38986         * lib/strchrnul.c: Likewise.
38987         * lib/strdup.c: Likewise.
38988         * lib/striconv.c: Likewise.
38989         * lib/striconveh.c: Likewise.
38990         * lib/striconveha.c: Likewise.
38991         * lib/strncasecmp.c: Likewise.
38992         * lib/strndup.c: Likewise.
38993         * lib/strnlen.c: Likewise.
38994         * lib/strsep.c: Likewise.
38995         * lib/strstr.c: Likewise.
38996         * lib/strtok_r.c: Likewise.
38997         * lib/userspec.c: Likewise.
38998         * lib/w32spawn.h: Likewise.
38999         * lib/xstrndup.c: Likewise.
39000         * lib/mountlist.c (strstr): Remove decl.
39001         * m4/string_h.m4: New file.
39002         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39003         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39004         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39005         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39006         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39007         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39008         Set REPLACE_STRCASECMP if necessary.
39009         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39010         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39011         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39012         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39013         HAVE_DECL_STRDUP if necessary.
39014         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39015         since gl_FUNC_STRNDUP does that now.
39016         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39017         Check for decl here...
39018         (gl_PREREQ_STRNLEN): ... not here.
39019         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39020         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39021         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39022         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39023         necessary.
39024         * modules/string: New file.
39025         * modules/memmem (Files): Remove special-purpose include file.
39026         (Depends-on): Add string.
39027         (Include): Include <string.h>, not the removed file.
39028         * modules/mempcpy: Likewise.
39029         * modules/memrchr: Likewise.
39030         * modules/stpcpy: Likewise.
39031         * modules/stpncpy: Likewise.
39032         * modules/strcase: Likewise.
39033         * modules/strchrnul: Likewise.
39034         * modules/strdup: Likewise.
39035         * modules/strndup: Likewise.
39036         * modules/strnlen: Likewise.
39037         * modules/strpbrk: Likewise.
39038         * modules/strsep: Likewise.
39039         * modules/strstr: Likewise.
39040         * modules/strtok_r: Likewise.
39041         * tests/test-dirname.c: Don't include "strdup.h", since
39042         <string.h> now suffices.
39043         * tests/test-memmem.c: Don't include "memmem.h", since
39044         <string.h> now suffices.
39045
39046 2007-01-25  Bruno Haible  <bruno@clisp.org>
39047
39048         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39049         *resultp is 0.
39050
39051         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39052         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39053         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39054         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39055
39056         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39057         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39058         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39059         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39060         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39061         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39062
39063 2007-01-24  Bruno Haible  <bruno@clisp.org>
39064
39065         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39066         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39067         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39068         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39069         gl_FUNC_FTS_CORE.
39070         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39071         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39072         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39073         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39074         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39075         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39076         gl_FUNC_FCHOWNAT.
39077         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39078         gl_FUNC_STRFTIME.
39079         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39080         Reported by Ralf Wildenhues.
39081
39082 2007-01-24  Bruno Haible  <bruno@clisp.org>
39083
39084         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39085         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39086         gl_GETADDRINFO.
39087         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39088         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39089         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39090
39091 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39092
39093         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39094         Don't use 'exit'; just return from 'main'.
39095         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39096
39097         * lib/fnmatch_.h: Readjust white space and comments to match
39098         glibc, to avoid spurious diffs.
39099
39100 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39101
39102         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39103         2004-12-01 change by Jakub Jelinek, since this code won't compile
39104         if !LIBC.  Problem reported by Bob Proulx.
39105
39106 2007-01-23  Bruno Haible  <bruno@clisp.org>
39107
39108         * lib/striconveh.c: Include c-strcaseeq.h.
39109         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39110         * modules/striconveh (Depends-on): Add c-strcaseeq.
39111
39112 2007-01-23  Bruno Haible  <bruno@clisp.org>
39113
39114         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39115
39116         * modules/c-strcaseeq: New file.
39117         * lib/c-strcaseeq.h: New file.
39118
39119         * modules/streq: New file.
39120         * lib/streq.h: New file.
39121
39122 2007-01-23  Bruno Haible  <bruno@clisp.org>
39123
39124         * modules/striconveha-tests: New file.
39125         * tests/test-striconveha.c: New file.
39126
39127         * lib/striconveha.h: Include <stdbool.h>.
39128         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39129         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39130         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39131         (mem_iconveha): New function.
39132         (str_iconveha_notranslit): Renamed from str_iconveha.
39133         (str_iconveha): New function.
39134         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39135         c-strcase.
39136
39137 2007-01-23  Bruno Haible  <bruno@clisp.org>
39138
39139         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39140         encodings without forgiving before trying any encoding with handler.
39141         (str_iconveha): Try all encodings without forgiving before trying any
39142         encoding with handler.
39143
39144 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39145
39146         Import the following changes from libc.
39147
39148         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39149
39150         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39151
39152         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39153
39154         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39155         normal_bracket label.
39156
39157         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39158
39159         [BZ #361]
39160         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39161         to normal_bracket after fetching the next character.
39162
39163 2007-01-22  Bruno Haible  <bruno@clisp.org>
39164
39165         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39166         argument.
39167         * lib/striconveh.c (iconv_carefully_1): New function.
39168         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39169         argument.
39170         (str_cd_iconveh): Update.
39171         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39172         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39173         * tests/test-striconveh.c (MAGIC): New macro.
39174         (new_offsets): New function.
39175         (main): Test call with and without offsets.
39176
39177 2007-01-22  Bruno Haible  <bruno@clisp.org>
39178
39179         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39180         * modules/sys_select (Makefile.am): Likewise.
39181         * modules/sys_socket (Makefile.am): Likewise.
39182         * modules/sys_time (Makefile.am): Likewise.
39183
39184 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39185
39186         * modules/gettimeofday (License): Change from GPL to LGPL, since
39187         gettimeofday is a library function.
39188
39189 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39190
39191         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39192
39193 2007-01-21  Bruno Haible  <bruno@clisp.org>
39194
39195         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39196
39197 2007-01-21  Bruno Haible  <bruno@clisp.org>
39198
39199         * modules/striconveha: New file.
39200         * lib/striconveha.h: New file.
39201         * lib/striconveha.c: New file.
39202         * MODULES.html.sh (Internationalization functions): Add striconveha.
39203         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39204         string.
39205         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39206
39207 2007-01-21  Bruno Haible  <bruno@clisp.org>
39208
39209         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39210         * lib/striconveh.c (str_iconveh): Likewise.
39211
39212 2007-01-21  Bruno Haible  <bruno@clisp.org>
39213
39214         * lib/striconveh.h (mem_iconveh): New declaration.
39215         * lib/striconveh.c (mem_iconveh): New function.
39216         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39217
39218 2007-01-21  Bruno Haible  <bruno@clisp.org>
39219
39220         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39221
39222         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39223         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39224         original result buffer.
39225         (str_cd_iconveh): Update.
39226         * tests/test-striconveh.c (main): Update.
39227
39228         * lib/striconv.h (mem_cd_iconv): Change specification.
39229         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39230         result buffer.
39231         (str_cd_iconv): Update.
39232         * tests/test-striconv.c (main): Update.
39233
39234 2007-01-21  Bruno Haible  <bruno@clisp.org>
39235
39236         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39237
39238 2007-01-20  Jim Meyering  <jim@meyering.net>
39239
39240         * lib/userspec.c (parse_with_separator): If a user or group string
39241         starts with "+", skip the corresponding name-to-ID look-up, since
39242         such a look-up must fail: user and group names may not include "+".
39243
39244 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39245
39246         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39247         since we now assume the sys_time module.
39248         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39249         check for sys/time.h; no longer needed.
39250         * modules/poll (Depends-on): Depend on sys_time.
39251
39252 2007-01-18  Bruno Haible  <bruno@clisp.org>
39253
39254         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39255         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39256
39257         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39258         gettimeofday.
39259
39260         * tests/test-gettimeofday.c: Include <time.h>.
39261         (dummy): Remove variable.
39262
39263         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39264         gl_HEADER_SYS_TIME_H.
39265         (gl_HEADER_SYS_TIME_H): New macro.
39266
39267         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39268         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39269         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39270         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39271         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39272         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39273         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39274         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39275         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39276         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39277         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39278
39279         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39280         last change; it caused a compilation error when cross-compiling to
39281         Cygwin.
39282
39283 2007-01-18  Jim Meyering  <jim@meyering.net>
39284
39285         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39286         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39287         than the race-prone "test -d sys || mkdir sys".
39288         (configure.ac): Use AC_PROG_MKDIR_P.
39289         * modules/sys_select: Likewise.
39290         * modules/sys_socket: Likewise.
39291         * modules/sys_time: Likewise.
39292
39293 2007-01-18  Eric Blake  <ebb9@byu.net>
39294
39295         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39296         replace gettimeofday.
39297         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39298         name, to avoid infinite recursion.
39299
39300 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39301
39302         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39303         module sys_time.
39304         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39305         assume timespec.h defines struct timeval.
39306         * lib/settime.c: Likewise.
39307         * lib/utimens.c: Likewise.
39308         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39309         since we now assume the gettimeofday module.
39310         * lib/tempname.c (__gen_tempname): Likewise.
39311         * lib/gettimeofday.h: Remove.
39312         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39313         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39314         Include <time.h>, for 'time()'.
39315         (localtime_buffer_addr): Also use this workaround if
39316         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39317         to simplify the uses.  All uses changed.
39318         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39319         that #undef is inside {}, and 'const' follows type name consistently.
39320         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39321         (gettimeofday): Do not use the maximum possible value for
39322         tv->tv_usec, since that might break usages other than ls.c.
39323         Instead, we'll leave ls.c alone.  This undoes today's patch
39324         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39325         we've never observed the problem but might as well keep the
39326         canary.
39327         * lib/nanosleep.c: Include timespec.h first, for interface check.
39328         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39329         now assume the sys_time module.
39330         * lib/tempname.c: Likewise.
39331         * lib/timespec.h: Likewise.
39332         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39333         needed.
39334         * lib/strftime.c: Likewise.
39335         * lib/timespec.h: Likewise.
39336         * lib/posixtm.c: Include posixtm.h first, for interface check.
39337         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39338         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39339         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39340         * lib/sys_time_.h: New file.
39341         * lib/timespec.h (struct timespec): Use long int, not long.
39342         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39343         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39344         Remove obsolescent call to AC_HEADER_TIME.
39345         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39346         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39347         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39348         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39349         Likewise.
39350         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39351         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39352         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39353         into the sys_time module.  Check for gettimeofday just once.
39354         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39355         for gettimeofday signature to just check the signature.  Merely
39356         compile it, since linking doesn't test signature.  Improve test for
39357         whether gettimeofday.o is actually needed.
39358         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39359         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39360         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39361         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39362         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39363         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39364         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39365         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39366         than worrying about sys/time.h.
39367         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39368         Don't bother worrying about TIME_WITH_SYS_TIME.
39369         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39370         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39371         * m4/sys_time_h.m4: New file.
39372         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39373         Don't include sys/time.h.  Return from main rather than exiting.
39374         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39375         all uses changed.
39376         * modules/gethrxtime (Depends-on): Add sys_time.
39377         * modules/gettime (Depends-on): Likewise.
39378         * modules/gettimeofday (Depends-on): Likewise.
39379         * modules/nanosleep (Depends-on): Likewise.
39380         * modules/settime (Depends-on): Likewise.
39381         * modules/tempname (Depends-on): Likewise.
39382         * modules/utimens (Depends-on): Likewise.
39383         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39384         (Include:) Change back to <sys/time.h>.
39385         (Maintainer:) Add self.
39386         * modules/sys_time: New file.
39387         * modules/tempname (Depends-on): Add gettimeofday.
39388         * tests/test-gettimeofday.c: Include <sys/time.h>
39389         rather than gettimeofday.h.
39390
39391 2007-01-17  Bruno Haible  <bruno@clisp.org>
39392
39393         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39394         the license default to GPL.
39395         (func_create_testdir): Don't complain if a module is LGPL and its
39396         tests module depends on GPLed modules.
39397
39398 2007-01-17  Bruno Haible  <bruno@clisp.org>
39399
39400         * lib/gettimeofday.c (gettimeofday): Add code for the case
39401         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39402         maximum possible value for tv->tv_usec, rather than the minimum one.
39403
39404 2005-10-08  Martin Lambers  <marlam@marlam.de>
39405 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39406 2007-01-16  Bruno Haible  <bruno@clisp.org>
39407
39408         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39409         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39410         gl_FUNC_GETTIMEOFDAY.
39411         (Include): Add gettimeofday.h.
39412         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39413         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39414         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39415         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39416         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39417         * lib/gettimeofday.h: New file.
39418         * lib/gettimeofday.c: Include <sys/timeb.h>.
39419         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39420         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39421         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39422         fall back on time().
39423
39424         * tests/test-gettimeofday.c: New file.
39425         * modules/gettimeofday-tests: New file.
39426
39427 2007-01-16  Eric Blake  <ebb9@byu.net>
39428
39429         * modules/fnmatch (Depends-on): Depend on wchar.
39430         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39431         * m4/fnmatch.m4: Likewise.
39432         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39433         * m4/mbchar.m4: Likewise.
39434         * modules/mbswidth (Depends-on): Depend on wchar.
39435         * lib/mbswidth.c: Assume <wchar.h>.
39436         * m4/mbswidth.m4: Likewise.
39437         * modules/quotearg (Depends-on): Depend on wchar.
39438         * lib/quotearg.c: Assume <wchar.h>.
39439         * m4/quotearg.m4: Likewise.
39440         * modules/regex (Depends-on): Depend on wchar.
39441         * lib/regex_internal.h: Assume <wchar.h>.
39442         * m4/regex.m4: Likewise.
39443         * modules/stdint (Depends-on): Depend on wchar.
39444         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39445         * m4/stdint.m4: Likewise.
39446         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39447         * modules/strftime (Depends-on): Depend on wchar.
39448         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39449         * modules/strtol (Depends-on): Depend on wchar.
39450         * lib/strtol.c: Assume <wchar.h>.
39451         * modules/wcwidth (Depends-on): Depend on wchar.
39452         * lib/wcwidth.h: Assume <wchar.h>.
39453         * m4/wcwidth.m4: Likewise.
39454
39455 2007-01-16  Bruno Haible  <bruno@clisp.org>
39456
39457         * modules/csharpexec-script: New, created from...
39458         * modules/csharpexec: ... this.
39459
39460 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39461
39462         * modules/javaexec-script: New, created from...
39463         * modules/javaexec: ... this.
39464
39465 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39466
39467         * modules/poll (Dependencies): Add sys_select.
39468
39469 2007-01-15  Jim Meyering  <jim@meyering.net>
39470
39471         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39472         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39473         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39474         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39475
39476 2007-01-15  Bruno Haible  <bruno@clisp.org>
39477
39478         * modules/striconveh: New file.
39479         * lib/striconveh.h: New file.
39480         * lib/striconveh.c: New file.
39481         * MODULES.html.sh (Internationalization functions): Add striconveh.
39482
39483         * modules/striconveh-tests: New file.
39484         * tests/test-striconveh.c: New file.
39485
39486 2007-01-15  Bruno Haible  <bruno@clisp.org>
39487
39488         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39489         not from GNU libiconv or GNU libc.
39490
39491 2007-01-15  Bruno Haible  <bruno@clisp.org>
39492
39493         * doc/gnulib-intro.texi (Copyright): Explain the different license
39494         terms for module descriptions, autoconf macros, tests, documentation.
39495
39496 2007-01-14  Bruno Haible  <bruno@clisp.org>
39497
39498         * modules/striconv-tests: New file.
39499         * tests/test-striconv.c: New file.
39500
39501 2007-01-14  Bruno Haible  <bruno@clisp.org>
39502
39503         * modules/iconv-tests: New file.
39504         * tests/test-iconv.c: New file.
39505
39506 2007-01-14  Bruno Haible  <bruno@clisp.org>
39507
39508         * gnulib-tool (func_get_license): For test modules, use the license of
39509         the main module.
39510
39511 2007-01-14  Bruno Haible  <bruno@clisp.org>
39512
39513         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39514         if iconv is found to exist.
39515
39516 2007-01-14  Bruno Haible  <bruno@clisp.org>
39517
39518         * modules/c-ctype-tests: New file.
39519         * tests/test-c-ctype.c: New file.
39520
39521 2007-01-14  Bruno Haible  <bruno@clisp.org>
39522
39523         * modules/binary-io-tests: New file.
39524         * tests/test-binary-io.sh: New file.
39525         * tests/test-binary-io.c: New file.
39526
39527 2007-01-14  Bruno Haible  <bruno@clisp.org>
39528
39529         * modules/array-oset-tests: New file.
39530         * tests/test-array_oset.c: New file.
39531
39532 2007-01-14  Bruno Haible  <bruno@clisp.org>
39533
39534         * modules/array-list-tests: New file.
39535         * tests/test-array_list.c: New file.
39536
39537 2007-01-14  Bruno Haible  <bruno@clisp.org>
39538
39539         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
39540         and make.
39541         Reported by Simon Josefsson in
39542         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
39543
39544 2007-01-14  Bruno Haible  <bruno@clisp.org>
39545
39546         * modules/allocsa-tests: New file.
39547         * tests/test-allocsa.c: New file.
39548
39549 2007-01-14  Bruno Haible  <bruno@clisp.org>
39550
39551         * modules/fchdir (Depends-on): Add absolute-header.
39552         * modules/unistd (Depends-on): Likewise.
39553
39554 2006-12-30  Bruno Haible  <bruno@clisp.org>
39555
39556         * modules/fchdir: New file.
39557         * modules/unistd (Files): Add lib/unistd_.h.
39558         (Makefile.am): Generate unistd.h from unistd_.h.
39559         * lib/fchdir.c: New file.
39560         * lib/dirent_.h: New file.
39561         * lib/unistd_.h: New file.
39562         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
39563         * m4/fchdir.m4: New file.
39564         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
39565         (gl_HEADER_UNISTD): Invoke it.
39566         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
39567         function.
39568         * lib/backupfile.c (opendir, closedir): Undefine.
39569         * lib/chown.c (open, close): Undefine.
39570         * lib/clean-temp.c (open, close): Undefine.
39571         * lib/copy-file.c (open, close): Undefine.
39572         * lib/execute.c (open, close): Undefine.
39573         * lib/fsusage.c (open, close): Undefine.
39574         * lib/gc-gnulib.c (open, close): Undefine.
39575         * lib/getcwd.c (opendir, closedir): Undefine.
39576         * lib/glob.c (opendir, closedir): Undefine.
39577         * lib/javacomp.c (open, close): Undefine.
39578         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
39579         * lib/openat-proc.c (open, close): Undefine.
39580         * lib/pagealign_alloc.c (open, close): Undefine.
39581         * lib/pipe.c (open, close): Undefine.
39582         * lib/progreloc.c (open, close): Undefine.
39583         * lib/savedir.c (opendir, closedir): Undefine.
39584         * lib/utime.c (open, close): Undefine.
39585         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
39586
39587 2007-01-10  Bruno Haible  <bruno@clisp.org>
39588
39589         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
39590
39591 2007-01-12  Eric Blake  <ebb9@byu.net>
39592
39593         Provide a robust <wchar.h>.  Further simplifications are now
39594         possible in other modules, but not included here.
39595         * modules/wchar: New module.
39596         * m4/wchar.m4: New file.
39597         * lib/wchar_.h: Likewise.
39598         * modules/mbchar (Depends-on): Depend on wchar, as the first use
39599         of the new module.
39600         * MODULES.html.sh (Extended multibyte and wide character utilities):
39601         New section.
39602
39603 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
39604
39605         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
39606         to a reasonable default for memory allocation.
39607         (xreadlink): Don't allocate a huge buffer, to work around a buggy
39608         file system that reports garbage st_size values for symlinks.
39609         Problem reported by Liyang Hu.
39610
39611 2007-01-11  Simon Josefsson  <simon@josefsson.org>
39612
39613         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
39614         Emacs .#* auto-save files).
39615
39616 2007-01-11  Bruno Haible  <bruno@clisp.org>
39617
39618         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
39619         directory.
39620
39621 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
39622
39623         Use @...@ consistently in lib/wctype_.h.
39624         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
39625         on it being set to 1 or 0.
39626         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
39627         go back to AC_SUBSTing it.
39628         * modules/wctype (Makefile.am): Undo previous change.
39629
39630 2007-01-10  Eric Blake  <ebb9@byu.net>
39631
39632         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
39633         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
39634         * modules/wctype (Makefile.am): Likewise.
39635         Reported by Chris McGuire.
39636
39637 2007-01-10  Jim Meyering  <jim@meyering.net>
39638
39639         fts.c: a small readability/maintainability improvement
39640         * lib/fts.c (fts_read): Make this code slightly more readable and
39641         maintainable by hoisting the "sp->fts_cur = p" assignments to
39642         immediately follow the statements that set P.  Derived from
39643         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
39644
39645 2007-01-10  Eric Blake  <ebb9@byu.net>
39646
39647         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
39648         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
39649         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
39650         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
39651         Reported by Chris McGuire.
39652
39653 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39654
39655         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
39656         in sed script.
39657
39658 2007-01-09  Bruno Haible  <bruno@clisp.org>
39659
39660         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
39661         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
39662         variables.
39663         (func_module): Use them.
39664
39665 2007-01-09  Bruno Haible  <bruno@clisp.org>
39666
39667         * modules/unistr/base: New file.
39668         * lib/unistr.h: New file.
39669
39670         * modules/unistr/u8-to-u16: New file.
39671         * lib/unistr/u8-to-u16.c: New file.
39672
39673         * modules/unistr/u8-to-u32: New file.
39674         * lib/unistr/u8-to-u32.c: New file.
39675
39676         * modules/unistr/u16-to-u8: New file.
39677         * lib/unistr/u16-to-u8.c: New file.
39678
39679         * modules/unistr/u16-to-u32: New file.
39680         * lib/unistr/u16-to-u32.c: New file.
39681
39682         * modules/unistr/u32-to-u8: New file.
39683         * lib/unistr/u32-to-u8.c: New file.
39684
39685         * modules/unistr/u32-to-u16: New file.
39686         * lib/unistr/u32-to-u16.c: New file.
39687
39688         * modules/unistr/u8-check: New file.
39689         * modules/unistr/u16-check: New file.
39690         * modules/unistr/u32-check: New file.
39691         * lib/unistr/u8-check.c: New file.
39692         * lib/unistr/u16-check.c: New file.
39693         * lib/unistr/u32-check.c: New file.
39694
39695         * modules/unistr/u8-chr: New file.
39696         * modules/unistr/u16-chr: New file.
39697         * modules/unistr/u32-chr: New file.
39698         * lib/unistr/u8-chr.c: New file.
39699         * lib/unistr/u16-chr.c: New file.
39700         * lib/unistr/u32-chr.c: New file.
39701
39702         * modules/unistr/u8-cmp: New file.
39703         * modules/unistr/u16-cmp: New file.
39704         * modules/unistr/u32-cmp: New file.
39705         * lib/unistr/u8-cmp.c: New file.
39706         * lib/unistr/u16-cmp.c: New file.
39707         * lib/unistr/u32-cmp.c: New file.
39708
39709         * modules/unistr/u8-cpy: New file.
39710         * modules/unistr/u16-cpy: New file.
39711         * modules/unistr/u32-cpy: New file.
39712         * lib/unistr/u8-cpy.c: New file.
39713         * lib/unistr/u16-cpy.c: New file.
39714         * lib/unistr/u32-cpy.c: New file.
39715         * lib/unistr/u-cpy.h: New file.
39716
39717         * modules/unistr/u8-cpy-alloc: New file.
39718         * modules/unistr/u16-cpy-alloc: New file.
39719         * modules/unistr/u32-cpy-alloc: New file.
39720         * lib/unistr/u8-cpy-alloc.c: New file.
39721         * lib/unistr/u16-cpy-alloc.c: New file.
39722         * lib/unistr/u32-cpy-alloc.c: New file.
39723         * lib/unistr/u-cpy-alloc.h: New file.
39724
39725         * modules/unistr/u8-endswith: New file.
39726         * modules/unistr/u16-endswith: New file.
39727         * modules/unistr/u32-endswith: New file.
39728         * lib/unistr/u8-endswith.c: New file.
39729         * lib/unistr/u16-endswith.c: New file.
39730         * lib/unistr/u32-endswith.c: New file.
39731         * lib/unistr/u-endswith.h: New file.
39732
39733         * modules/unistr/u8-mblen: New file.
39734         * modules/unistr/u16-mblen: New file.
39735         * modules/unistr/u32-mblen: New file.
39736         * lib/unistr/u8-mblen.c: New file.
39737         * lib/unistr/u16-mblen.c: New file.
39738         * lib/unistr/u32-mblen.c: New file.
39739
39740         * modules/unistr/u8-mbtouc: New file.
39741         * modules/unistr/u16-mbtouc: New file.
39742         * modules/unistr/u32-mbtouc: New file.
39743         * lib/unistr/u8-mbtouc.c: New file.
39744         * lib/unistr/u16-mbtouc.c: New file.
39745         * lib/unistr/u32-mbtouc.c: New file.
39746
39747         * modules/unistr/u8-mbtouc-safe: New file.
39748         * modules/unistr/u16-mbtouc-safe: New file.
39749         * modules/unistr/u32-mbtouc-safe: New file.
39750         * lib/unistr/u8-mbtouc-safe.c: New file.
39751         * lib/unistr/u16-mbtouc-safe.c: New file.
39752         * lib/unistr/u32-mbtouc-safe.c: New file.
39753
39754         * modules/unistr/u8-move: New file.
39755         * modules/unistr/u16-move: New file.
39756         * modules/unistr/u32-move: New file.
39757         * lib/unistr/u8-move.c: New file.
39758         * lib/unistr/u16-move.c: New file.
39759         * lib/unistr/u32-move.c: New file.
39760         * lib/unistr/u-move.h: New file.
39761
39762         * modules/unistr/u8-next: New file.
39763         * modules/unistr/u16-next: New file.
39764         * modules/unistr/u32-next: New file.
39765         * lib/unistr/u8-next.c: New file.
39766         * lib/unistr/u16-next.c: New file.
39767         * lib/unistr/u32-next.c: New file.
39768
39769         * modules/unistr/u8-prev: New file.
39770         * modules/unistr/u16-prev: New file.
39771         * modules/unistr/u32-prev: New file.
39772         * lib/unistr/u8-prev.c: New file.
39773         * lib/unistr/u16-prev.c: New file.
39774         * lib/unistr/u32-prev.c: New file.
39775
39776         * modules/unistr/u8-set: New file.
39777         * modules/unistr/u16-set: New file.
39778         * modules/unistr/u32-set: New file.
39779         * lib/unistr/u8-set.c: New file.
39780         * lib/unistr/u16-set.c: New file.
39781         * lib/unistr/u32-set.c: New file.
39782         * lib/unistr/u-set.h: New file.
39783
39784         * modules/unistr/u8-startswith: New file.
39785         * modules/unistr/u16-startswith: New file.
39786         * modules/unistr/u32-startswith: New file.
39787         * lib/unistr/u8-startswith.c: New file.
39788         * lib/unistr/u16-startswith.c: New file.
39789         * lib/unistr/u32-startswith.c: New file.
39790         * lib/unistr/u-startswith.h: New file.
39791
39792         * modules/unistr/u8-stpcpy: New file.
39793         * modules/unistr/u16-stpcpy: New file.
39794         * modules/unistr/u32-stpcpy: New file.
39795         * lib/unistr/u8-stpcpy.c: New file.
39796         * lib/unistr/u16-stpcpy.c: New file.
39797         * lib/unistr/u32-stpcpy.c: New file.
39798         * lib/unistr/u-stpcpy.h: New file.
39799
39800         * modules/unistr/u8-stpncpy: New file.
39801         * modules/unistr/u16-stpncpy: New file.
39802         * modules/unistr/u32-stpncpy: New file.
39803         * lib/unistr/u8-stpncpy.c: New file.
39804         * lib/unistr/u16-stpncpy.c: New file.
39805         * lib/unistr/u32-stpncpy.c: New file.
39806         * lib/unistr/u-stpncpy.h: New file.
39807
39808         * modules/unistr/u8-strcat: New file.
39809         * modules/unistr/u16-strcat: New file.
39810         * modules/unistr/u32-strcat: New file.
39811         * lib/unistr/u8-strcat.c: New file.
39812         * lib/unistr/u16-strcat.c: New file.
39813         * lib/unistr/u32-strcat.c: New file.
39814         * lib/unistr/u-strcat.h: New file.
39815
39816         * modules/unistr/u8-strchr: New file.
39817         * modules/unistr/u16-strchr: New file.
39818         * modules/unistr/u32-strchr: New file.
39819         * lib/unistr/u8-strchr.c: New file.
39820         * lib/unistr/u16-strchr.c: New file.
39821         * lib/unistr/u32-strchr.c: New file.
39822
39823         * modules/unistr/u8-strcmp: New file.
39824         * modules/unistr/u16-strcmp: New file.
39825         * modules/unistr/u32-strcmp: New file.
39826         * lib/unistr/u8-strcmp.c: New file.
39827         * lib/unistr/u16-strcmp.c: New file.
39828         * lib/unistr/u32-strcmp.c: New file.
39829
39830         * modules/unistr/u8-strcpy: New file.
39831         * modules/unistr/u16-strcpy: New file.
39832         * modules/unistr/u32-strcpy: New file.
39833         * lib/unistr/u8-strcpy.c: New file.
39834         * lib/unistr/u16-strcpy.c: New file.
39835         * lib/unistr/u32-strcpy.c: New file.
39836         * lib/unistr/u-strcpy.h: New file.
39837
39838         * modules/unistr/u8-strcspn: New file.
39839         * modules/unistr/u16-strcspn: New file.
39840         * modules/unistr/u32-strcspn: New file.
39841         * lib/unistr/u8-strcspn.c: New file.
39842         * lib/unistr/u16-strcspn.c: New file.
39843         * lib/unistr/u32-strcspn.c: New file.
39844         * lib/unistr/u-strcspn.h: New file.
39845
39846         * modules/unistr/u8-strdup: New file.
39847         * modules/unistr/u16-strdup: New file.
39848         * modules/unistr/u32-strdup: New file.
39849         * lib/unistr/u8-strdup.c: New file.
39850         * lib/unistr/u16-strdup.c: New file.
39851         * lib/unistr/u32-strdup.c: New file.
39852         * lib/unistr/u-strdup.h: New file.
39853
39854         * modules/unistr/u8-strlen: New file.
39855         * modules/unistr/u16-strlen: New file.
39856         * modules/unistr/u32-strlen: New file.
39857         * lib/unistr/u8-strlen.c: New file.
39858         * lib/unistr/u16-strlen.c: New file.
39859         * lib/unistr/u32-strlen.c: New file.
39860         * lib/unistr/u-strlen.h: New file.
39861
39862         * modules/unistr/u8-strmblen: New file.
39863         * modules/unistr/u16-strmblen: New file.
39864         * modules/unistr/u32-strmblen: New file.
39865         * lib/unistr/u8-strmblen.c: New file.
39866         * lib/unistr/u16-strmblen.c: New file.
39867         * lib/unistr/u32-strmblen.c: New file.
39868
39869         * modules/unistr/u8-strmbtouc: New file.
39870         * modules/unistr/u16-strmbtouc: New file.
39871         * modules/unistr/u32-strmbtouc: New file.
39872         * lib/unistr/u8-strmbtouc.c: New file.
39873         * lib/unistr/u16-strmbtouc.c: New file.
39874         * lib/unistr/u32-strmbtouc.c: New file.
39875
39876         * modules/unistr/u8-strncat: New file.
39877         * modules/unistr/u16-strncat: New file.
39878         * modules/unistr/u32-strncat: New file.
39879         * lib/unistr/u8-strncat.c: New file.
39880         * lib/unistr/u16-strncat.c: New file.
39881         * lib/unistr/u32-strncat.c: New file.
39882         * lib/unistr/u-strncat.h: New file.
39883
39884         * modules/unistr/u8-strncmp: New file.
39885         * modules/unistr/u16-strncmp: New file.
39886         * modules/unistr/u32-strncmp: New file.
39887         * lib/unistr/u8-strncmp.c: New file.
39888         * lib/unistr/u16-strncmp.c: New file.
39889         * lib/unistr/u32-strncmp.c: New file.
39890
39891         * modules/unistr/u8-strncpy: New file.
39892         * modules/unistr/u16-strncpy: New file.
39893         * modules/unistr/u32-strncpy: New file.
39894         * lib/unistr/u8-strncpy.c: New file.
39895         * lib/unistr/u16-strncpy.c: New file.
39896         * lib/unistr/u32-strncpy.c: New file.
39897         * lib/unistr/u-strncpy.h: New file.
39898
39899         * modules/unistr/u8-strnlen: New file.
39900         * modules/unistr/u16-strnlen: New file.
39901         * modules/unistr/u32-strnlen: New file.
39902         * lib/unistr/u8-strnlen.c: New file.
39903         * lib/unistr/u16-strnlen.c: New file.
39904         * lib/unistr/u32-strnlen.c: New file.
39905         * lib/unistr/u-strnlen.h: New file.
39906
39907         * modules/unistr/u8-strpbrk: New file.
39908         * modules/unistr/u16-strpbrk: New file.
39909         * modules/unistr/u32-strpbrk: New file.
39910         * lib/unistr/u8-strpbrk.c: New file.
39911         * lib/unistr/u16-strpbrk.c: New file.
39912         * lib/unistr/u32-strpbrk.c: New file.
39913         * lib/unistr/u-strpbrk.h: New file.
39914
39915         * modules/unistr/u8-strrchr: New file.
39916         * modules/unistr/u16-strrchr: New file.
39917         * modules/unistr/u32-strrchr: New file.
39918         * lib/unistr/u8-strrchr.c: New file.
39919         * lib/unistr/u16-strrchr.c: New file.
39920         * lib/unistr/u32-strrchr.c: New file.
39921
39922         * modules/unistr/u8-strspn: New file.
39923         * modules/unistr/u16-strspn: New file.
39924         * modules/unistr/u32-strspn: New file.
39925         * lib/unistr/u8-strspn.c: New file.
39926         * lib/unistr/u16-strspn.c: New file.
39927         * lib/unistr/u32-strspn.c: New file.
39928         * lib/unistr/u-strspn.h: New file.
39929
39930         * modules/unistr/u8-strstr: New file.
39931         * modules/unistr/u16-strstr: New file.
39932         * modules/unistr/u32-strstr: New file.
39933         * lib/unistr/u8-strstr.c: New file.
39934         * lib/unistr/u16-strstr.c: New file.
39935         * lib/unistr/u32-strstr.c: New file.
39936         * lib/unistr/u-strstr.h: New file.
39937
39938         * modules/unistr/u8-strtok: New file.
39939         * modules/unistr/u16-strtok: New file.
39940         * modules/unistr/u32-strtok: New file.
39941         * lib/unistr/u8-strtok.c: New file.
39942         * lib/unistr/u16-strtok.c: New file.
39943         * lib/unistr/u32-strtok.c: New file.
39944         * lib/unistr/u-strtok.h: New file.
39945
39946         * modules/unistr/u8-uctomb: New file.
39947         * modules/unistr/u16-uctomb: New file.
39948         * modules/unistr/u32-uctomb: New file.
39949         * lib/unistr/u8-uctomb.c: New file.
39950         * lib/unistr/u16-uctomb.c: New file.
39951         * lib/unistr/u32-uctomb.c: New file.
39952
39953         * MODULES.html.sh (Unicode string functions): Add the new modules.
39954
39955 2007-01-08  Bruno Haible  <bruno@clisp.org>
39956
39957         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
39958         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
39959         subdirectories.
39960
39961 2007-01-08  Karl Berry  <karl@gnu.org>
39962
39963         * doc/error.texi: mention that main() fns must set program_name
39964         when progname is used.
39965
39966 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
39967
39968         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
39969         WCTYPE_H is empty, for the benefit of builds from non-distclean
39970         directories.  Problem reported by Eric Blake in
39971         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
39972
39973 2007-01-08  Bruno Haible  <bruno@clisp.org>
39974
39975         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
39976         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
39977         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
39978         PROVIDE_CANONICALIZE_FILENAME_MODE.
39979         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
39980
39981 2007-01-08  Bruno Haible  <bruno@clisp.org>
39982
39983         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
39984         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
39985         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
39986         * lib/fts.c: Likewise.
39987         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
39988
39989 2006-12-25  Bruno Haible  <bruno@clisp.org>
39990
39991         * modules/utf8-ucs4-safe: New file.
39992         * lib/utf8-ucs4-safe.h: New file.
39993         * lib/unistr/utf8-ucs4-safe.c: New file.
39994
39995         * modules/utf16-ucs4-safe: New file.
39996         * lib/utf16-ucs4-safe.h: New file.
39997         * lib/unistr/utf16-ucs4-safe.c: New file.
39998
39999         * MODULES.html.sh (Unicode string functions): Add the new modules.
40000
40001 2007-01-08  Bruno Haible  <bruno@clisp.org>
40002
40003         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40004         (Depends-on): Add unitypes.
40005         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40006         (u8_mbtouc_aux): Move out to separate file.
40007         (u8_mbtouc): Use ucs4_t, uint8_t types.
40008         * lib/unistr/utf8-ucs4.c: New file.
40009
40010         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40011         (Depends-on): Add unitypes.
40012         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40013         (u16_mbtouc_aux): Move out to separate file.
40014         (u16_mbtouc): Use ucs4_t, uint16_t types.
40015         * lib/unistr/utf16-ucs4.c: New file.
40016
40017         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40018         (Depends-on): Add unitypes.
40019         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40020         (u8_uctomb_aux): Move out to separate file.
40021         (u8_uctomb): Use ucs4_t, uint8_t types.
40022         * lib/unistr/ucs4-utf8.c: New file.
40023
40024         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40025         (Depends-on): Add unitypes.
40026         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40027         (u16_uctomb_aux): Move out to separate file.
40028         (u16_uctomb): Use ucs4_t, uint16_t types.
40029         * lib/unistr/ucs4-utf16.c: New file.
40030
40031 2006-12-25  Bruno Haible  <bruno@clisp.org>
40032
40033         * modules/unitypes: New file.
40034         * lib/unitypes.h: New file.
40035         * MODULES.html.sh (func_all_modules): New section "Unicode string
40036         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40037         this section. Add unitypes.
40038
40039 2007-01-08  Bruno Haible  <bruno@clisp.org>
40040
40041         Avoid variable names that conflict with those from libtool.
40042         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40043         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40044         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40045         library_names_spec to acl_library_names_spec, hardcode_* to
40046         acl_hardcode_*.
40047         Reported by Ralf Wildenhues.
40048
40049 2007-01-08  Bruno Haible  <bruno@clisp.org>
40050
40051         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40052         definition.
40053         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40054         definition.
40055         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40056         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40057         definition.
40058         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40059         definition.
40060         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40061         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40062         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40063         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40064         definition.
40065         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40066         definition.
40067         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40068         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40069         GC_USE_<algorithm>.
40070         * lib/gc-libgcrypt.c: Likewise.
40071         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40072         * modules/gc-arctwo (configure.ac): Likewise.
40073         * modules/gc-des (configure.ac): Likewise.
40074         * modules/gc-hmac-md5 (configure.ac): Likewise.
40075         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40076         * modules/gc-md2 (configure.ac): Likewise.
40077         * modules/gc-md4 (configure.ac): Likewise.
40078         * modules/gc-md5 (configure.ac): Likewise.
40079         * modules/gc-random (configure.ac): Likewise.
40080         * modules/gc-rijndael (configure.ac): Likewise.
40081         * modules/gc-sha1 (configure.ac): Likewise.
40082
40083 2007-01-08  Bruno Haible  <bruno@clisp.org>
40084
40085         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40086         macro definition.
40087         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40088         definition.
40089         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40090         definition.
40091         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40092         * modules/fcntl-safer (configure.ac): Likewise.
40093         * modules/fopen-safer (configure.ac): Likewise.
40094         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40095         GNULIB_FWRITEERROR macro definition.
40096
40097 2007-01-08  Bruno Haible  <bruno@clisp.org>
40098
40099         * m4/gnulib-common.m4: New file.
40100         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40101         (func_get_filelist): Add m4/gnulib-common.m4.
40102
40103 2007-01-08  Bruno Haible  <bruno@clisp.org>
40104
40105         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40106         command.
40107
40108 2007-01-08  Jim Meyering  <jim@meyering.net>
40109
40110         Use a more robust test for a "can't happen" condition.
40111         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40112         narrowed the st_size value.  Presuming the "can't happen" condition
40113         is true, that narrowing could conceivably convert an invalid st_size
40114         value into a valid one.  Instead, use a change based on Matthew
40115         Woehlke's original patch.
40116
40117         Slight readability improvement: use an assert-like macro
40118         in place of literal "abort ()" uses.
40119         * lib/fts.c (fts_assert): Define.
40120         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40121         Use this macro instead of a bare 'abort'.
40122
40123 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40124
40125         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40126         simply work around them.
40127         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40128         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40129         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40130         declaring.
40131         Don't bother to define as macros, since the standard doesn't require it.
40132         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40133         longer worry about IRIX 5.3.
40134         (HAVE_WCTYPE_CTMP_BUG): Remove.
40135
40136 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40137
40138         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40139         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40140         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40141         Problems reported by Georg Schwarz for IRIX 5.3.
40142
40143         * gnulib-tool (autoconf_minversion): Take the maximum version number
40144         found, not the minimum.  Problem reported by James Youngman.
40145
40146 2007-01-03  Karl Berry  <karl@gnu.org>
40147
40148         * doc/error.texi: new file, explaining interaction with progname.
40149         * doc/gnulib.texi: include it.  Update copyright.
40150
40151 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40152
40153         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40154         AC_CANONICAL_HOST, to improve autobuild outputs.
40155
40156 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40157             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40158
40159         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40160         sockets, server sockets, and other file descriptors.  Count errors
40161         to compute the return value.  Reorder the code a bit to be easier
40162         to follow.  Don't set event bits that were not requested (except
40163         POLLERR and POLLHUP).
40164
40165 2007-01-01  Bruno Haible  <bruno@clisp.org>
40166
40167         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40168
40169 2007-01-03  Jim Meyering  <jim@meyering.net>
40170
40171         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40172
40173 2007-01-02  Bruno Haible  <bruno@clisp.org>
40174
40175         * modules/settime (Include): Require timespec.h.
40176         * modules/nanosleep (Include): Likewise.
40177
40178 2007-01-01  Bruno Haible  <bruno@clisp.org>
40179
40180         * gnulib-tool (func_emit_copyright_notice): Bump year.
40181         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40182
40183 2007-01-01  Bruno Haible  <bruno@clisp.org>
40184
40185         Improve support for OpenBSD.
40186         * build-aux/config.rpath (libname_spec): Export.
40187         (library_names_spec): New variable. Export.
40188         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40189         library_names_spec from the config.rpath output. Locate shared library
40190         through the name pattern in library_names_spec.
40191
40192 2007-01-01  Eric Blake  <ebb9@byu.net>
40193
40194         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40195
40196 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40197
40198         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40199         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40200         assume the C locale, and avoid an "eval" that could cause trouble.
40201         Problem with SORT reported by Bob Proulx.
40202
40203         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40204         Define.  Trivial patch from Henning Nielsen Lund, originally
40205         sent to bug-grep@gnu.org today.
40206
40207 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40208
40209         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40210         struct stat.  Problem reported by Henning Nielsen Lund.
40211         * lib/acl.c: Include acl.h first, to check interface.  Don't
40212         bother to include sys/types.h and sys/stat.h again.
40213
40214 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40215
40216         Import the following change from libc; problem reported by
40217         Sven Verdoolaege.
40218
40219         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40220
40221         [BZ #1373]
40222         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40223
40224 2006-12-28  Jim Meyering  <jim@meyering.net>
40225
40226         * build-aux/announce-gen: Do not assume that the package
40227         builds any of tar.gz, tar.bz2, and .xdelta files.
40228         Suggestion from Simon Josefsson.
40229
40230 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40231
40232         * modules/announce-gen: New file.
40233
40234 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40235
40236         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40237         handles its gotchas now.
40238         * lib/mbswidth.c: Likewise.
40239         * lib/wcwidth.h: Likewise.
40240         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40241         and iswcntrl; the wctype module does this stuff now.
40242         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40243         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40244         * modules/mbchar (Depends-on): Add wctype.
40245         * modules/mbswidth (Depends-on): Likewise.
40246         * modules/wcwidth (Depends-on): Likewise.
40247
40248 2006-12-27  Eric Blake  <ebb9@byu.net>
40249
40250         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40251         module uses more than what <wctype.h> is required to provide.
40252
40253 2006-12-26  Eric Blake  <ebb9@byu.net>
40254
40255         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40256
40257 2006-12-26  Eric Blake  <ebb9@byu.net>
40258
40259         * modules/absolute-header: New module.
40260         * modules/fcntl (Depends-on): Depend on it.
40261         * modules/inttypes (Depends-on): Likewise.
40262         * modules/stdint (Depends-on): Likewise.
40263         * modules/sys_stat (Depends-on): Likewise.
40264         * modules/wctype (Depends-on): Likewise.
40265         * MODULES.html.sh (Support for building libraries and
40266         executables): Document it.
40267
40268 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40269
40270         * gnulib-tool (SED): Remove, undoing previous change.
40271         The problem was that it broke coreutils on Solaris, because
40272         "sed --posix" leaked into a makefile.
40273         (sed): New alias, if 'alias' and GNU sed.
40274
40275 2006-12-24  Jim Meyering  <jim@meyering.net>
40276
40277         Work around an fchownat bug in glibc-2.4:
40278         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40279         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40280         in spite of the -P option.
40281         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40282         New macros.
40283         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40284         * modules/openat (Files): Add lib/fchownat.c.
40285         * lib/openat.c (fchownat): Don't define here.  Move to...
40286         * lib/fchownat.c: ...this new file.
40287
40288 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40289
40290         Fix bug reported by Bruno Haible in
40291         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40292         where quotearg.c didn't compile on Mac OS X 10.2 because it
40293         lacks <wchar.h> and wint_t.
40294         * lib/wctype_.h (__wctype_wint_t): New type.
40295         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40296         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40297         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40298         Arg is now of type __wctype_wint_t, not wint_t.
40299         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40300         substitute HAVE_WINT_T.
40301         * modules/wctype (Files): Add m4/wint_t.m4.
40302         (wctype.h): Substitute HAVE_WINT_T.
40303
40304 2006-12-23  Bruno Haible  <bruno@clisp.org>
40305
40306         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40307
40308 2006-12-23  Bruno Haible  <bruno@clisp.org>
40309
40310         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40311         S_ISLNK.
40312         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40313         mingw.
40314
40315 2006-12-22  Bruno Haible  <bruno@clisp.org>
40316
40317         * lib/copy-file.c: Include acl.h.
40318         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40319         Close the file descriptors only after being done with copy_acl.
40320         * modules/copy-file (Depends-on): Add acl.
40321
40322 2006-12-22  Bruno Haible  <bruno@clisp.org>
40323
40324         * gnulib-tool (SED): New variable.
40325         Use $SED instead of sed everywhere.
40326
40327 2006-12-22  Bruno Haible  <bruno@clisp.org>
40328
40329         * modules/no-c++: New file.
40330         * m4/no-c++.m4: New file.
40331         * MODULES.html.sh (Support for building libraries and executables):
40332         Add no-c++.
40333
40334 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40335
40336         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40337         Include <limits.h>, and use its INT_MAX to rewrite the
40338         j loop so that it does not overflow 'int'.  Problem reported by
40339         Ralf Wildenhues in
40340         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40341         Play it safe by shifting left by 1 rather than multiplying by 2,
40342         as GCC is less likely to optimize this away when the value
40343         is signed (when it assumes overflow leads to undefined behavior).
40344         Also, don't assume time_t uses two's complement.
40345
40346 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40347
40348         * MODULES.html.sh: New module wctype.
40349         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40350         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40351         <wctype.h>, since the new wctype module should fix this.
40352         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40353         the wctype module should arrange for it.
40354         * lib/regex_internal.h: Likewise.
40355         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40356         since the wctype module should handle this now.
40357         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40358         * modules/fnmatch (Depends-on): Add wctype.
40359         * modules/quotearg (Depends-on): Likewise.
40360         * modules/regex (Depends-on): Likewise.
40361
40362 2006-12-19  Bruno Haible  <bruno@clisp.org>
40363
40364         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40365         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40366
40367 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40368
40369         * modules/savewd (Depends-on): Fix dependency on fcntl.
40370
40371 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40372
40373         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40374         conforms to C99, rather than relying on the user's environment
40375         setting of STDINT_H.
40376
40377 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40378         and Eric Blake  <ebb9@byu.net>
40379
40380         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40381         This is more consistent with the other defines here.
40382         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40383         Port to z/OS.  Problem reported by Paul Gilmartin.
40384         Change local vars to use gl_ prefix rather than ac_.
40385         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40386         with other defines.
40387         * modules/double-slash-root: New module.
40388         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40389         (Depends-on): Add double-slash-root.
40390         * MODULES.html.sh (File system functions): Mention new module.
40391
40392 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40393
40394         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40395         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40396         This is for the benefit of gzip, which doesn't do i18n.
40397
40398 2006-12-12  Jim Meyering  <jim@meyering.net>
40399
40400         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40401         Reported by Andreas Schwab <schwab@suse.de>.
40402
40403 2006-12-12  Bruno Haible  <bruno@clisp.org>
40404
40405         Merge these changes.
40406         2006-09-05  Bruno Haible  <bruno@clisp.org>
40407         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40408         iconv_alloc succeeded.
40409         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40410         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40411         test for " && dest " at the end - dest is always != NULL there. Call
40412         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40413         with 2xNULL arguments, also to flush the state storage. Handle the
40414         IRIX iconv behaviour. Realloc the final result, to throw away unused
40415         memory.
40416
40417 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40418
40419         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40420         and fchmodat unconditionally, since glibc 2.4 has them.
40421         Problem reported by Arkadiusz Miskiewicz.
40422
40423 2006-12-10  Bruno Haible  <bruno@clisp.org>
40424
40425         * gnulib-tool (func_import): Show the include files only for those
40426         modules that are copied and specified.
40427         Reported by Karl Berry.
40428
40429 2006-12-08  Jim Meyering  <jim@meyering.net>
40430
40431         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40432         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40433
40434         * build-aux/announce-gen: Add two new options, both optional:
40435         --bootstrap-tools=TOOL_LIST
40436               a comma-separated list of tools, e.g.,
40437               autoconf,automake,bison,gnulib
40438         --gnulib-snapshot-date=DATE
40439               if gnulib is in the bootstrap tool list,
40440               then report this as the snapshot date.
40441               If not specified, use the current date/time.
40442               If you specify a date here, be sure it's UTC.
40443
40444 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40445
40446         * tests/test-argp-2.sh: Fix test to match actual output.
40447         (func_compare): Fix sed script to be portable.
40448
40449 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40450
40451         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40452         workaround for this case.  It is not autoconfigured now; offhand
40453         it's hard to see how to autoconfigure it.
40454
40455 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40456
40457         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40458         a directory that is about to be chowned.  Such a directory's
40459         initial file permissions should permit the owner only and this
40460         should not be changed until after the chown, since the group and
40461         other bits would be incorrect if they granted permission before
40462         the chown.
40463
40464         Fix porting problem for iswctype reported by Georg Schwarz in:
40465         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40466         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40467         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40468         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40469         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40470
40471 2006-12-03  Jim Meyering  <jim@meyering.net>
40472
40473         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40474         p->fts_statp may not yet be defined.
40475         (fts_read): Instead, set it in the caller, once p->fts_statp is
40476         sure to be defined, and corresponds to a top-level directory.
40477         This bug made du -x fail.  Here's the coreutils test case:
40478         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40479         Reported by Mike Frysinger.
40480
40481 2006-12-01  Jim Meyering  <jim@meyering.net>
40482
40483         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40484         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40485         Reported by Simon Josefsson.
40486
40487 2006-11-30  Jim Meyering  <jim@meyering.net>
40488
40489         * m4/warning.m4: Use the all-permissive copyright notice
40490         recommended by RMS (rather than LGPL).
40491         * m4/vararrays.m4: Likewise.
40492         * m4/flexmember.m4: Likewise.
40493
40494 2006-11-29  Bruno Haible  <bruno@clisp.org>
40495
40496         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40497         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40498         using +=.
40499         Reported by Simon Josefsson <simon@josefsson.org>.
40500
40501 2006-11-28  James Youngman <jay@gnu.org>
40502
40503         * README: Advise users that they might find the bug-gnulib@gnu.org
40504         and autotools-announce@gnu.org mailing lists useful.
40505
40506 2006-11-28  Bruno Haible  <bruno@clisp.org>
40507
40508         * m4/ptrdiff_max.m4: Remove file.
40509
40510 2006-11-21  Bruno Haible  <bruno@clisp.org>
40511
40512         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40513         _AC_COMPUTE_INT.
40514         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40515         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40516         _AC_COMPUTE_INT.
40517         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40518         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40519         _AC_COMPUTE_INT.
40520         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40521
40522 2006-11-28  Jim Meyering  <jim@meyering.net>
40523
40524         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40525         warning from "gcc -Wshadow" about shadowing the builtin.
40526
40527 2006-11-27  Bruno Haible  <bruno@clisp.org>
40528
40529         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40530         _AC_COMPUTE_INT.
40531         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40532
40533 2006-11-27  Bruno Haible  <bruno@clisp.org>
40534             Paul Eggert  <eggert@cs.ucla.edu>
40535
40536         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40537
40538 2006-11-26  Bruno Haible  <bruno@clisp.org>
40539
40540         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40541         noinst_LTLIBRARIES.
40542
40543 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40544             Bruno Haible  <bruno@clisp.org>
40545
40546         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
40547         if compiling with "gcc -ansi".
40548
40549 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40550
40551         Fix some incompatibilities with gcc -ansi -pedantic.
40552         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
40553         if compiling pedantically with GCC, unless it's C99 or later.
40554         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
40555         it mishandles gcc -ansi -pedantic as well.
40556         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
40557         if gcc -pedantic.
40558         * lib/regexec.c (check_node_accept_bytes): Don't use auto
40559         initializers for struct if -pedantic, unless it's C99 or later.
40560
40561 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
40562
40563         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
40564         Don't close an fd more than once. Identical atimes indicate
40565         success, not failure.
40566
40567 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
40568
40569         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
40570
40571 2006-11-23  Jim Meyering  <jim@meyering.net>
40572
40573         * build-aux/announce-gen: New file.  From coreutils.
40574
40575 2006-11-22  Jim Meyering  <jim@meyering.net>
40576
40577         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
40578         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
40579         (fts_read): Use a temporary to narrow the overused st_size member
40580         before using it in a switch statement.  Reported by Matthew Woehlke.
40581
40582         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
40583         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
40584
40585 2006-11-20  Bruno Haible  <bruno@clisp.org>
40586
40587         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
40588         changequote instead of pairs of brackets.
40589         Reported by Andreas Schwab <schwab@suse.de>.
40590
40591 2006-11-21  Jim Meyering  <jim@meyering.net>
40592
40593         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
40594         so as to remain compatible with older compilers.
40595         Patch from Michael Deutschmann.
40596
40597 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40598
40599         * MODULES.html.sh (File system functions): Add openat.
40600
40601         * lib/openat.h (rpl_fstatat): New macro, if
40602         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
40603         (fstatat): Define to rpl_fstatat under the same conditions,
40604         unless COMPILING_FSTATAT.
40605         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
40606         seems to have the bug.
40607         * lib/fstatat.c: New file.
40608         * modules/openat (Files): Add it.
40609
40610 2006-11-20  Bruno Haible  <bruno@clisp.org>
40611
40612         * Makefile: New file.
40613
40614 2006-11-20  Jim Meyering  <jim@meyering.net>
40615
40616         The beginnings of syntax-related checks for gnulib.
40617         * lib/Makefile: New file.
40618         * lib/t-idcache: New script.  Ensure that the two halves of
40619         idcache.c stay in sync.
40620
40621         * lib/idcache.c: Adjust comments in user- and group- portions to
40622         be more accurate, and to be consistent with one another.
40623
40624 2006-11-20  Jim Meyering  <jim@meyering.net>
40625
40626         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
40627         continue using the flexible array member (thus, this module performs
40628         half as many malloc calls), with the addition that...
40629         (getgroup, getuser): Consistently record a non-match via an empty
40630         "name" string, and map an empty string match to a NULL return value.
40631         * modules/idcache (Depends-on): Re-add flexmember.
40632
40633         * lib/idcache.c (getuser): Remove all uses of the register keyword.
40634         (getuidbyname, getgroup, getgidbyname): Likewise.
40635
40636         Use cleaner syntax: NULL rather than 0.
40637         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
40638
40639 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40640
40641         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
40642         It mishandled the case where the group was missing.
40643         Problem reported by Greg Schafer.
40644         * modules/idcache: Likewise.
40645
40646 2006-11-18  Jim Meyering  <jim@meyering.net>
40647
40648         * check-module (%exempt_header): Add exception for some
40649         conditionally-included headers.
40650
40651         * modules/i-ring (Depends-on): Add verify.
40652         (License): Change to LGPL.
40653
40654 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40655
40656         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
40657         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
40658         and inttostr.h.  Use snprintf rather than uinttostr, so that
40659         LGPLed code doesn't depend on GPLed.
40660
40661 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40662
40663         * modules/inline (License): Change from GPL to LGPL.
40664
40665 2006-11-17  Jim Meyering  <jim@meyering.net>
40666
40667         * modules/d-type (License): Switch to LGPL.
40668
40669 2006-11-15  Bruno Haible  <bruno@clisp.org>
40670
40671         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
40672
40673 2006-11-15  Eric Blake  <ebb9@byu.net>
40674
40675         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
40676         the module dependency.
40677
40678 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40679             Bruno Haible  <bruno@clisp.org>
40680
40681         * gnulib-tool (func_create_testdir): Add license consistency check.
40682
40683 2006-11-15  Eric Blake  <ebb9@byu.net>
40684
40685         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
40686         random "(cached)" in configure output.
40687
40688 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40689
40690         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
40691         test for conforming inttypes.h is both announced and cached.
40692
40693         * MODULES.html.sh (seen_modules, seen_files): New variables.
40694         (func_module): Rewrite to use a few less gnulib-tool and sed
40695         invocations.  Avoid a couple of quadratic algorithms for ...
40696         (missed_modules, missed_files): ... these, with ...
40697         (func_append, func_tmpdir): ... these new functions, from
40698         gnulib-tool.  Analogously, install traps for cleanup.
40699
40700         * tests/test-gc.c (main): Remove unused variables.
40701         * tests/test-read-file.c: Include stdlib.h, for 'free'.
40702
40703 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
40704
40705         * modules/inttostr (License): Change to LGPL.
40706
40707 2006-11-14  Eric Blake  <ebb9@byu.net>
40708
40709         * modules/tempname (License): Change to LGPL.
40710
40711 2006-11-14  Eric Blake  <ebb9@byu.net>
40712
40713         * doc/functions.texi (Function Portability): *printf functions on
40714         Cygwin now understand all POSIX size specifiers.
40715
40716 2006-11-14  Bruno Haible  <bruno@clisp.org>
40717
40718         * modules/c-ctype (License): Change to LGPL.
40719
40720 2006-11-12  Bruno Haible  <bruno@clisp.org>
40721
40722         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
40723         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
40724         for GNOME libraries, for which the include files are installed in
40725         subdirectories of $prefix/include.
40726
40727 2006-11-12  Bruno Haible  <bruno@clisp.org>
40728
40729         * m4/lib-link.m4: Require at least autoconf-2.54.
40730         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
40731         name to underscores for the --with option.
40732
40733 2006-11-13  Bruno Haible  <bruno@clisp.org>
40734
40735         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
40736         the tests directory.
40737         Reported by Ralf Wildenhues.
40738
40739 2006-11-13  Bruno Haible  <bruno@clisp.org>
40740
40741         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
40742         (func_emit_initmacro_end): Undo the override here.
40743         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
40744         Works around the famous automake error in coreutils.
40745
40746 2006-11-13  Eric Blake  <ebb9@byu.net>
40747
40748         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
40749         element, not its node.
40750
40751 2006-11-12  Bruno Haible  <bruno@clisp.org>
40752
40753         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
40754         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
40755
40756 2006-11-12  Bruno Haible  <bruno@clisp.org>
40757
40758         * gnulib-tool: New option --local-symlink.
40759         (func_usage): Document it.
40760         (lsymbolic): New variable.
40761         (func_import, func_create_testdir): If --symlink was not specified,
40762         test whether --local-symlink was specified and the file comes from
40763         the local_gnulib_dir.
40764
40765 2006-11-12  Bruno Haible  <bruno@clisp.org>
40766
40767         * gnulib-tool (func_ln): New function.
40768         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
40769
40770 2006-11-12  Bruno Haible  <bruno@clisp.org>
40771
40772         Finish support for source files in subdirectories.
40773         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
40774         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
40775         AUTOMAKE_OPTIONS.
40776         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
40777
40778 2006-11-12  Bruno Haible  <bruno@clisp.org>
40779
40780         * gnulib-tool (func_get_automake_snippet): Synthesize also an
40781         EXTRA_lib_SOURCES augmentation.
40782         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
40783
40784 2006-11-12  Jim Meyering  <jim@meyering.net>
40785
40786         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
40787         file descriptors.  This also averts a failure on systems with
40788         native openat support when a traversed directory lacks "x" access.
40789         * lib/fts_.h: Include "i-ring.h"
40790         (struct FTS) [fts_fd_ring]: New member.
40791         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
40792         (FCHDIR): Add parentheses.
40793         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
40794         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
40795         When descending, rather than simply closing the previous
40796         fts_cwd_fd value, push that file descriptor onto the ring.
40797         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
40798         (fts_open): Initialize the new fd_ring member.
40799         (fts_close): Clear the ring.
40800         (fts_safe_changedir): When possible, use our new fd_ring to skip
40801         the diropen and fstat and dev/ino comparison that would normally
40802         accompany a virtual `chdir ("..")'.
40803
40804         * modules/fts (Depends-on): Add i-ring.
40805         * modules/i-ring: New module.
40806         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
40807         * m4/i-ring.m4: New file.
40808
40809 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40810
40811         * gnulib-tool (func_create_testdir): Fix replacement of
40812         `build-aux' in configure.ac.  Run autotools in gltests
40813         subdirectory.
40814         (func_create_testdir, func_create_megatestdir, test): There is
40815         no need for '--force' in most autotool invocations in a new
40816         tree.  Actually fail the whole test if any of the tools, or the
40817         configure or make stages fail.
40818
40819         Sync from Automake.
40820         * build-aux/gnupload: Revert last change.  Add pointer to upload
40821         instructions of the GNU Maintenance Instructions.
40822         Suggestion by Karl Berry.
40823
40824 2006-11-10  Jim Meyering  <jim@meyering.net>
40825
40826         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
40827
40828 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
40829
40830         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
40831         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
40832         (bind_textdomain_codeset) [! ENABLE_NLS]:
40833         Evaluate all the arguments.  That way, callers get compatible behavior
40834         if the arguments have side effects.  Also, it avoids some GCC
40835         diagnostics in some cases; Joel E. Denny reported problems when Bison
40836         was configured with --enable-gcc-warnigs.
40837
40838 2006-11-10  Jim Meyering  <jim@meyering.net>
40839
40840         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
40841         relevant options in CFLAGS (like -O, -fno-inline) are taken into
40842         account.
40843
40844 2006-11-10  Jim Meyering  <jim@meyering.net>
40845
40846         * modules/inline: New file/module.
40847         * modules/xalloc (Files): Remove m4/inline.m4.
40848         (Depends-on): Add inline, instead.
40849         * modules/oset: Likewise.
40850         * modules/list: Likewise.
40851
40852 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
40853
40854         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
40855         Problem reported by Matthew Woehlke.
40856
40857 2006-11-09  Bruno Haible  <bruno@clisp.org>
40858
40859         * lib/tempname.c (gen_tempname): Remove variant that invokes
40860         __gen_tempname.
40861         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
40862         __gen_tempname.
40863
40864 2006-11-08  Bruno Haible  <bruno@clisp.org>
40865
40866         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
40867         to 'yes' instead of 'cross-compiling'.
40868
40869 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
40870
40871         * lib/quotearg.h (quotearg_free): New decl.
40872         * lib/quotearg.c (quotearg_free): New function.
40873         (slot0, nslots, slotvec0, slotvec):
40874         Now file-scope so that quotearg_free can get at them.
40875
40876 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40877
40878         Sync from Automake.
40879         * build-aux/gnupload: Add missing 'gnu' to example URL.
40880         Report by Karl Berry.
40881
40882 2006-11-08  Bruno Haible  <bruno@clisp.org>
40883
40884         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
40885         Suggested by Paul Eggert.
40886
40887 2006-11-08  Jim Meyering  <jim@meyering.net>
40888
40889         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
40890         It's already included if !_LIBC.
40891         (fts_safe_changedir): Add a comment.
40892
40893 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
40894
40895         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
40896         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
40897         Matthew Woehlke.
40898
40899         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
40900         definitions up, to avoid colliding with change below.
40901         (static_inline) [HAVE_INLINE]: New macro.
40902         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
40903         Provide extern decls when !HAVE_INLINE.  Do not define unless
40904         static_inline is defined, either by us or by xmalloc.c.  Use
40905         static_inline rather than static inline.
40906         (XCALLOC): Optimize sizeof(T) = 1 case.
40907         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
40908
40909 2006-11-07  Bruno Haible  <bruno@clisp.org>
40910
40911         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
40912         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
40913         AC_C_INLINE.
40914         * modules/xalloc (Files): Add m4/inline.m4.
40915
40916 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40917
40918         * README: Fix typo.
40919         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
40920         (Miscellanous Notes): ...from this.
40921
40922 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
40923
40924         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
40925         Mention that offsetof should be used instead of sizeof.
40926         From Bruno Haible.
40927
40928 2006-11-07  Bruno Haible  <bruno@clisp.org>
40929
40930         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
40931
40932 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
40933
40934         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
40935         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
40936         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
40937         (gl_tree_add_before, gl_tree_add_after):
40938         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
40939         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
40940         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
40941         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
40942         (gl_linked_add_after, gl_linked_add_at): Likewise.
40943         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
40944         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
40945         (gl_tree_add_before, gl_tree_add_after): Likewise.
40946         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
40947         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
40948         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
40949
40950 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40951
40952         * lib/gl_oset.h: Use C comment style, not C++ comment style.
40953
40954 2006-11-06  Bruno Haible  <bruno@clisp.org>
40955
40956         * m4/inline.m4: New file.
40957         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
40958         * modules/list (Files): Add m4/inline.m4.
40959         * modules/oset (Files): Likewise.
40960
40961 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
40962
40963         * lib/idcache.c: Include <stddef.h>, for offsetof.
40964         (struct userid.name): Change from char * to a flexible array member.
40965         All uses changed.
40966         * modules/idcache (Depends-on): Add flexmember.
40967
40968         * MODULES.html.sh (Core language properties): New module flexmember.
40969         * modules/flexmember, m4/flexmember.m4: New files.
40970
40971         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
40972         inline functions that are identical with the old xnmalloc_inline,
40973         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
40974         that we can avoid some unnecessary integer multiplications and
40975         divisions in the common case where the element size is known at
40976         compile time.
40977         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
40978         needed.
40979         (xnboundedmalloc): Remove.
40980         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
40981         arguments, for consistency with rest of this header.
40982         (xcharalloc): Rewrite using XNMALLOC.
40983         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
40984         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
40985         versions have been moved to lib/xalloc.h and renamed to be the
40986         non-*_inline versions.
40987         (xmalloc, xrealloc): Implement without reference to the xnmalloc
40988         and xnrealloc functions, since those functions are now inline and
40989         now call us.
40990         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
40991         renaming described above.
40992         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
40993         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
40994         captures the dependency in AC_C_INLINE.
40995
40996         New module canonicalize-lgpl, proposed by Charles Wilson in
40997         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
40998         with a few small changes afterwards.
40999         * MODULES.html.sh (File system functions): New module
41000         canonicalize-lgpl.
41001         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41002         and canonicalize_file_name.
41003         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41004         * modules/canonicalize-lgpl: New files.
41005
41006 2006-11-05  Bruno Haible  <bruno@clisp.org>
41007
41008         * gnulib-tool (func_import, func_create_testdir): Create directories
41009         also for files in subdirectories of lib/.
41010
41011 2006-11-05  Bruno Haible  <bruno@clisp.org>
41012
41013         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41014         ANSI C compliant.
41015
41016 2006-11-03  Bruno Haible  <bruno@clisp.org>
41017
41018         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41019         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41020         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41021         (xnboundedmalloc): New inline function.
41022         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41023         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41024         xmalloc.
41025         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41026         xmalloc.
41027         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41028         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41029         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41030         xmalloc.
41031         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41032         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41033         xmalloc.
41034         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41035         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41036         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41037         xmalloc.
41038         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41039         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41040         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41041         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41042         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41043         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41044         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41045
41046 2006-11-03  Bruno Haible  <bruno@clisp.org>
41047
41048         * lib/c-ctype.h [C++]: Define functions without name mangling.
41049         * lib/fwriteerror.h [C++]: Likewise.
41050         * lib/gcd.h [C++]: Likewise.
41051         * lib/linebreak.h [C++]: Likewise.
41052
41053 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41054
41055         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41056         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41057         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41058         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41059         Check for functions and headers just once.
41060         Check for declaration of canonicalize_file_name.
41061         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41062
41063 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41064
41065         * gnulib-tool (func_import): Fix typo in actioncmd.
41066
41067 2006-11-02  Bruno Haible  <bruno@clisp.org>
41068
41069         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41070         newline sequence in the Makefile.am snippet as a space, like "make"
41071         does.
41072         Reported by Roger Persson <perrog@gmail.com>.
41073
41074 2006-11-01  Bruno Haible  <bruno@clisp.org>
41075
41076         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41077         already declared in <string.h>.
41078         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41079
41080 2006-11-01  Bruno Haible  <bruno@clisp.org>
41081
41082         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41083         * lib/strcase.h: Include <string.h>.
41084         (strcasecmp): Define to rpl_strcasecmp here.
41085
41086 2006-11-01  Bruno Haible  <bruno@clisp.org>
41087
41088         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41089
41090 2006-11-01  Eric Blake  <ebb9@byu.net>
41091
41092         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41093
41094         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41095
41096 2006-10-29  Bruno Haible  <bruno@clisp.org>
41097
41098         Make it compile in C++ mode.
41099         * lib/full-write.c (full_rw): Add a cast.
41100
41101 2006-11-01  Bruno Haible  <bruno@clisp.org>
41102
41103         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41104         be POSIX compliant.
41105         Reported by Roger Persson <perrog@gmail.com>.
41106
41107 2006-11-01  Eric Blake  <ebb9@byu.net>
41108
41109         * lib/getopt_.h: Fix comments.
41110
41111 2006-10-31  Eric Blake  <ebb9@byu.net>
41112
41113         * modules/tmpdir (Depends-on): Add sys_stat.
41114         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41115         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41116         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41117         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41118         tempname.
41119
41120 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41121
41122         Avoid some C++ diagnostics reported by Bruno Haible.
41123         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41124         xmalloc.
41125         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41126         (struct slotvec): Move to top level.
41127         (quotearg_n_options): Rewrite to avoid xmalloc.
41128         * lib/xalloc.h (xcharalloc): New function.
41129         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41130         [defined __cplusplus]: Add function template that provides result
41131         type propagation.  This part of the change is from Bruno Haible.
41132
41133 2006-10-29  Bruno Haible  <bruno@clisp.org>
41134
41135         Make it compile in C++ mode.
41136         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41137         * lib/strnlen1.c (strnlen1): Cast memchr result.
41138         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41139         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41140         (create_temp_dir): Rename local variable 'template'.
41141         (compile_csharp_using_sscli): Add cast.
41142         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41143         * lib/findprog.c (find_in_path): Likewise.
41144         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41145         * lib/wait-process.c (register_slave_subprocess): Likewise.
41146
41147 2006-10-22  Bruno Haible  <bruno@clisp.org>
41148
41149         * modules/tsearch: New file.
41150         * lib/tsearch.h: New file.
41151         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41152         * m4/tsearch.m4: New file.
41153         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41154
41155 2006-10-29  Eric Blake  <ebb9@byu.net>
41156
41157         * lib/arcfour.c: Assume config.h.
41158         * lib/arctwo.c: Likewise.
41159         * lib/base64.c: Likewise.
41160         * lib/check-version.c: Likewise.
41161         * lib/crc.c: Likewise.
41162         * lib/des.c: Likewise.
41163         * lib/gc-gnulib.c: Likewise.
41164         * lib/gc-libgcrypt.c: Likewise.
41165         * lib/gc-pbkdf2-sha1.c: Likewise.
41166         * lib/getaddrinfo.c: Likewise.
41167         * lib/getdelim.c: Likewise.
41168         * lib/getline.c: Likewise.
41169         * lib/hmac-md5.c: Likewise.
41170         * lib/hmac-sha1.c: Likewise.
41171         * lib/iconvme.c: Likewise.
41172         * lib/md2.c: Likewise.
41173         * lib/md4.c: Likewise.
41174         * lib/memxor.c: Likewise.
41175         * lib/read-file.c: Likewise.
41176         * lib/readline.c: Likewise.
41177         * lib/rijndael-alg-fst.c: Likewise.
41178         * lib/rijndael-api-fst.c: Likewise.
41179         * lib/xgetdomainname.c: Likewise.
41180
41181 2006-10-28  Eric Blake  <ebb9@byu.net>
41182
41183         * lib/xstrndup.c: Assume config.h.
41184
41185 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41186
41187         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41188         stat-macros.h is now for our own macros, whereas stat_h is for
41189         macros in the <sys/stat.h> name space.
41190         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41191         (STAT_MACROS_H): Remove.
41192         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41193         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41194         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41195         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41196         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41197         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41198         Move these macros to ...
41199         * lib/stat_.h: here.  Don't include stat-macros.h.
41200         * lib/canonicalize.c: Don't include stat-macros.h.
41201         * lib/chown.c: Likewise.
41202         * lib/euidaccess.c: Likewise.
41203         * lib/file-type.c: Likewise.
41204         * lib/filemode.c: Likewise.
41205         * lib/glob.c: Likewise.
41206         * lib/isapipe.c: Likewise.
41207         * lib/lchown.c: Likewise.
41208         * lib/lstat.c: Likewise.
41209         * lib/mkdir-p.c: Likewise.
41210         * lib/rmdir.c: Likewise.
41211         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41212         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41213         unless mkdir isn't declared, to speed up 'configure'.
41214         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41215         would define all the S_* symbols.
41216         * modules/canonicalize (Depends-on):
41217         Depend on sys_stat, not stat-macros.
41218         * modules/chown: Likewise.
41219         * modules/euidaccess: Likewise.
41220         * modules/filemode: Likewise.
41221         * modules/file-type: Likewise.
41222         * modules/glob: Likewise.
41223         * modules/isapipe: Likewise.
41224         * modules/lchown: Likewise.
41225         * modules/lstat: Likewise.
41226         * modules/mkancesdirs: Likewise.
41227         * modules/rmdir: Likewise.
41228         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41229         * modules/modechange: Likewise.
41230         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41231         (configure.ac): Remove gl_STAT_MACROS.
41232         * modules/sys_stat (Depends-on): Remove stat-macros.
41233
41234 2006-10-27  Bruno Haible  <bruno@clisp.org>
41235
41236         * m4/signed.m4: Remove file.
41237         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41238         invocation.
41239         * modules/vasnprintf (Files): Remove m4/signed.m4.
41240
41241 2006-10-27  Bruno Haible  <bruno@clisp.org>
41242
41243         Update to GNU gettext 0.16.
41244         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41245         m4/inttypes-h.m4, m4/signed.m4.
41246         * m4/gettext.m4: Update to GNU gettext 0.16.
41247         * m4/intl.m4: New file, from GNU gettext.
41248         * m4/intldir.m4: New file, from GNU gettext.
41249         * config/srclist.txt: Update
41250
41251 2006-10-27  Eric Blake  <ebb9@byu.net>
41252
41253         * MODULES.html.sh: Document tempname.
41254         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41255         dependencies.
41256         (Files): Move lib/tempname.c...
41257         * modules/tempname: ...to this new module.
41258         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41259         (gl_PREREQ_TEMPNAME): Move...
41260         * m4/tempname.m4: ...to this new file.
41261         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41262         * modules/sys_stat (Depends-on): Add stat-macros.
41263         * lib/stat_.h (includes): Pick up stat macros.
41264         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41265         if stat macros are broken.
41266         * lib/tempname.c (includes): No need to include "stat-macros.h".
41267         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41268         (direxists, __path_search) [!_LIBC]: Don't compile these in
41269         gnulib; the tmpdir module covers that.
41270         * lib/tempname.h: New file.
41271
41272 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41273
41274         * COPYING: Explain how gnulib-tool converts licence headers.
41275         Almost all wording by Eric Blake.
41276
41277 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41278
41279         * lib/mbchar.h (is_basic_table): Make read-only.
41280         * lib/mbchar.c (is_basic_table): Likewise.
41281         Reported by John Darrington.
41282
41283 2006-10-25  Bruno Haible  <bruno@clisp.org>
41284
41285         * lib/progname.h (set_program_name): Undefine before defining.
41286
41287 2006-10-25  Bruno Haible  <bruno@clisp.org>
41288
41289         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41290         false for non-gcc C++ compilers.
41291         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41292
41293 2006-10-24  Bruno Haible  <bruno@clisp.org>
41294
41295         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41296         iconv implementations like Irix iconv.
41297
41298 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41299
41300         * modules/vararrays: New file.
41301         * m4/vararrays.m4: New file, taken from diffutils.
41302         * MODULES.html.sh: New module vararrays.
41303
41304 2006-10-24  Karl Berry  <karl@gnu.org>
41305
41306         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41307         Don't call GNU Unix.
41308
41309 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41310
41311         * users.txt: Add Libtool.
41312
41313         Sync from Libtool:
41314
41315         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41316
41317         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41318         to gnulib's policy of including config.h unconditionally.
41319
41320 2006-10-24  Bruno Haible  <bruno@clisp.org>
41321
41322         * modules/wcwidth (Files): Add m4/wint_t.m4.
41323         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41324         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41325
41326 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41327
41328         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41329         to pacify GCC with some -W flags enabled.  Problem reported by
41330         Bruno Haible.
41331
41332 2006-10-24  Jim Meyering  <jim@meyering.net>
41333
41334         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41335         Reported by Karl Berry.
41336
41337 2006-10-23  Bruno Haible  <bruno@clisp.org>
41338
41339         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41340
41341 2006-10-24  Bruno Haible  <bruno@clisp.org>
41342
41343         * lib/gl_list.h: Use C comment style, not C++ comment style.
41344
41345 2006-10-23  Eric Blake  <ebb9@byu.net>
41346
41347         * lib/getaddrinfo.c (includes): Add missing include.
41348
41349 2006-10-23  Bruno Haible  <bruno@clisp.org>
41350             Paul Eggert  <eggert@cs.ucla.edu>
41351
41352         Ability to rename obstack_free.
41353         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41354         obstack_free.
41355         (obstack_free): Invoke the __obstack_free macro.
41356         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41357
41358 2006-10-23  Bruno Haible  <bruno@clisp.org>
41359             Paul Eggert  <eggert@cs.ucla.edu>
41360
41361         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41362         __argc, __argv from the declaration. (They are defined as macros on
41363         mingw.)
41364
41365 2006-10-22  Bruno Haible  <bruno@clisp.org>
41366
41367         * doc/gnulib-intro.texi: New file.
41368         * doc/gnulib.texi: Include it.
41369
41370 2006-10-21  Bruno Haible  <bruno@clisp.org>
41371
41372         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41373         "Introduction", "Miscellanous Notes", "Particular Modules".
41374
41375 2006-10-21  Bruno Haible  <bruno@clisp.org>
41376
41377         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41378         Change mostlyclean-local rule to avoid sh syntax error from bash
41379         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41380
41381 2006-10-23  Jim Meyering  <jim@meyering.net>
41382
41383         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41384         in place of snprintf.
41385
41386         * modules/inttostr (Files): Add lib/uinttostr.c.
41387         * lib/uinttostr.c (inttostr): New file/function.
41388         * lib/inttostr.h (uinttostr): Declare.
41389         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41390         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41391         Add uinttostr.
41392         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41393
41394 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41395
41396         * lib/canonicalize.c (ELOOP): Define if not already defined.
41397         Problem reported by Bruno Haible in
41398         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41399
41400 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41401
41402         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41403         Problem reported by Perry Smith and Ville Laurikari.
41404
41405         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41406         uses.
41407
41408 2006-10-19  Bruno Haible  <bruno@clisp.org>
41409
41410         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41411         for mingw.
41412
41413 2006-10-19  Bruno Haible  <bruno@clisp.org>
41414
41415         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41416         Needed for mingw.
41417
41418 2006-10-19  Bruno Haible  <bruno@clisp.org>
41419
41420         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41421
41422 2006-10-19  Bruno Haible  <bruno@clisp.org>
41423
41424         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41425         it.
41426
41427 2006-10-19  Bruno Haible  <bruno@clisp.org>
41428
41429         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41430         invocation.
41431
41432 2006-10-19  Bruno Haible  <bruno@clisp.org>
41433
41434         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41435         mountlist by default.
41436
41437 2006-10-16  Bruno Haible  <bruno@clisp.org>
41438
41439         * lib/c-strstr.c: Include c-strstr.h.
41440
41441 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41442
41443         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41444         in a slash.
41445
41446 2006-10-18  Bruno Haible  <bruno@clisp.org>
41447
41448         * lib/lock.h [C++]: Wrap definitions in extern "C".
41449
41450 2006-10-18  Bruno Haible  <bruno@clisp.org>
41451
41452         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41453         gl_LIBOBJS list.
41454
41455 2006-10-18  Bruno Haible  <bruno@clisp.org>
41456
41457         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41458
41459 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41460
41461         * lib/xstrtol.h: Include gettext.h.
41462         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41463         Problem reported by Eric Blake.
41464         * modules/xstrtol (Depends-on): Add gettext-h.
41465
41466 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41467
41468         * lib/strftime.c (advance): New macro.
41469         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41470         incomplete type, so you can't add 0 to it.  Problem and patch
41471         reported by Eelco Dolstra for dietlibc.
41472
41473 2006-10-18  Jim Meyering  <jim@meyering.net>
41474
41475         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41476         type for a local, and rename it: s/up/user_proc/.
41477
41478 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41479
41480         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41481         READ_UTMP_USER_PROCESS.
41482         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41483
41484 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41485
41486         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41487         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41488
41489 2006-10-17  Eric Blake  <ebb9@byu.net>
41490
41491         * lib/sigprocmask.c (sigprocmask): Fix typo.
41492
41493         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41494
41495         * modules/clean-temp (Makefile.am): Don't add to make output...
41496         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41497         config.h.
41498
41499 2006-10-17  Bruno Haible  <bruno@clisp.org>
41500
41501         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41502         differently if DEFAULT_TEXT_DOMAIN is set.
41503
41504 2006-10-16  Bruno Haible  <bruno@clisp.org>
41505
41506         * lib/clean-temp.c: Include fwriteerror.h.
41507
41508 2006-10-16  Bruno Haible  <bruno@clisp.org>
41509
41510         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41511
41512 2006-10-16  Bruno Haible  <bruno@clisp.org>
41513
41514         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41515         * lib/sigprocmask.h: Include <sys/types.h>.
41516         (sigset_t): Use the system's definition if present.
41517
41518 2006-10-17  Eric Blake  <ebb9@byu.net>
41519
41520         * lib/xvasprintf.c (includes): Assume config.h.
41521         * lib/xasprintf.c (includes): Likewise.
41522
41523 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41524
41525         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41526         at least as wide as intmax_t.
41527
41528 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41529
41530         (Imported from Automake.)
41531         * build-aux/gnupload: Update to version 1.1 of directive file.
41532
41533 2006-10-16  Eric Blake  <ebb9@byu.net>
41534
41535         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41536         match Automake 1.10a.
41537
41538 2006-10-14  Bruno Haible  <bruno@clisp.org>
41539
41540         * modules/sigprocmask: New file.
41541         * lib/sigprocmask.h: New file.
41542         * lib/sigprocmask.c: New file.
41543         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
41544         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
41545         request sigprocmask.o.
41546         (gl_PREREQ_SIGPROCMASK): New macro.
41547         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
41548         (Depends-on): Add sigprocmask.
41549         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
41550         gt_SIGNALBLOCKING. Test for 'raise' only once.
41551         * lib/fatal-signal.c: Include sigprocmask.h.
41552         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
41553         unblock_fatal_signals): Define always.
41554         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41555         sigprocmask.
41556
41557 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41558
41559         Sync from Automake.
41560         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
41561         which incorrectly sets the mode of an existing destination
41562         directory.  In some cases the unpatched install-sh could do the
41563         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
41564         system.  We hope this is rare in practice, but it's clearly worth
41565         fixing.  Problem reported by Alex Unleashed in
41566         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
41567         Also, don't bother to check for -m bugs unless we're using -m;
41568         suggested by Stepan Kasal.
41569
41570 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41571
41572         Sync from Automake.
41573         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
41574         `-c' flag, so they appear at the same position as in %FASTDEP%
41575         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
41576         which ignores unknown options only after the first non-option.
41577         Bug report against M4 by Nelson H. F. Beebe.
41578
41579 2006-10-13  Jim Meyering  <jim@meyering.net>
41580
41581         Fix a bug in yesterday's change.
41582         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
41583         p->fts_statp->st_dev would be used uninitialized.
41584         Ensures that we always call fts_stat on the very first entry.
41585         Miklos Szeredi reported that find -xdev stopped working.
41586
41587 2006-10-12  Bruno Haible  <bruno@clisp.org>
41588
41589         * gnulib-tool (func_get_automake_snippet): Append an automatically
41590         computed EXTRA_DIST augmentation.
41591         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
41592         * modules/alloca-opt (Makefile.am): Likewise.
41593         * modules/allocsa (Makefile.am): Likewise.
41594         * modules/arcfour (Makefile.am): Likewise.
41595         * modules/arctwo (Makefile.am): Likewise.
41596         * modules/argmatch (Makefile.am): Likewise.
41597         * modules/argz (Makefile.am): Likewise.
41598         * modules/atexit (Makefile.am): Likewise.
41599         * modules/backupfile (Makefile.am): Likewise.
41600         * modules/byteswap (Makefile.am): Likewise.
41601         * modules/c-strtod (Makefile.am): Likewise.
41602         * modules/c-strtold (Makefile.am): Likewise.
41603         * modules/calloc (Makefile.am): Likewise.
41604         * modules/canon-host (Makefile.am): Likewise.
41605         * modules/canonicalize (Makefile.am): Likewise.
41606         * modules/chdir-long (Makefile.am): Likewise.
41607         * modules/chdir-safer (Makefile.am): Likewise.
41608         * modules/check-version (Makefile.am): Likewise.
41609         * modules/chown (Makefile.am): Likewise.
41610         * modules/cloexec (Makefile.am): Likewise.
41611         * modules/close-stream (Makefile.am): Likewise.
41612         * modules/closeout (Makefile.am): Likewise.
41613         * modules/crc (Makefile.am): Likewise.
41614         * modules/csharpexec (Makefile.am): Likewise.
41615         * modules/cycle-check (Makefile.am): Likewise.
41616         * modules/des (Makefile.am): Likewise.
41617         * modules/dev-ino (Makefile.am): Likewise.
41618         * modules/dirfd (Makefile.am): Likewise.
41619         * modules/dirname (Makefile.am): Likewise.
41620         * modules/dup2 (Makefile.am): Likewise.
41621         * modules/eealloc (Makefile.am): Likewise.
41622         * modules/error (Makefile.am): Likewise.
41623         * modules/euidaccess (Makefile.am): Likewise.
41624         * modules/exclude (Makefile.am): Likewise.
41625         * modules/exitfail (Makefile.am): Likewise.
41626         * modules/fcntl-safer (Makefile.am): Likewise.
41627         * modules/fcntl (Makefile.am): Likewise.
41628         * modules/file-type (Makefile.am): Likewise.
41629         * modules/fileblocks (Makefile.am): Likewise.
41630         * modules/filemode (Makefile.am): Likewise.
41631         * modules/filenamecat (Makefile.am): Likewise.
41632         * modules/fnmatch (Makefile.am): Likewise.
41633         * modules/fopen-safer (Makefile.am): Likewise.
41634         * modules/fpending (Makefile.am): Likewise.
41635         * modules/fprintftime (Makefile.am): Likewise.
41636         * modules/free (Makefile.am): Likewise.
41637         * modules/fsusage (Makefile.am): Likewise.
41638         * modules/ftruncate (Makefile.am): Likewise.
41639         * modules/fts (Makefile.am): Likewise.
41640         * modules/gc-arcfour (Makefile.am): Likewise.
41641         * modules/gc-des (Makefile.am): Likewise.
41642         * modules/gc-hmac-md5 (Makefile.am): Likewise.
41643         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
41644         * modules/gc-md4 (Makefile.am): Likewise.
41645         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
41646         * modules/gc-sha1 (Makefile.am): Likewise.
41647         * modules/gc (Makefile.am): Likewise.
41648         * modules/getaddrinfo (Makefile.am): Likewise.
41649         * modules/getcwd (Makefile.am): Likewise.
41650         * modules/getdelim (Makefile.am): Likewise.
41651         * modules/getdomainname (Makefile.am): Likewise.
41652         * modules/getgroups (Makefile.am): Likewise.
41653         * modules/gethostname (Makefile.am): Likewise.
41654         * modules/gethrxtime (Makefile.am): Likewise.
41655         * modules/getline (Makefile.am): Likewise.
41656         * modules/getloadavg (Makefile.am): Likewise.
41657         * modules/getlogin_r (Makefile.am): Likewise.
41658         * modules/getndelim2 (Makefile.am): Likewise.
41659         * modules/getopt (Makefile.am): Likewise.
41660         * modules/getpagesize (Makefile.am): Likewise.
41661         * modules/getpass-gnu (Makefile.am): Likewise.
41662         * modules/getpass (Makefile.am): Likewise.
41663         * modules/getsubopt (Makefile.am): Likewise.
41664         * modules/gettime (Makefile.am): Likewise.
41665         * modules/gettimeofday (Makefile.am): Likewise.
41666         * modules/getugroups (Makefile.am): Likewise.
41667         * modules/getusershell (Makefile.am): Likewise.
41668         * modules/glob (Makefile.am): Likewise.
41669         * modules/group-member (Makefile.am): Likewise.
41670         * modules/hard-locale (Makefile.am): Likewise.
41671         * modules/hash (Makefile.am): Likewise.
41672         * modules/hmac-md5 (Makefile.am): Likewise.
41673         * modules/hmac-sha1 (Makefile.am): Likewise.
41674         * modules/human (Makefile.am): Likewise.
41675         * modules/idcache (Makefile.am): Likewise.
41676         * modules/imaxabs (Makefile.am): Likewise.
41677         * modules/imaxdiv (Makefile.am): Likewise.
41678         * modules/inet_ntop (Makefile.am): Likewise.
41679         * modules/inet_pton (Makefile.am): Likewise.
41680         * modules/intprops (Makefile.am): Likewise.
41681         * modules/inttostr (Makefile.am): Likewise.
41682         * modules/inttypes (Makefile.am): Likewise.
41683         * modules/isapipe (Makefile.am): Likewise.
41684         * modules/javaversion (Makefile.am): Likewise.
41685         * modules/lchmod (Makefile.am): Likewise.
41686         * modules/lchown (Makefile.am): Likewise.
41687         * modules/localcharset (Makefile.am): Likewise.
41688         * modules/long-options (Makefile.am): Likewise.
41689         * modules/lstat (Makefile.am): Likewise.
41690         * modules/malloc (Makefile.am): Likewise.
41691         * modules/mathl (Makefile.am): Likewise.
41692         * modules/mbchar (Makefile.am): Likewise.
41693         * modules/md2 (Makefile.am): Likewise.
41694         * modules/md4 (Makefile.am): Likewise.
41695         * modules/md5 (Makefile.am): Likewise.
41696         * modules/memcasecmp (Makefile.am): Likewise.
41697         * modules/memchr (Makefile.am): Likewise.
41698         * modules/memcmp (Makefile.am): Likewise.
41699         * modules/memcoll (Makefile.am): Likewise.
41700         * modules/memcpy (Makefile.am): Likewise.
41701         * modules/memmem (Makefile.am): Likewise.
41702         * modules/memmove (Makefile.am): Likewise.
41703         * modules/mempcpy (Makefile.am): Likewise.
41704         * modules/memrchr (Makefile.am): Likewise.
41705         * modules/memset (Makefile.am): Likewise.
41706         * modules/memxor (Makefile.am): Likewise.
41707         * modules/mkancesdirs (Makefile.am): Likewise.
41708         * modules/mkdir-p (Makefile.am): Likewise.
41709         * modules/mkdir (Makefile.am): Likewise.
41710         * modules/mkdtemp (Makefile.am): Likewise.
41711         * modules/mkstemp (Makefile.am): Likewise.
41712         * modules/mktime (Makefile.am): Likewise.
41713         * modules/modechange (Makefile.am): Likewise.
41714         * modules/mountlist (Makefile.am): Likewise.
41715         * modules/nanosleep (Makefile.am): Likewise.
41716         * modules/obstack (Makefile.am): Likewise.
41717         * modules/openat (Makefile.am): Likewise.
41718         * modules/pagealign_alloc (Makefile.am): Likewise.
41719         * modules/pathmax (Makefile.am): Likewise.
41720         * modules/physmem (Makefile.am): Likewise.
41721         * modules/poll (Makefile.am): Likewise.
41722         * modules/posixtm (Makefile.am): Likewise.
41723         * modules/posixver (Makefile.am): Likewise.
41724         * modules/putenv (Makefile.am): Likewise.
41725         * modules/quote (Makefile.am): Likewise.
41726         * modules/quotearg (Makefile.am): Likewise.
41727         * modules/raise (Makefile.am): Likewise.
41728         * modules/read-file (Makefile.am): Likewise.
41729         * modules/readline (Makefile.am): Likewise.
41730         * modules/readlink (Makefile.am): Likewise.
41731         * modules/readtokens (Makefile.am): Likewise.
41732         * modules/readutmp (Makefile.am): Likewise.
41733         * modules/realloc (Makefile.am): Likewise.
41734         * modules/regex (Makefile.am): Likewise.
41735         * modules/rename-dest-slash (Makefile.am): Likewise.
41736         * modules/rename (Makefile.am): Likewise.
41737         * modules/rijndael (Makefile.am): Likewise.
41738         * modules/rmdir (Makefile.am): Likewise.
41739         * modules/rpmatch (Makefile.am): Likewise.
41740         * modules/safe-read (Makefile.am): Likewise.
41741         * modules/safe-write (Makefile.am): Likewise.
41742         * modules/same-inode (Makefile.am): Likewise.
41743         * modules/same (Makefile.am): Likewise.
41744         * modules/save-cwd (Makefile.am): Likewise.
41745         * modules/savedir (Makefile.am): Likewise.
41746         * modules/setenv (Makefile.am): Likewise.
41747         * modules/settime (Makefile.am): Likewise.
41748         * modules/sha1 (Makefile.am): Likewise.
41749         * modules/sig2str (Makefile.am): Likewise.
41750         * modules/snprintf (Makefile.am): Likewise.
41751         * modules/stat-macros (Makefile.am): Likewise.
41752         * modules/stat-time (Makefile.am): Likewise.
41753         * modules/stdbool (Makefile.am): Likewise.
41754         * modules/stdint (Makefile.am): Likewise.
41755         * modules/stdlib-safer (Makefile.am): Likewise.
41756         * modules/stpcpy (Makefile.am): Likewise.
41757         * modules/stpncpy (Makefile.am): Likewise.
41758         * modules/strcase (Makefile.am): Likewise.
41759         * modules/strcasestr (Makefile.am): Likewise.
41760         * modules/strchrnul (Makefile.am): Likewise.
41761         * modules/strcspn (Makefile.am): Likewise.
41762         * modules/strdup (Makefile.am): Likewise.
41763         * modules/strerror (Makefile.am): Likewise.
41764         * modules/strftime (Makefile.am): Likewise.
41765         * modules/strndup (Makefile.am): Likewise.
41766         * modules/strnlen (Makefile.am): Likewise.
41767         * modules/strpbrk (Makefile.am): Likewise.
41768         * modules/strsep (Makefile.am): Likewise.
41769         * modules/strstr (Makefile.am): Likewise.
41770         * modules/strtod (Makefile.am): Likewise.
41771         * modules/strtoimax (Makefile.am): Likewise.
41772         * modules/strtok_r (Makefile.am): Likewise.
41773         * modules/strtol (Makefile.am): Likewise.
41774         * modules/strtoll (Makefile.am): Likewise.
41775         * modules/strtoul (Makefile.am): Likewise.
41776         * modules/strtoull (Makefile.am): Likewise.
41777         * modules/strtoumax (Makefile.am): Likewise.
41778         * modules/strverscmp (Makefile.am): Likewise.
41779         * modules/sys_socket (Makefile.am): Likewise.
41780         * modules/sys_stat (Makefile.am): Likewise.
41781         * modules/sysexits (Makefile.am): Likewise.
41782         * modules/time_r (Makefile.am): Likewise.
41783         * modules/timegm (Makefile.am): Likewise.
41784         * modules/timespec (Makefile.am): Likewise.
41785         * modules/tmpfile-safer (Makefile.am): Likewise.
41786         * modules/trim (Makefile.am): Likewise.
41787         * modules/unistd-safer (Makefile.am): Likewise.
41788         * modules/unlinkdir (Makefile.am): Likewise.
41789         * modules/unlocked-io (Makefile.am): Likewise.
41790         * modules/userspec (Makefile.am): Likewise.
41791         * modules/utime (Makefile.am): Likewise.
41792         * modules/utimecmp (Makefile.am): Likewise.
41793         * modules/utimens (Makefile.am): Likewise.
41794         * modules/vasnprintf (Makefile.am): Likewise.
41795         * modules/vasprintf (Makefile.am): Likewise.
41796         * modules/vsnprintf (Makefile.am): Likewise.
41797         * modules/xalloc (Makefile.am): Likewise.
41798         * modules/xgetcwd (Makefile.am): Likewise.
41799         * modules/xnanosleep (Makefile.am): Likewise.
41800         * modules/xreadlink (Makefile.am): Likewise.
41801         * modules/xstrtod (Makefile.am): Likewise.
41802         * modules/xstrtol (Makefile.am): Likewise.
41803         * modules/xstrtold (Makefile.am): Likewise.
41804         * modules/yesno (Makefile.am): Likewise.
41805         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
41806
41807 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
41808
41809         * modules/error (Makefile.am): Distribute files through
41810         EXTRA_DIST, not lib_SOURCES.
41811
41812 2006-10-12  Eric Blake  <ebb9@byu.net>
41813
41814         * modules/error (Makefile.am): Distribute files in /lib.
41815         * modules/obstack (Makefile.am): Likewise.
41816
41817 2006-10-12  Bruno Haible  <bruno@clisp.org>
41818
41819         * modules/acl (Makefile.am): Distribute all files in lib/ through
41820         EXTRA_DIST.
41821         * modules/arcfour (Makefile.am): Likewise.
41822         * modules/arctwo (Makefile.am): Likewise.
41823         * modules/argmatch (Makefile.am): Likewise.
41824         * modules/argz (Makefile.am): Likewise.
41825         * modules/atexit (Makefile.am): Likewise.
41826         * modules/backupfile (Makefile.am): Likewise.
41827         * modules/c-strtod (Makefile.am): Likewise.
41828         * modules/c-strtold (Makefile.am): Likewise.
41829         * modules/calloc (Makefile.am): Likewise.
41830         * modules/canon-host (Makefile.am): Likewise.
41831         * modules/canonicalize (Makefile.am): Likewise.
41832         * modules/chdir-long (Makefile.am): Likewise.
41833         * modules/chdir-safer (Makefile.am): Likewise.
41834         * modules/check-version (Makefile.am): Likewise.
41835         * modules/chown (Makefile.am): Likewise.
41836         * modules/cloexec (Makefile.am): Likewise.
41837         * modules/close-stream (Makefile.am): Likewise.
41838         * modules/closeout (Makefile.am): Likewise.
41839         * modules/crc (Makefile.am): Likewise.
41840         * modules/cycle-check (Makefile.am): Likewise.
41841         * modules/des (Makefile.am): Likewise.
41842         * modules/dirfd (Makefile.am): Likewise.
41843         * modules/dirname (Makefile.am): Likewise.
41844         * modules/dup2 (Makefile.am): Likewise.
41845         * modules/euidaccess (Makefile.am): Likewise.
41846         * modules/exclude (Makefile.am): Likewise.
41847         * modules/exitfail (Makefile.am): Likewise.
41848         * modules/fcntl-safer (Makefile.am): Likewise.
41849         * modules/file-type (Makefile.am): Likewise.
41850         * modules/fileblocks (Makefile.am): Likewise.
41851         * modules/filemode (Makefile.am): Likewise.
41852         * modules/filenamecat (Makefile.am): Likewise.
41853         * modules/fnmatch (Makefile.am): Likewise.
41854         * modules/fopen-safer (Makefile.am): Likewise.
41855         * modules/fpending (Makefile.am): Likewise.
41856         * modules/fprintftime (Makefile.am): Likewise.
41857         * modules/free (Makefile.am): Likewise.
41858         * modules/fsusage (Makefile.am): Likewise.
41859         * modules/ftruncate (Makefile.am): Likewise.
41860         * modules/fts (Makefile.am): Likewise.
41861         * modules/gc (Makefile.am): Likewise.
41862         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
41863         * modules/getaddrinfo (Makefile.am): Likewise.
41864         * modules/getcwd (Makefile.am): Likewise.
41865         * modules/getdelim (Makefile.am): Likewise.
41866         * modules/getdomainname (Makefile.am): Likewise.
41867         * modules/getgroups (Makefile.am): Likewise.
41868         * modules/gethostname (Makefile.am): Likewise.
41869         * modules/gethrxtime (Makefile.am): Likewise.
41870         * modules/getline (Makefile.am): Likewise.
41871         * modules/getloadavg (Makefile.am): Likewise.
41872         * modules/getlogin_r (Makefile.am): Likewise.
41873         * modules/getopt (Makefile.am): Likewise.
41874         * modules/getpass (Makefile.am): Likewise.
41875         * modules/getpass-gnu (Makefile.am): Likewise.
41876         * modules/getsubopt (Makefile.am): Likewise.
41877         * modules/gettime (Makefile.am): Likewise.
41878         * modules/gettimeofday (Makefile.am): Likewise.
41879         * modules/getugroups (Makefile.am): Likewise.
41880         * modules/getusershell (Makefile.am): Likewise.
41881         * modules/glob (Makefile.am): Likewise.
41882         * modules/group-member (Makefile.am): Likewise.
41883         * modules/hard-locale (Makefile.am): Likewise.
41884         * modules/hash (Makefile.am): Likewise.
41885         * modules/hmac-md5 (Makefile.am): Likewise.
41886         * modules/hmac-sha1 (Makefile.am): Likewise.
41887         * modules/human (Makefile.am): Likewise.
41888         * modules/idcache (Makefile.am): Likewise.
41889         * modules/imaxabs (Makefile.am): Likewise.
41890         * modules/imaxdiv (Makefile.am): Likewise.
41891         * modules/inet_ntop (Makefile.am): Likewise.
41892         * modules/inet_pton (Makefile.am): Likewise.
41893         * modules/inttostr (Makefile.am): Likewise.
41894         * modules/isapipe (Makefile.am): Likewise.
41895         * modules/lchown (Makefile.am): Likewise.
41896         * modules/long-options (Makefile.am): Likewise.
41897         * modules/lstat (Makefile.am): Likewise.
41898         * modules/malloc (Makefile.am): Likewise.
41899         * modules/mathl (Makefile.am): Likewise.
41900         * modules/mbchar (Makefile.am): Likewise.
41901         * modules/md2 (Makefile.am): Likewise.
41902         * modules/md4 (Makefile.am): Likewise.
41903         * modules/md5 (Makefile.am): Likewise.
41904         * modules/memcasecmp (Makefile.am): Likewise.
41905         * modules/memchr (Makefile.am): Likewise.
41906         * modules/memcmp (Makefile.am): Likewise.
41907         * modules/memcoll (Makefile.am): Likewise.
41908         * modules/memcpy (Makefile.am): Likewise.
41909         * modules/memmem (Makefile.am): Likewise.
41910         * modules/memmove (Makefile.am): Likewise.
41911         * modules/mempcpy (Makefile.am): Likewise.
41912         * modules/memrchr (Makefile.am): Likewise.
41913         * modules/memset (Makefile.am): Likewise.
41914         * modules/memxor (Makefile.am): Likewise.
41915         * modules/mkancesdirs (Makefile.am): Likewise.
41916         * modules/mkdir (Makefile.am): Likewise.
41917         * modules/mkdir-p (Makefile.am): Likewise.
41918         * modules/mkdtemp (Makefile.am): Likewise.
41919         * modules/mkstemp (Makefile.am): Likewise.
41920         * modules/mktime (Makefile.am): Likewise.
41921         * modules/modechange (Makefile.am): Likewise.
41922         * modules/mountlist (Makefile.am): Likewise.
41923         * modules/nanosleep (Makefile.am): Likewise.
41924         * modules/openat (Makefile.am): Likewise.
41925         * modules/pagealign_alloc (Makefile.am): Likewise.
41926         * modules/physmem (Makefile.am): Likewise.
41927         * modules/poll (Makefile.am): Likewise.
41928         * modules/posixtm (Makefile.am): Likewise.
41929         * modules/posixver (Makefile.am): Likewise.
41930         * modules/putenv (Makefile.am): Likewise.
41931         * modules/quote (Makefile.am): Likewise.
41932         * modules/quotearg (Makefile.am): Likewise.
41933         * modules/raise (Makefile.am): Likewise.
41934         * modules/read-file (Makefile.am): Likewise.
41935         * modules/readline (Makefile.am): Likewise.
41936         * modules/readlink (Makefile.am): Likewise.
41937         * modules/readtokens (Makefile.am): Likewise.
41938         * modules/readutmp (Makefile.am): Likewise.
41939         * modules/realloc (Makefile.am): Likewise.
41940         * modules/regex (Makefile.am): Likewise.
41941         * modules/rename (Makefile.am): Likewise.
41942         * modules/rename-dest-slash (Makefile.am): Likewise.
41943         * modules/rijndael (Makefile.am): Likewise.
41944         * modules/rmdir (Makefile.am): Likewise.
41945         * modules/rpmatch (Makefile.am): Likewise.
41946         * modules/safe-read (Makefile.am): Likewise.
41947         * modules/safe-write (Makefile.am): Likewise.
41948         * modules/same (Makefile.am): Likewise.
41949         * modules/save-cwd (Makefile.am): Likewise.
41950         * modules/savedir (Makefile.am): Likewise.
41951         * modules/setenv (Makefile.am): Likewise.
41952         * modules/settime (Makefile.am): Likewise.
41953         * modules/sha1 (Makefile.am): Likewise.
41954         * modules/sig2str (Makefile.am): Likewise.
41955         * modules/snprintf (Makefile.am): Likewise.
41956         * modules/stdlib-safer (Makefile.am): Likewise.
41957         * modules/stpcpy (Makefile.am): Likewise.
41958         * modules/stpncpy (Makefile.am): Likewise.
41959         * modules/strcase (Makefile.am): Likewise.
41960         * modules/strcasestr (Makefile.am): Likewise.
41961         * modules/strchrnul (Makefile.am): Likewise.
41962         * modules/strcspn (Makefile.am): Likewise.
41963         * modules/strdup (Makefile.am): Likewise.
41964         * modules/strerror (Makefile.am): Likewise.
41965         * modules/strftime (Makefile.am): Likewise.
41966         * modules/strndup (Makefile.am): Likewise.
41967         * modules/strnlen (Makefile.am): Likewise.
41968         * modules/strpbrk (Makefile.am): Likewise.
41969         * modules/strsep (Makefile.am): Likewise.
41970         * modules/strstr (Makefile.am): Likewise.
41971         * modules/strtod (Makefile.am): Likewise.
41972         * modules/strtoimax (Makefile.am): Likewise.
41973         * modules/strtok_r (Makefile.am): Likewise.
41974         * modules/strtol (Makefile.am): Likewise.
41975         * modules/strtoll (Makefile.am): Likewise.
41976         * modules/strtoul (Makefile.am): Likewise.
41977         * modules/strtoull (Makefile.am): Likewise.
41978         * modules/strtoumax (Makefile.am): Likewise.
41979         * modules/strverscmp (Makefile.am): Likewise.
41980         * modules/time_r (Makefile.am): Likewise.
41981         * modules/timegm (Makefile.am): Likewise.
41982         * modules/tmpfile-safer (Makefile.am): Likewise.
41983         * modules/unistd-safer (Makefile.am): Likewise.
41984         * modules/unlinkdir (Makefile.am): Likewise.
41985         * modules/userspec (Makefile.am): Likewise.
41986         * modules/utime (Makefile.am): Likewise.
41987         * modules/utimecmp (Makefile.am): Likewise.
41988         * modules/utimens (Makefile.am): Likewise.
41989         * modules/vasnprintf (Makefile.am): Likewise.
41990         * modules/vasprintf (Makefile.am): Likewise.
41991         * modules/vsnprintf (Makefile.am): Likewise.
41992         * modules/xalloc (Makefile.am): Likewise.
41993         * modules/xgetcwd (Makefile.am): Likewise.
41994         * modules/xnanosleep (Makefile.am): Likewise.
41995         * modules/xreadlink (Makefile.am): Likewise.
41996         * modules/xstrtod (Makefile.am): Likewise.
41997         * modules/xstrtol (Makefile.am): Likewise.
41998         * modules/xstrtold (Makefile.am): Likewise.
41999         * modules/yesno (Makefile.am): Likewise.
42000
42001 2006-10-12  Jim Meyering  <jim@meyering.net>
42002
42003         * m4/getloadavg.m4: Revert the change below.
42004
42005         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42006         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42007         fail with a symlink, which is what coreutils' ./bootstrap now
42008         creates by default.
42009
42010 2006-10-12  Bruno Haible  <bruno@clisp.org>
42011
42012         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42013         mingw.
42014         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42015         MSVC and mingw explicitly.
42016
42017 2006-10-11  Simon Josefsson  <jas@extundo.com>
42018             Bruno Haible  <bruno@clisp.org>
42019
42020         Add support for multiple gnulib-tool invocations in the scope of a
42021         single configure.ac file.
42022         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42023         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42024         with the same contents as the _LIBADD variable.
42025         (func_emit_initmacro_start, func_emit_initmacro_end,
42026         func_emit_initmacro_done): New functions.
42027         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42028         gl_LIBOBJS and gl_LTLIBOBJS.
42029
42030 2006-10-11  Bruno Haible  <bruno@clisp.org>
42031
42032         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42033         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42034         autoreconf. Instead, invoke autopoint explicitly but move back the
42035         *.m4 files from gnulib.
42036
42037 2006-10-11  Bruno Haible  <bruno@clisp.org>
42038
42039         * gnulib-tool (func_usage): Make module names after --create-testdir
42040         optional.
42041         (func_create_testdir): If no module was specified, use nearly all
42042         modules.
42043
42044 2006-10-12  Jim Meyering  <jim@meyering.net>
42045
42046         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42047         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42048         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42049         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42050         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42051         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42052         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42053         (fts_set_stat_required): New function.
42054         (fts_open): Defer the calls to fts_stat, if possible or requested.
42055         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42056         into fts_stat itself.
42057         (fts_read): Perform any required (deferred) fts_stat call.
42058         (fts_build): Likewise, for the directory we're about to open and read.
42059         In the readdir loop, carefully decide whether each entry will require
42060         an eventual call to fts_stat, using dirent.d_type info if available.
42061         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42062         a command line argument into this function.  Update all callers.
42063         Map a return value of FTS_DOT to FTS_D for a command line argument.
42064         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42065         Thanks to Miklos Szeredi for his tenacity and for the initial
42066         bug report about "find" failing on a FUSE-based file system.
42067
42068         * lib/fts.c (fts_open): Use consistent indentation.
42069
42070 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42071
42072         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42073         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42074         reported by Jim Meyering.  All uses of cache variables renamed
42075         to match Autoconf's.
42076         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42077         the other one.
42078
42079         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42080         Fix misspelling in diagnostic.
42081
42082 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42083
42084         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42085         defined.  Problem reported by Matthew Woehlke.
42086
42087         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42088         Add support for Tandem NonStop R series.
42089         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42090         Use new macro.
42091
42092         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42093         (has_trailing_slash): Omit size arg; all callers changed.
42094         Omit 'inline', since it doesn't help performance and we'd
42095         need to configure it.
42096         Don't count //, ///, etc. as having a trailing slash.
42097         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42098         (rpl_rename_dest_slash): On failure, use rename's errno rather
42099         than (in some cases) an incorrect or junk errno.
42100         Simplify code by removing need to compute length; this does
42101         cause it to make two passes instead of one over the file name,
42102         but it's worth it.
42103
42104         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42105         change, since Autoconf's version may no longer be appropriate now
42106         that we are using CVS Autoconf's version.  Add support for Tandem.
42107
42108 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42109             Bruno Haible  <bruno@clisp.org>
42110
42111         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42112         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42113         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42114         gl_AC_TYPE_LONG_LONG.
42115
42116         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42117         instead of HAVE_LONG_LONG.
42118         * lib/printf-args.c (printf_fetchargs): Likewise.
42119         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42120         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42121         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42122         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42123         gl_AC_TYPE_LONG_LONG.
42124
42125 2006-10-11  Bruno Haible  <bruno@clisp.org>
42126
42127         * m4/longlong.m4: Add comments.
42128         * m4/ulonglong.m4: Likewise.
42129
42130 2006-10-10  Bruno Haible  <bruno@clisp.org>
42131
42132         Make it possible to #define stpcpy, strdup to aliases.
42133         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42134         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42135
42136 2006-10-10  Bruno Haible  <bruno@clisp.org>
42137
42138         Make it possible to #define gcd to an alias.
42139         * lib/gcd.c: Include config.h.
42140
42141 2006-10-10  Bruno Haible  <bruno@clisp.org>
42142
42143         Make it possible to #define c_isascii to an alias.
42144         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42145         defined. Undefine the macros before defining them, to avoid gcc
42146         warnings.
42147         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42148         define NO_C_CTYPE_MACROS early.
42149
42150 2006-10-10  Bruno Haible  <bruno@clisp.org>
42151
42152         Make it possible to #define set_program_name to an alias.
42153         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42154         ENABLE_RELOCATABLE early.
42155
42156 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42157
42158         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42159         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42160         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42161         More generally, don't assume that 64-bit signed int is available
42162         if unsigned int is, and vice versa.
42163         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42164         unsigned symbols, not on their signed counterparts.
42165         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42166         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42167         (UINT64_C, UINTMAX_C):
42168         Likewise.
42169         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42170         unsigned counterparts.
42171         (Have_long_long, Unsigned): New macros.
42172         (Int): Renamed from INT.
42173         (strtoimax): Use the new macros.
42174         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42175         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42176         * modules/inttypes (inttypes.h): Substitute
42177         HAVE_UNSIGNED_LONG_LONG_INT.
42178         * modules/stdint (stdint.h): Likewise.
42179         (Files): Add m4/ulonglong.m4.
42180
42181 2006-10-10  Bruno Haible  <bruno@clisp.org>
42182
42183         Fix a gcc -Wshadow warning.
42184         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42185         to 'bucket'.
42186         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42187         gl_linked_indexof_from_to): Likewise.
42188         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42189         Likewise.
42190         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42191         Likewise.
42192         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42193         Reported by Eric Blake.
42194
42195 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42196
42197         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42198         for NetBSD.  Problem reported by Bruno Haible.
42199
42200 2006-10-09  Jim Meyering  <jim@meyering.net>
42201
42202         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42203         Patch from Bruno Haible.
42204
42205 2006-10-09  Jim Meyering  <jim@meyering.net>
42206
42207         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42208         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42209         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42210
42211 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42212
42213         Don't include <config.h> twice; this doesn't work in some cases,
42214         e.g., when config.h has "#define intmax_t long long int" and
42215         we include <config.h>, <inttypes.h>, <config.h> in that order.
42216         Problem reported by Matthew Woehlke in:
42217         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42218         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42219         * lib/fts-cycle.c: Don't include config.h.
42220         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42221         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42222         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42223         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42224         inttypes.h.
42225         * lib/xstrtoumax.c: Likewise.
42226         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42227         __strtol and the like, so that this module is more like its siblings.
42228         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42229         Remove; no longer needed now that we assume gnulib inttypes.h.
42230
42231 2006-10-08  Bruno Haible  <bruno@clisp.org>
42232
42233         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42234         option.
42235
42236 2006-10-07  Jim Meyering  <jim@meyering.net>
42237
42238         * modules/inttypes (inttypes.h): Revert what seems to have been
42239         an inadvertent part of today's change: use "|", not "/" in the
42240         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42241
42242 2006-10-07  Bruno Haible  <bruno@clisp.org>
42243
42244         * modules/sublist: New file.
42245
42246 2006-10-07  Bruno Haible  <bruno@clisp.org>
42247
42248         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42249         * modules/argz (argz.h): Likewise.
42250         * modules/arpa_inet (arpa/inet.h): Likewise.
42251         * modules/byteswap (byteswap.h): Likewise.
42252         * modules/configmake (configmake.h): Likewise.
42253         * modules/fcntl (fcntl.h): Likewise.
42254         * modules/fnmatch (fnmatch.h): Likewise.
42255         * modules/getopt (getopt.h): Likewise.
42256         * modules/glob (glob.h): Likewise.
42257         * modules/inttypes (inttypes.h): Likewise.
42258         * modules/netinet_in (netinet/in.h): Likewise.
42259         * modules/poll (poll.h): Likewise.
42260         * modules/stdbool (stdbool.h): Likewise.
42261         * modules/stdint (stdint.h): Likewise.
42262         * modules/sys_select (sys/select.h): Likewise.
42263         * modules/sys_socket (sys/socket.h): Likewise.
42264         * modules/sys_stat (sys/stat.h): Likewise.
42265         * modules/sysexits (sysexits.h): Likewise.
42266         * modules/unistd (unistd.h): Likewise.
42267         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42268         Add a "DO NOT EDIT" comment to the generated file.
42269         (func_import): Likewise for gnulib-comp.m4.
42270
42271 2006-10-07  Bruno Haible  <bruno@clisp.org>
42272
42273         * lib/gl_sublist.h: New file.
42274         * lib/gl_sublist.c: New file.
42275
42276 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42277
42278         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42279         name (relative to the original working directory) and the file
42280         name component (relative to the temporary working directory).  All
42281         callers changed.
42282         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42283         * lib/mkdir-p.c (make_dir_parents): Likewise.
42284         * lib/mkdir-p.h (make_dir_parents): Likewise.
42285
42286 2006-10-06  Eric Blake  <ebb9@byu.net>
42287
42288         Define several macros for use by the clean-temp module.
42289         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42290         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42291         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42292
42293         * lib/clean-temp.h (close_stream_temp): New declaration.
42294         * lib/clean-temp.c (includes): Pull in headers according to what
42295         other modules are in use.
42296         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42297
42298 2006-10-06  Bruno Haible  <bruno@clisp.org>
42299
42300         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42301         instead of fopen, fwriteerror.
42302
42303 2006-10-06  Bruno Haible  <bruno@clisp.org>
42304
42305         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42306         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42307         int.
42308         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42309         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42310         Return an error indicator.
42311         Suggested by Eric Blake.
42312
42313 2006-10-06  Bruno Haible  <bruno@clisp.org>
42314
42315         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42316         Reported by Eric Blake.
42317
42318 2006-10-06  Bruno Haible  <bruno@clisp.org>
42319
42320         * modules/closeout (Description): Mention stderr too.
42321
42322 2006-10-06  Bruno Haible  <bruno@clisp.org>
42323         and Paul Eggert  <eggert@cs.ucla.edu>
42324
42325         * lib/closeout.c (close_stdout): Also close stderr.
42326         * lib/closeout.h: Update comment.
42327
42328 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42329
42330         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42331         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42332         * lib/dirchownmod.c: Include lchown.h.
42333         * lib/lchown.c: Don't include files that lchown.h now includes.
42334         Don't declare chown, since lchown.h now does that.
42335         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42336         (lchown): Define to rpl_chown if lchown is declared but
42337         does not exist.  Declare using a prototype if lchown is not
42338         declared.  Add a copyright notice.
42339         * lib/mkstemp.h: Include <unistd.h>.
42340         * lib/openat.c: Include lchown.h.
42341
42342         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42343         we now test for that separately.
42344         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42345         rather than O_NOFOLLOW, when testing whether it's possible to
42346         avoid a race condition reliably.
42347         * lib/savewd.c (savewd_chdir): Likewise.
42348
42349         Remove macros that are no longer needed now that stdint.h is
42350         reliable.
42351         * lib/fsusage.c (UINTMAX_MAX): Remove.
42352         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42353         * lib/utimecmp.c (SIZE_MAX): Remove.
42354
42355         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42356
42357         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42358         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42359         O_NOATIME works.
42360
42361 2006-10-05  Bruno Haible  <bruno@clisp.org>
42362
42363         * lib/gl_list.h (gl_sortedlist_search_from_to,
42364         gl_sortedlist_indexof_from_to): New declarations.
42365         (gl_list_implementation): New fields sortedlist_search_from_to,
42366         sortedlist_indexof_from_to.
42367         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42368         inline functions.
42369         * lib/gl_list.c (gl_sortedlist_search_from_to,
42370         gl_sortedlist_indexof_from_to): New functions.
42371         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42372         function.
42373         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42374         (gl_array_sortedlist_search_from_to): New function.
42375         (gl_array_list_implementation): Update.
42376         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42377         function.
42378         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42379         (gl_carray_sortedlist_search_from_to): New function.
42380         (gl_carray_list_implementation): Update.
42381         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42382         gl_linked_sortedlist_indexof_from_to): New functions.
42383         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42384         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42385         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42386         gl_tree_sortedlist_indexof_from_to): New functions.
42387         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42388         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42389         Update.
42390         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42391         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42392         Update.
42393
42394 2006-10-05  Bruno Haible  <bruno@clisp.org>
42395
42396         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42397         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42398         (struct gl_list_implementation): Add fields search_from_to,
42399         indexof_from_to. Remove fields search, indexof.
42400         (gl_list_search): Use the search_from_to method.
42401         (gl_list_search_from, gl_list_search_from_to): New functions.
42402         (gl_list_indexof): Use the indexof_from_to method.
42403         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42404         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42405         (gl_list_search_from, gl_list_search_from_to): New functions.
42406         (gl_list_indexof): Use the indexof_from_to method.
42407         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42408         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42409         gl_array_indexof. Add start_index, end_index arguments.
42410         (gl_array_search_from_to): Renamed from gl_array_search. Add
42411         start_index, end_index arguments.
42412         (gl_array_remove, gl_array_list_implementation): Update.
42413         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42414         gl_carray_indexof. Add start_index, end_index arguments.
42415         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42416         start_index, end_index arguments.
42417         (gl_carray_remove, gl_carray_list_implementation): Update.
42418         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42419         gl_linked_search. Add start_index, end_index arguments.
42420         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42421         start_index, end_index arguments.
42422         (gl_linked_remove): Update.
42423         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42424         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42425         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42426         field to 'size_t'.
42427         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42428         gl_tree_search. Add start_index, end_index arguments.
42429         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42430         start_index, end_index arguments.
42431         (gl_tree_remove): Update.
42432         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42433         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42434         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42435         function.
42436         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42437         gl_tree_search. Add start_index, end_index arguments.
42438         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42439         start_index, end_index arguments.
42440         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42441         Update.
42442         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42443
42444 2006-10-05  Bruno Haible  <bruno@clisp.org>
42445
42446         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42447
42448         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42449         fwriteerror_temp): New declarations.
42450         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42451         (descriptors): New variable.
42452         (cleanup): First, close the descriptors.
42453         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42454         fclose_temp, fwriteerror_temp): New functions.
42455
42456 2006-10-04  Jim Meyering  <jim@meyering.net>
42457
42458         * lib/fts.c (fts_open): Tiny comment change.
42459
42460 2006-10-04  Bruno Haible  <bruno@clisp.org>
42461
42462         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42463         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42464         gl_LOCK_BODY.
42465         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42466         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42467         gl_LOCK_EARLY_BODY.
42468         (gl_LOCK): Require gl_LOCK_BODY.
42469
42470 2006-10-04  Bruno Haible  <bruno@clisp.org>
42471
42472         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42473         (gl_oset_search_atleast): New declaration.
42474         (struct gl_oset_implementation): Add field 'search_atleast'.
42475         (gl_oset_search_atleast): New inline function.
42476         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42477         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42478         (gl_array_oset_implementation): Update.
42479         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42480         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42481         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42482
42483 2006-10-04  Bruno Haible  <bruno@clisp.org>
42484
42485         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42486
42487 2006-10-03  Bruno Haible  <bruno@clisp.org>
42488
42489         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42490         from gl_avltreehash_list_implementation.
42491
42492 2006-10-03  Bruno Haible  <bruno@clisp.org>
42493
42494         * lib/gl_oset.c (gl_oset_add): Fix return type.
42495
42496 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42497
42498         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42499
42500 2006-10-02  Eric Blake  <ebb9@byu.net>
42501
42502         * modules/strnlen (Depends-on): Add extensions.
42503
42504 2006-10-02  Eric Blake  <ebb9@byu.net>
42505
42506         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42507         definition in 2.60+.
42508
42509 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42510
42511         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42512         checks.
42513
42514 2006-10-02  Bruno Haible  <bruno@clisp.org>
42515
42516         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42517         to the AUTOMAKE_OPTIONS.
42518         Reported by Jim Meyering.
42519
42520 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42521
42522         Work around bug in Solaris 10 /proc file system:
42523         /proc/self/fd/NNN/.. isn't the parent directory of
42524         the directory whose file descriptor is NNN.  This needs to
42525         be worked around at run time, not compile time, since a
42526         program might be built on Solaris 8, where things work, and
42527         run on Solaris 10.
42528         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42529         to use the following interface instead:
42530         (OPENAT_BUFFER_SIZE): New macro.
42531         (openat_proc_name): New function.
42532         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42533         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42534         Likewise.
42535         * lib/openat-proc.c: New file.
42536         * modules/openat (Files): Add lib/openat-proc.c.
42537         (Depends-on): Add same-inode, stdbool.
42538         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
42539
42540 2006-09-29  Bruno Haible  <bruno@clisp.org>
42541
42542         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
42543         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
42544         argument. Set stdout_closed before testing for ferror, not after.
42545         (fwriteerror, fwriteerror_no_ebadf): New functions.
42546
42547 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42548
42549         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
42550
42551 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
42552
42553         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
42554         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
42555
42556 2006-09-28  Jim Meyering  <jim@meyering.net>
42557
42558         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
42559         Include <unistd.h>.
42560
42561 2006-09-28  Bruno Haible  <bruno@clisp.org>
42562
42563         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
42564         * modules/linkedhash-list (Depends-on): Likewise.
42565         * modules/rbtreehash-list (Depends-on): Likewise.
42566
42567 2006-09-28  Bruno Haible  <bruno@clisp.org>
42568
42569         * lib/strndup.h: Simplify the redefinition of strndup.
42570         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
42571         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
42572
42573 2006-09-28  Bruno Haible  <bruno@clisp.org>
42574
42575         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
42576         * lib/gl_linkedhash_list.c: Likewise.
42577         * lib/gl_rbtreehash_list.c: Likewise.
42578
42579 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42580
42581         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
42582         getaddrinfo.
42583
42584         * lib/__fpending.h: Don't include <stdio_ext.h> unless
42585         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
42586         it causes <stdio_ext.h> to cause a compile-time error.
42587         Problem reported by Nelson H. F. Beebe.
42588         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
42589         of HAVE_DECL___PENDING.
42590
42591         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
42592         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
42593         declaration.
42594
42595 2006-09-27  Jim Meyering  <jim@meyering.net>
42596
42597         This file could end up with a definition for a function
42598         named __strndup, rather than rpl_strndup on a system with
42599         incomplete weak_alias support.
42600         * lib/strndup.c (strndup): Rename from __strndup.
42601         Remove #defines that used to map __strndup to strndup.
42602         Don't use K&R prototypes.
42603         Remove LIBC-related code, since this file is not sync'd with glibc.
42604         * lib/strndup.h: Revamp, accordingly.
42605         * m4/strndup.m4: Modernize.
42606
42607 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
42608
42609         * modules/savewd (Depends-on): Add 'raise'.
42610         * lib/savewd.c: Include <signal.h>, for 'raise'.
42611
42612 2006-09-26  Jim Meyering  <jim@meyering.net>
42613
42614         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
42615         when we detect Darwin 8.7.0's acl_get_file bug.
42616         Rearrange to perform the new (below) run-test while $LIBS
42617         contains any acl-related library.  Set USE_ACL at the end.
42618         (gl_ACL_GET_FILE): New function.
42619
42620 2006-09-26  Eric Blake  <ebb9@byu.net>
42621
42622         * lib/verror.c: Include <config.h> unconditionally.
42623
42624 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
42625
42626         * modules/clock-time (Maintainer): Add self.
42627         * modules/getlogin_r (Depends-on): Add extensions.
42628
42629 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42630
42631         * modules/clock-time: New module.
42632         * modules/nanosleep (Depends-on): Add clock-time.
42633         * modules/gethrxtime (Depends-on): Likewise.
42634         * modules/gettime (Depends-on): Likewise.
42635         * modules/settime (Depends-on): Likewise.
42636
42637         * modules/fts-lgpl: Depend on openat.
42638         * modules/mkancesdirs: Depend on savewd.
42639         * modules/mkdir-p: Likewise.
42640
42641 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42642
42643         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
42644
42645         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
42646         `gl_have_arbitrary_file_name_length_limit' to
42647         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
42648         actually works between configure runs.
42649
42650 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42651             Bruno Haible  <bruno@clisp.org>
42652
42653         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
42654
42655 2006-09-25  Jim Meyering  <jim@meyering.net>
42656
42657         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
42658         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
42659
42660 2006-09-25  Eric Blake  <ebb9@byu.net>
42661
42662         * gnulib-tool (func_import, func_create_testdir): Fix typos in
42663         exec's in 2006-09-18 patch when shuffling fds.
42664
42665 2006-09-25  Bruno Haible  <bruno@clisp.org>
42666
42667         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
42668         Reported by Jim Meyering.
42669
42670 2006-09-24  Jim Meyering  <jim@meyering.net>
42671
42672         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
42673         compare a pointer against a literal "0".  That caused failures with
42674         at least HP-UX's hpcc.
42675
42676 2006-09-22  Simon Josefsson  <jas@extundo.com>
42677
42678         * modules/gc-sha1:
42679         * modules/gc-md4:
42680         * modules/gc-hmac-sha1:
42681         * modules/gc-hmac-md5:
42682         * modules/gc-des:
42683         * modules/gc-arcfour: Distribute more files.
42684
42685 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42686
42687         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
42688         (gl_linked_iterator_from_to): Initialize struct completely.
42689         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
42690         (gl_tree_iterator_from_to): Likewise
42691         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
42692         * lib/gl_array_list.c [lint] (gl_array_iterator)
42693         (gl_array_iterator_from_to): Likewise.
42694         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
42695         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
42696         (gl_carray_iterator_from_to): Likewise.
42697
42698         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
42699         * lib/md4.c (md4_process_block): Remove unused variable.
42700         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
42701         parentheses for clarity.
42702
42703 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42704
42705         * modules/bison-i18n (Depends-on): Add gettext.
42706
42707 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42708
42709         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
42710         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
42711         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
42712         also add missing comma that caused broken test.
42713         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
42714         stdlib.h, for `abort'.
42715         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
42716         variables.
42717         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
42718         include unistd.h if present, for `rmdir'.
42719         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
42720         variables.
42721         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
42722         in the process include standard headers for prototypes.
42723         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
42724         gets declared on GNU/Linux.
42725         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
42726         unistd.h, for `rmdir'.
42727         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
42728
42729         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
42730         always true.
42731         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
42732
42733         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
42734
42735 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42736
42737         * gnulib-tool (func_version): Create output all at once.  This
42738         may help avoid triggering unnecessary SIGPIPEs, and at any
42739         rate it doesn't hurt.
42740
42741 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42742             Bruno Haible  <bruno@clisp.org>
42743
42744         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
42745         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
42746         * m4/signed.m4 (bh_C_SIGNED): Likewise.
42747
42748         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
42749         (gl_FUNC_VASPRINTF): Invoke it.
42750
42751 2006-09-22  Bruno Haible  <bruno@clisp.org>
42752
42753         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
42754         getloadavg.c as first argument.
42755
42756 2006-09-22  Bruno Haible  <bruno@clisp.org>
42757
42758         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
42759         at the beginning of the gl_INIT macro.
42760         * modules/getloadavg (configure.ac): Pass $gl_source_base to
42761         gl_GETLOADAVG.
42762
42763 2006-09-22  Bruno Haible  <bruno@clisp.org>
42764
42765         * gnulib-tool (func_create_megatestdir): Don't include the config-h
42766         module.
42767         Suggested by Ralf Wildenhues.
42768
42769 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
42770
42771         Import this patch from libc:
42772
42773         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
42774
42775         * lib/regex_internal.c (re_string_reconstruct): Handle
42776         offset < pstr->valid_raw_len && pstr->offsets_needed case.
42777         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
42778         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
42779         re_string_context_at.
42780
42781         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
42782         now requires it.
42783         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
42784         gl_REGEX now does it for us.
42785         (gl_REGEX): Add test taken from
42786         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
42787
42788         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
42789         Check that large offsets work.  Modernize Autoconf usages.
42790         Prefer "yes" to mean a good thing rather than a bad.
42791         Don't put "#define mkstemp" in config.h, as this might interfere
42792         with standard system headers that "#define mkstemp mkstemp64".
42793
42794         * modules/mkstemp (Depends-on): Add extensions, so that
42795         mkstemp is visible on some platforms.
42796         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
42797         (Include): Change to "mkstemp.h" from <stdlib.h>.
42798         (Files): Add mkstemp.h.
42799
42800         * lib/mkstemp.h: New file, since some standard headers
42801         #define mkstemp.
42802         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
42803         Include "mkstemp.h".
42804         Make the _LIBC code resemble glibc original more,
42805         e.g., use K&R style.
42806         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
42807         (mkstemp): Remove, since mkstemp.h does this for us.
42808         * lib/stdlib--.h: Include mkstemp.h.
42809
42810         Import this patch from libc:
42811
42812         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42813
42814         * lib/tempname.c (__gen_tempname): Change attempts_min
42815         into a macro.  Use preprocessor to decide how to initialize
42816         attempts [Coverity CID 67].
42817
42818 2006-09-20  Bruno Haible  <bruno@clisp.org>
42819
42820         * lib/mkdtemp.c: Import from libc.
42821         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42822                 * sysdeps/posix/tempname.c (__gen_tempname): Change
42823                 attempts_min into a macro.  Use preprocessor to decide how to
42824                 initialize attempts [Coverity CID 67].
42825         2001-11-27  Paul Eggert  <eggert@twinsun.com>
42826                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
42827                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
42828
42829 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42830
42831         * gnulib-tool (func_exit): New function, to allow to pass the
42832         exit status portably through the trap.  Use everywhere.
42833         (--help, --version): Signal a write error.
42834         (trap): catch SIGPIPE, for write errors.
42835         Exit at the end of the trap, with the correct exit status.
42836
42837 2006-09-19  Karl Berry  <karl@gnu.org>
42838
42839         * doc/gnulib.texi: note about the license texinfo files.
42840
42841 2006-09-19  Eric Blake  <ebb9@byu.net>
42842
42843         * gnulib-tool: Avoid space-tab.
42844
42845 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
42846
42847         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
42848         that prevented coreutils 6.1 from building.  Problem reported
42849         by Petter Reinholdtsen.
42850
42851 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
42852
42853         * gnulib-tool (avoidlist): Fix typo that broke options like
42854         --avoid=lock that are used by coreutils bootstrap.
42855
42856 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
42857
42858         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
42859         more systematically.
42860
42861 2006-09-18  Jim Meyering  <jim@meyering.net>
42862
42863         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
42864
42865 2006-09-18  Bruno Haible  <bruno@clisp.org>
42866
42867         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
42868
42869 2006-09-18  Bruno Haible  <bruno@clisp.org>
42870
42871         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
42872         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
42873         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
42874         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
42875         * m4/gettext.m4: Require autoconf >= 2.52.
42876         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
42877         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
42878         of gl_cv_header_inttypes_h.
42879
42880 2006-09-18  Bruno Haible  <bruno@clisp.org>
42881
42882         * lib/javaversion.c: Include configmake.h.
42883
42884 2006-09-18  Bruno Haible  <bruno@clisp.org>
42885
42886         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
42887         avoid that the while loops be executed in a subshell.
42888
42889 2006-09-18  Bruno Haible  <bruno@clisp.org>
42890
42891         * MODULES.html.sh (func_module): Break long lines.
42892         Suggested by Bruce Korb <bkorb@gnu.org>.
42893
42894 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42895
42896         Speed up by a factor of 1.12.
42897         * gnulib-tool (nl): New variable.
42898         (func_import): Rewrite include directive extraction to only read each
42899         directive once.
42900
42901 2006-09-17  Bruno Haible  <bruno@clisp.org>
42902
42903         * modules/javaversion (Makefile.am): Remove DEFS setting.
42904         (Depends-on): Add configmake, for PKGDATADIR definition.
42905
42906 2006-09-17  Bruno Haible  <bruno@clisp.org>
42907
42908         * gnulib-tool (func_create_testdir): Rewrite all files at once.
42909
42910 2006-09-17  Bruno Haible  <bruno@clisp.org>
42911
42912         * gnulib-tool (func_append): New function, stolen from libtool.m4.
42913         (func_modules_transitive_closure, func_modules_add_dummy,
42914         func_modules_to_filelist, func_import, func_create_testdir,
42915         func_create_megatestdir, ...): Use it wherever possible.
42916         Suggested by Ralf Wildenhues.
42917
42918 2006-09-16  Karl Berry  <karl@gnu.org>
42919
42920         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
42921         to avoid sectioning errors.
42922         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
42923         [ifinfo]: blank line after @center-ed titles.
42924         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
42925         Spell FSF address consistently with others.
42926         (These changes approved by rms.)
42927
42928 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42929
42930         Speed up by a factor of 1.61.
42931         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
42932         already checked module names again.
42933
42934 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42935
42936         Speed up by a factor of 1.13.
42937         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
42938         for new_files, and the input to func_add_or_update.
42939
42940 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42941
42942         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
42943         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
42944
42945 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
42946
42947         * modules/mkancesdirs (Depends-on): Add fcntl.
42948         * modules/savewd: New file.
42949         * MODULES.html.sh (File system functions): Add savewd.
42950
42951         * modules/configmake (Makefile.am): Add support for the
42952         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
42953
42954 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
42955
42956         * m4/savewd.m4: New file.
42957
42958 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
42959
42960         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
42961         (dirchownmod): New arg FD.  All callers changed.
42962         Use FD rather than opening the directory ourself, as opening is
42963         now the caller's responsibility.
42964         * lib/dirchownmod.h: Likewise.
42965         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
42966         hosts that require <sys/types.h> before <sys/stat.h>.  Include
42967         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
42968         (test_dir): Remove.
42969         (mkancesdirs): Return length of prefix of FILE that has already
42970         been made, or -2 if there is a child doing the work.  Redo
42971         algorithm so that it is O(N) rather than O(N**2).  Optimize away
42972         ".", and treat ".." specially since it might stray back into
42973         already-created areas.  Use a subprocess if necessary.  New arg
42974         WD; all users changed.  MAKE_DIR function should now return 1
42975         if it creates a directory that is not readable.  Return -2 if
42976         a child process is spun off.
42977         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
42978         Adjust signature to match code.
42979         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
42980         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
42981         all users changed.
42982         * lib/savewd.c, lib/savewd.h: New files.
42983
42984 2006-09-15  Jim Meyering  <jim@meyering.net>
42985
42986         * modules/rename-dest-slash: New module.
42987         * MODULES.html.sh (posix_compat): Add it here.
42988
42989         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
42990
42991 2006-09-15  Jim Meyering  <jim@meyering.net>
42992
42993         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
42994         file.
42995
42996         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
42997
42998 2006-09-15  Jim Meyering  <jim@meyering.net>
42999
43000         * lib/rename-dest-slash.c (has_trailing_slash): Use
43001         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43002         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43003         test before testing whether SRC is a directory.
43004         Suggestions from Bruno Haible.
43005
43006         Avoid a warning about an unused variable.
43007         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43008         into the #ifdef block where it's used.
43009
43010         * lib/rename-dest-slash.c: New file.
43011
43012 2006-09-14  Bruno Haible  <bruno@clisp.org>
43013
43014         * lib/allocsa.c: Include <config.h> unconditionally.
43015         * lib/asnprintf.c: Likewise.
43016         * lib/asprintf.c: Likewise.
43017         * lib/c-strcasecmp.c: Likewise.
43018         * lib/c-strcasestr.c: Likewise.
43019         * lib/c-strncasecmp.c: Likewise.
43020         * lib/c-strstr.c: Likewise.
43021         * lib/classpath.c: Likewise.
43022         * lib/clean-temp.c: Likewise.
43023         * lib/concatpath.c: Likewise.
43024         * lib/copy-file.c: Likewise.
43025         * lib/csharpcomp.c: Likewise.
43026         * lib/csharpexec.c: Likewise.
43027         * lib/execute.c: Likewise.
43028         * lib/fatal-signal.c: Likewise.
43029         * lib/findprog.c: Likewise.
43030         * lib/fwriteerror.c: Likewise.
43031         * lib/gl_array_list.c: Likewise.
43032         * lib/gl_array_oset.c: Likewise.
43033         * lib/gl_avltree_list.c: Likewise.
43034         * lib/gl_avltree_oset.c: Likewise.
43035         * lib/gl_avltreehash_list.c: Likewise.
43036         * lib/gl_carray_list.c: Likewise.
43037         * lib/gl_linked_list.c: Likewise.
43038         * lib/gl_linkedhash_list.c: Likewise.
43039         * lib/gl_list.c: Likewise.
43040         * lib/gl_oset.c: Likewise.
43041         * lib/gl_rbtree_list.c: Likewise.
43042         * lib/gl_rbtree_oset.c: Likewise.
43043         * lib/gl_rbtreehash_list.c: Likewise.
43044         * lib/imaxabs.c: Likewise.
43045         * lib/imaxdiv.c: Likewise.
43046         * lib/javacomp.c: Likewise.
43047         * lib/javaexec.c: Likewise.
43048         * lib/javaversion.c: Likewise.
43049         * lib/linebreak.c: Likewise.
43050         * lib/localcharset.c: Likewise.
43051         * lib/lock.c: Likewise.
43052         * lib/mbchar.c: Likewise.
43053         * lib/mbswidth.c: Likewise.
43054         * lib/mkdtemp.c: Likewise.
43055         * lib/pipe.c: Likewise.
43056         * lib/printf-args.c: Likewise.
43057         * lib/printf-parse.c: Likewise.
43058         * lib/progname.c: Likewise.
43059         * lib/progreloc.c: Likewise.
43060         * lib/readlink.c: Likewise.
43061         * lib/sh-quote.c: Likewise.
43062         * lib/stpcpy.c: Likewise.
43063         * lib/stpncpy.c: Likewise.
43064         * lib/strcasecmp.c: Likewise.
43065         * lib/strcasestr.c: Likewise.
43066         * lib/strcspn.c: Likewise.
43067         * lib/striconv.c: Likewise.
43068         * lib/strncasecmp.c: Likewise.
43069         * lib/strnlen1.c: Likewise.
43070         * lib/strstr.c: Likewise.
43071         * lib/strtok_r.c: Likewise.
43072         * lib/tls.c: Likewise.
43073         * lib/tmpdir.c: Likewise.
43074         * lib/unicodeio.c: Likewise.
43075         * lib/unsetenv.c: Likewise.
43076         * lib/vasnprintf.c: Likewise.
43077         * lib/vasprintf.c: Likewise.
43078         * lib/wait-process.c: Likewise.
43079         * lib/xallocsa.c: Likewise.
43080         * lib/xsetenv.c: Likewise.
43081         * lib/xstriconv.c: Likewise.
43082
43083 2006-09-13  Simon Josefsson  <jas@extundo.com>
43084
43085         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43086         that internally, suggested by Ralf Wildenhues
43087         <Ralf.Wildenhues@gmx.de>.
43088
43089 2006-09-13  Simon Josefsson  <jas@extundo.com>
43090
43091         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43092         @LIBOBJS@.
43093         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43094
43095 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43096
43097         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43098         longer worry about uses that don't define HAVE_CONFIG_H.
43099         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43100         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43101         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43102         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43103         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43104         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43105         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43106         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43107         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43108         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43109         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43110         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43111         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43112         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43113         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43114         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43115         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43116         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43117         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43118         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43119         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43120         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43121         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43122         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43123         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43124         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43125         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43126         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43127         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43128         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43129         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43130         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43131         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43132         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43133         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43134         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43135         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43136         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43137         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43138         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43139         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43140         Likewise.
43141
43142 2006-09-13  Eric Blake  <ebb9@byu.net>
43143
43144         * lib/getopt.c: Fix typo in last commit.
43145
43146 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43147
43148         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43149         dgettext.
43150
43151 2006-09-12  Jim Meyering  <jim@meyering.net>
43152
43153         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43154         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43155         Reported by Nelson H. F. Beebe.
43156
43157 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43158
43159         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43160         program_invocation_name and program_invocation_short_name are
43161         initialized.
43162         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43163         and program_invocation_short_name to argp.h, so they are visible
43164         to user programs.
43165         * lib/argp.h: Likewise
43166
43167 2006-09-10  Bruno Haible  <bruno@clisp.org>
43168
43169         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43170         m4/inttypes_h.m4, m4/uintmax_t.m4.
43171
43172 2006-09-10  Bruno Haible  <bruno@clisp.org>
43173
43174         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43175         gl_AC_TYPE_UINTMAX_T.
43176
43177 2006-09-10  Bruno Haible  <bruno@clisp.org>
43178
43179         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43180
43181 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43182
43183         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43184         convention.  Text proposed by Bruno Haible.
43185         (struct argp_option): Document the use of N_() wrappers.
43186
43187         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43188         '\v', and translate the two parts separately, instead of feeding
43189         the whole string to gettext.  This allows to exclude
43190         '\v' from the strings visible to the translator by writing doc
43191         strings as N_("..") "\v" N_("..").
43192
43193 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43194
43195         * config/srclist.txt: Undo latest change; the bug was fixed.
43196
43197 2006-09-09  Bruno Haible  <bruno@clisp.org>
43198
43199         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43200         assignments if building a library without libtool.
43201         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43202         in func_emit_lib_Makefile_am.
43203         (func_import): When building a static library libfoo.a, arrange to
43204         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43205         (func_create_testdir): Likewise.
43206         * modules/gc (configure.ac, Makefile.am): If building statically,
43207         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43208         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43209         * modules/striconv (configure.ac, Makefile.am): Likewise.
43210         Based on a suggestion by Ralf Wildenhues.
43211
43212 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43213
43214         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43215         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43216         Also:
43217
43218         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43219         Add year_2050_test to catch glibc bug 2821
43220         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43221
43222         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43223         Prefer #ifdef to #if.
43224
43225         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43226         Return from 'main' instead of calling 'exit'.
43227
43228 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43229
43230         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43231         returned the maximum time_t value rather than (time_t) -1.
43232         Problem originally reported by William Bardwell
43233         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43234
43235         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43236         Moved to here ...
43237         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43238         ... from here.
43239
43240 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43241
43242         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43243         2821 is fixed.
43244
43245 2006-09-08  Jim Meyering  <jim@meyering.net>
43246
43247         Don't make generated files read-only.  That would bother too many
43248         people.  However, do retain the ability to work when targets are
43249         read-only: remove the destination and temporary files before writing
43250         them (when generated via sed or echo), or by using the -f option for
43251         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43252         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43253         * modules/byteswap, modules/configmake, modules/fcntl:
43254         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43255         * modules/localcharset, modules/netinet_in, modules/poll:
43256         * modules/stdbool, modules/stdint, modules/sys_select:
43257         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43258
43259 2006-09-08  Jim Meyering  <jim@meyering.net>
43260
43261         Avoid new build failure on FreeBSD 6.0.
43262         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43263         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43264         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43265
43266 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43267
43268         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43269
43270 2006-09-07  Jim Meyering  <jim@meyering.net>
43271
43272         Fix global typo in last change: use chmod u-w, not chmod u-x.
43273         Spotted by Paul Eggert and Bruce Korb.
43274         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43275         * modules/byteswap, modules/configmake, modules/fcntl:
43276         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43277         * modules/localcharset, modules/netinet_in, modules/poll:
43278         * modules/stdbool, modules/stdint, modules/sys_select:
43279         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43280
43281 2006-09-06  Jim Meyering  <jim@meyering.net>
43282
43283         Make generated files be read-only.
43284         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43285         Ensure that each generated file is now read-only.
43286         * modules/argz: Likewise.
43287         * modules/arpa_inet: Likewise.
43288         * modules/byteswap: Likewise.
43289         * modules/configmake: Likewise.
43290         * modules/fcntl: Likewise.
43291         * modules/fnmatch: Likewise.
43292         * modules/getopt: Likewise.
43293         * modules/glob: Likewise.
43294         * modules/inttypes: Likewise.
43295         * modules/netinet_in: Likewise.
43296         * modules/poll: Likewise.
43297         * modules/stdbool: Likewise.
43298         * modules/stdint: Likewise.
43299         * modules/sys_select: Likewise.
43300         * modules/sys_socket: Likewise.
43301         * modules/sys_stat: Likewise.
43302         * modules/sysexits: Likewise.
43303         * modules/localcharset: Same as above, but continue using temporary
43304         file named "t-$@" (why different?) rather than the "$@-t" used
43305         everywhere else.
43306
43307         * modules/sysexits (Makefile.am): Replace literal occurrences
43308         of "sysexit.h" more readable, and more consistent, "$@".
43309
43310 2006-09-06  Bruno Haible  <bruno@clisp.org>
43311
43312         * modules/striconv: New file.
43313         * modules/xstriconv: New file.
43314         * MODULES.html.sh (Internationalization functions): Add striconv,
43315         xstriconv.
43316
43317 2006-09-06  Bruno Haible  <bruno@clisp.org>
43318
43319         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43320         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43321         not using libtool correctly.
43322
43323 2006-09-06  Bruno Haible  <bruno@clisp.org>
43324
43325         * lib/striconv.h: New file.
43326         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43327         iconvstring.c.
43328         * lib/xstriconv.h: New file.
43329         * lib/xstriconv.c: New file.
43330
43331 2006-09-06  Bruno Haible  <bruno@clisp.org>
43332
43333         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43334         lib_..._LDFLAGS.
43335
43336 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43337
43338         * lib/argz_.h: Sync from Libtool.
43339
43340         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43341                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43342
43343         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43344
43345 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43346
43347         * modules/trim: New file.
43348
43349 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43350
43351         * lib/trim.h: New file.
43352         * lib/trim.c: New file.
43353
43354 2006-09-05  Bruno Haible  <bruno@clisp.org>
43355
43356         * MODULES.html.sh (String handling): Add trim.
43357
43358 2006-09-04  Karl Berry  <karl@gnu.org>
43359
43360         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43361         until next release.
43362
43363 2006-09-03  Bruno Haible  <bruno@clisp.org>
43364
43365         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43366         correctly.
43367
43368 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43369
43370         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43371         not gl_GETLOADAVG.  Omit unneeded semicolons.
43372         Problems reported by Ralf Wildenhues in
43373         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43374         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43375         at the end, which is the usual gnulib style.
43376
43377         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43378         of doing all the work ourselves.
43379         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43380         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43381
43382 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43383
43384         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43385         Problem reported by Ralf Wildenhues in
43386         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43387
43388         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43389         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43390
43391 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43392
43393         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43394         yesterday's patch by changing test -n to test -z.
43395
43396 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43397
43398         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43399         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43400         the former is now obsolescent.
43401
43402         * modules/chdir-long (Depends-on): Add fcntl.
43403
43404 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43405
43406         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43407         obsolescent, and programs should use gnulib instead.
43408         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43409         but with prefixes changed.
43410
43411 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43412
43413         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43414         or stdbool.h, because they might not exist while configuring.
43415
43416         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43417         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43418         does that for us.
43419         (O_DIRECTORY): Remove.
43420
43421 2006-08-31  Eric Blake  <ebb9@byu.net>
43422
43423         * gnulib-tool: Don't let emacs change spaces to TAB.
43424
43425 2006-08-31  Bruno Haible  <bruno@clisp.org>
43426
43427         * gnulib-tool: When calling func_import more than once, do it in a
43428         subshell.
43429         Reported by Eric Blake <ebb9@byu.net>.
43430
43431 2006-08-31  Bruno Haible  <bruno@clisp.org>
43432
43433         * gnulib-tool (nl): Remove variable.
43434         (sed_transform_lib_file): Use more robust test for config-h module.
43435         (func_import): Fix typo in 2006-08-25 patch.
43436
43437 2006-08-31  Bruno Haible  <bruno@clisp.org>
43438
43439         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43440         specified, augment Makefile.am variables instead of assigning them.
43441
43442 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43443
43444         Work around a bug in both the Linux and SunOS 64-bit kernels:
43445         nanosleep mishandles sleeps for longer than 2**31 seconds.
43446         Problem reported by Frank v Waveren in
43447         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43448         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43449         Check for nanosleep bug.
43450         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43451
43452 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43453
43454         Work around a bug in both the Linux and SunOS 64-bit kernels:
43455         nanosleep mishandles sleeps for longer than 2**31 seconds.
43456         Problem reported by Frank v Waveren in
43457         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43458         * lib/nanosleep.c (BILLION): New constant.
43459         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43460         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43461         implementation.
43462
43463 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43464
43465         * modules/nanosleep (Depends-on): Add gettime.
43466
43467 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43468         and Simon Josefsson  <jas@extundo.com>
43469         and Oskar Liljeblad  <oskar@osk.mine.nu>
43470
43471         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43472         * gnulib-tool (func_import): New license type 'unmodifiable license
43473         text'.
43474         * modules/fdl: Use it.  Longer description.
43475         * module/gpl, module/lgpl: New files.
43476
43477 2006-08-30  Jim Meyering  <jim@meyering.net>
43478
43479         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43480         shadowing the parameter.
43481
43482 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43483
43484         Sync from Libtool:
43485
43486         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43487
43488         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43489         sharing with gnulib.  Report by Eric Blake.
43490
43491 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43492
43493         * modules/isapipe: New file.
43494         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43495
43496 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43497
43498         * modules/configmake (Makefile.am): Add a comment, and omit
43499         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43500         by Bruno Haible.
43501
43502 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43503
43504         * m4/isapipe.m4: New file.
43505
43506 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43507
43508         * lib/isapipe.c, lib/isapipe.h: New files.
43509
43510 2006-08-29  Jim Meyering  <jim@meyering.net>
43511
43512         * modules/configmake (Makefile.am): Make configmake.h depend on
43513         Makefile.  Otherwise, a stale configmake.h could hang around.
43514
43515 2006-08-29  Eric Blake  <ebb9@byu.net>
43516
43517         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43518         resolution of upstream bug 3044.
43519
43520 2006-08-29  Bruno Haible  <bruno@clisp.org>
43521
43522         * modules/localcharset (Depends-on): Add configmake.
43523         (Makefile.am): Remove setting of LIBDIR through DEFS.
43524
43525 2006-08-29  Bruno Haible  <bruno@clisp.org>
43526
43527         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43528         defined.
43529
43530 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43531
43532         * modules/fcntl: New file.
43533         * modules/chdir-safer (Depends-on): Add fcntl.
43534         * modules/fts: Likewise.
43535         * modules/mkdir-p: Likewise.
43536
43537         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
43538         This undoes the most recent change, since we're now addressing the
43539         problem in a different way.
43540
43541         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
43542         into output, since the output might be called Makefile.am even
43543         if $makefile_name is something different.
43544         (func_import): Use $makefile_am rather than
43545         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
43546         empty.
43547
43548         * modules/inttypes (Files): Add m4/inttypes-h.m4.
43549
43550 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43551
43552         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
43553         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
43554         recent change to stdint.m4, since we're now addressing the problem in a
43555         different way.
43556
43557 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43558
43559         * m4/fcntl_h.m4: New file.
43560
43561 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43562
43563         * lib/fcntl_.h: New file.
43564         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
43565         the fcntl module.
43566         * lib/dirchownmod.c: Likewise.
43567         * lib/fts.c: Likewise.
43568
43569         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
43570         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
43571         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
43572         just before including <inttypes.h>, to avoid circular inclusion.
43573
43574 2006-08-28  Jim Meyering  <jim@meyering.net>
43575
43576         * doc/visibility.texi: Actually read and correct the grammar of the
43577         sentence affected by yesterday's change.
43578
43579 2006-08-28  Eric Blake  <ebb9@byu.net>
43580
43581         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
43582         needs wrapper.
43583
43584 2006-08-28  Eric Blake  <ebb9@byu.net>
43585
43586         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
43587
43588 2006-08-28  Eric Blake  <ebb9@byu.net>
43589
43590         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
43591
43592 2006-08-28  Bruno Haible  <bruno@clisp.org>
43593
43594         * modules/c-strstr: New file, from GNU gettext.
43595         * MODULES.html.sh (String handling): Add c-strstr.
43596
43597 2006-08-28  Bruno Haible  <bruno@clisp.org>
43598
43599         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
43600         macros.
43601         Reported by Eric Blake.
43602
43603 2006-08-28  Bruno Haible  <bruno@clisp.org>
43604
43605         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
43606         (VASNPRINTF): Return a string of length > INT_MAX without failing.
43607         * lib/vasprintf.c: Include errno.h, limits.h.
43608         (EOVERFLOW): New fallback definition.
43609         (vasprintf): Test here whether the string length is > INT_MAX.
43610         * lib/vsnprintf.c: Include errno.h, limits.h.
43611         (EOVERFLOW): New fallback definition.
43612         (vsnprintf): Fix bug when generated string was too long for the buffer.
43613         Test here whether the string length is > INT_MAX.
43614
43615 2006-08-28  Bruno Haible  <bruno@clisp.org>
43616
43617         * lib/inttypes_.h (SCNX*): Remove definitions.
43618         Reported by Eric Blake.
43619
43620 2006-08-28  Bruno Haible  <bruno@clisp.org>
43621
43622         * lib/c-strstr.h: New file, from GNU gettext.
43623         * lib/c-strstr.c: New file, from GNU gettext.
43624
43625 2006-08-28  Bruno Haible  <bruno@clisp.org>
43626
43627         * gnulib-tool: Reorder some statements.
43628
43629 2006-08-28  Bruno Haible  <bruno@clisp.org>
43630
43631         * gnulib-tool: New option --makefile-name.
43632         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
43633         $makefile_name.
43634         (func_import): Write $makefile_name to the cache file, and read it from
43635         there unless explicitly specified. Use $makefile_name as file name
43636         instead of Makefile.am. Adjust the recommendations accordingly.
43637
43638 2006-08-28  Bruno Haible  <bruno@clisp.org>
43639
43640         * gnulib-tool (func_verify_module): Check against misapplying patch.
43641
43642 2006-08-28  Bruno Haible  <bruno@clisp.org>
43643
43644         * gnulib-tool (func_relativize, func_relconcat): New functions.
43645         Give an error if --local-dir is given with --update.
43646         Remove trailing slashes from $local_gnulib_dir.
43647         (func_import): Store the relativized $local_gnulib_dir in
43648         gnulib-cache.m4, and read it from there if not specified explicitly.
43649
43650 2006-08-28  Bruno Haible  <bruno@clisp.org>
43651
43652         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
43653         is the current directory. Respect also $local_gnulib_dir.
43654
43655 2006-08-28  Bruno Haible  <bruno@clisp.org>
43656             Simon Josefsson  <jas@extundo.com>
43657
43658         BeOS portability.
43659         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
43660
43661 2006-08-27  Jim Meyering  <jim@meyering.net>
43662
43663         * doc/visibility.texi: Remove duplicate word: "pointer".
43664
43665 2006-08-26  Bruno Haible  <bruno@clisp.org>
43666
43667         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
43668         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
43669         (Makefile.am): Create inttypes.h from inttypes_.h.
43670         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
43671
43672         * modules/imaxabs: New file.
43673
43674         * modules/imaxdiv: New file.
43675
43676 2006-08-26  Bruno Haible  <bruno@clisp.org>
43677
43678         * m4/inttypes.m4: New file.
43679         * m4/_inttypes_h.m4: Remove file.
43680         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
43681         PRI_MACROS_BROKEN.
43682         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
43683
43684         * m4/imaxabs.m4: New file.
43685
43686         * m4/imaxdiv.m4: New file.
43687
43688 2006-08-26  Bruno Haible  <bruno@clisp.org>
43689
43690         * lib/inttypes_.h: New file.
43691         * lib/inttypes.h: Remove file.
43692         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
43693
43694         * lib/imaxabs.c: New file.
43695
43696         * lib/imaxdiv.c: New file.
43697
43698 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43699
43700         New config-h module, so that "make" output needn't be cluttered
43701         by -DHAVE_CONFIG_H.
43702         * MODULES.html.sh (Support for building libraries and executables):
43703         Add config-h.
43704         * modules/config-h: New file.
43705         * gnulib-tool (nl, sed_transform_lib_file): New vars.
43706         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
43707         the config-h module is used.
43708
43709         New configmake module, so that "make" output needn't be cluttered
43710         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
43711         * MODULES.html.sh (Support for building libraries and executables):
43712         Add configmake.
43713         * modules/configmake: New file.
43714
43715 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43716
43717         * m4/config-h.m4: New file.
43718
43719 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43720
43721         * config/srclist.txt: Add elisp-comp.
43722
43723 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43724
43725         * MODULES.html.sh (Support for building libraries and executables):
43726         Add elisp-comp.
43727         * build-aux/elisp-comp: New file.
43728         * modules/elisp-comp: New file.
43729
43730 2006-08-24  Bruno Haible  <bruno@clisp.org>
43731
43732         * gnulib-tool (func_create_testdir): Use non-default values of
43733         sourcebase and m4base.
43734
43735 2006-08-24  Bruno Haible  <bruno@clisp.org>
43736
43737         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
43738         HTML structure.
43739
43740 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
43741
43742         * modules/openat (Depends-on): Add lchown.
43743
43744 2006-08-23  Bruno Haible  <bruno@clisp.org>
43745
43746         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
43747         of gl_LOCK_EARLY instead of gl_LOCK.
43748
43749 2006-08-23  Bruno Haible  <bruno@clisp.org>
43750
43751         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
43752         on OSF/1 to no.
43753         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
43754
43755 2006-08-23  Bruno Haible  <bruno@clisp.org>
43756
43757         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
43758         as unusable.
43759
43760         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
43761         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
43762         (gl_LOCK): New macro.
43763
43764 2006-08-22  Simon Josefsson  <jas@extundo.com>
43765
43766         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
43767         to md5 module.
43768
43769 2006-08-22  Simon Josefsson  <jas@extundo.com>
43770
43771         * MODULES.html.sh: Add "Support for maintaining and release
43772         projects".
43773
43774         * build-aux/gnupload: New file, from coreutils.
43775
43776 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43777
43778         Avoid the need for AC_LIBSOURCES in m4 macros.
43779         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
43780         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
43781         * modules/check-version (EXTRA_DIST): Add check-version.h.
43782         * modules/crc (EXTRA_DIST): Add crc.h.
43783         * modules/des (EXTRA_DIST): Add des.h.
43784         * modules/gc (EXTRA_DIST): Add gc.h.
43785         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
43786         * modules/getline (EXTRA_DIST): Add getline.h.
43787         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
43788         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
43789         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
43790         * modules/md2 (EXTRA_DIST): Add md2.h.
43791         * modules/md4 (EXTRA_DIST): Add md4.h.
43792         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
43793         * modules/read-file (EXTRA_DIST): Add read-file.h.
43794         * modules/readline (EXTRA_DIST): Add readline.h.
43795         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
43796         rijndael-api-fst.h.
43797
43798 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43799
43800         * m4/rijndael.m4 (gl_ARCFOUR):
43801         * m4/arctwo.m4 (gl_ARCTWO):
43802         * m4/check-version.m4 (gl_CHECK_VERSION):
43803         * m4/crc.m4 (gl_CRC):
43804         * m4/des.m4 (gl_DES):
43805         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
43806         * m4/gc.m4 (gl_GC):
43807         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
43808         * m4/getline.m4 (gl_FUNC_GETLINE):
43809         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
43810         * m4/hmac-md5.m4 (gl_HMAC_MD5):
43811         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
43812         * m4/md2.m4 (gl_MD2):
43813         * m4/md4.m4 (gl_MD4):
43814         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
43815         * m4/read-file.m4 (gl_FUNC_READ_FILE):
43816         * m4/readline.m4 (gl_FUNC_READLINE):
43817         * m4/rijndael.m4 (gl_RIJNDAEL):
43818         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
43819         to get the necessary .h files and whatnot.
43820
43821 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43822
43823         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
43824         gnulib rather than the other way around.
43825         * config/srclistvars.sh (COREUTILS): Remove.
43826
43827 2006-08-22  Jim Meyering  <jim@meyering.net>
43828
43829         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
43830
43831         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
43832
43833 2006-08-22  Eric Blake  <ebb9@byu.net>
43834
43835         * modules/regexprops-generic: New file.
43836         * MODULES.html.sh (Support for building documentation): List it.
43837
43838 2006-08-22  Eric Blake  <ebb9@byu.net>
43839
43840         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
43841         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
43842         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
43843         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
43844
43845 2006-08-22  Bruno Haible  <bruno@clisp.org>
43846
43847         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
43848         and lib_LTLIBRARIES like the other lib_* variables.
43849
43850 2006-08-22  Bruno Haible  <bruno@clisp.org>
43851
43852         * build-aux/x-to-1.in: New file, from GNU gettext.
43853
43854 2006-08-22  Bruno Haible  <bruno@clisp.org>
43855
43856         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
43857         <utmpx.h> exists.
43858
43859 2006-08-22  Bruno Haible  <bruno@clisp.org>
43860
43861         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
43862         <utmpx.h> exists.
43863
43864 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
43865
43866         BeOS portability.
43867         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
43868         exist.
43869         Problem reported by Bruno Haible.
43870
43871 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
43872
43873         Avoid the need for AC_LIBSOURCES in m4 macros.
43874         * modules/acl (EXTRA_DIST): Add acl.h.
43875         * modules/argmatch (Files): Add m4/argmatch.m4.
43876         (configure.ac): Add gl_ARGMATCH.
43877         (EXTRA_DIST): Renamed from lib_SOURCES, for
43878         consistency with the other modules.  Remove argmatch.c.
43879         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
43880         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
43881         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
43882         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
43883         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
43884         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
43885         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
43886         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
43887         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
43888         * modules/closeout (EXTRA_DIST): Add closeout.h.
43889         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
43890         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
43891         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
43892         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
43893         dirname.h; remove basename.c and stripslash.c.
43894         * modules/exclude (EXTRA_DIST): Add exclude.h.
43895         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
43896         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
43897         * modules/file-type (EXTRA_DIST): Add file-type.h.
43898         * modules/filemode (EXTRA_DIST): Add filemode.h.
43899         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
43900         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
43901         * modules/fpending (EXTRA_DIST): Add __fpending.h.
43902         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
43903         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
43904         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
43905         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
43906         * modules/getdate (EXTRA_DIST): Add getdate.c.
43907         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
43908         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
43909         * modules/getpass (EXTRA_DIST): Add getpass.h.
43910         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
43911         * modules/group-member (EXTRA_DIST): Add group-member.h.
43912         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
43913         * modules/hash (EXTRA_DIST): Add hash.h.
43914         * modules/human (EXTRA_DIST): Add human.h.
43915         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
43916         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
43917         * modules/lchown (EXTRA_DIST): Add lchown.h.
43918         * modules/long-options (EXTRA_DIST): Add long-options.h.
43919         * modules/lstat (EXTRA_DIST): Add lstat.h.
43920         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
43921         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
43922         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
43923         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
43924         * modules/memxor (EXTRA_DIST): Add memxor.h.
43925         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
43926         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
43927         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
43928         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
43929         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
43930         * modules/physmem (EXTRA_DIST): Add physmem.h.
43931         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
43932         * modules/posixver (EXTRA_DIST): Add posixver.h.
43933         * modules/quote (EXTRA_DIST): Add quote.h.
43934         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
43935         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
43936         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
43937         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
43938         regex_internal.h regexec.c.
43939         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
43940         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
43941         * modules/same (EXTRA_DIST): Add same.h.
43942         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
43943         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
43944         * modules/savedir (EXTRA_DIST): Add savedir.h.
43945         * modules/sha1 (EXTRA_DIST): Add sha1.h.
43946         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
43947         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
43948         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
43949         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
43950         * modules/strdup (EXTRA_DIST): Add strdup.h.
43951         * modules/strftime (EXTRA_DIST): Add strftime.h.
43952         * modules/strndup (EXTRA_DIST): Add strndup.h.
43953         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
43954         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
43955         * modules/time_r (EXTRA_DIST): Add time_r.h.
43956         * modules/timespec (EXTRA_DIST): Add timespec.h.
43957         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
43958         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
43959         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
43960         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
43961         * modules/userspec (EXTRA_DIST): Add userspec.h.
43962         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
43963         * modules/utimens (EXTRA_DIST): Add utimens.h.
43964         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
43965         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
43966         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
43967         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
43968         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
43969         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
43970         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
43971         * modules/yesno (EXTRA_DIST): Add yesno.h.
43972
43973 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
43974
43975         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
43976
43977         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
43978         * m4/dev-ino.m4, same-inode.m4: Remove.
43979
43980         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
43981         * m4/acl.m4 (AC_FUNC_ACL):
43982         * m4/backupfile.m4 (gl_BACKUPFILE):
43983         * m4/c-strtod.m4 (gl_C99_STRTOLD):
43984         * m4/canon-host.m4 (gl_CANON_HOST):
43985         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
43986         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
43987         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
43988         * m4/cloexec.m4 (gl_CLOEXEC):
43989         * m4/close-stream.m4 (gl_CLOSE_STREAM):
43990         * m4/closeout.m4 (gl_CLOSEOUT):
43991         * m4/dirfd.m4 (gl_FUNC_DIRFD):
43992         * m4/dirname.m4 (gl_DIRNAME):
43993         * m4/exclude.m4 (gl_EXCLUDE):
43994         * m4/exitfail.m4 (gl_EXITFAIL):
43995         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
43996         * m4/file-type.m4 (gl_FILE_TYPE):
43997         * m4/filemode.m4 (gl_FILEMODE):
43998         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
43999         * m4/fpending.m4 (gl_FUNC_FPENDING):
44000         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44001         * m4/fts.m4 (gl_FUNC_FTS):
44002         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44003         * m4/getdate.m4 (gl_GETDATE):
44004         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44005         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44006         * m4/getpass.m4 (gl_FUNC_GETPASS):
44007         * m4/gettime.m4 (gl_GETTIME):
44008         * m4/getugroups.m4 (gl_GETUGROUPS):
44009         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44010         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44011         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44012         * m4/hash.m4 (gl_HASH):
44013         * m4/idcache.m4 (gl_IDCACHE):
44014         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44015         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44016         * m4/long-options.m4 (gl_LONG_OPTIONS):
44017         * m4/lstat.m4 (gl_FUNC_LSTAT):
44018         * m4/md5.m4 (gl_MD5):
44019         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44020         * m4/memcoll.m4 (gl_MEMCOLL):
44021         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44022         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44023         * m4/memxor.m4 (gl_MEMXOR):
44024         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44025         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44026         * m4/modechange.m4 (gl_MODECHANGE):
44027         * m4/mountlist.m4 (gl_MOUNTLIST):
44028         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44029         * m4/openat.m4 (gl_FUNC_OPENAT):
44030         * m4/pathmax.m4 (gl_PATHMAX):
44031         * m4/physmem.m4 (gl_PHYSMEM):
44032         * m4/posixtm.m4 (gl_POSIXTM):
44033         * m4/posixver.m4 (gl_POSIXVER):
44034         * m4/quote.m4 (gl_QUOTE):
44035         * m4/quotearg.m4 (gl_QUOTEARG):
44036         * m4/readtokens.m4 (gl_READTOKENS):
44037         * m4/readutmp.m4 (gl_READUTMP):
44038         * m4/regex.m4 (gl_REGEX):
44039         * m4/safe-read.m4 (gl_SAFE_READ):
44040         * m4/safe-write.m4 (gl_SAFE_WRITE):
44041         * m4/same.m4 (gl_SAME):
44042         * m4/save-cwd.m4 (gl_SAVE_CWD):
44043         * m4/savedir.m4 (gl_SAVEDIR):
44044         * m4/settime.m4 (gl_SETTIME):
44045         * m4/sha1.m4 (gl_SHA1):
44046         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44047         * m4/stat-macros.m4 (gl_STAT_MACROS):
44048         * m4/stat-time.m4 (gl_STAT_TIME):
44049         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44050         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44051         * m4/strdup.m4 (gl_FUNC_STRDUP):
44052         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44053         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44054         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44055         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44056         * m4/time_r.m4 (gl_TIME_R):
44057         * m4/timespec.m4 (gl_TIMESPEC):
44058         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44059         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44060         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44061         * m4/userspec.m4 (gl_USERSPEC):
44062         * m4/utimecmp.m4 (gl_UTIMECMP):
44063         * m4/utimens.m4 (gl_UTIMENS):
44064         * m4/xalloc.m4 (gl_XALLOC):
44065         * m4/xgetcwd.m4 (gl_XGETCWD):
44066         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44067         * m4/xreadlink.m4 (gl_XREADLINK):
44068         * m4/xstrtod.m4 (gl_XSTRTOD):
44069         * m4/yesno.m4 (gl_YESNO):
44070         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44071         to get the necessary .h files and whatnot.
44072
44073 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44074             Bruno Haible  <bruno@clisp.org>
44075
44076         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44077         /bin/sh understanding of '!' conditional negation.
44078
44079 2006-08-21  Jim Meyering  <jim@meyering.net>
44080
44081         * modules/openat (Depends-on): Really alphabetize.
44082
44083         * modules/acl (Depends-on): Add error and quote.
44084
44085         * check-module (find_included_lib_files): Add at-func.c to the
44086         ok-to-include-more-than-once white list.
44087
44088         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44089
44090 2006-08-21  Bruno Haible  <bruno@clisp.org>
44091
44092         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44093         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44094         Reported by Martin Lambers <marlam@marlam.de>.
44095
44096 2006-08-21  Bruno Haible  <bruno@clisp.org>
44097
44098         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44099         specify an installation location, don't emit a noinst_LIBRARIES or
44100         noinst_LTLIBRARIES assignment.
44101
44102 2006-08-21  Bruno Haible  <bruno@clisp.org>
44103
44104         BeOS portability.
44105         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44106         BeOS has mbrtowc() but no <wctype.h>.
44107
44108 2006-08-21  Bruno Haible  <bruno@clisp.org>
44109
44110         BeOS portability.
44111         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44112         exist.
44113
44114 2006-08-21  Bruno Haible  <bruno@clisp.org>
44115
44116         BeOS portability.
44117         * lib/mbchar.h: Include <wctype.h> only if it exists.
44118
44119 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44120
44121         Remove files that are no longer needed by their respective modules.
44122         * m4/obstack.m4: Remove.
44123         * m4/strerror_r.m4: Remove.
44124         * m4/uint32_t.m4: Remove.
44125         * m4/uintptr_t.m4: Remove.
44126         * m4/ullong_max.m4: Remove.
44127         * m4/xstrtoimax.m4: Remove.
44128         * m4/xstrtoumax.m4: Remove.
44129
44130         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44131         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44132         dependencies now capture this.
44133
44134         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44135         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44136         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44137         * m4/human.m4 (gl_HUMAN): Likewise.
44138         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44139         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44140
44141         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44142
44143         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44144         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44145         stdint.
44146         * m4/human.m4 (gl_HUMAN): Likewise.
44147         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44148         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44149         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44150         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44151         * m4/xstrtol (gl_XSTRTOL): Likewise.
44152
44153         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44154         AC_TYPE_LONG_LONG_INT.
44155         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44156         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44157         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44158         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44159
44160         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44161         on stdbool.
44162
44163         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44164         (gl_PREREQ_XSTRTOUL): Remove.
44165
44166         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44167
44168         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44169         mode.
44170
44171 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44172
44173         Add and change modules to make it easier for coreutils to use
44174         gnulib-tool.
44175         * modules/backupfile (Files): Remove m4/d-ino.m4.
44176         (Depends-on): Add d-ino.
44177         * modules/cycle-check (Depends-on): Add stdint.
44178         (lib_SOURCES): Add cycle-check.h.
44179         * modules/d-ino: New module.
44180         * modules/d-type: New module.
44181         * modules/error (Files): Remove m4/strerror_r.m4.
44182         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44183         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44184         m4/inttypes_h.m4, m4/uintmax_t.m4.
44185         (Depends-on): Add stdint.
44186         (lib_SOURCES): Add fsusage.h.
44187         * modules/getcwd (Files): Remove d-ino.m4.
44188         (Depends-on): Add d-ino.
44189         * modules/getndelim2 (Depends-on): Add stdint.
44190         * modules/glob (Files): Remove m4/d-type.m4.
44191         (Depends-on): Add d-type.
44192         * modules/host-os: New module.
44193         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44194         m4/inttypes_h.m4, m4/uintmax_t.m4.
44195         * Depends-on: Add stdint.
44196         (lib_SOURCES): Add human.h.
44197         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44198         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44199         m4/uintmax_t.m4, m4/ulonglong.m4.
44200         (Depends-on): Add stdint.
44201         (EXTRA_DIST): Add inttostr.h.
44202         * modules/lchmod: New module.
44203         * modules/link-follow: New module.
44204         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44205         (Depends-on): Add lchmod.
44206         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44207         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44208         (Depends-on): Add stdint.
44209         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44210         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44211         (Depends-on): Add stdint.
44212         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44213         * modules/perl: New module.
44214         * modules/regex (Depends-on): Add stdint.
44215         * modules/rmdir-errno: New module.
44216         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44217         m4/intmax_t.m4.
44218         (Depends-on): Add stdint.
44219         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44220         m4/uintmax_t.m4.
44221         (Depends-on): Add stdint.
44222         * modules/unlink-busy: New module.
44223         * modules/utimecmp (Depends-on): Add stdint.
44224         * modules/uptime: New module.
44225         * modules/winsz-ioctl: New module.
44226         * modules/winsz-termios: New module.
44227         * modules/xnanosleep (Depends-on): Add nanosleep.
44228         * modules/ullong_max: Remove.
44229         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44230         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44231         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44232         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44233         (Depends-on): Add inttypes.
44234         (lib_SOURCES): Add xstrtol.h.
44235         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44236         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44237         * MODULES.html.sh: Move 'assert' into the assert section.
44238         Move 'dummy' into the linking section.
44239         Remove ullong_max.
44240         Add section for compatibility checks for POSIX:2001 functions,
44241         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44242         winsz-ioctl, and winsz-termios into it.
44243         Add lchmod.
44244         Add top-level Misc section and put host-os, perl, and uptime
44245         into it.
44246
44247 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44248
44249         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44250         now assume the stdint module.  Do not include inttypes.h.
44251         * lib/fsusage.h: Likewise.
44252         * lib/getndelim2.c: Likewise.
44253         * lib/human.h: Likewise.
44254         * lib/inttostr.h: Likewise.
44255         * lib/obstack.c: Likewise.
44256         * lib/regex_internal.h: Likewise.
44257         * lib/tempname.c: Likewise.
44258         * lib/utimecmp.c: Likewise.
44259         * lib/xstrtol.h: Likewise.
44260
44261         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44262
44263         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44264         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44265         * lib/xtime.h: Likewise.
44266
44267 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44268
44269         * modules/openat (Files): Add lib/fchmodat.c.
44270         Fixes problem reported by Jay Youngman.
44271
44272 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44273
44274         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44275         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44276
44277 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44278             Bruno Haible  <bruno@clisp.org>
44279
44280         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44281         and is a script that invokes bison. Tighten the code. Add comments.
44282
44283 2006-08-18  Jim Meyering  <jim@meyering.net>
44284
44285         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44286         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44287         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44288         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44289
44290 2006-08-18  Bruno Haible  <bruno@clisp.org>
44291
44292         * modules/bison-i18n: New file.
44293         * MODULES.html.sh (Internationalization functions): Add it.
44294
44295 2006-08-18  Bruno Haible  <bruno@clisp.org>
44296
44297         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44298         sys/statvfs.h. When getmntinfo was found, check its declaration and
44299         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44300
44301 2006-08-18  Bruno Haible  <bruno@clisp.org>
44302
44303         * m4/bison-i18n.m4: New file, from bison.
44304
44305 2006-08-18  Bruno Haible  <bruno@clisp.org>
44306
44307         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44308         (ME_DUMMY): Treat "kernfs" as a dummy.
44309         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44310
44311 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44312
44313         Update from coreutils.
44314
44315         2006-08-15  Jim Meyering  <jim@meyering.net>
44316
44317         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44318
44319         2006-01-17  Jim Meyering  <jim@meyering.net>
44320
44321         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44322
44323         2006-01-11  Jim Meyering  <jim@meyering.net>
44324
44325         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44326         Check for the lchmod function.
44327
44328 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44329
44330         Update from coreutils.
44331
44332         * lib/__fpending.h: Add copyright notice.
44333         * lib/fprintftime.h: Likewise.
44334         * lib/savedir.c: Use (C) in copyright notice.
44335         * lib/savedir.h: Likewise.
44336
44337         2006-08-15  Jim Meyering  <jim@meyering.net>
44338
44339         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44340         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44341         in support of the EXPECTED_ERRNO macro.
44342         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44343         definitions.  Instead, define the appropriate symbols and include
44344         "at-func.c".
44345         * lib/mkdirat.c (mkdirat): Likewise.
44346         * lib/fchmodat.c (fchmodat): Likewise.
44347         (ENOSYS): Remove definition.
44348         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44349         it.  Don't include "unistd--.h" -- it wasn't ever used.
44350
44351         2006-01-17  Jim Meyering  <jim@meyering.net>
44352
44353         Rewrite fts.c not to change the current working directory,
44354         by using openat, fstatat, fdopendir, etc..
44355
44356         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44357         (HAVE_OPENAT_SUPPORT): Define.
44358         [_LIBC] (fchdir): Don't undef or define; no longer used.
44359         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44360         Now, this `function' always succeeds, and consumes its file descriptor
44361         parameter -- so callers must not close such FDs.  Update callers.
44362         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44363         (diropen): Add parameter, SP.  Adjust all callers.
44364         Implement using diropen_fd, rather than open.
44365         (fts_open): Initialize new member, fts_cwd_fd.
44366         Remove fts_rft-setting code.
44367         (fts_close): Close fts_cwd_fd, if necessary.
44368         (__opendir2): Define in terms of opendir or opendirat,
44369         depending on whether the FST_NOCHDIR flag is set.
44370         (fts_build): Since fts_safe_changedir consumes its FD, and since
44371         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44372         and close the dup'd file descriptor upon failure.
44373         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44374         (fts_safe_changedir): Tweak semantics to reflect that this function
44375         now calls cwd_advance_fd and hence consumes its FD argument.
44376         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44377         [struct FTS] (fts_rft): Remove now-unused member.
44378         [struct FTS] (fts_cycle.state): Improve comment.
44379
44380         * lib/openat.c (openat_needs_fchdir): New function.
44381         * lib/openat.h (openat_needs_fchdir): Declare it.
44382
44383 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44384
44385         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44386         Problem and fix reported by Pádraig Brady in
44387         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44388
44389 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44390
44391         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44392
44393 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44394
44395         * lib/memcoll.c (memcoll): Optimize for the common case where the
44396         arguments are bytewise equal.
44397
44398 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44399
44400         * doc/regexprops-generic.texi: Add a copyright notice.
44401
44402 2006-08-15  Bruno Haible  <bruno@clisp.org>
44403
44404         * modules/tmpdir (License): Change to LGPL.
44405
44406 2006-08-15  Bruno Haible  <bruno@clisp.org>
44407
44408         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44409         module.
44410
44411 2006-08-14  Simon Josefsson  <jas@extundo.com>
44412
44413         * config/srclist.txt: Add gnupload.
44414
44415 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44416
44417         Change copyright notice from LGPL 2 to GPL 2, since that's the
44418         standard form used in the gnulib repository.
44419         * tests/test-lock.c: Likewise.
44420         * tests/test-stdint.c: Likewise.
44421         * tests/test-tls.c: Likewise.
44422
44423         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44424         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44425         Add copyright notice.
44426
44427         * check-module: Add copyright notice.  Output a copyright
44428         notice if "--version" is specified.
44429         * modules/COPYING: New file.
44430         * tests/test-getaddrinfo.c: Add copyright notice.
44431         * tests/test-verify.c: Likewise.
44432
44433 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44434
44435         Change copyright notice from LGPL 2 to GPL 2, since that's the
44436         standard form used in the gnulib repository.
44437         * lib/lock.c: LGPL -> GPL.
44438         * lib/lock.h: Likewise.
44439         * lib/strnlen1.c: Likewise.
44440         * lib/strnlen1.h: Likewise.
44441         * lib/tls.c: Likewise.
44442         * lib/tls.h: Likewise.
44443         * lib/tmpdir.c: Likewise.
44444
44445         * lib/TODO: Remove; this belongs only in coreutils.
44446
44447 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44448
44449         Add copyright notices to long-enough files that lack them, since
44450         otherwise the files aren't clearly free.  Use the same notice that
44451         getdate.texi already uses.
44452         * doc/alloca-opt.texi: Add copyright notice.
44453         * doc/alloca.texi: Likewise.
44454         * doc/ctime.texi: Likewise.
44455         * doc/functions.texi: Likewise.
44456         * doc/gcd.texi: Likewise.
44457         * doc/gnulib-tool.texi: Likewise.
44458         * doc/inet_ntoa.texi: Likewise.
44459         * doc/visibility.texi: Likewise.
44460
44461         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44462         * doc/quote.texi: Add copyright notice.
44463
44464         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44465         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44466         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44467         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44468         is now obsolete, and give a pointer to the Sun list.
44469         Add copyright notice.
44470
44471 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44472
44473         * config/srclistvars.sh: Add copyright notice.
44474
44475 2006-08-14  Eric Blake  <ebb9@byu.net>
44476
44477         Import the following change from libc:
44478
44479         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44480
44481         Upstream bug 2997.
44482         * lib/misc/error.c: Add space between program name and message if file
44483         name is missing.
44484
44485 2006-08-12  Karl Berry  <karl@gnu.org>
44486
44487         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44488         remove, these originate in gnulib now.
44489
44490 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44491
44492         * doc/Makefile (standards.info standards.html standards.dvi):
44493         Also depend on make-stds.texi.
44494
44495 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44496
44497         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44498         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44499
44500         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44501         in wchar_t.  Problem reported by Eric Blake.
44502
44503         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44504         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44505         Also, help the compiler to keep LEN in a register.
44506
44507 2006-08-11  Eric Blake  <ebb9@byu.net>
44508
44509         * users.txt: Sort.  Add tar.
44510
44511 2006-08-11  Bruno Haible  <bruno@clisp.org>
44512
44513         * users.txt: New file.
44514
44515 2006-08-11  Bruno Haible  <bruno@clisp.org>
44516
44517         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44518         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44519
44520 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44521
44522         * modules/snprintf (Depends-on): Remove minmax.
44523         (Maintainer): Add self and Bruno.
44524
44525 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44526
44527         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44528         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44529         (EOVERFLOW): Define if the system does not.
44530         Do not include "minmax.h"; it wasn't used.
44531         (snprintf): Don't assume size_t promotes to an unsigned type.
44532         Fix bug when generated string was too long for the buffer: the
44533         buffer's contents are supposed to be the initial prefix of the
44534         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44535         exceeds INT_MAX; do the check ourselves.
44536
44537         Import the following changes from libc:
44538
44539         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
44540
44541         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
44542         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
44543         set wc to the byte which couldn't be converted.
44544         (re_string_reconstruct): Don't clear valid_raw_len before calling
44545         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
44546         tip_context using re_string_context_at.
44547
44548         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
44549
44550         * lib/posix/regex.h: g++ still cannot handled [restrict].
44551
44552         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
44553
44554         * lib/posix/regex.h: Remove special handling for VMS.
44555
44556 2006-08-10  Jim Meyering  <jim@meyering.net>
44557
44558         * modules/same-inode: New module.
44559         * modules/dev-ino: New module.
44560         * modules/cycle-check: Depend on these modules, rather than simply
44561         including their .h files.
44562         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
44563         required via m4/cycle-check.m4.
44564         * modules/same: Depend on new same-inode module, rather than
44565         including same-inode.h.
44566         * modules/chdir-safer: New file.
44567
44568         * modules/chown (Depends-on): Add stat-macros.
44569
44570 2006-08-10  Jim Meyering  <jim@meyering.net>
44571
44572         * m4/cycle-check.m4: New file.
44573         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
44574         * m4/dev-ino.m4, m4/same-inode.m4: New files.
44575
44576 2006-08-10  Eric Blake  <ebb9@byu.net>
44577
44578         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
44579         in from original proposal.
44580
44581 2006-08-10  Eric Blake  <ebb9@byu.net>
44582         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44583
44584         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
44585         namespace.
44586
44587 2006-08-10  Bruno Haible  <bruno@clisp.org>
44588
44589         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
44590         as well.
44591
44592 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44593
44594         Sync from coreutils.
44595
44596         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
44597
44598         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
44599         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
44600
44601 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44602
44603         * modules/restrict: Remove; no longer needed now that we assume
44604         Autoconf 2.59 or later.
44605         * MODULES.html.sh: Remove 'restrict'.
44606         * modules/argp (Depends-on): Remove 'restrict'.
44607         * modules/base64 (Depends-on): Likewise.
44608         * modules/gc (Depends-on): Likewise.
44609         * modules/getaddrinfo (Depends-on): Likewise.
44610         * modules/glob (Depends-on): Likewise.
44611         * modules/inet_ntop (Depends-on): Likewise.
44612         * modules/inet_pton (Depends-on): Likewise.
44613         * modules/memxor (Depends-on): Likewise.
44614         * modules/regex (Depends-on): Likewise.
44615         * modules/strtok_r (Depends-on): Likewise.
44616         * modules/time_r (Depends-on): Likewise.
44617
44618 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44619
44620         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
44621         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
44622         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
44623         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
44624         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
44625         * m4/memxor.m4 (gl_MEMXOR): Likewise.
44626         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
44627         gl_C_RESTRICT replaced by AC_C_RESTRICT.
44628
44629         Merge from coreutils.
44630         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
44631         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
44632         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
44633         * m4/time_r.m4 (gl_TIME_R): Likewise.
44634
44635 2006-08-09  Karl Berry  <karl@gnu.org>
44636
44637         * config/srclist.txt: no more gettext-tools, per Bruno.
44638
44639 2006-08-08  Eric Blake  <ebb9@byu.net>
44640
44641         * modules/verror: New module.
44642         * MODULES.html.sh: Document it.
44643
44644 2006-08-08  Eric Blake  <ebb9@byu.net>
44645
44646         * lib/verror.h, lib/verror.c: New files.
44647
44648 2006-08-08  Eric Blake  <ebb9@byu.net>
44649
44650         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
44651         verror_at_line output complies with GNU Coding Standards even when
44652         file is NULL.
44653
44654 2006-08-07  Bruno Haible  <bruno@clisp.org>
44655
44656         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
44657         versions of AIX.
44658         Reported by Ralf Wildenhues.
44659
44660 2006-08-07  Bruno Haible  <bruno@clisp.org>
44661
44662         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
44663         in an AC_DEFUN. Needed so that the autoconf snippets can use
44664         AC_REQUIRE.
44665
44666 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44667
44668         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44669         Initialize pkgdata_DATA.
44670         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
44671         overriding it.
44672
44673 2006-08-06  Eric Blake  <ebb9@byu.net>
44674
44675         * lib/error.h: Fold in some upstream changes from glibc.
44676         * lib/error.c: Likewise.
44677
44678 2006-08-04  Bruno Haible  <bruno@clisp.org>
44679
44680         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44681         Make the mostlyclean-local rule depend on mostlyclean-generic.
44682         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
44683
44684 2006-07-31  Bruno Haible  <bruno@clisp.org>
44685
44686         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
44687         <stdlib.h>, <string.h>.
44688
44689 2006-07-30  Bruno Haible  <bruno@clisp.org>
44690
44691         * modules/readlink (License): Change to LGPL.
44692
44693 2006-07-30  Bruno Haible  <bruno@clisp.org>
44694
44695         * modules/javaversion (Makefile.am): Distribute javaversion.java and
44696         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
44697         set PKGDATADIR to point to it.
44698
44699 2006-07-30  Bruno Haible  <bruno@clisp.org>
44700
44701         * modules/csharpexec (configure.ac): Comment out macro invocation.
44702         * modules/javaexec (configure.ac): Likewise.
44703         * modules/javacomp-script (configure.ac): Likewise.
44704
44705         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
44706
44707 2006-07-30  Bruno Haible  <bruno@clisp.org>
44708
44709         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
44710         linked-list.
44711
44712 2006-07-30  Bruno Haible  <bruno@clisp.org>
44713
44714         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
44715
44716 2006-07-30  Bruno Haible  <bruno@clisp.org>
44717
44718         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44719         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
44720         get removed.
44721
44722 2006-07-29  Bruno Haible  <bruno@clisp.org>
44723
44724         Make it possible for gnulib-tool to work with locally modified or
44725         augmented gnulib repositories.
44726         * gnulib-tool (func_usage): Document --local-dir option.
44727         (local_gnulib_dir): New variable.
44728         Handle --local-dir option.
44729         (func_lookup_file): New function.
44730         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
44731         (func_get_description, func_get_filelist, func_get_description,
44732         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
44733         func_get_automake_snippet, func_get_include_directive,
44734         func_get_license, func_get_maintainer): Use func_lookup_file.
44735         (func_import, func_create_testdir): Use func_lookup_file.
44736
44737 2006-07-29  Bruno Haible  <bruno@clisp.org>
44738
44739         * modules/setenv (Depends-on): Add unistd.
44740
44741 2006-07-29  Bruno Haible  <bruno@clisp.org>
44742
44743         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
44744
44745 2006-07-29  Bruno Haible  <bruno@clisp.org>
44746
44747         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
44748
44749 2006-07-29  Bruno Haible  <bruno@clisp.org>
44750
44751         * gnulib-tool (import, update): If there is no Makefile.am, look at
44752         aclocal.m4, instead of bailing out.
44753
44754 2006-07-29  Bruno Haible  <bruno@clisp.org>
44755
44756         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
44757         Categorize the options by when they are useful.
44758
44759 2006-07-29  Bruno Haible  <bruno@clisp.org>
44760
44761         * gnulib-tool (func_usage): Document option --no-libtool.
44762         Handle option --no-libtool.
44763         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
44764         for changed semantics of $libtool variable.
44765         (func_import): Likewise. If libtool is not used, show this through
44766         an option --no-libtool.
44767         (func_create_testdir): Update.
44768
44769 2006-07-29  Bruno Haible  <bruno@clisp.org>
44770
44771         * gnulib-tool (func_import): Extend error message about missing
44772         --doc-base.
44773
44774 2006-07-29  Bruno Haible  <bruno@clisp.org>
44775
44776         * gnulib-tool (func_import): Don't create the $docbase directory if
44777         there is no file to store there.
44778
44779 2006-07-29  Bruno Haible  <bruno@clisp.org>
44780
44781         * gnulib-tool (autoconf_minversion): If a --dir option is given and
44782         relevant, look for configure.ac there, not in the current directory.
44783         Also use a simple search for AC_PREREQ, not "autoconf --trace".
44784
44785 2006-07-29  Bruno Haible  <bruno@clisp.org>
44786
44787         * gnulib-tool (SORT): New variable.
44788         (func_usage): Undocument --assume-autoconf option.
44789         Remove --assume-autoconf option handling.
44790         (autoconf_minversion): Determine from the contents of configure.ac.
44791         (func_import): Remove autoconf_minversion handling.
44792         Suggested by Eric Blake.
44793
44794 2006-07-29  Bruno Haible  <bruno@clisp.org>
44795
44796         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
44797
44798 2006-07-29  Bruno Haible  <bruno@clisp.org>
44799
44800         * config/srclist.txt (*setenv.[ch]): Remove rules.
44801
44802 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44803
44804         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
44805
44806 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44807
44808         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
44809         arpa/inet.h.
44810
44811 2006-07-28  Simon Josefsson  <jas@extundo.com>
44812
44813         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
44814         * modules/inet_pton (Depends-on): Likewise.
44815
44816 2006-07-28  Simon Josefsson  <jas@extundo.com>
44817
44818         * m4/netinet_in_h.m4: New file.
44819
44820 2006-07-28  Simon Josefsson  <jas@extundo.com>
44821
44822         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
44823         #include's.
44824
44825 2006-07-28  Simon Josefsson  <jas@extundo.com>
44826
44827         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
44828         #include's.
44829
44830 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
44831
44832         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
44833         setgid on directories only if they set these bits.
44834         * lib/modechange.h: Remove obsolete comment about masks.
44835
44836 2006-07-28  Eric Blake  <ebb9@byu.net>
44837
44838         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
44839         macro expansion.
44840
44841 2006-07-28  Bruno Haible  <bruno@clisp.org>
44842
44843         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
44844
44845 2006-07-28  Bruno Haible  <bruno@clisp.org>
44846
44847         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
44848
44849 2006-07-28  Bruno Haible  <bruno@clisp.org>
44850
44851         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
44852         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
44853         Define fallbacks.
44854         Avoids link error on FreeBSD 4.x.
44855         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
44856
44857         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
44858         encoding.
44859         * lib/mbswidth.c (iswcntrl): Likewise.
44860
44861 2006-07-27  Bruno Haible  <bruno@clisp.org>
44862
44863         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
44864         test.
44865
44866 2006-07-27  Bruno Haible  <bruno@clisp.org>
44867
44868         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
44869         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
44870         defined.
44871
44872 2006-07-26  Eric Blake  <ebb9@byu.net>
44873
44874         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
44875
44876 2006-07-26  Eric Blake  <ebb9@byu.net>
44877
44878         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
44879         like mingw that lack mkstemp.
44880         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
44881         avoid compilation warning on mingw.
44882
44883 2006-07-26  Bruno Haible  <bruno@clisp.org>
44884
44885         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
44886         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
44887         INT_FAST*_MIN, INTPTR_MIN.
44888
44889 2006-07-25  Bruno Haible  <bruno@clisp.org>
44890
44891         * modules/version-etc (Depends-on): Add stdarg.
44892
44893 2006-07-25  Bruno Haible  <bruno@clisp.org>
44894
44895         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
44896         complex commands.
44897
44898 2006-07-25  Bruno Haible  <bruno@clisp.org>
44899
44900         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
44901         defined in <stdarg.h> or config.h.
44902
44903 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
44904
44905         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
44906         (gl_STDIO_SAFER): Remove.
44907
44908 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
44909
44910         * MODULES.html.sh (File stream based Input/Output):
44911         Add fopen-safer, tmpfile-safer; remove stdio-safer.
44912         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
44913         * modules/fopen-safer, modules/tmpfile-safer: New files.
44914         * modules/stdio-safer: Remove.
44915
44916 2006-07-24  Bruno Haible  <bruno@clisp.org>
44917
44918         * modules/tmpdir: New file.
44919         * MODULES.html.sh (File system functions): Add it.
44920
44921 2006-07-24  Bruno Haible  <bruno@clisp.org>
44922
44923         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
44924         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
44925
44926 2006-07-24  Bruno Haible  <bruno@clisp.org>
44927
44928         * modules/clean-temp: New file.
44929
44930 2006-07-24  Bruno Haible  <bruno@clisp.org>
44931
44932         * m4/tmpdir.m4: New file, from GNU gettext.
44933
44934 2006-07-24  Bruno Haible  <bruno@clisp.org>
44935
44936         * lib/tmpdir.h: New file, from GNU gettext.
44937         * lib/tmpdir.c: New file, from GNU gettext.
44938
44939 2006-07-24  Bruno Haible  <bruno@clisp.org>
44940
44941         * lib/clean-temp.h: New file, from GNU gettext.
44942         * lib/clean-temp.c: New file, from GNU gettext.
44943
44944 2006-07-23  Eric Blake  <ebb9@byu.net>
44945
44946         * modules/stdio-safer (Files): Add tmpfile-safer.c.
44947         (Depends-on): Add binary-io.
44948
44949 2006-07-23  Eric Blake  <ebb9@byu.net>
44950
44951         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
44952
44953 2006-07-23  Eric Blake  <ebb9@byu.net>
44954
44955         * lib/tmpfile-safer.c: New file.
44956         * lib/stdio-safer.h (fopen_safer): Add prototype.
44957         * lib/stdio--.h (tmpfile): Make safer.
44958
44959 2006-07-23  Bruno Haible  <bruno@clisp.org>
44960
44961         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
44962         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
44963         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
44964         gl_linked_remove_at): Use it.
44965
44966 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44967         and Simon Josefsson <jas@extundo.com>
44968
44969         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
44970
44971         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
44972
44973 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
44974
44975         * modules/close-stream: New file.
44976         * modules/closeout (Description): Make it clear that it exits
44977         with a diagnostic on error.
44978         (Depends-on): Add close-stream.  Remove fpending, stdbool.
44979         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
44980
44981 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
44982
44983         * m4/close-stream.m4: New file.
44984
44985 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
44986
44987         * lib/close-stream.c, lib/close-stream.h: New files.
44988
44989 2006-07-22  Bruno Haible  <bruno@clisp.org>
44990
44991         Merge from GNU gettext 0.15.
44992
44993         2006-05-01  Bruno Haible  <bruno@clisp.org>
44994
44995                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
44996
44997         2006-07-22  Bruno Haible  <bruno@clisp.org>
44998
44999                 * modules/javaversion: New file.
45000                 * MODULES.html.sh (Java): Add javaversion.
45001
45002         2006-03-12  Bruno Haible  <bruno@clisp.org>
45003
45004                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45005
45006         2005-12-04  Bruno Haible  <bruno@clisp.org>
45007
45008                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45009                 (untested).
45010
45011         2006-06-21  Bruno Haible  <bruno@clisp.org>
45012
45013                 Avoid warnings from recent versions of mcs.
45014                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45015                 -o, -L, -r any more. Use options documented since mcs-1.0
45016                 instead. Similarly for -g.
45017
45018         2005-12-04  Bruno Haible  <bruno@clisp.org>
45019
45020                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45021                 .resources, not .resource.
45022
45023         2005-07-09  Bruno Haible  <bruno@clisp.org>
45024
45025                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45026                 add a .dll suffix.
45027                 Reported by Mark Junker <mjscod@gmx.de>.
45028
45029         2006-07-22  Bruno Haible  <bruno@clisp.org>
45030
45031                 * modules/gettext: Upgrade to gettext-0.15.
45032                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45033                 m4/visibility.m4.
45034                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45035
45036 2006-07-22  Bruno Haible  <bruno@clisp.org>
45037
45038         Merge from GNU gettext 0.15.
45039
45040         2006-03-25  Bruno Haible  <bruno@clisp.org>
45041
45042                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45043
45044         2006-07-21  Bruno Haible  <bruno@clisp.org>
45045
45046                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45047                 "1.1".
45048
45049         2006-05-09  Bruno Haible  <bruno@clisp.org>
45050
45051                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45052                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45053                 for the conftestver execution.
45054
45055         2006-05-01  Bruno Haible  <bruno@clisp.org>
45056
45057                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45058                 optional target-version argument. Verify that the compiler
45059                 groks source of the specified source-version, or add -source
45060                 option as necessary. Verify that the compiler produces
45061                 bytecode in the specified target-version, or add -target and
45062                 -source options as necessary. Make the result of the test
45063                 available as variable CONF_JAVAC. Also log error output in
45064                 config.log.
45065
45066         2006-03-11  Bruno Haible  <bruno@clisp.org>
45067
45068                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45069
45070         2006-05-09  Bruno Haible  <bruno@clisp.org>
45071
45072                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45073                 CLASSPATH_SEPARATOR to a semicolon.
45074
45075         2006-03-12  Bruno Haible  <bruno@clisp.org>
45076
45077                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45078                 available as variable CONF_JAVA, for subsequent autoconf
45079                 tests. Also log error output in config.log.
45080
45081         2006-07-19  Bruno Haible  <bruno@clisp.org>
45082
45083                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45084                 that getline works on glibc2 systems. Needed to avoid trouble
45085                 in relocatable.c.
45086                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45087
45088         2005-12-04  Bruno Haible  <bruno@clisp.org>
45089
45090                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45091                 launcher (untested).
45092
45093         2005-12-04  Bruno Haible  <bruno@clisp.org>
45094
45095                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45096
45097         2006-07-22  Bruno Haible  <bruno@clisp.org>
45098
45099                 * gettext.m4: Update from GNU gettext-0.15.
45100                 * nls.m4: Likewise.
45101                 * po.m4: Likewise.
45102                 * inttypes-pri.m4: Likewise.
45103                 * inttypes-h.m4: Renamed from inttypes.m4.
45104                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45105
45106 2006-07-22  Bruno Haible  <bruno@clisp.org>
45107
45108         Merge from GNU gettext 0.15.
45109
45110         2005-07-05  Bruno Haible  <bruno@clisp.org>
45111
45112                 * printf-args.c (printf_fetchargs): Work around broken
45113                 definition of wint_t on mingw.
45114
45115         2005-02-12  Bruno Haible  <bruno@clisp.org>
45116
45117                 * xallocsa.h: Add extern "C" for C++.
45118
45119         2006-05-17  Bruno Haible  <bruno@clisp.org>
45120
45121                 Cygwin portability.
45122                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45123
45124         2006-04-30  Bruno Haible  <bruno@clisp.org>
45125
45126                 * progreloc.c: Include <mach-o/dyld.h> if available.
45127                 (find_executable): Use _NSGetExecutablePath when possible.
45128
45129         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45130
45131                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45132                 function.
45133
45134         2005-12-29  Bruno Haible  <bruno@clisp.org>
45135
45136                 * progreloc.c (set_program_name_and_installdir): Fix
45137                 compilation error.
45138
45139         2005-12-04  Bruno Haible  <bruno@clisp.org>
45140
45141                 Cygwin portability.
45142                 * progreloc.c: Include <windows.h> also on Cygwin.
45143                 (find_executable): Add support for Cygwin.
45144                 (set_program_name_and_installdir): Handle also platforms with
45145                 nonempty EXEEXT.
45146
45147         2006-07-11  Bruno Haible  <bruno@clisp.org>
45148
45149                 * javacomp.c: Fix a comment.
45150                 Reported by Jim Meyering.
45151
45152         2006-04-30  Bruno Haible  <bruno@clisp.org>
45153
45154                 * javacomp.h (compile_java_class): Add source_version,
45155                 target_version arguments.
45156                 * javacomp.c: Rewritten to choose only a compiler that
45157                 respects the specified source_version and target_version.
45158
45159         2006-06-27  Bruno Haible  <bruno@clisp.org>
45160
45161                 Assume correct S_ISDIR macro.
45162                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45163
45164         2006-07-22  Bruno Haible  <bruno@clisp.org>
45165
45166                 * javaversion.h: New file, from GNU gettext.
45167                 * javaversion.c: New file, from GNU gettext.
45168                 * javaversion.java: New file, from GNU gettext.
45169                 * javaversion.class: New file, from GNU gettext.
45170
45171         2006-05-17  Bruno Haible  <bruno@clisp.org>
45172
45173                 Cygwin portability.
45174                 * javaexec.c (execute_java_class): Test for jview program
45175                 also on Cygwin.
45176
45177         2006-04-09  Bruno Haible  <bruno@clisp.org>
45178
45179                 * fatal-signal.c: Don't include string.h.
45180                 (at_fatal_signal): Use a copying loop instead of memcpy.
45181
45182         2005-12-04  Bruno Haible  <bruno@clisp.org>
45183
45184                 * csharpexec.c: Add support for 'clix' launcher (untested).
45185                 (execute_csharp_using_sscli): New function.
45186                 (execute_csharp_program): Call it.
45187
45188         2006-06-21  Bruno Haible  <bruno@clisp.org>
45189
45190                 Avoid warnings from recent versions of mcs.
45191                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45192                 -o, -L, -r any more. Use options documented since mcs-1.0
45193                 instead. Similarly for -g.
45194
45195         2005-07-09  Bruno Haible  <bruno@clisp.org>
45196
45197                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45198                 add a .dll suffix.
45199                 Reported by Mark Junker <mjscod@gmx.de>.
45200
45201         2006-06-17  Bruno Haible  <bruno@clisp.org>
45202
45203                 * config.charset: Update for NetBSD 3.0.
45204
45205         2006-05-17  Bruno Haible  <bruno@clisp.org>
45206
45207                 Cygwin portability.
45208                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45209
45210         2006-05-16  Bruno Haible  <bruno@clisp.org>
45211
45212                 * localcharset.c [CYGWIN]: Include <windows.h>.
45213                 (get_charset_aliases): For Cygwin, return the same CPxxx
45214                 aliases list as under WIN32.
45215                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45216                 the environment variables. Fall back to GetACP().
45217
45218         2006-04-05  Bruno Haible  <bruno@clisp.org>
45219
45220                 * config.charset: Update Juan Manuel Guerrero's address.
45221
45222         2005-02-12  Bruno Haible  <bruno@clisp.org>
45223
45224                 * allocsa.h: Add extern "C" for C++.
45225
45226         2005-02-10  Bruno Haible  <bruno@clisp.org>
45227
45228                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45229                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45230
45231         2006-07-22  Bruno Haible  <bruno@clisp.org>
45232
45233                 * gettext.h: Update to GNU gettext-0.15.
45234
45235 2006-07-22  Bruno Haible  <bruno@clisp.org>
45236
45237         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45238         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45239         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45240
45241 2006-07-21  Eric Blake  <ebb9@byu.net>
45242
45243         * modules/stdlib-safer: New file.
45244         * MODULES.html.sh (File stream based Input/Output): Add
45245         stdlib-safer.
45246
45247 2006-07-21  Eric Blake  <ebb9@byu.net>
45248
45249         * lib/stdlib-safer.h: New file from coreutils, required by
45250         stdlib--.h.
45251
45252 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45253
45254         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45255
45256 2006-07-20  Bruno Haible  <bruno@clisp.org>
45257
45258         * gnulib-tool: Recognize new option --assume-autoconf.
45259         (autoconf_minversion): New variable.
45260         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45261
45262 2006-07-20  Bruno Haible  <bruno@clisp.org>
45263
45264         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45265
45266 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45267
45268         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45269         Reindent and repaginate.
45270
45271 2006-07-19  Derek Price  <derek@ximbiot.com>
45272
45273         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45274         Correct grammar.
45275
45276 2006-07-17  Bruno Haible  <bruno@clisp.org>
45277
45278         * modules/list: New file.
45279         * modules/array-list: New file.
45280         * modules/carray-list, modules/carray-list-tests: New files.
45281         * modules/linked-list, modules/linked-list-tests: New files.
45282         * modules/avltree-list, modules/avltree-list-tests: New files.
45283         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45284         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45285         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45286         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45287         * modules/oset: New file.
45288         * modules/array-oset: New file.
45289         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45290         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45291         * tests/test-carray_list.c: New file.
45292         * tests/test-linked_list.c: New file.
45293         * tests/test-avltree_list.c: New file.
45294         * tests/test-rbtree_list.c: New file.
45295         * tests/test-linkedhash_list.c: New file.
45296         * tests/test-avltreehash_list.c: New file.
45297         * tests/test-rbtreehash_list.c: New file.
45298         * tests/test-avltree_oset.c: New file.
45299         * tests/test-rbtree_oset.c: New file.
45300         * MODULES.html.sh (Container data structures): New section.
45301
45302 2006-07-17  Bruno Haible  <bruno@clisp.org>
45303
45304         * m4/gl_list.m4: New file.
45305
45306 2006-07-17  Bruno Haible  <bruno@clisp.org>
45307
45308         * lib/gl_list.h: New file.
45309         * lib/gl_list.c: New file.
45310         * lib/gl_array_list.h: New file.
45311         * lib/gl_array_list.c: New file.
45312         * lib/gl_carray_list.h: New file.
45313         * lib/gl_carray_list.c: New file.
45314         * lib/gl_linked_list.h: New file.
45315         * lib/gl_linked_list.c: New file.
45316         * lib/gl_anylinked_list1.h: New file.
45317         * lib/gl_anylinked_list2.h: New file.
45318         * lib/gl_avltree_list.h: New file.
45319         * lib/gl_avltree_list.c: New file.
45320         * lib/gl_anyavltree_list1.h: New file.
45321         * lib/gl_anyavltree_list2.h: New file.
45322         * lib/gl_rbtree_list.h: New file.
45323         * lib/gl_rbtree_list.c: New file.
45324         * lib/gl_anyrbtree_list1.h: New file.
45325         * lib/gl_anyrbtree_list2.h: New file.
45326         * lib/gl_anytree_list1.h: New file.
45327         * lib/gl_anytree_list2.h: New file.
45328         * lib/gl_linkedhash_list.h: New file.
45329         * lib/gl_linkedhash_list.c: New file.
45330         * lib/gl_anyhash_list1.h: New file.
45331         * lib/gl_anyhash_list2.h: New file.
45332         * lib/gl_avltreehash_list.h: New file.
45333         * lib/gl_avltreehash_list.c: New file.
45334         * lib/gl_rbtreehash_list.h: New file.
45335         * lib/gl_rbtreehash_list.c: New file.
45336         * lib/gl_anytreehash_list1.h: New file.
45337         * lib/gl_anytreehash_list2.h: New file.
45338
45339         * lib/gl_oset.h: New file.
45340         * lib/gl_oset.c: New file.
45341         * lib/gl_array_oset.h: New file.
45342         * lib/gl_array_oset.c: New file.
45343         * lib/gl_avltree_oset.h: New file.
45344         * lib/gl_avltree_oset.c: New file.
45345         * lib/gl_rbtree_oset.h: New file.
45346         * lib/gl_rbtree_oset.c: New file.
45347         * lib/gl_anytree_oset.h: New file.
45348
45349 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45350
45351         * m4/mkancesdirs.m4: New file.
45352         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45353         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45354         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45355         it.
45356
45357 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45358
45359         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45360         * lib/mkancesdirs.h: New files.
45361         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45362         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45363         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45364         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45365         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45366         callers changed.  Revamp internals significantly, by not
45367         attempting to create directories that are temporarily more
45368         permissive than the final results.  Do not attempt to use
45369         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45370         This removes some race conditions, fixes some bugs, and simplifies
45371         things.  Use new dirchownmod function to do owner and mode changes.
45372         * lib/mkdir-p.h: Likewise.
45373         * lib/modechange.c (octal_to_mode): New function.
45374         (struct mode_change): New member mentioned.
45375         (make_node_op_equals): New arg mentioned.  All callers changed.
45376         (mode_compile): Keep track of which mode bits the user has explicitly
45377         mentioned.
45378         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45379         New arg PMODE_BITS, to keep track of which mode bits the user
45380         mentioned; it treats S_ISUID and S_ISGID speciall.
45381         All callers changed.
45382         * lib/modechange.h: Likewise.
45383
45384 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45385
45386         * MODULES.html.sh: Add mkancestors.
45387         * modules/mkancesdirs: New module.
45388         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45389         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45390         The chdir-safer and afs files are now orphans; I'll remove them
45391         unless someone speaks up.
45392         Add lib/dirchownmod.c, lib/dirchownmod.h.
45393         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45394         Add lchown, mkancesdirs.
45395         (Maintainer): Add self.
45396
45397 2006-07-15  Karl Berry  <karl@gnu.org>
45398
45399         * gnulib-tool: help message wording/arrangement.
45400
45401 2006-07-14  Simon Josefsson  <jas@extundo.com>
45402
45403         * doc/gnulib.texi (Libtool and Windows): New section.
45404
45405 2006-07-12  Simon Josefsson  <jas@extundo.com>
45406
45407         * modules/gendocs (License): Fix license, approved by Karl.
45408
45409 2006-07-12  Eric Blake  <ebb9@byu.net>
45410
45411         * MODULES.html.sh: Add gendocs.
45412
45413 2006-07-11  Eric Blake  <ebb9@byu.net>
45414
45415         * modules/fdl: New module, to install doc/fdl.texi.
45416         * MODULES.html.sh: Add new section for documentation modules.
45417         * gnulib-tool: Avoid space-tab.
45418         (--doc-base): New option, to manage files from doc.
45419
45420 2006-07-11  Eric Blake  <ebb9@byu.net>
45421
45422         * m4/absolute-header.m4: Fix comments to match recent change.
45423
45424 2006-07-11  Eric Blake  <ebb9@byu.net>
45425
45426         * gnulib-tool: List --doc-base before --tests-base.
45427
45428 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45429
45430         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45431
45432 2006-07-11  Bruno Haible  <bruno@clisp.org>
45433
45434         * README: Mention where to put documentation.
45435
45436 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45437
45438         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45439
45440 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45441
45442         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45443         to stdint.m4.
45444
45445 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45446
45447         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45448         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45449         "no/such/file/stdint.h" when there is no such file, so that
45450         the resulting C code can be parsed by dodgy compilers.
45451         Problems reported by Bob Proulx.
45452
45453 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45454
45455         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45456         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45457         macros into the GNU _D_EXACT_NAMLEN.
45458         * lib/savedir.c:  Likewise.
45459         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45460
45461 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45462         and Paul Eggert  <eggert@cs.ucla.edu>
45463
45464         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45465         * m4/savedir.m4:
45466         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45467         macros into the GNU _D_EXACT_NAMLEN.
45468
45469 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45470
45471         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45472         around the absolute name, to work around a problem with the HP-UX
45473         11.23 native C compiler, reported by Bob Proulx.
45474
45475 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45476
45477         * doc/maintain.texi, make-stds.texi: Sync from
45478         <http://savannah.gnu.org/projects/gnustandards>.
45479
45480 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45481
45482         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45483
45484 2006-07-09  Jim Meyering  <jim@meyering.net>
45485
45486         * m4/glob.m4: Remove a doubled word in a comment.
45487
45488 2006-07-09  Jim Meyering  <jim@meyering.net>
45489
45490         * lib/argp-pv.c: Remove a doubled word in a comment.
45491         * lib/check-version.c (check_version): Likewise.
45492         * lib/javacomp.c (compile_java_class): Likewise.
45493
45494 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45495
45496         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45497         for the benefit of people using Autoconf 2.60.  If you want to
45498         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45499         (or m4/onceonly.m4, if pre-2.57) manually.
45500
45501 2006-07-08  Jim Meyering  <jim@meyering.net>
45502
45503         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45504         comment.
45505         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45506         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45507         comment.
45508
45509 2006-07-08  Jim Meyering  <jim@meyering.net>
45510
45511         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45512
45513 2006-07-07  Simon Josefsson  <jas@extundo.com>
45514
45515         * tests/test-crc.c: Change expected crc value, the test vector
45516         were probably computed using the old broken crc.c?
45517
45518 2006-07-06  Simon Josefsson  <jas@extundo.com>
45519
45520         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45521         now the canonical place for the M4 file).
45522
45523         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45524         from the sys_socket dependency now.
45525
45526         * modules/inet_pton (Files): Ditto.
45527
45528         * modules/inet_ntop (Files): Ditto.
45529
45530 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45531
45532         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45533         not gl_PREREQ_GETUSERSHELL.
45534
45535 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45536
45537         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
45538         with only one argument, for Autoconf 2.60.
45539         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
45540         expand to nothing, so add a shell command to avoid syntax error.
45541         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45542
45543 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45544
45545         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
45546
45547 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45548
45549         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
45550         no longer needed.  Check for isblank decl.
45551         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
45552         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
45553         of existence.
45554
45555 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45556
45557         * lib/getloadavg.c: Use __VMS, not VMS.
45558         * lib/getopt.c: Likewise.
45559         * lib/getpagesize.h: Likewise.
45560         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
45561         and probably does not work.
45562
45563 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45564
45565         * lib/.cppi-disable: Add wcwidth.
45566         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
45567         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
45568         (ISGRAPH): Remove.  All uses changed to isgraph.
45569         (FOLD) [!defined _LIBC]: Remove special case.
45570         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
45571         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
45572         HAVE_ISBLANK.
45573         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
45574         case.
45575
45576 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
45577
45578         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
45579         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
45580         brackets.  Other minor changes to suppress some compiler
45581         warnings.
45582
45583 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45584         and Paul Eggert  <eggert@cs.ucla.edu>
45585
45586         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
45587         of invoking obsolescent AC_HEADER_DIRENT macro.
45588         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
45589         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
45590         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
45591         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
45592         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
45593         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45594         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
45595         * m4/readdir.m4: Remove; no longer needed.
45596
45597 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45598         and Paul Eggert  <eggert@cs.ucla.edu>
45599
45600         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
45601         Don't worry about this obsolete case any more.
45602         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
45603         directories.
45604         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
45605         worry about this obsolete case any more.
45606         * lib/fts.c: Likewise.
45607         * lib/getcwd.c: Likewise.
45608         * lib/glob.h: Likewise.
45609         * lib/savedir.c: Likewise.
45610
45611 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45612
45613         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
45614         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
45615         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
45616         needed.
45617         All uses removed.
45618         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45619         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45620         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
45621         needed.
45622         * m4/getdate.m4 (gl_GETDATE): Likewise.
45623         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45624         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45625         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45626         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45627         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45628         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45629         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
45630         needed.
45631
45632 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45633
45634         * lib/memcasecmp.c: Include <limits.h>.
45635         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
45636         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
45637         Don't assume isdigit succeeds only on '0' through '9'.
45638
45639 2006-07-05  Eric Blake  <ebb9@byu.net>
45640
45641         * modules/getaddrinfo (Depends-on): Add snprintf.
45642
45643 2006-07-05  Eric Blake  <ebb9@byu.net>
45644
45645         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
45646         to avoid 'header present but could not be compiled' on cygwin.
45647
45648 2006-07-05  Eric Blake  <ebb9@byu.net>
45649
45650         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
45651         missing from netdb.h.
45652         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
45653
45654 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45655
45656         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
45657         no longer needed.
45658         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
45659         * m4/getdate.m4 (gl_GETDATE): Likewise.
45660         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45661         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45662         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45663         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45664         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45665
45666 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45667
45668         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
45669         All uses of is_space replaced by isspace.
45670         * lib/exit.h: Don't talk about STDC_HEADERS.
45671         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
45672         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
45673         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
45674         replaced by isprint etc.
45675         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
45676         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45677         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
45678         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
45679         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
45680         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45681
45682 2006-07-05  Bruno Haible  <bruno@clisp.org>
45683
45684         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
45685         the function exists, before testing against AIX.
45686         Reported by Martin Lambers <marlam@marlam.de>.
45687
45688 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45689
45690         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
45691         From Mark D. Baushke.
45692
45693 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45694
45695         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
45696         to the absolute name, not just one, to bypass Sun C 5.8's
45697         "warning: #include of /usr/include/... may be non-portable".
45698
45699 2006-07-04  Eric Blake  <ebb9@byu.net>
45700
45701         * modules/dirname-tests: New test module.
45702         * tests/test-dirname.c: New file, replacing dirname.c
45703         TEST_DIRNAME section that was recently deleted.
45704
45705 2006-07-04  Bruno Haible  <bruno@clisp.org>
45706
45707         Assume ANSI C header files and <ctype.h> functions.
45708         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
45709         (mbsnwidth): Use isprint, iscntrl instead.
45710
45711 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45712
45713         Merge from coreutils.
45714         * MODULES.html.sh: Add xstrtold.
45715         * modules/xstrtold: New file.
45716         * modules/cycle-check (Files): Add lib/same-inode.h.
45717         * modules/dirname (Files): Add m4/double-slash-root.m4.
45718         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
45719         * modules/mkdir-p (Files): Add lib/same-inode.h.
45720         * modules/same (Files): Add lib/same-inode.h.
45721
45722 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45723
45724         * m4/absolute-header.m4: Renamed from full-header-path.m4.
45725         This is to keep the terminology clean; POSIX talks about
45726         "absolute pathnames", not "full pathnames", but the GNU
45727         Coding Standards say to use "path" for something else;
45728         so use "absolute" to keep both sides happy.
45729         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
45730         Set gl_absolute_header, not gl_full_header_path.
45731         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
45732         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
45733         All uses changed.
45734
45735         Merge from coreutils.
45736
45737         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45738
45739         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
45740         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
45741         want to require the building of c-strtod.o.
45742         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
45743         needs -lm directly.
45744         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
45745
45746         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
45747
45748         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
45749         --as-needed option if available.  Problem reported by Albert Chin in
45750         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
45751         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
45752         cc merely issues a bunch of annoying warnings for --as-needed
45753         (this problem was reported by Bob Proulx).  Also, try linking with
45754         -lm to detect a bug in binutils 2.16 (this problem was reported
45755         by Ralf Wildenhues).
45756
45757         2006-06-18  Jim Meyering  <jim@meyering.net>
45758
45759         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
45760         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
45761         macro.
45762         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
45763         also check for glibc-2.4's abort-inducing bug.
45764
45765         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
45766         Low-probability clean-up should be to use rmdir to get rid of
45767         the just-created directory, not unlink.
45768
45769         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
45770         configure fail, and request a bug report to inform us about it.
45771         Add a comment that, barring reports to the contrary, in 2007 we'll
45772         assume ftruncate is universally available.
45773
45774         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45775
45776         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
45777
45778         2006-03-12  Jim Meyering  <jim@meyering.net>
45779
45780         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
45781         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
45782         * m4/same.m4 (gl_SAME): Likewise.
45783         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
45784
45785         2006-03-11  Eric Blake  <ebb9@byu.net>
45786
45787         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
45788         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
45789         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
45790         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
45791
45792 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45793
45794         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
45795         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
45796         reported by Mark D. Baushke, one in
45797         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
45798
45799         Merge from coreutils.
45800
45801         * lib/.cppi-disable: Add stdint_.h.
45802         * lib/.cvsignore: Add stdint.h.
45803
45804         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45805
45806         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
45807         both double and long double versions.
45808         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
45809         * lib/xstrtold.c: New file.
45810         * lib/xstrtod.h (xstrtold): New decl.
45811
45812         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
45813
45814         * lib/filemode.c (setst): Remove.
45815         (strmode): Rewrite to avoid setst.  This makes the code shorter,
45816         (arguably) clearer, and the generated code is a bit smaller on my
45817         Debian GNU/Linux stable x86 host.
45818
45819         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45820
45821         * lib/filemode.c: Include "filemode.h" first, to test the interface.
45822         Assume that filemode.h includes sys/types.h and sys/stat.h.
45823         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
45824         (ftypelet): Reorder to put common cases first, for efficiency.
45825         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
45826         to do 'M'.
45827         (strmode): Renamed from mode_string, and now stores 12 bytes instead
45828         of 10, for compatibility with FreeBSD.  All callers changed.
45829         (filemodestring): Now stores 12 bytes instead of 10, and sets file
45830         types that can't be deduced solely from st_mode.  First arg is now a
45831         const pointer.
45832         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
45833         (strmode): Renamed from mode_string.
45834         (filemodestring): New decl.
45835         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
45836         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
45837         needed.
45838         (S_ISPORT, S_ISWHT): New macros, if not already defined.
45839
45840         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
45841
45842         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
45843         fsusage.h now does that.  Include fsusage.h first, to test interface.
45844         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
45845         at most one method (the old code could have generated decls that
45846         didn't conform to C89, not that this was ever exercised).
45847         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
45848
45849         2006-03-19  Jim Meyering  <jim@meyering.net>
45850
45851         Work even in a chroot where d_ino values for entries in "/"
45852         don't match the stat.st_ino values for the same names.
45853         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
45854         number, iterate through all entries again, using lstat instead.
45855         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
45856         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
45857
45858         * lib/getcwd.c (__getcwd): Clarify a comment.
45859         Use memcpy in place of a call to strcpy.
45860
45861         2006-03-12  Jim Meyering  <jim@meyering.net>
45862
45863         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
45864         matches that of the current directory (which we're about to chdir ".."
45865         out of), then save the dev-ino of the parent, instead.
45866
45867         * lib/same-inode.h (SAME_INODE): New file/macro.
45868         * lib/chdir-safer.c (SAME_INODE): Remove definition.
45869         Include "same-inode.h", instead.
45870         * lib/same.c: Likewise.
45871         * lib/cycle-check.h: Include "same-inode.h".
45872         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
45873         * lib/cycle-check.c (SAME_INODE): Remove definition.
45874         * lib/root-dev-ino.h: Include "same-inode.h".
45875
45876         2006-03-11  Eric Blake  <ebb9@byu.net>
45877
45878         * lib/same.c (same_name): s/base_name/last_component/
45879         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
45880         * lib/filenamecat.c (file_name_concat): Likewise.
45881
45882         2006-03-11  Eric Blake  <ebb9@byu.net>,
45883                     Paul Eggert  <eggert@cs.ucla.edu>
45884
45885         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
45886         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
45887         drive prefix.
45888         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
45889         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
45890         (last_component): New method.
45891         * lib/dirname.c (dir_len): Determine when drive letters need a
45892         subsequent slash.  Preserve // when it is special.
45893         (dir_name): Don't append dot when drive letter is absolute.
45894         [TEST_DIRNAME]: Move into a full-blown gnulib test.
45895         * lib/basename.c (base_name): New semantics - malloc the result.
45896         Preserve // when it is special.  Preserve relative files that look
45897         like drive letters.
45898         (base_len): Preserve // when it is special.
45899         (last_component): New method, similar to old base_name semantics.
45900         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
45901         base_name.  Strip redundant slashes from ///.
45902
45903 2006-07-03  Jim Meyering  <jim@meyering.net>
45904
45905         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
45906         macro is used before the first cycle_check call.
45907
45908 2006-07-03  Eric Blake  <ebb9@byu.net>
45909
45910         * modules/dirname (Depends-on): Add xstrndup.
45911
45912 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
45913
45914         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
45915         test cases, so that config.log is a bit easier to follow.
45916
45917 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
45918
45919         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
45920         both are 64 bits, since this seems to be the tradition, and this
45921         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
45922         we ever run into a host that prefers long long to long in this
45923         case, we'll need another configure-time test.  Problem reported by
45924         Jim Meyering.
45925
45926 2006-07-02  Eric Blake  <ebb9@byu.net>
45927
45928         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
45929
45930 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45931
45932         * modules/inttypes (Depends-on): No longer depends on stdint.
45933         * modules/stdint (Description): Say more about assumptions.
45934         Say that the fast types might differ.  Say macros are used.
45935         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
45936         (Makefile.am): Revise list of substituted symbols to match
45937         new stdint.m4.
45938         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
45939         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
45940         * tests/test-stdint.c (verify_same_types)
45941         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
45942         the code conforms to C99/C89.
45943         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
45944         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
45945
45946 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45947
45948         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
45949         but fix a bug, by requiring at least 64 bits.
45950         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
45951         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
45952         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
45953         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
45954
45955         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
45956         changes.  Make 2.59 a prerequisite.  Check and substitute for
45957         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
45958         inttypes.h.  Do not use special include files; just use the
45959         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
45960         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
45961         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
45962         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
45963         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
45964         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
45965         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
45966         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
45967         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
45968         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
45969         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
45970         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
45971         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
45972         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
45973         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
45974         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
45975         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
45976         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
45977         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
45978         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
45979         WINT_MAX.  Check for C99 conformance more strictly, by detecting
45980         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
45981         not check for things that C99 does not require, e.g., int8_t.  If
45982         a test isn't needed unless <stdint.h> isn't working, and is
45983         unlikely to be needed for any other reason, then don't do it
45984         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
45985         size_t, since we assume C89 freestanding at least.  Do not check
45986         for sig_atomic_t, wchar_t, or wint_t, since the code now does
45987         the right thing even if the types are not defined.  Instead use:
45988         (gl_STDINT_TYPE_PROPERTIES): New macro.
45989         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
45990         testing whether <sys/types.h> clashes, as Autoconf does this for
45991         us now.  All uses removed.
45992         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
45993         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
45994         (gl_CHECK_TYPE_SAME):
45995         Remove; no longer needed.
45996         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
45997         exists, since we'll return 0 anyway in that case.
45998         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
45999
46000 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46001
46002         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46003         possible collision with system files.
46004         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46005         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46006         WCHAR_MIN and WCHAR_MAX in this case.
46007         (<stddef.h>): Do not include; no longer needed.
46008         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46009         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46010         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46011         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46012         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46013         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46014         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46015         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46016         !defined(__c99))]: Include in this case too, since it's harmless
46017         now.
46018         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46019         dangerous to do so.
46020         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46021         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46022         (_STDINT_MIN, _STDINT_MAX): New macros.
46023         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46024         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46025         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46026         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46027         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46028         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46029         macros, not typedefs; this simplifies things quite a bit.
46030         Use long int for all types narrower than int64_t.
46031         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46032         Define in terms of long long int or int64_t or long int,
46033         not int64_t or int32_t.  This saves some compile-time testing.
46034         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46035         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46036         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46037         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46038         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46039         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46040         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46041         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46042         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46043         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46044         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46045         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46046         undef any previous version and define our own version, for
46047         simplicity and consistency with the new macros for types.
46048         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46049         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46050         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46051         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46052         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46053         @WINT_T_SUFFIX@ to keep things simple here.
46054         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46055         Simplify by assuming typical 8/16/32/64 host, since we're
46056         already doing that elsewhere anyway.
46057         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46058         and assume long long int is 64 bits if available.  This
46059         speeds up 'configure'.
46060
46061 2006-07-01  Eric Blake  <ebb9@byu.net>
46062
46063         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46064         Reported by Andreas Buening.
46065
46066 2006-07-01  Eric Blake  <ebb9@byu.net>
46067
46068         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46069
46070 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46071
46072         * lib/getaddrinfo.c: fixed typo
46073
46074 2006-06-29  Jim Meyering  <jim@meyering.net>
46075
46076         * modules/strftime (Maintainer): Add my name, since with the
46077         FPRINTFTIME changes strftime.c has forked from glibc.
46078
46079 2006-06-29  Eric Blake  <ebb9@byu.net>
46080
46081         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46082
46083 2006-06-29  Eric Blake  <ebb9@byu.net>
46084
46085         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46086
46087 2006-06-29  Eric Blake  <ebb9@byu.net>
46088
46089         * lib/stat_.h: New file.
46090
46091 2006-06-29  Eric Blake  <ebb9@byu.net>
46092
46093         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46094         unused static function.
46095
46096 2006-06-29  Eric Blake  <ebb9@byu.net>
46097
46098         * doc/functions.texi (Function Portability): Document missing lstat
46099         on mingw.
46100
46101 2006-06-29  Eric Blake  <ebb9@byu.net>
46102
46103         * MODULES.html.sh: Add sys_stat.
46104         * modules/sys_stat: New module.
46105         * modules/mkstemp (Depends-on): Add sys_stat.
46106
46107 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46108
46109         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46110
46111 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46112
46113         * m4/c-bs-a.m4: Removed.
46114
46115 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46116
46117         * lib/strftime.c: Assume strftime() exists.
46118
46119 2006-06-29  Derek Price  <derek@ximbiot.com>
46120
46121         * modules/c-bs-a: Removed - \a is C89.
46122         * MODULES.html.sh: Remove c-bs-a.
46123
46124 2006-06-29  Bruno Haible  <bruno@clisp.org>
46125
46126         * modules/wcwidth (License): Change to LGPL.
46127
46128 2006-06-28  Simon Josefsson  <jas@extundo.com>
46129
46130         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46131         on _WIN32.
46132
46133         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46134         getnameinfo.
46135
46136 2006-06-28  Simon Josefsson  <jas@extundo.com>
46137
46138         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46139
46140 2006-06-28  Simon Josefsson  <jas@extundo.com>
46141
46142         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46143         functions there.  It will succeed on Windows XP, but on Windows
46144         2000 and (presumably) earlier, it will fail, and use the internal
46145         re-implementation.
46146         (use_win32_p): New function.
46147         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46148         Support AI_NUMERICSERV to disable getservbyname.
46149         (getnameinfo): New function, only supports
46150         NI_NUMERICHOST|NI_NUMERICSERV for now.
46151
46152         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46153         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46154         getnameinfo.
46155
46156 2006-06-28  Eric Blake  <ebb9@byu.net>
46157
46158         * modules/wcwidth: New file.
46159         * modules/mbchar (Depends-on): Add wcwidth.
46160         * modules/mbswidth (Depends-on): Add wcwidth.
46161         * MODULES.html.sh: Add wcwidth.
46162
46163 2006-06-28  Eric Blake  <ebb9@byu.net>
46164
46165         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46166         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46167
46168 2006-06-28  Eric Blake  <ebb9@byu.net>
46169
46170         * lib/xvasprintf.h: Fix comments.
46171
46172 2006-06-28  Eric Blake  <ebb9@byu.net>
46173
46174         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46175         * lib/mbswidth.c (wcwidth): Move from here...
46176         * lib/wcwidth.h: ...to this new file.
46177
46178 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46179
46180         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46181
46182         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46183         it's obsolete.
46184         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46185
46186 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46187
46188         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46189         Autoconf 2.60 says this stuff was obsolete.
46190
46191 2006-06-28  Bruno Haible  <bruno@clisp.org>
46192
46193         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46194
46195 2006-06-28  Bruno Haible  <bruno@clisp.org>
46196
46197         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46198         gt_TYPE_WCHAR_T.
46199
46200 2006-06-28  Bruno Haible  <bruno@clisp.org>
46201
46202         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46203         declaration for wcwidth.
46204         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46205
46206 2006-06-28  Bruno Haible  <bruno@clisp.org>
46207
46208         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46209         (mkdir): Define using _mkdir.
46210
46211 2006-06-28  Bruno Haible  <bruno@clisp.org>
46212
46213         * lib/getaddrinfo.h: Fix POSIX URL.
46214         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46215         _WIN32.
46216         (use_win32_p): Make static.
46217         (getaddrinfo): Reject service name if it is empty or does not consist
46218         solely of decimal digits, or if its value is > 65535.
46219         (getnameinfo): Remove useless casts.
46220
46221 2006-06-27  Simon Josefsson  <jas@extundo.com>
46222
46223         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46224         Eggert and Martin Lambers.
46225
46226 2006-06-27  Simon Josefsson  <jas@extundo.com>
46227
46228         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46229         Eggert and Martin Lambers.
46230
46231 2006-06-27  Bruno Haible  <bruno@clisp.org>
46232
46233         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46234         result to 0, not to empty.
46235         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46236
46237 2006-06-27  Bruno Haible  <bruno@clisp.org>
46238
46239         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46240
46241 2006-06-26  Simon Josefsson  <jas@extundo.com>
46242
46243         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46244         present.
46245
46246 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46247
46248         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46249         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46250         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46251
46252 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46253
46254         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46255
46256 2006-06-26  Bruno Haible  <bruno@clisp.org>
46257
46258         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46259
46260 2006-06-26  Bruno Haible  <bruno@clisp.org>
46261
46262         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46263
46264 2006-06-26  Bruno Haible  <bruno@clisp.org>
46265
46266         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46267         SGI C compiler in pre-C99 mode.
46268         Suggested by Mark D. Baushke and Larry Jones.
46269
46270 2006-06-26  Bruno Haible  <bruno@clisp.org>
46271
46272         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46273         WCHAR_MAX.
46274         Reported by Mark D. Baushke and Larry Jones.
46275
46276 2006-06-26  Bruno Haible  <bruno@clisp.org>
46277
46278         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46279         in pre-C99 mode.
46280         Suggested by Mark D. Baushke and Larry Jones.
46281
46282 2006-06-23  Simon Josefsson  <jas@extundo.com>
46283             Bruno Haible  <bruno@clisp.org>
46284
46285         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46286         Emit mostlyclean-local rule.
46287         (func_emit_tests_Makefile_am): Likewise.
46288         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46289
46290 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46291
46292         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46293
46294 2006-06-23  Bruno Haible  <bruno@clisp.org>
46295
46296         * tests/test-stdint.c: Update to match ISO C 99 Technical
46297         Corrigendum 1.
46298
46299 2006-06-23  Bruno Haible  <bruno@clisp.org>
46300
46301         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46302
46303 2006-06-23  Bruno Haible  <bruno@clisp.org>
46304
46305         * lib/stdint_.h: Treat IRIX like OpenBSD.
46306
46307 2006-06-23  Bruno Haible  <bruno@clisp.org>
46308
46309         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46310         ISO C 99 Technical Corrigendum 1.
46311
46312 2006-06-22  Simon Josefsson  <jas@extundo.com>
46313
46314         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46315         MinGW.
46316
46317 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46318
46319         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46320         needed.  Some compiler complained about some of them.  Problem reported
46321         by Larry Jones in
46322         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46323
46324 2006-06-21  Simon Josefsson  <jas@extundo.com>
46325
46326         * tests/test-getaddrinfo.c: New file.
46327
46328         * modules/getaddrinfo-tests: New file.
46329
46330         * MODULES.html.sh: Add inet_pton.
46331
46332         * modules/inet_pton: New file.
46333
46334 2006-06-21  Simon Josefsson  <jas@extundo.com>
46335
46336         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46337         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46338         of using the (limited) gnulib implementation on Windows XP.
46339
46340         * m4/inet_pton.m4: New file.
46341
46342 2006-06-21  Simon Josefsson  <jas@extundo.com>
46343
46344         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46345         variable.
46346
46347         * lib/socket_.h: Don't define WINVER.
46348
46349         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46350         slightly modified to work in gnulib.
46351
46352 2006-06-21  Simon Josefsson  <jas@extundo.com>
46353
46354         * doc/gnulib.texi (Windows sockets): Add.
46355
46356 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46357
46358         * lib/read-file.c (fread_file): Start with buffer allocation of
46359         0 bytes rather than 1 byte; this simplifies the code.
46360         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46361         code to free buffer and save/restore errno.
46362         (internal_read_file): Remove unused local.
46363
46364 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46365
46366         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46367         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46368         Problem reported by Denis Excoffier in
46369         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46370
46371 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46372
46373         * modules/sys_socket, modules/socklen: Include sys/types since
46374         FreeBSD 4.x's sys/socket.h needs it.
46375
46376 2006-06-19  Simon Josefsson  <jas@extundo.com>
46377
46378         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46379
46380 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46381
46382         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46383
46384 2006-06-19  Bruno Haible  <bruno@clisp.org>
46385
46386         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46387         and FULL_PATH_INTTYPES_H in angle brackets.
46388         Reported by Mark D. Baushke <mdb@gnu.org>.
46389
46390 2006-06-17  Eric Blake  <ebb9@byu.net>
46391
46392         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46393         errno.
46394
46395 2006-06-17  Bruno Haible  <bruno@clisp.org>
46396
46397         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46398         <sys/inttypes.h>.
46399
46400 2006-06-17  Bruno Haible  <bruno@clisp.org>
46401
46402         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46403         whether errno is declared. Assume <errno.h> declares errno.
46404
46405 2006-06-17  Bruno Haible  <bruno@clisp.org>
46406
46407         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46408
46409 2006-06-17  Bruno Haible  <bruno@clisp.org>
46410
46411         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46412         problem on Solaris 2.5.1.
46413
46414 2006-06-16  Eric Blake  <ebb9@byu.net>
46415
46416         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46417         * lib/unicodeio.c [!defined errno]: Likewise.
46418         * lib/strtol.c [!defined errno]: Likewise.
46419         * lib/strtod.c [!defined errno]: Likewise.
46420
46421 2006-06-15  Eric Blake  <ebb9@byu.net>
46422
46423         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46424
46425 2006-06-15  Eric Blake  <ebb9@byu.net>
46426
46427         * config/srclist.txt (ssize_t.m4): Lose sync.
46428
46429 2006-06-15  Bruno Haible  <bruno@clisp.org>
46430
46431         * modules/stdint (Files): Include m4/full-header-path.m4,
46432         m4/size_max.m4, m4/wchar_t.m4.
46433         (Makefile.am): Many more substitutions.
46434         * modules/stdint-tests: New file.
46435         * tests/test-stdint.c: New file.
46436
46437 2006-06-15  Bruno Haible  <bruno@clisp.org>
46438
46439         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46440         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46441         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46442         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46443         gl_CHECK_TYPE_SAME): New macros.
46444
46445 2006-06-15  Bruno Haible  <bruno@clisp.org>
46446
46447         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46448
46449 2006-06-15  Bruno Haible  <bruno@clisp.org>
46450
46451         * lib/stdint_.h: Rewritten to be fully auto-configured.
46452         Fixes bug on HP-UX/IA64.
46453
46454 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46455
46456         * lib/getdate.y (__attribute__): Don't define if already defined.
46457         Problem reported by Larry Jones.
46458         * lib/utimens.c (__attribute__): Likewise.
46459
46460 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46461
46462         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46463         reported by Andreas Schwab.
46464
46465 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46466             Bruno Haible  <bruno@clisp.org>
46467
46468         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46469         check for the declaration of strnlen and a run test that exposes the
46470         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46471         rpl_strndup.
46472
46473 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46474             Bruno Haible  <bruno@clisp.org>
46475
46476         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46477
46478 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46479
46480         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46481         compile test, for Tru64 4.0D.
46482
46483 2006-05-28  Karl Berry  <karl@gnu.org>
46484
46485         * config/srclist.txt (printf-args.c): lose sync.
46486
46487 2006-05-26  Martin Lambers  <marlam@marlam.de>
46488
46489         * lib/getpass.c: Updates the test for the native W32 API, and adds
46490         missing includes, thus fixing compilation warnings.
46491
46492 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46493
46494         * lib/exclude.c (exclude_fnmatch): New function.
46495         (excluded_file_name): Call exclude_fnmatch.
46496         * lib/exclude.h (excluded_file_name): New prototype
46497
46498 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46499
46500         * lib/tempname.c (small_open, large_open): New macros.
46501         (__open, __open64) [!_LIBC]: Remove.
46502         (__gen_tempname): Use small_open and large_open instead of __open
46503         and __open64.  This fixes a portability bug on HP-UX 11.11i
46504         reported by Simon Wing-Tang in
46505         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46506
46507 2006-05-24  Bruno Haible  <bruno@clisp.org>
46508
46509         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46510         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46511         Reported by Thorsten Maerz <torte@netztorte.de> via
46512         Aaron Stone <aaron@serendipity.cx>.
46513
46514 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46515
46516         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46517         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46518         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46519         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46520         not really conditional on the cache.
46521         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46522
46523 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46524
46525         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46526         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46527         (my_usleep): Don't mishandle maximum value.
46528
46529 2006-05-19  Jim Meyering  <jim@meyering.net>
46530
46531         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46532
46533 2006-05-17  Bruno Haible  <bruno@clisp.org>
46534
46535         Cygwin portability.
46536         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46537
46538 2006-05-17  Bruno Haible  <bruno@clisp.org>
46539
46540         * lib/stdint_.h: Fix recognition of Cygwin.
46541
46542 2006-05-15  Bruno Haible  <bruno@clisp.org>
46543
46544         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
46545         on libtool patch by Ralf Wildenhues.
46546
46547 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46548
46549         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
46550         test for C99 conformance; (bool) 0.5 is an integer constant
46551         expression, but (bool) -0.5 is not.  Problem reported by Fedor
46552         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
46553
46554 2006-05-11  Simon Josefsson  <jas@extundo.com>
46555
46556         * m4/xvasprintf.m4: Fix obvious typo.
46557
46558 2006-05-11  Jim Meyering  <jim@meyering.net>
46559
46560         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
46561         James Lemley.
46562
46563 2006-05-10  Simon Josefsson  <jas@extundo.com>
46564
46565         * lib/md4.c: Typo fix, update copyright years.
46566         (K1, K2): Don't use L because it turn computations into 64-bit on
46567         64-bit platforms.
46568
46569 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46570
46571         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
46572         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
46573         unwanted sign propagation, e.g., on hosts with 64-bit int.
46574         There still are some problems with reeelly weird theoretical hosts
46575         (e.g., 33-bit int) but it's not worth worrying about now.
46576         * lib/sha1.c (rol): Likewise.
46577         (K1, K2, K3, K4): Remove unnecessary L suffix.
46578
46579 2006-05-10  Bruno Haible  <bruno@clisp.org>
46580
46581         * lib/des.c: Cast to avoid warnings.
46582
46583 2006-05-09  Bruno Haible  <bruno@clisp.org>
46584
46585         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
46586         (Depends-on): Depend also on xsize, stdarg.
46587         (configure.ac): Add gl_XVASPRINTF.
46588
46589 2006-05-09  Bruno Haible  <bruno@clisp.org>
46590
46591         * m4/xvasprintf.m4: New file.
46592
46593 2006-05-09  Bruno Haible  <bruno@clisp.org>
46594
46595         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
46596         (EOVERFLOW): Define fallback value.
46597         (xstrcat): New function.
46598         (xvasprintf): Recognize the special case of a string concatenation.
46599
46600 2006-05-08  Eric Blake  <ebb9@byu.net>
46601
46602         * gnulib-tool (func_version): Base copyright year on CVS date.
46603         (func_emit_copyright_notice): New function.
46604         (func_emit_lib_Makefile_am): Use it.
46605         (func_emit_tests_Makefile_am): Likewise.
46606         (func_import): Likewise.
46607
46608 2006-05-08  Bruno Haible  <bruno@clisp.org>
46609
46610         * modules/stdarg: New file.
46611         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
46612
46613 2006-05-08  Bruno Haible  <bruno@clisp.org>
46614
46615         * m4/stdarg.m4: New file, from GNU gettext.
46616
46617 2006-05-08  Bruno Haible  <bruno@clisp.org>
46618
46619         * config/srclist.txt (build-aux/config.rpath): different from latest
46620         release.
46621
46622 2006-05-08  Bruno Haible  <bruno@clisp.org>
46623
46624         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
46625
46626 2006-05-05  Jim Meyering  <jim@meyering.net>
46627
46628         * m4/warning.m4: New file, derived from bison's file by the same name.
46629
46630 2006-05-03  Bruno Haible  <bruno@clisp.org>
46631
46632         * lib/stdint_.h: Shorter URL.
46633         * lib/inttypes.h: Likewise.
46634
46635 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46636
46637         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
46638
46639 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46640
46641         * lib/verify.h: Document the internals better.  Most of this change
46642         was written by Bruno Haible.
46643
46644 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46645
46646         * doc/verify.texi: New file, partly based on a proposal by
46647         Bruno Haible.
46648
46649 2006-05-02  Bruno Haible  <bruno@clisp.org>
46650
46651         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
46652         test from here...
46653         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
46654
46655 2006-04-29  Bruno Haible  <bruno@clisp.org>
46656
46657         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
46658         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
46659
46660 2006-04-29  Bruno Haible  <bruno@clisp.org>
46661
46662         * gnulib-tool: Make --update option actually work.
46663
46664 2006-04-29  Bruno Haible  <bruno@clisp.org>
46665
46666         * doc/gcd.texi: New file.
46667         * doc/gnulib.texi: Include it.
46668
46669 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
46670
46671         * lib/getdate.y (get_date): When adding relative date, start with the
46672         initial time, not with the result of the first mktime call.
46673
46674 2006-04-25  Bruno Haible  <bruno@clisp.org>
46675
46676         * gnulib-tool (func_import): Output the include directives in three
46677         blocks, sorted separately.
46678         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46679
46680 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46681
46682         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
46683         to define main with arguments, for C++.  Reported by Eric Blake.
46684         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
46685         Prefer 'int main ()' to 'int main (void)', for C++.
46686         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
46687         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
46688         for 'main', for C99 and C++.
46689
46690 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46691
46692         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
46693         Don't assume that exit status -1 is valid.
46694         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
46695         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
46696         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
46697         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
46698         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
46699         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
46700         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
46701         functions can be used without declaring them, or that you can
46702         exit with status -1.
46703         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
46704
46705 2006-04-24  Karl Berry  <karl@gnu.org>
46706
46707         * config/srclist.txt (longdouble.m4): sync lost.
46708
46709 2006-04-24  Eric Blake  <ebb9@byu.net>
46710
46711         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
46712
46713 2006-04-24  Bruno Haible  <bruno@clisp.org>
46714
46715         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
46716         poll() implementation in AIX.
46717         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46718
46719 2006-04-24  Bruno Haible  <bruno@clisp.org>
46720
46721         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
46722         assigned exactly once.
46723
46724 2006-04-23  Claudio Fontana  <claudio@gnu.org>
46725             Bruno Haible  <bruno@clisp.org>
46726
46727         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
46728         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
46729         for AM_CPPFLAGS.
46730
46731 2006-04-23  Bruno Haible  <bruno@clisp.org>
46732
46733         * modules/copy-file: Depend on unistd.
46734         * modules/execute: Likewise.
46735         * modules/fatal-signal: Likewise.
46736         * modules/findprog: Likewise.
46737         * modules/mkdtemp : Likewise.
46738         * modules/pipe: Likewise.
46739         * modules/wait-process: Likewise.
46740
46741 2006-04-23  Bruno Haible  <bruno@clisp.org>
46742
46743         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
46744         condition was already detected.
46745         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46746
46747 2006-04-23  Bruno Haible  <bruno@clisp.org>
46748
46749         * lib/copy-file.c: Include <unistd.h> unconditionally.
46750         * lib/execute.c: Likewise.
46751         * lib/fatal-signal.c: Likewise.
46752         * lib/findprog.c: Likewise.
46753         * lib/mkdtemp.c: Likewise.
46754         * lib/pipe.h: Likewise.
46755         * lib/pipe.c: Likewise.
46756         * lib/wait-process.h: Likewise.
46757
46758 2006-04-23  Bruno Haible  <bruno@clisp.org>
46759
46760         * gnulib-tool (func_usage): Fix --import description. Document
46761         --update.
46762         (func_import): Create temporary file in a temporary directory, if
46763         --dry-run is specified. Silence errors from 'grep' when there are no
46764         m4 files in $m4dir.
46765         (func_create_testdir): Silence errors from 'grep' when there are no
46766         m4 files in $m4dir.
46767         Reported by Karl Berry <karl@freefriends.org>.
46768
46769 2006-04-20  Bruno Haible  <bruno@clisp.org>
46770
46771         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
46772         one argument, so that the code will be portable to Autoconf 2.60.
46773         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
46774         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46775         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
46776
46777 2006-04-19  Derek Price  <derek@ximbiot.com>
46778             Eric Blake  <ebb9@byu.net>
46779
46780         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
46781         rather than "/full/path.h".  Update comment to match.  Shorten &
46782         generalize m4_translit call via AS_TR_CPP.
46783
46784 2006-04-19  Derek Price  <derek@ximbiot.com>
46785             Eric Blake  <ebb9@byu.net>
46786
46787         * lib/inttypes.h: Correct grammar in comment.
46788
46789 2006-04-18  Derek Price  <derek@ximbiot.com>
46790             Paul Eggert  <eggert@cs.ucla.edu>
46791
46792         * modules/inttypes: New file.
46793         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
46794
46795 2006-04-18  Derek Price  <derek@ximbiot.com>
46796             Paul Eggert  <eggert@cs.ucla.edu>
46797
46798         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
46799         New files.
46800
46801 2006-04-18  Derek Price  <derek@ximbiot.com>
46802             Paul Eggert  <eggert@cs.ucla.edu>
46803
46804         * lib/inttypes.h: New file.
46805         * lib/strtoimax.c: Assume <inttypes.h>.
46806
46807 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
46808
46809         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
46810         isn't mounted.  Problem reported by Kir Kolyshkin.
46811
46812 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
46813
46814         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
46815         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
46816         Derek R. Price.
46817         * lib/regex.h (RE_DUP_MAX): Update comment to match current
46818         implementation.
46819
46820 2006-04-12  Eric Blake  <ebb9@byu.net>
46821
46822         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
46823         is now done automatically by the corresponding Autoconf macro.
46824
46825 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
46826
46827         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
46828         time_r.h.
46829
46830 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
46831
46832         Merge regex changes from libc, removing some of our
46833         POSIX-conformance changes that were rejected and redoing them in a
46834         less-intrusive way.
46835
46836         * lib/regcomp.c (re_compile_internal, init_dfa):
46837         Length arg is now size_t, not Idx.  All uses changed.
46838         (peek_token): Forward decl now says internal_function.
46839         (__re_error_msgid, __re_error_msgid_idx):
46840         Now static rather than extern with attribute_hidden.
46841         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
46842         For some reason libc prefers K&R style defns for external functions.
46843         (regerror) [!defined _LIBC]: Likewise.
46844         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
46845         (seek_collating_symbol_entry, lookup_collation_sequence_value):
46846         (build_range_exp, build_collating_symbol):
46847         Use K&R-style defn.
46848         (re_compile_fastmap): Use '\0' to memset, not 0.
46849         (utf8_sb_map): Make the calculations more obvious.
46850         (init_dfa, parse_bracket_exp, build_charclass_op):
46851         Call calloc and cast result, as glibc does.
46852         (init_word_char, fetch_token, peek_token, peek_token_bracket):
46853         (build_range_exp, build_collating_symbol):
46854         Now internal functions.
46855
46856         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
46857
46858         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
46859         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
46860         Don't depend on VMS; depend on __VMS instead, for POSIX
46861         namespace cleanness.
46862         (regoff_t): Define to ssize_t, not long int.
46863
46864         Remove the REG_ macros named below.  Instead, make the old names
46865         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
46866         __USE_GNU_REGEX.
46867         (REG_BACKSLASH_ESCAPE_IN_LISTS):
46868         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
46869         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
46870         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
46871         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
46872         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
46873         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
46874         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
46875         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
46876         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
46877         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
46878         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
46879         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
46880         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
46881         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
46882         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
46883         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
46884         (REG_NREGS):
46885         Remove.  All uses replaced by the old RE_* names.
46886         (RE_BACKSLASH_ESCAPE_IN_LISTS):
46887         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
46888         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
46889         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
46890         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
46891         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
46892         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
46893         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
46894         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
46895         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
46896         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
46897         Don't bother having these macros be independent of each others'
46898         values, since they no longer exist in the POSIX name space.
46899
46900         Rename the following member names back to their old names,
46901         unless !__USE_GNU_REGEX.  All uses changed back.
46902         (buffer): Renamed from re_buffer.
46903         (allocated): Renamed from re_allocated.
46904         (used): Renamed from re_used.
46905         (syntax): Renamed from re_syntax.
46906         (fastmap): Renamed from re_fastmap.
46907         (translate): Renamed from re_translate.
46908         (can_be_null): Renamed from re_can_be_null.
46909         (regs_allocated): Renamed from re_regs_allocated.
46910         (fastmap_accurate): Renamed from re_fastmap_accurate.
46911         (no_sub): Renamed from re_no_sub.
46912         (not_bol): Renamed from re_not_bol.
46913         (not_eol): Renamed from re_not_eol.
46914         (newline_anchor): Renamed from re_newline_anchor.
46915         (num_regs): Renamed from rm_num_regs.
46916         (start): Renamed from rm_start.
46917         (end): Renamed from rm_end.
46918
46919         (free_state): Move up a bit.
46920
46921         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
46922         #define to be empty.
46923         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
46924         when that is what is intended.
46925         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
46926         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
46927         (MAX): New macro.
46928         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
46929         All uses changed back to re_malloc, etc.  It's now the caller's
46930         responsibility to check for overflow; all callers changed.
46931         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
46932         (re_x2nrealloc): Remove.
46933         (free_state): Remove decl.
46934
46935         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
46936         (re_set_registers, re_exec):
46937         Use K&R-style defn.
46938
46939         2006-01-31  Roland McGrath  <roland@redhat.com>
46940
46941         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
46942         Reported by Mike Frysinger <vapier@gentoo.org>.
46943
46944         2006-01-15  Andreas Jaeger  <aj@suse.de>
46945
46946         [BZ #1950]
46947         * lib/regex_internal.c (re_string_reconstruct): Adjust for
46948         build_wcs_upper_buffer change.
46949         (build_wcs_upper_buffer): Change return type.
46950
46951         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
46952
46953         * lib/regex_internal.h: Include <stdint.h> if available.
46954
46955         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
46956
46957         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
46958
46959         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
46960
46961         * lib/regcomp.c: Adjust for changed secondary hash function.
46962
46963         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
46964
46965         * lib/regex.h: Pretty printing.
46966         Clean up namespace a bit.
46967
46968         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
46969
46970         * lib/regexec.c (update_cur_sifted_state, check_arrival,
46971         check_arrival_add_next_nodes): Avoid using uninitialized variable.
46972
46973         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46974                     Ulrich Drepper  <drepper@redhat.com>
46975
46976         [BZ #1302]
46977         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
46978         changed.
46979         (bitset_word_t): Renamed from bitset_word.  All uses changed.
46980
46981         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
46982
46983         [BZ #281]
46984         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
46985         * lib/regcomp.c: Remove unnecessary uses of
46986         unsigned RE_TRANSLATE_TYPE.
46987         * lib/regex_internal.h: Likewise.
46988         * lib/regex_internal.c: Likewise.
46989         * lib/regexec.c: Likewise.
46990         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
46991
46992         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
46993
46994         * lib/regexec.c (find_recover_state): Remove unnecessary
46995         initialization.
46996         (transit_state_bkref): Make DFA a const pointer.
46997         (get_subexp): Likewise.
46998         (check_arrival): Likewise.
46999         (update_cur_sifted_state): Likewise.
47000         (re_search_internal): Likewise.
47001         (prune_impossible_nodes): Likewise.
47002         (acquire_init_state_context): Likewise.
47003         (proceed_next_node): Likewise.
47004         (set_regs): Likewise.
47005         (free_fail_stack_return): Likewise.
47006         (check_arrival_expand_ecl): Mark DFA parameter as const.
47007         (check_arrival_expand_ecl_sub): Likewise.
47008         (check_subexp_limits): Likewise.
47009         (sub_epsilon_src_nodes):  Likewise.
47010         (add_epsilon_src_nodes):  Likewise.
47011         (merge_state_array): Likewise.
47012         (update_regs): Likewise.
47013         (build_trtable): Likewise.
47014         (sift_states_backward): Mark MCTX parameter as const.
47015         (build_sifted_states): Likewise.
47016         (update_cur_sifted_state): Likewise.
47017         (sift_states_mkref): Likewise.
47018         (check_arrival_expand_ecl): Mark eclosure as const.
47019         (check_dst_limits_calc_pos_1): Likewise.
47020         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47021         pointer.
47022
47023         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47024
47025         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47026         (transit_state_sb): Likewise.
47027         (transit_state_mb): Likewise.
47028         (sift_states_iter_mb): Likewise.
47029         (check_arrival_add_next_nodes): Likewise.
47030         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47031         [_LIBC] (re_search_2_stub): Use mempcpy.
47032
47033         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47034         mbrtowc for very simple UTF-8 case.
47035
47036         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47037         a pointer-to-const.
47038         (re_acquire_state_context): Likewise.
47039         * lib/regex_internal.h: Adjust prototypes.
47040
47041         * lib/regex.c: Prevent using C++ compilers.
47042
47043         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47044         (re_acquire_state_context): Likewise.
47045
47046 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47047
47048         * modules/regex (Depends-on): Add ssize_t.
47049
47050 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47051
47052         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47053         translation table.
47054
47055 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47056
47057         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47058
47059 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47060             Bruno Haible  <bruno@clisp.org>
47061
47062         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47063         <sys/types.h> and <inttypes.h>.
47064
47065 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47066
47067         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47068         `__error_t_defined', so argp.h will not typedef the former.
47069
47070 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47071
47072         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47073         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47074         glibc names.  Even if glibc is changed to conform to POSIX, the
47075         traditional names will be available anyway, since regex depends on
47076         the extensions module.  Also, fix a longstanding typo in the
47077         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47078         reported by Emanuele Giaquinta.  Also, change sense of cached
47079         variable, so that the message makes sense.
47080
47081 2006-03-24  Simon Josefsson  <jas@extundo.com>
47082
47083         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47084         including some doc fixes.
47085         (base64_encode_alloc): Fix +1 bug on allocation failures.
47086
47087 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47088
47089         * lib/base64.c (base64_encode): Do not read past end of array with
47090         unsanitized input on systems with CHAR_BIT > 8.
47091
47092 2006-03-24  Eric Blake  <ebb9@byu.net>
47093
47094         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47095
47096 2006-03-22  Karl Berry  <karl@gnu.org>
47097
47098         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47099         * config/srclistvars.sh (COREUTILS): new var.
47100
47101 2006-03-17  Jim Meyering  <jim@meyering.net>
47102
47103         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47104         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47105
47106 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47107
47108         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47109         no longer needs it.  Instead, check that regoff_t is as least
47110         as wide as ptrdiff_t.
47111
47112         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47113         so that our regex.h stays compatible with the installed regex.
47114         This is helpful for installers who configure --without-included-regex.
47115         Problem reported by Emanuele Giaquinta.
47116
47117 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47118
47119         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47120         Typedef to long int, not to off_, as POSIX will likely change
47121         in that direction.
47122
47123 2006-03-15  Eric Blake  <ebb9@byu.net>
47124
47125         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47126
47127 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47128
47129         * lib/argp-help.c (validate_uparams): Fix typo
47130         * lib/argp-parse.c (argp_default_options): Consistently begin help
47131         messages with a lowercase letter.
47132
47133 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47134
47135         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47136         overrun buffers and shouldn't be used (much as gets shouldn't be
47137         used).
47138         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47139
47140 2006-03-08  Simon Josefsson  <jas@extundo.com>
47141
47142         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47143         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47144
47145 2006-03-08  Simon Josefsson  <jas@extundo.com>
47146
47147         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47148         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47149
47150 2006-03-08  Simon Josefsson  <jas@extundo.com>
47151
47152         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47153         signal that configure disabled the device.
47154
47155 2006-03-08  Simon Josefsson  <jas@extundo.com>
47156
47157         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47158         languages.
47159
47160 2006-03-07  Simon Josefsson  <jas@extundo.com>
47161
47162         * modules/getopt (Depends-on): Add unistd.
47163
47164         * modules/unistd: New file.
47165
47166 2006-03-07  Simon Josefsson  <jas@extundo.com>
47167
47168         * modules/gc-random: New file.
47169
47170 2006-03-07  Simon Josefsson  <jas@extundo.com>
47171
47172         * m4/unistd_h.m4: New file.
47173
47174 2006-03-07  Simon Josefsson  <jas@extundo.com>
47175
47176         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47177         test to be side-effect free by storing the result in the cache
47178         variable gl_cv_lib_readline, and moving the assignment of
47179         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47180         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47181
47182 2006-03-07  Simon Josefsson  <jas@extundo.com>
47183
47184         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47185         error on missing devices (the functions will return an error).
47186
47187         * m4/gc.m4: Move random stuff to gc-random.m4
47188
47189 2006-03-07  Simon Josefsson  <jas@extundo.com>
47190
47191         * lib/unistd_.h: New file.
47192
47193 2006-03-07  Simon Josefsson  <jas@extundo.com>
47194
47195         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47196
47197 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47198
47199         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47200         Problem reported by Juan Manuel Guerrero.
47201
47202 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47203
47204         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47205         the unistd module.
47206         * lib/getlogin_r.c: Likewise.
47207         * lib/getlogin_r.h: Likewise.
47208         * lib/glob.c: Likewise.
47209         * lib/pagealign_alloc.c: Likewise.
47210         * lib/unistd_.h: Remove; no longer needed.
47211
47212 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47213
47214         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47215         Add unistd.
47216         * modules/c-stack (Depends-on): Add unistd.
47217         * modules/getlogin_r: Likewise.
47218         * modules/glob: Likewise.
47219         * modules/pagealign_alloc: Likewise.
47220         * modules/unistd (Files): Remove lib/unistd_.h.
47221         (EXTRA_DIST): Remove.
47222         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47223         need unistd_.h.
47224         (MOSTLYCLEANFILES): Remove unistd.h-t.
47225
47226 2006-03-03  Simon Josefsson  <jas@extundo.com>
47227
47228         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47229
47230 2006-03-03  Simon Josefsson  <jas@extundo.com>
47231
47232         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47233         libidn and bison.
47234
47235 2006-03-03  Simon Josefsson  <jas@extundo.com>
47236
47237         * build-aux/maint.mk: Add indent target.
47238
47239 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47240
47241         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47242         our replacement poll.h in any case, to avoid a differing
47243         declaration from a system header.  Seen on AIX.
47244
47245 2006-03-01  Simon Josefsson  <jas@extundo.com>
47246
47247         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47248         <kasal@ucw.cz>.
47249
47250 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47251
47252         * modules/gettime (Depends-on): Add extensions module.
47253         * modules/nanosleep (Depends-on): Likewise.
47254         * modules/settime (Depends-on): Likewise.
47255
47256 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47257
47258         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47259         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47260         pedantically.
47261         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47262         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47263
47264         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47265         not "==".  Reported by Ralf Wildenhues.
47266
47267 2006-03-01  Karl Berry  <karl@gnu.org>
47268
47269         * doc/Copyright/request-*: new files, synced from gnuorg.
47270
47271 2006-03-01  Karl Berry  <karl@gnu.org>
47272
47273         * config/srclist.txt (Copyright/*): new entries.
47274
47275 2006-02-28  Simon Josefsson  <jas@extundo.com>
47276
47277         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47278
47279 2006-02-27  Simon Josefsson  <jas@extundo.com>
47280
47281         * lib/base64.h: Indent #define's.  From Jim Meyering
47282         <jim@meyering.net>.
47283
47284 2006-02-27  Jim Meyering  <jim@meyering.net>
47285
47286         Revert the change of 2006-02-24, so these files can continue
47287         to be sync'd from gettext.
47288         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47289         of `config.h'.
47290
47291 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47292
47293         * modules/intprops: New file.
47294         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47295         Add intprops.
47296         * modules/getloadavg (Files): Remove lib/intprops.h.
47297         (Depends-on): Add intprops.
47298         * modules/human: Likewise.
47299         * modules/inttostr: Likewise.
47300         * modules/openat: Likewise.
47301         * modules/sig2str: Likewise.
47302         * modules/userspec: Likewise.
47303         * modules/utimecmp: Likewise.
47304         * modules/xnanosleep: Likewise.
47305         * modules/xstrtol: Likewise.
47306
47307 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47308
47309         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47310         * modules/lock-tests (TESTS): Use $(EXEEXT).
47311         * modules/tls-tests: Likewise.
47312         * modules/argp-tests: Likewise.
47313         (check_PROGRAMS): New var, replacing...
47314         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47315
47316 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47317
47318         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47319         `config.h'.
47320
47321 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47322
47323         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47324
47325 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47326
47327         Sync from coreutils.
47328         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47329         gl_CHDIR_SAFER.
47330
47331 2006-02-22  Jim Meyering  <jim@meyering.net>
47332
47333         Sync from coreutils.
47334         * m4/chdir-safer.m4: New file.
47335
47336 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47337
47338         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47339         AT_FDCWD exceeds INT_MAX.
47340         * lib/openat.h (AT_FDCWD): Likewise.
47341
47342 2006-02-17  Eric Blake  <address@hidden>
47343
47344         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47345
47346 2006-02-16  Simon Josefsson  <jas@extundo.com>
47347
47348         * modules/getaddrinfo (Depends-on): Add sys_socket.
47349
47350 2006-02-15  Simon Josefsson  <jas@extundo.com>
47351
47352         * build-aux/maint.mk: Add dsyntax-check rule.
47353
47354 2006-02-15  Eric Blake  <ebb9@byu.net>
47355
47356         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47357         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47358         'present but cannot compile' warnings on cygwin.
47359         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47360         use ws2tcpip.h if sys/socket.h works.
47361         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47362         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47363
47364 2006-02-14  Simon Josefsson  <jas@extundo.com>
47365
47366         * modules/maintainer-makefile (Files): Rename.
47367
47368         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47369         and (the local) Makefile.cfg to maint-cfg.mk.
47370
47371         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47372         to the latter.
47373
47374         * modules/maintainer-makefile: New module.
47375
47376         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47377         severaly stripped to make it possible to build it up from scratch
47378         with reliable tests.
47379
47380         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47381         fixes to permit overriding the default actions when configure and
47382         makefile are not available.
47383
47384 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47385
47386         Sync from coreutils.
47387         * modules/lstat (Depends-on): Don't depend on xalloc.
47388         (License): Change from GPL to LGPL, since this is now simply a
47389         replacement for a libc function.
47390
47391 2006-02-14  Jim Meyering  <jim@meyering.net>
47392
47393         Sync from coreutils.
47394
47395         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47396         failure on deficient systems, and simplify gnulib lgpl dependencies.
47397         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47398         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47399
47400         * lib/xalloc-die.c: Remove unused definition of N_.
47401
47402 2006-02-14  Jim Meyering  <jim@meyering.net>
47403
47404         Sync from coreutils.
47405         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47406         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47407         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47408         double-quote uses of that variable, to accommodate the rare case in
47409         which getmntent is available in none of the libraries checked.  This
47410         happens at least on FreeBSD 5.0.
47411
47412 2006-02-13  Simon Josefsson  <jas@extundo.com>
47413
47414         * gnulib-tool (Usage): Fix --import, from
47415         karl@freefriends.org (Karl Berry).
47416
47417 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47418
47419         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47420
47421 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47422
47423         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47424         "autoupdate" on 2005-12-12.
47425
47426 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47427
47428         * modules/closeout (Depends-on): Remove atexit.
47429
47430 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47431
47432         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47433         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47434
47435 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47436
47437         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47438         __EXTENSIONS__ if this causes compilation to fail.  Problem
47439         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47440         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47441
47442 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47443
47444         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47445         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47446         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47447         All uses changed.
47448
47449 2006-01-26  Simon Josefsson  <jas@extundo.com>
47450
47451         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47452         prototype is visible on mingw32.
47453
47454         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47455         for mingw32.
47456
47457         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47458         mingw32).
47459
47460 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47461
47462         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47463         attempt to open for write; this always fails, at least on POSIX
47464         hosts.  This reinstates the 2006-01-09 change, which was
47465         inadvertently removed.
47466
47467 2006-01-26  Bruno Haible  <bruno@clisp.org>
47468
47469         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47470         Reported by Paul Eggert.
47471
47472 2006-01-26  Bruno Haible  <bruno@clisp.org>
47473             Paul Eggert  <eggert@cs.ucla.edu>
47474
47475         * lib/stdbool_.h (_Bool)
47476         [(! (defined __cplusplus || defined __BEOS__)
47477           && !defined __GNUC__
47478           && !(defined __HP_cc || defined __xlc__
47479                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47480                || defined __sgi))]:
47481         #define to signed char in these cases too; this simplifies
47482         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47483         etc., separately) and makes it more conservative.
47484
47485 2006-01-25  Simon Josefsson  <jas@extundo.com>
47486
47487         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47488         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47489         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47490
47491 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47492
47493         * lib/argp-namefrob.h: Bugfix. Remove stray #
47494
47495 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47496
47497         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47498         so that we test the test.
47499         Check for yet another HP-UX cc bug involving *bool |= bool.
47500
47501 2006-01-25  Karl Berry  <karl@gnu.org>
47502
47503         * config/srclist.txt (vasnprintf.c): sync lost.
47504
47505 2006-01-25  Jim Meyering  <jim@meyering.net>
47506
47507         Sync from the stable (b5) branch of coreutils:
47508
47509         * lib/fts.c (fts_children): Don't let close() clobber errno from
47510         failed fchdir().
47511
47512         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47513         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47514         a dangling symlink.  That can also happen at least for ELOOP.
47515         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47516         FYI, this bug predates the inclusion of fts.c in coreutils.
47517
47518         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47519         in their own block, so pre-c99 compilers don't object.
47520
47521         Avoid the double-free (first in fts_read, second in fts_close) that
47522         would occur when an `active' directory is made inaccessible (e.g.,
47523         via chmod a-x) during a traversal.
47524         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47525         before returning.  Reproduce this failure by
47526         mkdir -p a/b; cd a; chmod a-x . b
47527         Reported by Stavros Passas.
47528
47529 2006-01-25  Jim Meyering  <jim@meyering.net>
47530
47531         * lib/fileblocks.c: Remove more useless parentheses.
47532         * lib/readutmp.h: Likewise.
47533
47534 2006-01-25  Bruno Haible  <bruno@clisp.org>
47535
47536         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47537         warnings.
47538         Reported by Paul Eggert.
47539
47540 2006-01-25  Bruno Haible  <bruno@clisp.org>
47541
47542         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
47543         rid of a trap command. For Solaris sh.
47544         Reported by Mark D. Baushke <mdb@gnu.org>.
47545
47546 2006-01-24  Simon Josefsson  <jas@extundo.com>
47547
47548         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
47549         Bruno.
47550
47551 2006-01-24  Karl Berry  <karl@gnu.org>
47552
47553         * config/srclist.txt (argp-namefrob.h): sync lost.
47554
47555 2006-01-24  Jim Meyering  <jim@meyering.net>
47556
47557         * modules/openat (Files): Add lib/intprops.h.
47558         From Mark D. Baushke.
47559
47560 2006-01-24  Jim Meyering  <jim@meyering.net>
47561
47562         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
47563         Reported by Mark D. Baushke.
47564
47565 2006-01-24  Jim Meyering  <jim@meyering.net>
47566
47567         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
47568
47569 2006-01-24  Bruno Haible  <bruno@clisp.org>
47570
47571         * modules/strnlen (Maintainer): Change from glibc to all.
47572
47573 2006-01-24  Bruno Haible  <bruno@clisp.org>
47574
47575         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
47576         Patch by Paul Eggert.
47577
47578 2006-01-24  Bruno Haible  <bruno@clisp.org>
47579
47580         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
47581         already has it.
47582         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
47583         2005-11-26.
47584
47585         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
47586         'signed char' to avoid problems with the built-in _Bool type.
47587         Reported by Paul Eggert on 2005-11-26.
47588
47589 2006-01-24  Bruno Haible  <bruno@clisp.org>
47590
47591         * gnulib-tool (func_import): Avoid constructing complicated sed
47592         expressions inside backquote.
47593         Report and solution by Mark D. Baushke <mdb@gnu.org>.
47594
47595 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
47596
47597         These changes imported from libc.
47598         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
47599         test and two separate function calls.
47600         * lib/strndup.c (__strndup): Add libc_hidden_def.
47601
47602 2006-01-23  Simon Josefsson  <jas@extundo.com>
47603
47604         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
47605         Remove the test_*_SOURCES variable: automake infers it by default.
47606         * modules/tls-tests: Likewise.
47607
47608 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47609
47610         Work around porting bugs reported by Dieter in
47611         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
47612         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
47613         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
47614         Include "getopt.h" first, to check interface.
47615         (getenv): Declare only if defined HAVE_DECL_GETENV &&
47616         !HAVE_DECL_GETENV.
47617         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
47618         (__strndup): Revert to K&R-style function dfns, the glibc style.
47619         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
47620         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
47621         Include strnlen.h first, to get prototype properly.
47622         (strnlen): Renamed from __strnlen.
47623         Remove weak alias.
47624
47625 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47626
47627         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
47628
47629 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47630
47631         * config/srclist.txt: Adjust to reflect glibc reorganization.
47632         This affects only comments.
47633
47634 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47635
47636          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
47637          Reported by Bruce Korb <bkorb@gnu.org>.
47638
47639 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
47640
47641         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
47642         to pacify gcc -Wswitch-default.
47643
47644 2006-01-22  Bruno Haible  <bruno@clisp.org>
47645
47646         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
47647         temporary buffer for sprintf, take into account the precision also
47648         for 'd', 'i', 'u', 'o', 'x', 'X'.
47649
47650 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47651
47652         * modules/argp-tests: New module
47653         * tests/test-argp.c: New file
47654         * tests/test-argp-2.sh: New file
47655
47656 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47657
47658         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
47659         (__argp_base_name): Removed
47660         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
47661         typo.
47662         (__argp_base_name): Provide macro definition or extern declaration
47663         depending on the configuration
47664
47665 2006-01-20  Simon Josefsson  <jas@extundo.com>
47666
47667         * modules/inet_ntop (Depends-on): Depend on sys_socket.
47668
47669 2006-01-20  Simon Josefsson  <jas@extundo.com>
47670
47671         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
47672
47673 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
47674
47675         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
47676         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
47677         Suggested by Bruno Haible.
47678
47679 2006-01-20  Karl Berry  <karl@gnu.org>
47680
47681         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
47682         until changes propagate, I guess.
47683
47684 2006-01-19  Simon Josefsson  <jas@extundo.com>
47685
47686         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
47687
47688 2006-01-19  Simon Josefsson  <jas@extundo.com>
47689
47690         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
47691
47692 2006-01-19  Simon Josefsson  <jas@extundo.com>
47693
47694         * gnulib-tool: Set check_PROGRAMS.
47695
47696         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47697         modules/des-tests, modules/gc-arcfour-tests,
47698         modules/gc-arctwo-tests, modules/gc-des-tests,
47699         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47700         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47701         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47702         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47703         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47704         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
47705         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
47706         test_*_SOURCES.
47707
47708 2006-01-18  Simon Josefsson  <jas@extundo.com>
47709
47710         * modules/socklen (Depends-on): Depend on sys_socket.
47711
47712 2006-01-18  Simon Josefsson  <jas@extundo.com>
47713
47714         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47715         modules/des-tests, modules/gc-arcfour-tests,
47716         modules/gc-arctwo-tests, modules/gc-des-tests,
47717         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47718         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47719         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47720         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47721         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47722         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
47723         $(EXEEXT) to automake TESTS variable, for mingw32.
47724
47725 2006-01-17  Simon Josefsson  <jas@extundo.com>
47726
47727         * modules/socklen (Include): Need sys/socket.h.
47728
47729 2006-01-17  Bruno Haible  <bruno@clisp.org>
47730
47731         * modules/ssize_t (Include): Add <sys/types.h>.
47732
47733 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
47734
47735         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
47736         it's not portable and it doesn't work with cross-compiles.
47737         Problem reported by Bruno Haible.  Fix missing-$ typo in
47738         'test "gl_cv_ignore_unused_libraries" ...' that prevented
47739         -zignore from being used with Sun's C compiler.
47740
47741 2006-01-12  Simon Josefsson  <jas@extundo.com>
47742
47743         * lib/base64.c: Fix warning, reported by Bruno Haible
47744         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
47745
47746 2006-01-12  Bruno Haible  <bruno@clisp.org>
47747
47748         * modules/ldd: New file.
47749         * build-aux/ldd.sh.in: New file.
47750         * MODULES.html.sh (Support for building libraries and executables): Add
47751         ldd.
47752
47753 2006-01-12  Bruno Haible  <bruno@clisp.org>
47754
47755         * m4/ldd.m4: New file.
47756
47757 2006-01-12  Bruno Haible  <bruno@clisp.org>
47758
47759         * gnulib-tool (func_import, func_create_testdir): Don't go into an
47760         endless loop while replacing $auxdir with build-aux.
47761
47762 2006-01-11  Simon Josefsson  <jas@extundo.com>
47763
47764         * lib/stdint_.h (SIZE_MAX): Add missing (.
47765
47766 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
47767
47768         Sync from coreutils.
47769         * lib/md5.c: Fix commentary typos.
47770         (alignof, UNALIGNED_P): No need for a GCC-specific version.
47771         * lib/md5.h (__attribute__): Remove; unused.
47772         * lib/sha1.c: Fix commentary to match md5 better.
47773         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
47774         so that we don't need to worry about alignment.  All uses changed.
47775         This merges the 2005-10-28 md5 change into sha1.
47776
47777 2006-01-11  Jim Meyering  <jim@meyering.net>
47778
47779         Sync from coreutils.
47780         * lib/md5.c (OP): Fix spacing.
47781
47782 2006-01-11  Bruno Haible  <bruno@clisp.org>
47783
47784         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47785         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
47786         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
47787
47788 2006-01-11  Bruno Haible  <bruno@clisp.org>
47789
47790         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47791         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
47792         the "early" section as well.
47793
47794 2006-01-11  Bruno Haible  <bruno@clisp.org>
47795
47796         Avoid "ar: no archive members specified" error on MacOS X.
47797         * gnulib-tool (func_modules_add_dummy): New function.
47798         (func_import, func_create_testdir): Invoke it.
47799
47800 2006-01-11  Bruno Haible  <bruno@clisp.org>
47801
47802         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
47803         with $auxdir in AC_CONFIG_FILES statements.
47804
47805 2006-01-11  Bruno Haible  <bruno@clisp.org>
47806
47807         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
47808         Initialize also noinst_HEADERS to empty.
47809
47810 2006-01-11  Bruno Haible  <bruno@clisp.org>
47811
47812         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
47813         variables.
47814         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
47815         autoreconf.
47816
47817 2006-01-11  Bruno Haible  <bruno@clisp.org>
47818
47819         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
47820         overridable by the user.
47821         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47822
47823 2006-01-10  Simon Josefsson  <jas@extundo.com>
47824
47825         * modules/sys_socket: New file.
47826
47827 2006-01-10  Simon Josefsson  <jas@extundo.com>
47828
47829         * m4/sys_socket_h.m4: New file.
47830
47831 2006-01-10  Simon Josefsson  <jas@extundo.com>
47832
47833         * lib/socket_.h: New file.
47834
47835 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47836
47837         * modules/readutmp (Maintainer): Add myself.
47838
47839 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47840
47841         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
47842         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
47843         People who are still concerned with buggy memcmp implementations
47844         can invoke gl_FUNC_MEMCMP themselves.
47845
47846 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47847
47848         * lib/regex_internal.h (BITSET_WORD_BITS):
47849         Work around a bug in 64-bit PGC (before version 6.1-2), where the
47850         preprocessor mishandles large unsigned values as if they were signed.
47851         Problem reported by Claudio Fontana in
47852         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
47853
47854 2006-01-10  Jim Meyering  <jim@meyering.net>
47855
47856         Avoid the double-free (first in fts_read, second in fts_close) that
47857         would occur when an `active' directory is made inaccessible (e.g.,
47858         via chmod a-x) during a traversal.
47859         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47860         before returning.  Reproduce this failure by
47861         mkdir -p a/b; cd a; chmod a-x . b
47862         Reported by Stavros Passas.
47863
47864         Sync from coreutils.
47865         * lib/sha1.c: Tweak grammar in a comment.
47866
47867 2006-01-10  Jim Meyering  <jim@meyering.net>
47868
47869         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
47870         Patch by Joerg Sonnenberger.
47871
47872 2006-01-10  Bruno Haible  <bruno@clisp.org>
47873
47874         * modules/readutmp: Depend on module free.
47875         * modules/strtok_r: Depend on module restrict.
47876
47877 2006-01-10  Bruno Haible  <bruno@clisp.org>
47878
47879         * modules/gettext (configure.ac): Add an invocation of
47880         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
47881
47882 2006-01-10  Bruno Haible  <bruno@clisp.org>
47883
47884         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
47885         Reported by Werner Lemberg <wl@gnu.org>.
47886
47887 2006-01-10  Bruno Haible  <bruno@clisp.org>
47888
47889         * lib/localcharset.c: Update from GNU gettext.
47890
47891 2006-01-10  Bruno Haible  <bruno@clisp.org>
47892
47893         * lib/argp.h (__const): Remove macro. Use const instead.
47894         * lib/argp-fmtstream.h (__const): Likewise.
47895         * lib/glob_.h (__const): Remove macro.
47896         * lib/glob-libc.h: Use const instead of __const.
47897
47898 2006-01-10  Bruno Haible  <bruno@clisp.org>
47899
47900         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
47901         variable.
47902         Needed to avoid an automake error regarding the 'gettext' module.
47903
47904 2006-01-09  Simon Josefsson  <jas@extundo.com>
47905
47906         * modules/inet_ntop (Depends-on): Add restrict.
47907
47908 2006-01-09  Simon Josefsson  <jas@extundo.com>
47909
47910         * modules/gc-rijndael-tests (License): Put under LGPL.
47911
47912         * modules/gc-des-tests (License): Likewise.
47913
47914         * modules/gc-arcfour-tests (License): Likewise.
47915
47916         * modules/gc-arctwo-tests (License): Likewise.
47917
47918         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
47919
47920         * modules/gc-hmac-sha1-tests (Files): Likewise.
47921
47922         * modules/gc-hmac-md5-tests (License): Likewise.
47923
47924         * modules/gc-sha1-tests (License): Likewise.
47925
47926         * modules/gc-md5-tests (License): Likewise.
47927
47928         * modules/gc-md4-tests (License): Likewise.
47929
47930         * modules/gc-md2-tests (License): Likewise.
47931
47932         * modules/gc-tests (License): Likewise.
47933
47934         * modules/des-tests (License): Likewise.
47935
47936         * modules/md4-tests (License): Likewise.
47937
47938         * modules/md2-tests (License): Likewise.
47939
47940 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
47941
47942         Sync from coreutils:
47943
47944         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
47945         * modules/lib-ignore: New file.
47946         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
47947         chdir-safer.m4, lchmod.m4.
47948         * modules/openat: Add mkdirat.c, openat-priv.h.
47949
47950 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
47951
47952         Sync from coreutils.
47953         * m4/lib-ignore.m4: New file.
47954         * m4/lchmod.m4: New file.
47955
47956 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
47957
47958         Sync from coreutils.
47959         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
47960         for write access: POSIX says that must fail.
47961         * lib/fts.c (diropen): Likewise.
47962         * lib/save-cwd.c (save_cwd): Likewise.
47963         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
47964         well, for minor improvements on hosts that lack O_DIRECTORY.
47965         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
47966         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
47967         Fall back on chown if open failed with EACCES.
47968
47969         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
47970         Report an error at compile-time if only a 1-second nominal clock
47971         resolution is found.
47972
47973         * lib/lchmod.h: New file.
47974         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
47975         (make_dir_parents): Use lchown rather than chown, and
47976         lchmod rather than chmod.
47977
47978         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
47979         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
47980         "proc" reported by n0dalus.
47981
47982         * lib/mountlist.c: Include <limits.h>.
47983         (dev_from_mount_options)
47984         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
47985         New function.  It no longer assumes "dev=" has the System V meaning
47986         on Linux (since it doesn't).  It also parses "dev=" more carefully.
47987         (read_file_system_list)
47988         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
47989         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
47990         dev= in that case.
47991
47992         * lib/posixtm.h (PDS_PRE_2000): New macro.
47993         * lib/posixtm.c (year): Arg is now syntax_bits rather than
47994         allow_century.  All usages changed.  Reject dates outside the range
47995         1969-1999 if PDS_PRE_2000 is used.
47996
47997 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
47998
47999         Sync from coreutils.
48000         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48001         (Time of day items): Mention the possibility of leap seconds.
48002         Problem reported by Dr. David Alan Gilbert.
48003
48004 2006-01-09  Jim Meyering  <jim@meyering.net>
48005
48006         Sync from coreutils.
48007
48008         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48009
48010         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48011
48012         * lib/modechange.c (mode_compile): Reject an invalid mode string
48013         that starts with an octal digit.  From Andreas Gruenbacher.
48014
48015         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48016         and dup to open_safer and dup_safer, respectively.
48017         (openat_permissive): Fix typo in comment.
48018
48019         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48020         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48021         (_): Remove; no longer needed.
48022         (openat): Renamed from rpl_openat; no need for rpl_openat
48023         since openat.h renames openat for us.
48024         Replace most of the body with a call to openat_permissive,
48025         to avoid duplicate code.
48026         Port to (probably hypothetical) environments were mode_t is
48027         wider than int.
48028         (openat_permissive): Require mode arg, so that we can check
48029         types better.  Put it just after flags.  Change cwd failure
48030         indicator from pointer-to-bool to pointer-to-errno-value.
48031         All callers changed.
48032         Invoke openat_save_fail and/or openat_restore_fail if
48033         cwd_errno is null, so that openat can call us.
48034         (openat_permissive, fdopendir, fstatat, unlinkat):
48035         Simplify errno handling to avoid some duplicate code,
48036         as it's OK to set errno on success.
48037         * lib/openat.h: Revamp code so that function macros depend on
48038         __OPENAT_PREFIX only, not also on AT_FDCWD.
48039         (openat_ro): Remove.  Caller changed to use openat_permissive.
48040         (openat_permissive): Now a macro, if not a function.
48041         (openat_restore_fail, openat_save_fail): Now always functions,
48042         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48043
48044         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48045         and openat.c.
48046         * lib/mkdirat.c: Include openat-priv.h.
48047         Remove definitions of macros defined therein.
48048         * lib/openat.c: Likewise.
48049
48050         * lib/mkdirat.c (mkdirat): New file and function.
48051         * lib/openat.h (mkdirat): Declare.
48052
48053         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48054
48055         * lib/openat.h (openat_permissive): Declare.
48056         (openat_ro): Define.
48057
48058         * lib/openat.c (EXPECTED_ERRNO): New macro.
48059         (openat_permissive): New function -- used in remove.c rewrite.
48060         (all functions): Set errno just before returning, only if there
48061         was an actual failure.
48062         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48063
48064         Emulate openat-family functions using Linux's procfs, if possible.
48065         Idea and some code based on Ulrich Drepper's glibc changes.
48066
48067         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48068         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48069         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48070         before falling back on save_cwd and restore_cwd.
48071         (fdopendir, fstatat, unlinkat): Likewise.
48072
48073         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48074         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48075
48076         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48077         as second argument to va_arg.  Otherwise, some versions of gcc
48078         warn that `if this code is reached, the program will abort'.
48079
48080 2006-01-09  Jim Meyering  <jim@meyering.net>
48081
48082         Sync from coreutils.
48083         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48084         Require openat-priv.h.
48085
48086 2006-01-09  Bruno Haible  <bruno@clisp.org>
48087
48088         * modules/strnlen (Include): Use strnlen.h.
48089
48090 2006-01-09  Bruno Haible  <bruno@clisp.org>
48091
48092         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48093
48094 2006-01-09  Bruno Haible  <bruno@clisp.org>
48095
48096         * lib/sysexit_.h (EX_OK): New macro.
48097         Suggested by Martin Lambers <marlam@marlam.de>.
48098
48099 2006-01-09  Bruno Haible  <bruno@clisp.org>
48100
48101         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48102         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48103
48104 2006-01-09  Bruno Haible  <bruno@clisp.org>
48105
48106         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48107         numbers.
48108
48109 2006-01-09  Bruno Haible  <bruno@clisp.org>
48110
48111         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48112         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48113         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48114         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48115
48116 2006-01-09  Bruno Haible  <bruno@clisp.org>
48117
48118         * build-aux/javacomp.sh.in: New file, moved from lib/.
48119         * modules/javacomp-script (Files): Update.
48120         (configure.ac): Add AC_CONFIG_FILES invocation.
48121         (EXTRA_DIST): Remove variable.
48122
48123         * build-aux/javaexec.sh.in: New file, moved from lib/.
48124         * modules/javaexec (Files): Update.
48125         (configure.ac): Add AC_CONFIG_FILES invocation.
48126         (EXTRA_DIST): Remove javaexec.sh.in.
48127
48128         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48129         * modules/csharpcomp-script (Files): Update.
48130         (configure.ac): Add AC_CONFIG_FILES invocation.
48131         (EXTRA_DIST): Remove variable.
48132
48133         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48134         * modules/csharpexec (Files): Update.
48135         (configure.ac): Add AC_CONFIG_FILES invocation.
48136         (EXTRA_DIST): Remove csharpexec.sh.in.
48137
48138 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48139
48140         Sync from coreutils.
48141
48142         Add POSIX ACL support
48143         * lib/acl.h (copy_acl, set_acl): Add declarations.
48144         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48145         systems other than Linux.
48146         (chmod_or_fchmod): New function: use fchmod when possible,
48147         and chmod otherwise.
48148         (file_has_acl): Add a POSIX ACL implementation, with a
48149         Linux-specific subcase.
48150         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48151         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48152         acls are unsupported.
48153         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48154         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48155         are unsupported.
48156
48157 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48158
48159         Sync from coreutils.
48160         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48161
48162 2006-01-07  Bruno Haible  <bruno@clisp.org>
48163
48164         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48165         gl_EARLY.
48166
48167 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48168
48169         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48170         Problem reported for Mingw by Mark Junker.
48171
48172 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48173
48174         * README: Gnulib normally doesn't generate a tarball.
48175
48176 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48177
48178         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48179         long int, not int, for nanosecond counts, so that people who are
48180         used to POSIX struct timespec won't be surprised.  Reported by Jim
48181         Meyering.
48182
48183 2005-12-28  Bruno Haible  <bruno@clisp.org>
48184
48185         * build-aux/config.rpath: Update from GNU gettext.
48186
48187 2005-12-16  Jim Meyering  <jim@meyering.net>
48188
48189         * modules/fprintftime: New module.
48190         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48191
48192 2005-12-16  Jim Meyering  <jim@meyering.net>
48193
48194         * m4/fprintftime.m4: New file.
48195
48196 2005-12-16  Jim Meyering  <jim@meyering.net>
48197
48198         * lib/fprintftime.c, lib/fprintftime.h: New files.
48199
48200 2005-12-15  Simon Josefsson  <jas@extundo.com>
48201
48202         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48203         new m4/socklen.m4.
48204
48205 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48206
48207         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48208         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48209
48210 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48211
48212         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48213         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48214         struct uparams is valid. Fall back to the default values if it is
48215         not.
48216
48217 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48218
48219         * modules/argp (Files): Add argp-pin.c
48220         (Depends-on): dirname
48221         (lib_SOURCES): Add argp-pin.c
48222
48223 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48224
48225         * m4/argp.m4:  Check if program_invocation_name and
48226         program_invocation_short_name are declared and define appropriate
48227         macros if they are not.
48228
48229 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48230
48231         * lib/argp-help.c (__argp_base_name): New function
48232         (__argp_short_program_name): Rewrite using __argp_base_name
48233         * lib/argp-namefrob.h: Define program_invocation_name and
48234         program_invocation_short_name if requested
48235         (__argp_base_name): Add prototype
48236         * lib/argp-parse.c (argp_def): Use gettext wrappers
48237         (argp_default_parser): Use __argp_base_name
48238         * lib/argp-pin.c: New file. Defines program_invocation_name and
48239         program_invocation_short_name on systems that lack them.
48240
48241 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48242
48243         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48244         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48245         porting problem reported by Georg Schwarz in
48246         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48247
48248 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48249
48250         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48251         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48252         porting problem reported by Georg Schwarz in
48253         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48254
48255 2005-12-05  Bruno Haible  <bruno@clisp.org>
48256
48257         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48258         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48259         Reported by Mark Junker <mjscod@gmx.de>.
48260
48261 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48262
48263         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48264         Use implementation from Albert Chin, with some
48265         comments/corrections by Stepan Kasal and myself.
48266
48267 2005-12-02  Bruno Haible  <bruno@clisp.org>
48268
48269         * gnulib-tool (func_import): Accept GPLed build tool modules when
48270         --lgpl is given.
48271         * modules/csharpcomp-script: New file.
48272         * modules/csharpcomp: Depend on it.
48273         * modules/javacomp-script: New file.
48274         * modules/javacomp: Depend on it.
48275         Suggested by Simon Josefsson.
48276
48277 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48278
48279         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48280         statement, to work around an HP-UX 10.20 compiler bug reported by
48281         Peter O'Gorman.
48282
48283 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48284
48285         * modules/savedir (Depends-on): Add openat.
48286
48287 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48288
48289         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48290         (uintmax_t) [defined uintmax_t]: Do not declare.
48291         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48292         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48293         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48294         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48295         sake of portability to weird hosts that C allows (though we don't
48296         know of any practical examples).
48297
48298         * lib/savedir.h (fdsavedir): New decl.
48299         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48300         contains most of the former guts of savedir.
48301         (savedir): Use savedirstream.
48302         Include "openat.h".
48303
48304 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48305
48306         * modules/obstack (Files): Add m4/ulonglong.m4.
48307         Problem reported by Davide Angelocola.
48308
48309 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48310
48311         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48312         coreutils no longer futzes with rounding modes.
48313
48314 2005-11-14  Jim Meyering  <jim@meyering.net>
48315
48316         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48317         replacement of mkstemp.
48318
48319 2005-11-10  Simon Josefsson  <jas@extundo.com>
48320
48321         * lib/readline.c: Remove EOL.
48322
48323 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48324
48325         * modules/gethrxtime (Depends-on): Add gettime.
48326
48327 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48328
48329         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48330         or gettimeofday; no longer needed.
48331
48332 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48333
48334         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48335         time business.
48336         (gethrxtime) [! (HAVE_NANOUPTIME
48337         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48338         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48339         our own approximation.
48340
48341 2005-11-08  Eric Blake  <ebb9@byu.net>
48342
48343         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48344
48345 2005-11-08  Eric Blake  <ebb9@byu.net>
48346
48347         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48348
48349 2005-11-04  Bruno Haible  <bruno@clisp.org>
48350
48351         * gnulib-tool: Implement --update mode.
48352
48353 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48354
48355         Fix porting problem reported by Theodoros V. Kalamatianos.
48356         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48357         Don't assume that futimes failing means we must fail.
48358
48359 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48360
48361         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48362         variables to suggest the intended function of the PATH_MAX check.
48363
48364 2005-10-30  Kean Johnston  <jkj@sco.com>
48365
48366         Trivial changes to support SCO systems.
48367         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48368         as PATH_MAX.
48369         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48370         where __ptr is null when no I/O is pending.
48371
48372 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48373
48374         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48375         leave errno alone.  Problem reported by Dmitry V. Levin.
48376
48377 2005-10-28  Simon Josefsson  <jas@extundo.com>
48378
48379         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48380         Test more.
48381
48382         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48383
48384         * modules/md2, modules/md2-tests: New files.
48385
48386 2005-10-28  Simon Josefsson  <jas@extundo.com>
48387
48388         * m4/inet_ntop.m4: More tests.
48389
48390         * m4/gc-md2.m4, md2.m4: New file.
48391
48392 2005-10-28  Simon Josefsson  <jas@extundo.com>
48393
48394         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48395         "restrict" keywords, as per POSIX.  Protect the function
48396         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48397         Don't use K&R prototypes.  Check the sprintf return values.
48398         Re-define EAFNOSUPPORT if not present.  Indent.
48399
48400         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48401         suggested by Bruno Haible <bruno@clisp.org>.
48402
48403         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48404
48405         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48406
48407         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48408         libgcrypt).
48409
48410         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48411
48412         * lib/md2.h, lib/md2.c: New files.
48413
48414 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48415
48416         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48417         errno alone.  Problem reported by Frederic Jolliton.
48418
48419 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48420
48421         * modules/verify (License): Change from GPL to LGPL.  This is a
48422         tiny module and there are apparently near-equivalents that are
48423         under the BSD license.
48424
48425 2005-10-24  Simon Josefsson  <jas@extundo.com>
48426
48427         * modules/sha1: Relicense to LGPL.
48428
48429 2005-10-24  Simon Josefsson  <jas@extundo.com>
48430
48431         * lib/md4.h: Shrink buffer size, now that we changed the type.
48432
48433 2005-10-23  Simon Josefsson  <jas@extundo.com>
48434
48435         * gnulib-tool (func_import): Fix --tests-base.
48436
48437 2005-10-22  Simon Josefsson  <jas@extundo.com>
48438
48439         * modules/arcfour (Depends-on): Need stdint.
48440
48441 2005-10-22  Simon Josefsson  <jas@extundo.com>
48442
48443         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48444         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48445
48446 2005-10-22  Simon Josefsson  <jas@extundo.com>
48447
48448         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48449         suggested by Bruno Haible <bruno@clisp.org>.
48450
48451 2005-10-22  Simon Josefsson  <jas@extundo.com>
48452
48453         * lib/crc.h: Include stddef.h, for size_t.
48454
48455 2005-10-22  Simon Josefsson  <jas@extundo.com>
48456
48457         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48458         arcfour_context struct (simplify test vector testing in GNU
48459         Shishi).
48460
48461 2005-10-21  Simon Josefsson  <jas@extundo.com>
48462
48463         * modules/des, modules/des-tests: New files.
48464
48465         * modules/gc-des, modules/gc-des-tests: New files.
48466
48467         * tests/test-des.c, tests/test-gc-des.c: New file.
48468
48469 2005-10-21  Simon Josefsson  <jas@extundo.com>
48470
48471         * modules/arctwo, modules/arctwo-tests: New files.
48472
48473         * tests/test-arctwo.c: New file.
48474
48475         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48476
48477         * tests/test-gc-arctwo.c: New file.
48478
48479 2005-10-21  Simon Josefsson  <jas@extundo.com>
48480
48481         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48482         Bruno Haible <bruno@clisp.org>.
48483
48484         * m4/gc-des.m4: New file.
48485
48486 2005-10-21  Simon Josefsson  <jas@extundo.com>
48487
48488         * m4/arctwo.m4: New file.
48489
48490         * m4/gc-arctwo.m4: New file.
48491
48492 2005-10-21  Simon Josefsson  <jas@extundo.com>
48493
48494         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48495         block.
48496
48497 2005-10-21  Simon Josefsson  <jas@extundo.com>
48498
48499         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48500         <bruno@clisp.org>.
48501
48502         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48503
48504         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48505         Bruno Haible <bruno@clisp.org>.
48506
48507         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48508         <bruno@clisp.org>.
48509
48510 2005-10-21  Simon Josefsson  <jas@extundo.com>
48511
48512         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48513
48514 2005-10-21  Simon Josefsson  <jas@extundo.com>
48515
48516         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48517
48518 2005-10-21  Simon Josefsson  <jas@extundo.com>
48519
48520         * lib/des.h, lib/des.c: New files.
48521
48522         * lib/gc-gnulib.c: Support DES.c
48523
48524 2005-10-21  Simon Josefsson  <jas@extundo.com>
48525
48526         * lib/arctwo.h, lib/arctwo.c: New files.
48527
48528         * lib/gc-gnulib.c: Support ARCTWO.
48529
48530 2005-10-21  Simon Josefsson  <jas@extundo.com>
48531
48532         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48533         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48534
48535 2005-10-21  Simon Josefsson  <jas@extundo.com>
48536
48537         * gnulib-tool (func_import, func_create_testdir): Define automake
48538         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
48539         Makefile.am snippet),
48540         suggested by Bruno Haible <bruno@clisp.org>.
48541
48542         * modules/gc (Makefile.am): Use it.
48543
48544 2005-10-21  Bruno Haible  <bruno@clisp.org>
48545
48546         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
48547         patch.
48548
48549 2005-10-19  Simon Josefsson  <jas@extundo.com>
48550
48551         * tests/test-gc-rijndael.c: New file.
48552
48553         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
48554
48555 2005-10-19  Simon Josefsson  <jas@extundo.com>
48556
48557         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
48558         interface too.
48559
48560 2005-10-19  Simon Josefsson  <jas@extundo.com>
48561
48562         * tests/test-gc-arcfour.c: New file.
48563
48564         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
48565
48566 2005-10-19  Simon Josefsson  <jas@extundo.com>
48567
48568         * modules/gc-md4, modules/gc-md4-tests: New file.
48569
48570         * tests/test-gc-md4.c: New file.
48571
48572 2005-10-19  Simon Josefsson  <jas@extundo.com>
48573
48574         * m4/gc-md4.m4: New file.
48575
48576 2005-10-19  Simon Josefsson  <jas@extundo.com>
48577
48578         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
48579         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
48580         <kasal@ucw.cz>.
48581
48582 2005-10-19  Simon Josefsson  <jas@extundo.com>
48583
48584         * m4/gc-arcfour.m4: New file.
48585
48586         * m4/gc-rijndael.m4: New file.
48587
48588 2005-10-19  Simon Josefsson  <jas@extundo.com>
48589
48590         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
48591
48592 2005-10-19  Simon Josefsson  <jas@extundo.com>
48593
48594         * lib/gc-gnulib.c: Support ARCFOUR.
48595
48596 2005-10-19  Simon Josefsson  <jas@extundo.com>
48597
48598         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
48599         support.
48600
48601         * lib/gc.h: Add ECB enum type.
48602
48603         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
48604
48605 2005-10-18  Simon Josefsson  <jas@extundo.com>
48606
48607         * tests/test-md5.c: New file.
48608
48609         * modules/md5-tests: New file.
48610
48611 2005-10-18  Simon Josefsson  <jas@extundo.com>
48612
48613         * tests/test-md4.c: New file.
48614
48615         * modules/md4, modules/md4-tests: New files.
48616
48617 2005-10-18  Simon Josefsson  <jas@extundo.com>
48618
48619         * m4/md4.m4: New file.
48620
48621 2005-10-18  Simon Josefsson  <jas@extundo.com>
48622
48623         * lib/md4.h, lib/md4.c: New files, based on md5.?.
48624
48625 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
48626
48627         * gnulib-tool (func_create_testdir): Omit the second check whether
48628         BUILT_SOURCES in nonempty.
48629
48630 2005-10-17  Simon Josefsson  <jas@extundo.com>
48631
48632         * tests/test-rijndael.c: New file.
48633
48634 2005-10-17  Simon Josefsson  <jas@extundo.com>
48635
48636         * modules/sha1: Depend on stdint instead of md5.
48637
48638         * modules/md5: Depend on stdint, remove uint32_t.
48639
48640 2005-10-17  Simon Josefsson  <jas@extundo.com>
48641
48642         * modules/gc-sha1-tests: New file.
48643
48644         * tests/test-gc-sha1.c: New file.
48645
48646 2005-10-17  Simon Josefsson  <jas@extundo.com>
48647
48648         * m4/md5.m4: Remove call to uint32_t.m4.
48649
48650 2005-10-17  Simon Josefsson  <jas@extundo.com>
48651
48652         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
48653
48654         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
48655         md5.h.
48656
48657         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
48658
48659         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
48660
48661 2005-10-17  Simon Josefsson  <jas@extundo.com>
48662
48663         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
48664
48665 2005-10-17  Simon Josefsson  <jas@extundo.com>
48666
48667         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
48668
48669 2005-10-17  Simon Josefsson  <jas@extundo.com>
48670
48671         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
48672
48673         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
48674
48675 2005-10-17  Bruno Haible  <bruno@clisp.org>
48676
48677         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
48678         that it can also be used in a test.
48679
48680 2005-10-16  Bruno Haible  <bruno@clisp.org>
48681
48682         * gnulib-tool (func_emit_tests_Makefile_am): Also define
48683         TESTS_ENVIRONMENT, so that individual tests can augment it.
48684
48685         * gnulib-tool (func_create_testdir): Use an intermediate target for
48686         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
48687         macros, like $(ALLOCA_H), which cannot be passed through the command
48688         line.
48689
48690 2005-10-15  Simon Josefsson  <jas@extundo.com>
48691
48692         * modules/rijndael-tests: New file.
48693
48694         * modules/rijndael: New file.
48695
48696 2005-10-15  Simon Josefsson  <jas@extundo.com>
48697
48698         * m4/rijndael.m4: New file.
48699
48700 2005-10-15  Simon Josefsson  <jas@extundo.com>
48701
48702         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
48703
48704         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
48705
48706 2005-10-14  Simon Josefsson  <jas@extundo.com>
48707
48708         * tests/test-arcfour.c: New file.
48709
48710         * modules/arcfour, modules/arcfour-tests: New files.
48711
48712 2005-10-14  Simon Josefsson  <jas@extundo.com>
48713
48714         * m4/arcfour.m4: New file.
48715
48716 2005-10-14  Simon Josefsson  <jas@extundo.com>
48717
48718         * lib/arcfour.h, lib/arcfour.c: New files.
48719
48720 2005-10-14  Roland McGrath  <roland@redhat.com>
48721
48722         Import from libc.  [BZ #1331]
48723         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
48724         macro argument.
48725         Reported by Matej Vela <vela@debian.org>.
48726
48727 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48728
48729         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
48730         include <wchar.h>; no longer needed.
48731
48732 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48733
48734         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
48735
48736 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
48737         and  Ulrich Drepper  <drepper@redhat.com>
48738
48739         Import from libc.
48740         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
48741         instead of inline stream orientation test and two separate
48742         function calls.  Pay no attention to USE_IN_LIBIO.
48743
48744 2005-10-13  Simon Josefsson  <jas@extundo.com>
48745
48746         * modules/gc-hmac-md5-tests: New file.
48747
48748         * tests/test-gc-hmac-sha1.c: New file.
48749
48750         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
48751
48752         * modules/gc-hmac-md5-tests: New file.
48753
48754         * tests/test-gc-md5.c: New file.
48755
48756         * modules/gc-md5-tests: New file.
48757
48758 2005-10-13  Simon Josefsson  <jas@extundo.com>
48759
48760         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
48761         Move memory allocation outside of loop.
48762
48763 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
48764
48765         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
48766         intermediate directory is in a read-only file system.  Problem
48767         reported by Eric Blake.
48768
48769 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
48770
48771         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
48772
48773 2005-10-12  Simon Josefsson  <jas@extundo.com>
48774
48775         * tests/test-hmac-sha1.c: New file.
48776
48777         * modules/hmac-sha1-tests: New file.
48778
48779         * modules/hmac-sha1: New file.
48780
48781 2005-10-12  Simon Josefsson  <jas@extundo.com>
48782
48783         * modules/gc-sha1: New file.
48784
48785 2005-10-12  Simon Josefsson  <jas@extundo.com>
48786
48787         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
48788
48789         * tests/test-gc-pbkdf2-sha1.c: New file.
48790
48791 2005-10-12  Simon Josefsson  <jas@extundo.com>
48792
48793         * modules/gc-md5, modules/gc-hmac-md5: New files.
48794
48795         * modules/gc (Files): Remove md5, memxor and hmac files.
48796
48797 2005-10-12  Simon Josefsson  <jas@extundo.com>
48798
48799         * m4/gc-pbkdf2-sha1.m4: New file.
48800
48801         * m4/gc-hmac-sha1.m4: New file.
48802
48803         * m4/gc-sha1: New file.
48804
48805         * m4/hmac-sha1.m4: New file.
48806
48807 2005-10-12  Simon Josefsson  <jas@extundo.com>
48808
48809         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
48810
48811         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
48812
48813 2005-10-12  Simon Josefsson  <jas@extundo.com>
48814
48815         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
48816         suggested by Bruno Haible <bruno@clisp.org>.
48817
48818 2005-10-12  Simon Josefsson  <jas@extundo.com>
48819
48820         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
48821
48822 2005-10-12  Simon Josefsson  <jas@extundo.com>
48823
48824         * lib/gc-pbkdf2-sha1.c: New file.
48825
48826         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
48827
48828 2005-10-12  Simon Josefsson  <jas@extundo.com>
48829
48830         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
48831
48832         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
48833
48834 2005-10-12  Simon Josefsson  <jas@extundo.com>
48835
48836         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
48837         GC_USE_HMAC_MD5, respectively.
48838
48839         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
48840         (gc_md5): Fix typo.
48841
48842         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
48843
48844         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
48845
48846         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
48847
48848 2005-10-12  Bruno Haible  <bruno@clisp.org>
48849
48850         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
48851         Reported by Stepan Kasal <kasal@ucw.cz>.
48852
48853 2005-10-11  Simon Josefsson  <jas@extundo.com>
48854
48855         * tests/test-crc.c: New file.
48856
48857         * modules/crc, modules/crc-tests: New files.
48858
48859 2005-10-11  Simon Josefsson  <jas@extundo.com>
48860
48861         * m4/crc.m4: New file.
48862
48863 2005-10-11  Simon Josefsson  <jas@extundo.com>
48864
48865         * lib/gc.h: Add gc_hash and gc_hash_buffer.
48866
48867         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
48868
48869         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
48870
48871 2005-10-11  Simon Josefsson  <jas@extundo.com>
48872
48873         * lib/crc.h, lib/crc.c: New files.
48874
48875         * lib/gc.h (gc_hash_buffer): Add doc.
48876
48877 2005-10-11  Bruno Haible  <bruno@clisp.org>
48878
48879         * modules/c-strcasestr: New file.
48880         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
48881
48882 2005-10-11  Bruno Haible  <bruno@clisp.org>
48883
48884         * modules/c-strcase: New file.
48885         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
48886
48887 2005-10-11  Bruno Haible  <bruno@clisp.org>
48888
48889         * lib/strcasecmp.c: Include limits.h.
48890         (strcasecmp): Avoid integer overflow on exotic platforms.
48891         * lib/strncasecmp.c: Include limits.h.
48892         (strncasecmp): Avoid integer overflow on exotic platforms.
48893         Reported by Paul Eggert.
48894
48895 2005-10-11  Bruno Haible  <bruno@clisp.org>
48896
48897         * lib/c-strcasestr.h: New file, from GNU gettext.
48898         * lib/c-strcasestr.c: New file, from GNU gettext.
48899
48900 2005-10-11  Bruno Haible  <bruno@clisp.org>
48901
48902         * lib/c-strcase.h: New file, from GNU gettext.
48903         * lib/c-strcasecmp.c: New file, from GNU gettext.
48904         * lib/c-strncasecmp.c: New file, from GNU gettext.
48905
48906 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
48907
48908         * modules/mempcpy (License): GPL -> LGPL.
48909         * modules/strchrnul (License): Likewise.
48910         * modules/sysexits (License): Likewise.
48911
48912 2005-10-08  Simon Josefsson  <jas@extundo.com>
48913
48914         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
48915
48916 2005-10-07  Simon Josefsson  <jas@extundo.com>
48917
48918         * m4/memxor.m4: Remove gl_C_RESTRICT call.
48919
48920 2005-10-06  Simon Josefsson  <jas@extundo.com>
48921
48922         * tests/test-hmac-md5.c: New file.
48923
48924         * modules/hmac-md5-tests: New file.
48925
48926         * modules/hmac-md5: New file.
48927
48928 2005-10-06  Simon Josefsson  <jas@extundo.com>
48929
48930         * m4/hmac-md5.m4: New file.
48931
48932         * m4/memxor.m4: Require gl_C_RESTRICT.
48933
48934 2005-10-06  Simon Josefsson  <jas@extundo.com>
48935
48936         * lib/memxor.c (memxor): Avoid casts and warnings.
48937
48938 2005-10-06  Simon Josefsson  <jas@extundo.com>
48939
48940         * lib/hmac-md5.c: New file.
48941
48942         * lib/hmac.h: New file.
48943
48944 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
48945
48946         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
48947         promotes to int, not unsigned int, to catch the AIX 5.3
48948         compiler bug.
48949
48950 2005-10-05  Simon Josefsson  <jas@extundo.com>
48951
48952         * modules/memxor: New file.
48953
48954         * modules/iconv (Files): Move config.rpath to havelib, it is used
48955         there.
48956
48957         * modules/havelib (Files): Add config.rpath.
48958
48959 2005-10-05  Simon Josefsson  <jas@extundo.com>
48960
48961         * m4/memxor.m4: New file.
48962
48963 2005-10-05  Simon Josefsson  <jas@extundo.com>
48964
48965         * lib/memxor.c (memxor): Fix compiler error.
48966
48967         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
48968         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
48969
48970         * lib/memxor.h, lib/memxor.c: New files.
48971
48972         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
48973         we assume all systems have it, suggested by Jim Meyering
48974         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
48975         any systems lack sys/socket.h; mingw32 is known to lack it, but we
48976         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
48977         same reasons.
48978
48979 2005-10-05  Simon Josefsson  <jas@extundo.com>
48980
48981         * config/srclist.txt: Add glibc bug 1423 for md5.h.
48982
48983 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
48984
48985         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
48986         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
48987         needed, since the source code now assumes these .h files.
48988
48989 2005-10-05  Derek Price  <derek@ximbiot.com>
48990
48991         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
48992
48993 2005-10-05  Bruno Haible  <bruno@clisp.org>
48994
48995         * modules/stdint (License): Change to LGPL.
48996
48997 2005-10-04  Simon Josefsson  <jas@extundo.com>
48998
48999         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49000         D. Baushke" <mdb@gnu.org>.
49001
49002 2005-10-04  Bruno Haible  <bruno@clisp.org>
49003
49004         * lib/verify.h (verify_true): Provide alternative definition for C++.
49005
49006 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49007
49008         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49009         (SSIZE_MAX): New macro, if not already defined.
49010         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49011         than 2 GiB.
49012
49013 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49014
49015         Sync from coreutils.
49016         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49017         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49018         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49019         ULLONG_MAX doesn't work with 2.7.2.1.
49020
49021 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49022
49023         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49024         From Ben Pfaff.
49025
49026         * modules/exclude (Depends-on): Depend on verify.
49027         * modules/strtoimax (Depends-on): Likewise.
49028         * modules/utimecmp (Depends-on): Likewise.
49029
49030 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49031
49032         * lib/exclude.c: Include verify.h.
49033         (verify): Remove.  All callers changed to use verify.h's version.
49034         * lib/strtoimax.c: Likewise.
49035         * lib/utimecmp.c: Likewis.e
49036
49037         Sync from coreutils.
49038         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49039         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49040         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49041         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49042         bother returning ENOSYS if settimeofday or stime fails; just let
49043         them return whatever errno they want to return.
49044         * lib/utimens.c: Include unistd.h, for dup2.
49045         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49046         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49047
49048 2005-10-02  Jim Meyering  <jim@meyering.net>
49049
49050         Sync from coreutils.
49051         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49052         from glibc-2.2.5 that fails for read-only files.
49053
49054 2005-10-02  Jim Meyering  <jim@meyering.net>
49055
49056         Sync from coreutils.
49057         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49058         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49059         `#if HAVE_CONFIG_H'.
49060         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49061         Remove AT_FDCWD test.
49062         Do not consume the fd unless successful.
49063         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49064         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49065         block, so that we don't even try to compile it if settimeofday is
49066         available.  This works around a compilation failure on OSF1 V5.1,
49067         due to stime requiring a `long int*' while tv_sec is `int'.
49068
49069 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49070
49071         Sync from coreutils.
49072         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49073         against `yes', rather than just testing for nonempty.
49074
49075 2005-10-01  Simon Josefsson  <jas@extundo.com>
49076
49077         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49078         and Darwin.
49079
49080         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49081         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49082         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49083         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49084         Check if struct addrinfo is declared.
49085
49086 2005-10-01  Simon Josefsson  <jas@extundo.com>
49087
49088         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49089         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49090         AI_* and EAI_* definitions.  Protect function declarations.
49091
49092 2005-10-01  Jim Meyering  <jim@meyering.net>
49093
49094         Sync from coreutils.
49095
49096         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49097         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49098         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49099         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49100         in the inet and nsl libraries.  Required on Solaris 5.7.
49101
49102 2005-10-01  Jim Meyering  <jim@meyering.net>
49103
49104         Sync from coreutils.
49105         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49106         in the inet and nsl libraries.  Required on Solaris 5.7.
49107
49108 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49109
49110         * lib/getdelim.c (getdelim): Remove unused variables.
49111
49112 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49113
49114         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49115         so that the code works even with ancient cpp.  Portability problem
49116         with GCC 2.7.2.1 reported by Thomas M.Ott.
49117
49118 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49119
49120         * modules/regex (Depends-on): Add strcase.
49121
49122         * modules/gethostname (Licence): Change from GPL to LGPL, since
49123         gethostname.c is a trivial implementation of a standard library
49124         function.
49125         * modules/poll (License): Change from GPL to LGPL, since it's
49126         derived from LGPL code.
49127
49128 2005-09-27  Jim Meyering  <jim@meyering.net>
49129
49130         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49131         HAVE_CONFIG_H.
49132
49133         * lib/intprops.h (signed_type_or_expr__): Define.
49134         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49135         for unsigned types.
49136
49137 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49138
49139         * lib/verify.h (verify_expr): Remove, replacing with:
49140         (verify_true): New macro that returns true instead of void.
49141         (verify_type__): Remove.
49142         (verify): Use verify_true rather than verify_type__.
49143
49144 2005-09-26  Bruno Haible  <bruno@clisp.org>
49145
49146         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49147         is necessary.
49148         (lib_SOURCES): Remove mbchar.c.
49149         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49150         (Files): Add m4/mbrtowc.m4.
49151         * modules/mbiter: Likewise.
49152         * modules/mbuiter: Likewise.
49153
49154 2005-09-26  Bruno Haible  <bruno@clisp.org>
49155
49156         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49157         compile mbchar.c if they are not both present.
49158         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49159         * m4/mbiter.m4 (gl_MBITER): Likewise.
49160         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49161         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49162         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49163
49164 2005-09-25  Jim Meyering  <jim@meyering.net>
49165
49166         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49167         also uses socklen_t.
49168
49169 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49170
49171         * lib/utimens.c (ENOSYS): Define if not already defined.
49172         (futimens): Support having a null PATH if the file descriptor
49173         is nonnegative.
49174
49175         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49176         Remove.
49177         (__attribute): Define to empty unless GCC 3.1 or later.
49178         This works around a core dump on OpenBSD 3.4, which has GCC
49179         2.95.3, which dumps core when given __attribute__(()).  It also
49180         simplifies other tests, since we really don't want to bother with
49181         worrying about which ancient version of GCC supported what.
49182         Original problem reported by Yoann Vandoorselaere, with part of
49183         the fix suggested by Derek Price.
49184
49185 2005-09-24  Jim Meyering  <jim@meyering.net>
49186
49187         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49188         so we can once again use a positive bitfield width of 1 -- now we
49189         don't have to explain why we were using a bitfield width of 2.
49190
49191 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49192
49193         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49194         and similarly for the other external symbols.  Problem reported
49195         by James Gallager.
49196
49197         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49198         bug reported by Jim Meyering.
49199
49200         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49201         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49202         not needed, since socklen is a prerequisite module.
49203
49204 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49205
49206         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49207         Problem reported by Eric Blake.
49208         (getaddrinfo): Initialize se so that it's not garbage.
49209         Redo internal storage allocation so that it doesn't make unportable
49210         assumptions about alignment.
49211         Fix a memory leak.
49212
49213         * lib/utimens.c (futimens): Use futimesat if available.
49214         Prefer it to futimes since it doesn't have the futimes bug.
49215
49216         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49217         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49218         Instead, declare a function that returns a pointer to an array,
49219         and use verify_type__ to declare the size of the array.
49220         Problem and germ of a solution reported by Bruno Haible.
49221         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49222         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49223
49224 2005-09-23  Jim Meyering  <jim@meyering.net>
49225
49226         Sync from coreutils.
49227         Correct build failure (socklen_t not defined) on at least
49228         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49229         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49230
49231 2005-09-23  Jim Meyering  <jim@meyering.net>
49232
49233         * modules/getaddrinfo (Depends-on): Add socklen.
49234
49235 2005-09-23  Bruno Haible  <bruno@clisp.org>
49236
49237         * tests/test-verify.c: New file.
49238
49239 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49240
49241         Sync from coreutils.
49242
49243         * modules/argmatch (Depends-on): Add verify.
49244         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49245         unistd-safer.
49246         * modules/save-cwd (Depends-on): Likewise.
49247
49248         * modules/openat (Files): Add lib/openat-die.c.
49249         (Depends-on): Remove error, exitfail.
49250         Add dirname.
49251
49252         * modules/verify: New file.
49253         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49254         with "verify" module.
49255
49256 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49257
49258         Sync from coreutils.
49259
49260         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49261         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49262         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49263         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49264         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49265         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49266         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49267         Don't bother checking for string.h, stdlib.h, unistd.h.
49268         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49269         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49270         module's job.
49271         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49272         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49273
49274         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49275         (gl_GETDATE): Use it.
49276
49277         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49278
49279 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49280
49281         Sync from coreutils.
49282
49283         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49284         stat-time.h.
49285         * lib/argmatch.h: Include verify.h
49286         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49287         (ARGMATCH_ASSERT): Remove; unused.
49288         * lib/canonicalize.c: Assume STDC_HEADERS.
49289         * lib/exclude.c: Include "strcase.h".
49290         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49291         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49292         and stdio-safer.h.
49293         (getusershell): Call fopen, not fopen_safer.
49294         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49295         Do not include unistd-safer.h.
49296         (save_cwd): Don't call fd_safer; no longer needed
49297         now that we include fcntl--.h.
49298
49299         * lib/getdate.y (relative_time): New type.
49300         (RELATIVE_TIME_0): New constant.
49301         (parser_control): Use relative_time instead of doing it ourselves.
49302         (%union): Add new relative_time rel member.
49303         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49304         Now typeless.
49305         (relunit, relunit_snumber): Now of type rel.
49306         (zone, rel, relunit, get_date): Adjust to above changes.
49307
49308         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49309         Do not include unistd-safer.h.
49310         (getloadavg): Don't call fd_safer; no longer needed
49311         now that we include fcntl--.h.
49312
49313         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49314         (make_dir_parents): Treat ENOSYS like EEXIST.
49315
49316         Improve quality of diagnostics on restore_cwd failure.
49317         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49318         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49319         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49320         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49321         each time through the loop.  Do not diagnose restore_cwd failure;
49322         that is the caller's job (and perhaps the caller does not care).
49323
49324         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49325         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49326         If the file already exists but is not a directory, don't bother
49327         to try to make its parents.
49328         Close potential file descriptor leak if we can't chdir("/") (!).
49329         Don't always return true if chdir($PWD) fails; return true only
49330         if the requested action was done successfully (except for the
49331         chdir($PWD)).
49332         Don't log final directory unless we actually made it.
49333         Refactor to avoid duplicate code to fix up permissions.
49334         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49335
49336         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49337         to make it a bit faster and (I hope) clearer.
49338         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49339         Fix bug in formats like %2N.
49340
49341         * lib/verify.h: New file.
49342
49343 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49344
49345         Sync from coreutils.
49346         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49347
49348 2005-09-22  Jim Meyering  <jim@meyering.net>
49349
49350         Sync from coreutils.
49351
49352         * m4/lstat.m4 (gl_FUNC_LSTAT):
49353         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49354         Remove obsolete comment.
49355         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49356         * m4/xstrtod.m4: Likewise.
49357
49358         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49359
49360 2005-09-22  Jim Meyering  <jim@meyering.net>
49361
49362         Sync from coreutils.
49363
49364         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49365
49366         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49367         the .tm_year member, since otherwise gcc-4.0 would now warn about
49368         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49369
49370         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49371         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49372
49373         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49374         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49375         when run in a time zone for which daylight savings time is in effect
49376         for the starting date.
49377
49378         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49379         stop us from restricting permissions of just-created absolute-named
49380         directories.
49381         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49382         to restore initial working directory.
49383         * lib/mkdir-p.c (make_dir_parents): New parameter:
49384         different_working_dir, to tell caller if/when we change the working
49385         directory and are unable to return to the initial one.
49386         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49387         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49388         `return false'.  This fixes a bug introduced on 2004-07-30.
49389
49390         * lib/openat.c (fdopendir): Be sure to close the supplied
49391         file descriptor before returning.  This makes our replacement
49392         implementation a little closer to Solaris's, where fdopendir
49393         ties the file descriptor to the returned DIR* pointer.
49394         * lib/openat.c (unlinkat): New function.
49395         * lib/openat.h (unlinkat): Add prototype.
49396         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49397         (openat_restore_fail): Rename from openat_restore_die.
49398         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49399
49400         Provide an alternative to exiting immediately upon save_cwd or
49401         restore_cwd failure.  Now, an application can arrange e.g.,
49402         to perform a longjump in that case.
49403         * lib/openat.c: Include dirname.h.
49404         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49405         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49406         and openat_restore_die rather than calling error directly.
49407         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49408
49409         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49410         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49411         define.
49412
49413         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49414         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49415                             int utc, int nanoseconds);
49416         Background:
49417         date should not have to allocate a megabyte of virtual memory to
49418         handle a format argument like +%1048575T.  When implemented with
49419         strftime, it must allocate such a buffer, use strftime to fill it
49420         in, print it, then free it.
49421         With fprintftime, it simply prints everything and exits.
49422         With no need for memory allocation, that's one fewer way to fail.
49423         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49424         optional field width, not before, so we accept %9:z, not %:9z.
49425         (my_strftime): Be sure to use L_('x') for literals.
49426
49427         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49428         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49429         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49430         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49431         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49432         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49433         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49434         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49435         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49436         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49437         * lib/xgethostname.c, lib/xreadlink.c:
49438         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49439
49440         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49441         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49442         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49443         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49444         and don't include <sys/file.h>).
49445
49446 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49447
49448         Sync from coreutils.
49449
49450         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49451         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49452         [!LDAV_DONE]: Avoid unused variable warning.
49453
49454 2005-09-21  Bruno Haible  <bruno@clisp.org>
49455
49456         * lib/unicodeio.h (unicode_to_mb): New declaration.
49457
49458 2005-09-20  Derek Price  <derek@ximbiot.com>
49459
49460         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49461         getaddrinfo.h.
49462
49463 2005-09-20  Bruno Haible  <bruno@clisp.org>
49464
49465         * gnulib-tool: Remove trailing slashes from the values specified for
49466         --source-base, --m4-base, --tests-base, --aux-dir.
49467         Suggested by Simon Josefsson <jas@extundo.com>.
49468
49469 2005-09-20  Bruno Haible  <bruno@clisp.org>
49470
49471         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49472         func_modules_to_filelist, func_import, func_create_testdir): Make all
49473         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49474         change when gnulib-tool is invoked in a different locale.
49475
49476 2005-09-19  Simon Josefsson  <jas@extundo.com>
49477
49478         * m4/socklen.m4: Fix typo.
49479
49480 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49481
49482         Use a consistent style for including <config.h>.
49483         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49484         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49485         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49486         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49487         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49488         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49489         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49490         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49491         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49492         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49493         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49494         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49495         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49496         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49497         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49498         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49499         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49500         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49501         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49502         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49503         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49504         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49505         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49506         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49507         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49508         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49509         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49510         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49511         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49512         lib/xstrtoumax.c, lib/yesno.c:
49513         Standardize inclusion of config.h.
49514         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49515         lib/inttostr.h:  Removed inclusion of config.h from header files.
49516         * lib/inttostr.c:  Adjusted in-tree users.
49517         * lib/timespec.h: Remove superfluous warning to include config.h.
49518         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49519         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49520         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49521         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49522         config.h with HAVE_CONFIG_H.
49523
49524 2005-09-19  Jim Meyering  <jim@meyering.net>
49525
49526         * modules/pathmax (License): Change to LGPL.
49527
49528 2005-09-19  Derek Price  <derek@ximbiot.com>
49529
49530         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49531
49532 2005-09-19  Bruno Haible  <bruno@clisp.org>
49533
49534         * gnulib-tool (import): Provide default for --tests-base.
49535
49536 2005-09-19  Bruno Haible  <bruno@clisp.org>
49537
49538         * doc/quote.texi: New file, extracted from gnulib.texi.
49539         * doc/ctime.texi: New file, extracted from gnulib.texi.
49540         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
49541         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
49542         * doc/gnulib.texi: Include them.
49543
49544 2005-09-18  Bruno Haible  <bruno@clisp.org>
49545
49546         Portability fix.
49547         * gnulib-tool (func_readlink): New function.
49548         (func_ln_if_changed): Use it.
49549
49550 2005-09-18  Bruno Haible  <bruno@clisp.org>
49551
49552         * gnulib-tool: Support --with-tests also with --import.
49553         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
49554         (func_import): Use variables $testsbase and $inctests. Emit a
49555         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
49556         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
49557         SUBDIRS += $testsdir.
49558         (func_create_testdir): Update.
49559
49560 2005-09-18  Bruno Haible  <bruno@clisp.org>
49561
49562         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
49563         instead of $dry_run.
49564         (func_cp_if_changed, func_mv_if_changed): Remove functions.
49565         (func_ln_if_changed): Don't handle dry-run here.
49566         (func_import): In dry-run mode, detect more precisely which actions
49567         would be performed, and don't use "...ing" verbs.
49568
49569 2005-09-18  Bruno Haible  <bruno@clisp.org>
49570
49571         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
49572         (func_import): Use join on two temporary files instead of three nested
49573         loops, in order to determine which files are new or old.
49574
49575 2005-09-18  Bruno Haible  <bruno@clisp.org>
49576
49577         * gnulib-tool (func_import): Comment out code that spits out the
49578         new files with --dry-run.
49579
49580 2005-09-18  Bruno Haible  <bruno@clisp.org>
49581
49582         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
49583
49584 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49585
49586         * lib/stat-time.h: New file.
49587         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
49588         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
49589         in a different way.
49590         (timespec_cmp): New function.
49591         * lib/utimecmp.c: Include stat-time.h.
49592         (SYSCALL_RESOLUTION): Depend on whether various struct stat
49593         members exist, not on the obsolescent ST_MTIM_NSEC.
49594         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
49595
49596 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49597
49598         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
49599
49600 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49601
49602         * MODULES.html.sh (File system functions): Add stat-time.
49603         * modules/stat-time: New file.
49604         * modules/timespec (Files): Remove m4/st_mtim.m4; this
49605         is now done in a different way, by the stat-time module.
49606         * modules/utimecmp (Depends-on): Add stat-time.
49607
49608 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
49609
49610         * m4/st_mtim.m4: Remove.  Superseded by...
49611         * m4/stat-time.m4: New file.
49612         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
49613         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
49614
49615 2005-09-15  Derek Price  <derek@ximbiot.com>
49616
49617         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
49618
49619 2005-09-15  Derek Price  <derek@ximbiot.com>
49620
49621         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
49622         * lib/regex_internal.c: Ditto, using this...
49623         (__GNUC_PREREQ): ...new macro.
49624         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
49625         using...
49626         (__GNUC_PREREQ): ...this new macro.
49627
49628         * lib/strstr.h: Include string.h. Define strstr as a macro here.
49629
49630 2005-09-15  Derek Price  <derek@ximbiot.com>
49631             Paul Eggert  <eggert@cs.ucla.edu>
49632
49633         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
49634         changes, consolidating in...
49635         * lib/regex_internal.h: ...this file.
49636
49637 2005-09-13  Jim Meyering  <jim@meyering.net>
49638
49639         * lib/canon-host.c: Filter through gnu indent and reword comments
49640         slightly.
49641         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
49642
49643 2005-09-13  Derek Price  <derek@ximbiot.com>
49644
49645         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
49646         failure.
49647         Reported by Jim Meyering  <jim@meyering.net>.
49648
49649 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49650
49651         * lib/base64.c: Typo.
49652         (base64_encode): Put b64str in initialized data section.
49653
49654 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
49655
49656         Merge glibc and coreutils changes into gnulib, plus a few
49657         extra fixes.
49658         * lib/md5.c: Use #error rather than a string.
49659         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
49660         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
49661         (__attribute__): Define to empty for non recent-GCC.
49662         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
49663         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
49664         Renamed from their non-__ counterparts, with new macros replacing
49665         them if not _LIBC.  Add __THROW attribute.
49666         (rol): Remove.
49667         (struct md5_ctx): Align buffer if using GCC.
49668         * lib/sha1.h (struct sha1_ctx): Likewise.
49669         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
49670         The old name was backwards.
49671         (NOTSWAP): Remove; not used.
49672         (rol): New macro, moved here from md5.h.
49673         (sha1_process_block): Remove a FIXME that doesn't make sense.
49674
49675 2005-09-12  Derek Price  <derek@ximbiot.com>
49676
49677         Return usable errors from canon-host.
49678         * lib/canon-host.h: New file.
49679         * lib/canon-host.c (canon_host): Wrap...
49680         (canon_host_r): ...this new function, which now relies exclusively on
49681         getaddrinfo.
49682         (ch_strerror): New function.
49683         (last_cherror): New global.
49684         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
49685         interface.
49686         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
49687         void *.
49688         (freeaddrinfo): Free ai->ai_canonname when set.
49689
49690 2005-09-12  Derek Price  <derek@ximbiot.com>
49691
49692         Make canon-host require getaddrinfo.
49693         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
49694         AC_LIBSOURCE canon-host.h.  Call...
49695         (gl_PREREQ_CANON_HOST): ...this new function, which requires
49696         gl_GETADDRINFO.
49697         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
49698
49699 2005-09-12  Derek Price  <derek@ximbiot.com>
49700
49701         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
49702         LGPL.
49703         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
49704
49705 2005-09-12  Derek Price  <derek@ximbiot.com>
49706
49707         * lib/gai_strerror.c: Include config.h when available.  Include
49708         getaddrinfo.h before other headers to test interface.
49709         Reported by Larry Jones <lawrence.jones@ugs.com>.
49710
49711 2005-09-12  Derek Price  <derek@ximbiot.com>
49712             Paul Eggert  <eggert@cs.ucla.edu>
49713
49714         * modules/glob (Files): Add glob-libc.h.
49715
49716 2005-09-12  Derek Price  <derek@ximbiot.com>
49717             Paul Eggert  <eggert@cs.ucla.edu>
49718
49719         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
49720         glob_.h, glob-libc.h.
49721         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
49722
49723 2005-09-12  Derek Price  <derek@ximbiot.com>
49724             Paul Eggert  <eggert@cs.ucla.edu>
49725
49726         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
49727         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
49728         protecting things that should be done only in gnulib contexts.
49729         * lib/glob_.h: New file, containing only the glob things needed for
49730         gnulib.
49731         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
49732         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
49733         (glob, globfree, glob_pattern_p): Now defined simply in terms of
49734         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
49735         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
49736         and to respect the namespace rules better.
49737
49738 2005-09-08  Simon Josefsson  <jas@extundo.com>
49739
49740         * modules/socklen: New file.
49741
49742 2005-09-08  Simon Josefsson  <jas@extundo.com>
49743
49744         * m4/socklen.m4: New file.
49745
49746 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49747
49748         * modules/utimens (Files): Add m4/utimbuf.m4, since
49749         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
49750         Reported by Sergey Poznyakoff.
49751
49752 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49753
49754         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
49755         definitions, since that's the preferred style in glibc.
49756         Fix a minor spacing issue, and update copyright notice to match
49757         glibc's.
49758
49759 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49760
49761         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
49762
49763 2005-09-06  Simon Josefsson  <jas@extundo.com>
49764
49765         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
49766         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
49767
49768 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49769
49770         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
49771         warning.
49772
49773 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49774
49775         * config/srclist.txt: Add glibc bug 1302.
49776
49777 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
49778
49779         Change bitset word type from unsigned int to unsigned long int,
49780         as this has better performance on typical 64-bit hosts.
49781         Port bitset code to hosts with unusual word sizes.
49782         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
49783         (build_collating_symbol):
49784         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
49785         argument is a bitset.  This is merely a style issue, but it makes
49786         it clearer that an entire array is expected.
49787         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
49788         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
49789         Port to the case where bitset_word is not the same as unsigned int.
49790         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
49791         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
49792         Likewise.
49793         * lib/regexec.c (check_dst_limits_calc_pos_1,
49794         check_subexp_matching_top):
49795         (build_trtable, group_nodes_into_DFAstates):
49796         Likewise.
49797         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
49798         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
49799         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
49800         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
49801         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
49802         * lib/regcomp.c (optimize_subexps, lower_subexp):
49803         Work even if bitset_word has holes in its bitwise representation.
49804         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
49805         * lib/regexec.c (check_dst_limits_calc_pos_1,
49806         check_subexp_matching_top):
49807         Likewise.
49808         * lib/regex_internal.c (re_string_reconstruct):
49809         Don't assume UCHAR_MAX == 255.
49810         * lib/regex_internal.h (bitset_set_all): Likewise.
49811         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
49812         All uses changed.
49813         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
49814         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
49815         All uses changed.
49816         (BITSET_WORD_MAX): New macro.
49817         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
49818         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
49819         (bitset_empty, bitset_copy):
49820         Prefer sizeof (bitset) to multiplying it out ourselves.
49821         (bitset_not_merge): Remove; unused.
49822         (bitset_contain): Return bool, not unsigned int with one bit on.
49823         All callers changed.
49824         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
49825         alignment than re_node_set; do this by defining a new internal
49826         type struct dests_alloc and using it to allocate memory.
49827
49828 2005-09-05  Bruno Haible  <bruno@clisp.org>
49829
49830         * gnulib-tool (func_import): Fix comparison in handling of symbolic
49831         links.
49832
49833 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
49834
49835         * modules/size_max (Makefile.am): Add size_max.h
49836
49837 2005-09-04  Derek Price  <derek@ximbiot.com>
49838
49839         * gnulib-tool (func_import): Fix reversed $symbolic logic.
49840
49841 2005-09-03  Simon Josefsson  <jas@extundo.com>
49842
49843         * gnulib-tool: Fix typo.
49844
49845 2005-09-03  Simon Josefsson  <jas@extundo.com>
49846
49847         * config/srclist.txt: Add glibc bug 1293.
49848
49849 2005-09-03  Derek Price  <derek@ximbiot.com>
49850
49851         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
49852         From Larry Jones <lawrence.jones@ugs.com>.
49853
49854 2005-09-02  Simon Josefsson  <jas@extundo.com>
49855
49856         * modules/socklen: New file.
49857
49858 2005-09-02  Simon Josefsson  <jas@extundo.com>
49859
49860         * modules/havelib: New module.
49861
49862         * modules/gettext, modules/iconv, modules/lock, modules/readline:
49863         Use havelib.
49864
49865 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
49866
49867         Check for arithmetic overflow when calculating sizes, to prevent
49868         some buffer-overflow issues.  These patches are conservative, in the
49869         sense that when I couldn't determine whether an overflow was possible,
49870         I inserted a run-time check.
49871         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
49872         macros.
49873         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
49874         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
49875         (re_xnrealloc, re_x2nrealloc): New inline functions.
49876         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
49877         parse_bracket_exp):
49878         (build_equiv_class, build_charclass): Check for arithmetic overflow
49879         in size expression calculations.
49880         * lib/regex_internal.c (re_string_realloc_buffers):
49881         (build_wcs_upper_buffer, re_node_set_add_intersect):
49882         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
49883         (re_dfa_add_node, register_state): Likewise.
49884         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
49885         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
49886         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
49887         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
49888
49889 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
49890
49891         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
49892         m4/ulonglong.m4.  Problem reported by Martin Lambers.
49893
49894 2005-09-02  Bruno Haible  <bruno@clisp.org>
49895
49896         Support for lib vs. lib64 distinction on biarch platforms.
49897         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
49898         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
49899         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
49900
49901 2005-09-02  Bruno Haible  <bruno@clisp.org>
49902
49903         * gnulib-tool (import): In the other first-use case, provide defaults
49904         as well.
49905
49906 2005-09-02  Bruno Haible  <bruno@clisp.org>
49907
49908         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
49909         patches not yet found in the latest gettext release.
49910
49911 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
49912
49913         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
49914         to avoid a collision with bits/local_lim.h in glibc.
49915         All uses changed.  Problem reported by Dmitry V. Levin in
49916         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
49917
49918         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
49919         bugs in int versus size_t comparisons.
49920         (re_string_context_at): Fix bug where the code assumed that
49921         Idx is signed.
49922
49923         Use bool where appropriate.
49924         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
49925         All callers changed.
49926         (calc_eclosure_iter): Likewise, for ROOT arg.
49927         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
49928         (build_charclass_op): Likewise, for NON_MATCH arg.
49929         * lib/regex_internal.c (re_string_allocate, re_string_construct):
49930         (re_string_construct_common): Likewise, for ICASE arg.
49931         * lib/regexec.c (re_search_2_stub, re_search_stub):
49932         Likewise, for RET_LEN arg.
49933         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
49934         (set_regs): Likewise, for FL_BACKTRACK arg.
49935         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
49936         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
49937         (calc_eclosure_iter, parse_bracket_exp):
49938         Use bool for internal variables that are booleans.
49939         * lib/regexec.c (re_search_internal, check_matching,
49940         proceed_next_node):
49941         (set_regs, build_sifted_states, sift_states_bkref):
49942         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
49943         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
49944         (find_collation_sequence_value):
49945         Likewise.
49946         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
49947         (re_node_set_compare):
49948         Return bool, not int. All callers changed.
49949         * lib/regexec.c (check_halt_node_context, check_dst_limits):
49950         (build_trtable, check_node_accept): Likewise.
49951         * lib/regex_internal.h: Include stdbool.h.
49952
49953         Fix bugs uncovered when converting to bool.
49954         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
49955         failure instead of charging ahead blindly.
49956         * lib/regex_internal.c (register_state): Likewise.
49957         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
49958         for freeing internal storage.
49959         (group_nodes_into_DFA_states): Use unsigned int, not int, for
49960         bitset pieces used as boolean, to avoid undefined behavior
49961         on hosts that do int overflow checking.
49962
49963 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
49964
49965         * config/srclist.txt: Add glibc bugs 1285-1287.
49966
49967 2005-09-01  Jim Meyering  <jim@meyering.net>
49968
49969         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
49970         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
49971         Require gl_STAT_MACROS, too.
49972
49973 2005-09-01  Bruno Haible  <bruno@clisp.org>
49974
49975         * gnulib-tool (import): In the first-use case, provide defaults.
49976
49977 2005-09-01  Bruno Haible  <bruno@clisp.org>
49978
49979         * gnulib-tool (func_import): Remove the .tmp files.
49980
49981 2005-09-01  Bruno Haible  <bruno@clisp.org>
49982
49983         * gnulib-tool (func_import): Fix handling of symbolic links.
49984
49985 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
49986
49987         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
49988         old glibc regex code mishandles strings longer than 2**31 bytes.
49989         This patch fixes this when the regex code is used in gnulib
49990         (i.e., outside glibc).
49991
49992         This patch should not affect the use of the regex code inside
49993         glibc.  No doubt this problem also needs to be handled for glibc
49994         as well, but the result will be an incompatible change to the
49995         glibc ABI, and the old ABI will have to be supported too.  That
49996         can be the the subject for another patch.
49997
49998         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
49999         governing whether the rest of this patch is active.  By default,
50000         the macro is disabled and the patch has no effect.
50001         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50002         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50003         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50004         (re_match_2, re_set_registers): Use the new types.
50005         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50006         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50007         New macros.
50008         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50009         (re_string_context_at, bin_tree_t, re_dfastate_t):
50010         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50011         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50012         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50013         (re_string_char_size_at, re_string_wchar_at):
50014         (re_string_elem_size_at):
50015         Use the new types and macros to port to 64-bit hosts.
50016         Use unsigned types for internal values, so that the code
50017         mostly works even for arrays larger than SSIZE_MAX.
50018         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50019         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50020         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50021         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50022         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50023         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50024         (calc_inveclosure, parse_dup_op, build_range_exp):
50025         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50026         (fetch_number, create_token_tree, mark_opt_subexp):
50027         Likewise.
50028         * lib/regex_internal.c (re_string_construct_common,
50029         create_ci_newstate):
50030         (create_cd_newstate, re_string_allocate, re_string_construct):
50031         (re_string_realloc_buffers, build_wcs_upper_buffer):
50032         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50033         (re_string_reconstruct, re_string_peek_byte_case):
50034         (re_string_fetch_byte_case, re_string_context_at):
50035         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50036         (re_node_set_init_copy, re_node_set_add_intersect):
50037         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50038         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50039         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50040         (re_acquire_state, re_acquire_state_context, register_state):
50041         Likewise.
50042         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50043         search_cur_bkref_entry):
50044         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50045         (re_search_internal, re_search_2_stub, re_search_stub)
50046         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50047         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50048         (update_cur_sifted_state, check_dst_limits):
50049         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50050         (check_subexp_limits, sift_states_bkref, merge_state_array):
50051         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50052         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50053         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50054         (expand_bkref_cache, check_node_accept_bytes):
50055         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50056         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50057         (acquire_init_state_context, check_halt_node_context):
50058         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50059         (sift_states_backward, clean_state_log_if_needed):
50060         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50061         (find_recover_state, transit_state_sb, transit_state_mb):
50062         (transit_state_bkref, build_trtable, match_ctx_clean):
50063         Likewise.
50064         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50065         to work around an assumption that REG_MISSING is negative.
50066
50067         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50068         (seek_collating_symbol_entry) [defined _LIBC]:
50069         (lookup_collation_sequence_value) [defined _LIBC]:
50070         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50071         Use prototypes rather than old-style function definitions.
50072         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50073         (transit_state_sb) [0]:
50074         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50075
50076         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50077         rm_eo.
50078
50079         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50080         (optimize_subexps, lower_subexp):
50081         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50082         since the signed shift might overflow.  Use 1u<<31 instead.
50083         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50084         Likewise.
50085         * lib/regexec.c (check_dst_limits_calc_pos_1,
50086         check_subexp_matching_top): Likewise.
50087
50088         * lib/regcomp.c (optimize_subexps, lower_subexp):
50089         Use CHAR_BIT rather than 8, for clarity.
50090         * lib/regexec.c (check_dst_limits_calc_pos_1):
50091         (check_subexp_matching_top): Likewise.
50092         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50093         have to worry about portability issues when shifting it left.
50094         Remove no-longer-needed test for table_size > 0.
50095         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50096         in a word, as the resulting behavior is undefined.
50097         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50098         in one case, a <= should have been an <, and in another case the
50099         whole test was missing.
50100         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50101         the standard name CHAR_BIT.
50102         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50103         this is not true on one's complement and signed-magnitude hosts.
50104
50105         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50106         next_last_offset.
50107         (struct re_dfa_t): Remove unused member states_alloc.
50108         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50109
50110 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50111
50112         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50113         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50114         and large-file glibc and in 32-bit large-file Solaris.
50115
50116 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50117
50118         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50119         lengths fit in regoff_t; this isn't true if regoff_t is the same
50120         width as size_t.
50121         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50122         (= START + RANGE) instead of RANGE.  This avoids overflow
50123         problems when regoff_t is the same width as size_t.
50124         All callers changed.
50125         (re_search_2_stub): Check for overflow when adding the
50126         sizes of the two strings.
50127         (re_search_stub): Check for overflow when adding START
50128         to RANGE; if it occurs, substitute the extreme value.
50129
50130 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50131
50132         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50133
50134 2005-08-31  Jim Meyering  <jim@meyering.net>
50135
50136         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50137         a pointer-to-const.
50138         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50139         (register_state): Likewise.
50140         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50141         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50142         (group_nodes_into_DFAstates): Likewise.
50143
50144 2005-08-31  Jim Meyering  <jim@meyering.net>
50145
50146         * check-module: Add a FIXME comment.
50147
50148 2005-08-31  Eric Blake  <ebb9@byu.net>
50149
50150         * modules/unistd-safer (Files): Add unistd--.h.
50151         * modules/stdio-safer (Files): Add stdio--.h.
50152
50153 2005-08-31  Derek Price  <derek@ximbiot.com>
50154
50155         * lib/getdelim.c (getdelim): Return EOF on EOF.
50156         Reported by Larry Jones <lawrence.jones@ugs.com>.
50157
50158 2005-08-31  Bruno Haible  <bruno@clisp.org>
50159
50160         Avoid unnecessary diffs in the generated lib/Makefile.am.
50161         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50162         the generated files.
50163         (func_import): Don't set cmd.
50164
50165 2005-08-31  Bruno Haible  <bruno@clisp.org>
50166
50167         * lib/strstr.c: Include <stddef.h>, for NULL.
50168         * lib/strcasestr.c: Likewise.
50169         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50170
50171 2005-08-31  Bruno Haible  <bruno@clisp.org>
50172
50173         * gnulib-tool: New option --macro-prefix.
50174         (func_import): Use macro_prefix.
50175         (import): Handle option --macro-prefix.
50176
50177 2005-08-31  Bruno Haible  <bruno@clisp.org>
50178
50179         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50180         Also use new variables cached_lgpl, cached_libtool.
50181
50182 2005-08-31  Bruno Haible  <bruno@clisp.org>
50183
50184         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50185         always instantiating them.
50186
50187 2005-08-31  Bruno Haible  <bruno@clisp.org>
50188
50189         * gnulib-tool (func_import): Read the previous cached settings
50190         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50191         earlier added by gnulib but are now dropped. Warn when a gnulib file
50192         overwrites a non-gnulib file.
50193
50194 2005-08-31  Bruno Haible  <bruno@clisp.org>
50195
50196         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50197         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50198         projects that don't keep autogenerated files in CVS. Put into
50199         actioncmd only the specified modules, not the transitive closure.
50200
50201 2005-08-31  Bruno Haible  <bruno@clisp.org>
50202
50203         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50204         Create directories that shall be filled.
50205         (import): Don't look for gl_* macros in configure.ac. Recurse across
50206         all directories containing a gnulib-cache.m4 files, if meaningful.
50207
50208 2005-08-31  Bruno Haible  <bruno@clisp.org>
50209
50210         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50211         (import): Set seen_libtool when we see gl_LIBTOOL.
50212
50213 2005-08-31  Bruno Haible  <bruno@clisp.org>
50214
50215         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50216         declaration macro definitions from generated gnulib.m4.
50217
50218 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50219
50220         * lib/iconvme.h: Add prototype for iconv_alloc.
50221
50222 2005-08-29  Simon Josefsson  <jas@extundo.com>
50223
50224         * lib/iconvme.c: Fix errno.
50225
50226 2005-08-29  Bruno Haible  <bruno@clisp.org>
50227
50228         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50229         that it works when the directory contains spaces.
50230
50231 2005-08-29  Bruno Haible  <bruno@clisp.org>
50232
50233         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50234
50235 2005-08-29  Bruno Haible  <bruno@clisp.org>
50236
50237         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50238         Emit more advice.
50239
50240 2005-08-29  Bruno Haible  <bruno@clisp.org>
50241         and Stepan Kasal  <kasal@ucw.cz>
50242
50243         * check-module: If more parameters are given, check each of them
50244         separately; add more exceptions, as noted by Jim Meyering.
50245         (check_module): New procedure.
50246         (%exempt_header): Now contains all exceptions.
50247
50248 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50249
50250         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50251
50252 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50253
50254         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50255
50256 2005-08-28  Bruno Haible  <bruno@clisp.org>
50257
50258         * m4/gnulib-tool.m4: New file.
50259
50260 2005-08-27  Jim Meyering  <jim@meyering.net>
50261
50262         * modules/unistd-safer (Files): Add pipe-safer.c.
50263         * modules/fcntl-safer (Files): Add creat-safer.c.
50264
50265 2005-08-27  Jim Meyering  <jim@meyering.net>
50266
50267         * m4/stdlib-safer.m4: New file.  From coreutils.
50268         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50269         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50270         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50271         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50272         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50273
50274 2005-08-27  Jim Meyering  <jim@meyering.net>
50275
50276         * lib/fopen-safer.c: Merge minor changes from coreutils.
50277         * lib/dup-safer.c: Likewise.
50278         * lib/fd-safer.c: Likewise.
50279
50280         Merge from coreutils.
50281         * lib/stdio--.h: New file.
50282         * lib/stdlib--.h: New file.
50283         * lib/mkstemp-safer.c: New file.
50284
50285         GNU tar needs these.
50286         * lib/pipe-safer.c: New file.
50287         * lib/creat-safer.c: New file.
50288         * lib/fcntl--.h (creat): Define to creat_safer.
50289         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50290         * lib/unistd--.h (pipe): Define to pipe_safer.
50291         * lib/unistd-safer.h: Declare pipe_safer.
50292
50293 2005-08-26  Simon Josefsson  <jas@extundo.com>
50294
50295         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50296         Haible <bruno@clisp.org>.
50297
50298 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50299
50300         * lib/regex_internal.h: Remove all references to
50301         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50302         or better.
50303         (bitset_not, bitset_merge, bitset_not_merge):
50304         (bitset_mask, re_string_allocate, re_string_construct):
50305         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50306         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50307         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50308         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50309         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50310         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50311         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50312         (re_acquire_state_context):
50313         Remove unnecessary forward decls.
50314         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50315         Put __attribute at function definition,
50316         now that the function decl has been removed.
50317         * lib/regex_internal.c (re_string_peek_byte_case):
50318         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50319         Likewise.
50320
50321 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50322
50323         * m4/regex.m4: Add AC_PREREQ(2.50).
50324         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50325
50326 2005-08-25  Simon Josefsson  <jas@extundo.com>
50327
50328         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50329         __fsetlocking.
50330
50331 2005-08-25  Simon Josefsson  <jas@extundo.com>
50332
50333         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50334         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50335         GLIBC specific code.
50336
50337 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50338
50339         Make regex safe for g++.  This fixes one real bug (an "err"
50340         that should have been "*err").  g++ problem reported by
50341         Sam Steingold.
50342         * lib/regex_internal.h (re_calloc): New macro, consistent with
50343         re_malloc etc.  All callers of calloc changed to use re_calloc.
50344         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50345         not int.  All callers changed.
50346         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50347         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50348         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50349         (find_recover_state): Change "err" to "*err"; this fixes what
50350         appears to be a real bug.
50351         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50352         versus int.
50353
50354 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50355
50356         * modules/regex (Depends-on): Add malloc, since the code
50357         assumes that !malloc(0) means failure.
50358
50359 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50360
50361         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50362
50363         alloca modernization/simplification for regex.
50364         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50365         needs to be at the start of the file, and can be moved into
50366         regex_internal.h and simplified.
50367         * lib/regex_internal.h: Include <alloca.h>.
50368         (__libc_use_alloca) [!defined _LIBC]: New macro.
50369         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50370         now works outside glibc.
50371
50372 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50373
50374         * config/srclist.txt: Add glibc bugs 1241, 1245.
50375
50376 2005-08-25  Jim Meyering  <jim@meyering.net>
50377
50378         * lib/open-safer.c: Include <config.h>.
50379         Otherwise, we'd lose LARGEFILE support in any file using
50380         e.g. "fcntl--.h"
50381
50382 2005-08-25  Bruno Haible  <bruno@clisp.org>
50383
50384         * m4/minmax.m4: Require autoconf 2.52.
50385         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50386         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50387         alternatives of translit over the alphabet.
50388         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50389
50390 2005-08-24  Simon Josefsson  <jas@extundo.com>
50391
50392         * tests/test-getpass.c: New file.
50393
50394 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50395
50396         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50397         for GNU regex features.
50398
50399 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50400
50401         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50402         * lib/regex.h (regerror): Likewise.
50403
50404         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50405         requires this.  (The code never needed it.)
50406
50407         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50408         All uses of recently-renamed identifiers changed to use the new,
50409         POSIX-compliant names.  The code will build and run just fine
50410         without these changes, but it's better to eat our own dog food
50411         and use the standard-conforming names.
50412
50413         * lib/regex.h: Fix a multitude of POSIX name space violations.
50414         These changes have an effect only for programs that define
50415         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50416         do not change anything for programs compiled in the normal way.
50417         Also, there is no effect on the ABI.
50418
50419         (_REGEX_SOURCE): New macro.
50420         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50421         defined and _GNU_SOURCE is not; this fixes a name space violation.
50422
50423         Rename the following macros to obey POSIX requirements.
50424         The old names are still visible as macros if _REGEX_SOURCE is defined.
50425         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50426         RE_BACKSLASH_ESCAPE_IN_LISTS.
50427         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50428         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50429         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50430         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50431         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50432         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50433         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50434         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50435         (REG_INTERVALS): renamed from RE_INTERVALS.
50436         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50437         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50438         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50439         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50440         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50441         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50442         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50443         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50444         RE_UNMATCHED_RIGHT_PAREN_ORD.
50445         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50446         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50447         (REG_DEBUG): renamed from RE_DEBUG.
50448         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50449         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50450         unusual, since we can't clash with the POSIX REG_ICASE.
50451         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50452         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50453         (REG_NO_SUB): renamed from RE_NO_SUB.
50454         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50455         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50456         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50457         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50458         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50459         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50460         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50461         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50462         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50463         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50464         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50465         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50466         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50467         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50468         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50469         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50470         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50471         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50472         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50473         (REG_FIXED): Renamed from REGS_FIXED.
50474         (REG_NREGS): Renamed from RE_NREGS.
50475
50476         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50477         of other REG_* macros, since POSIX says the user is allowed to
50478         #undef these macros selectively.
50479
50480         (reg_errcode_t): Update comment stating what other tables need
50481         to be consistent.
50482
50483         Rename the following enum values to obey POSIX requirements.
50484         The old names are still visible as macros.
50485         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50486         is not defined, since GNU is supposed to be a superset of POSIX as
50487         much as possible, and since we want reg_errcode_t to be a signed
50488         type for implementation consistency.
50489         (_REG_NOERROR): Renamed from REG_NOERROR.
50490         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50491         (_REG_BADPAT): Renamed from REG_BADPAT.
50492         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50493         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50494         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50495         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50496         (_REG_EBRACK): Renamed from REG_EBRACK.
50497         (_REG_EPAREN): Renamed from REG_EPAREN.
50498         (_REG_EBRACE): Renamed from REG_EBRACE.
50499         (_REG_BADBR): Renamed from REG_BADBR.
50500         (_REG_ERANGE): Renamed from REG_ERANGE.
50501         (_REG_ESPACE): Renamed from REG_ESPACE.
50502         (_REG_BADRPT): Renamed from REG_BADRPT.
50503         (_REG_EEND): Renamed from REG_EEND.
50504         (_REG_ESIZE): Renamed from REG_ESIZE.
50505         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50506         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50507         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50508         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50509         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50510
50511         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50512         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50513         changed.  But support the old name if the new one is not defined
50514         and if _REGEX_SOURCE.
50515
50516         Change the following member names in struct re_pattern_buffer.
50517         The old names are still supported if !_REGEX_SOURCE.
50518         The new names are always supported, regardless of _REGEX_SOURCE.
50519         (re_buffer): Renamed from buffer.
50520         (re_allocated): Renamed from allocated.
50521         (re_used): Renamed from used.
50522         (re_syntax): Renamed from syntax.
50523         (re_fastmap): Renamed from fastmap.
50524         (re_translate): Renamed from translate.
50525         (re_can_be_null): Renamed from can_be_null.
50526         (re_regs_allocated): Renamed from regs_allocated.
50527         (re_fastmap_accurate): Renamed from fastmap_accurate.
50528         (re_no_sub): Renamed from no_sub.
50529         (re_not_bol): Renamed from not_bol.
50530         (re_not_eol): Renamed from not_eol.
50531         (re_newline_anchor): Renamed from newline_anchor.
50532
50533         Change the following member names in struct re_registers.
50534         The old names are still supported if !_REGEX_SOURCE.
50535         The new names are always supported, regardless of _REGEX_SOURCE.
50536         (rm_num_regs): Renamed from num_regs.
50537         (rm_start): Renamed from start.
50538         (rm_end): Renamed from end.
50539
50540         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
50541         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
50542         Prepend __ to parameter names.
50543
50544         Undo yesterday's changes.
50545
50546 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50547
50548         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
50549         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
50550         lib/regex.c.
50551
50552 2005-08-24  Jim Meyering  <jim@meyering.net>
50553
50554         Sync from coreutils.
50555         * m4/fcntl-safer.m4: New file.
50556
50557         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
50558         and object files for this module.
50559
50560 2005-08-24  Jim Meyering  <jim@meyering.net>
50561
50562         Sync from coreutils.
50563         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
50564
50565 2005-08-24  Jim Meyering  <jim@meyering.net>
50566
50567         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
50568         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
50569
50570 2005-08-24  Jim Meyering  <jim@meyering.net>
50571
50572         * modules/fcntl-safer: New module.
50573         * modules/fts (Depends-on): Add fcntl-safer.
50574         * MODULES.html.sh (File descriptor based Input/Output):
50575         Add fcntl-safer.
50576
50577 2005-08-24  Bruno Haible  <bruno@clisp.org>
50578
50579         Support for unit test modules.
50580         * modules/README: Mention tests modules.
50581         * modules/TEMPLATE-TESTS: New file.
50582         * gnulib-tool: New options --extract-tests-module, --with-tests and
50583         --tests-base (unused for the moment).
50584         (testsbase, inctests): New variables.
50585         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
50586         (func_verify_module): Exclude TEMPLATE-TESTS.
50587         (func_verify_nontests_module, func_verify_tests_module): New functions.
50588         (func_get_dependencies): Add implicit dependency for tests modules.
50589         (func_get_tests_module): New function.
50590         (func_modules_transitive_closure): When --with-tests was specified,
50591         include the unit tests as well, unless explicitly avoided.
50592         (func_emit_lib_Makefile_am): Ignore the tests modules here.
50593         (func_emit_tests_Makefile_am): New function.
50594         (func_create_testdir): When --with-tests was specified, emit a
50595         tests/ directory.
50596         * MODULES.html.sh (Future developments): Update.
50597
50598 2005-08-24  Bruno Haible  <bruno@clisp.org>
50599
50600         * modules/tls-tests: New file.
50601         * tests/test-tls.c: New file, from GNU gettext.
50602
50603 2005-08-24  Bruno Haible  <bruno@clisp.org>
50604
50605         * modules/lock-tests: New file.
50606         * tests/test-lock.c: New file, from GNU gettext.
50607
50608 2005-08-24  Bruno Haible  <bruno@clisp.org>
50609
50610         * lib/lock.h: Add multiple inclusion guard.
50611         * lib/tls.h: Add multiple inclusion guard.
50612
50613 2005-08-24  Bruno Haible  <bruno@clisp.org>
50614
50615         * gnulib-tool: Add support for the --aux-dir option to
50616         --create-testdir, --create-megatestdir, --test, --megatest.
50617         (func_create_testdir, func_create_megatestdir): Optionally emit a
50618         AC_CONFIG_AUX_DIR directive.
50619         (create-testdir, create-megatestdir, test, megatest): Provide a
50620         default value for $auxdir.
50621
50622 2005-08-24  Bruno Haible  <bruno@clisp.org>
50623
50624         * gnulib-tool (import): Use compound statement instead of subshell
50625         where possible.
50626
50627 2005-08-24  Bruno Haible  <bruno@clisp.org>
50628
50629         * gnulib-tool (import): Change --aux-dir default to "build-aux".
50630
50631 2005-08-24  Bruno Haible  <bruno@clisp.org>
50632
50633         * gnulib-tool (func_version): Update.
50634
50635 2005-08-24  Bruno Haible  <bruno@clisp.org>
50636
50637         * gnulib-tool (func_import, func_create_testdir,
50638         func_create_megatestdir): Quote all autoconf macro arguments.
50639
50640 2005-08-24  Bruno Haible  <bruno@clisp.org>
50641
50642         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
50643         option --force, because --force causes the aclocal.m4 of each
50644         subdirectory to be newer than the corresponding config.h.in.
50645
50646 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50647
50648         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
50649         All contents moved to gl_REGEX.
50650         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
50651         assume that it does.
50652
50653 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50654
50655         * lib/regex.h (REG_NOSYS)
50656         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
50657         Define, since POSIX requires it as of 2001.
50658         (_REG_ENOSYS)
50659         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
50660         New private symbol, used to keep the enum signed in all cases.
50661         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
50662         Youngman in
50663         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
50664
50665         * lib/regex_internal.c (re_string_skip_chars, register_state):
50666         (calc_state_hash):
50667         Remove forward decls; no longer needed now that we use prototypes.
50668         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
50669         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
50670         (clean_state_log_if_needed): Likewise.
50671
50672 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50673
50674         * config/srclist.txt: Add glibc bugs 1231-1233.
50675
50676 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50677
50678         Fix problems reported by Sam Steingold in
50679         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
50680         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
50681         assumed that reg_errcode_t is a signed type, which is not
50682         necessarily true if _XOPEN_SOURCE is not defined.
50683         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
50684         since some compilers warn about it otherwise.
50685
50686 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50687
50688         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
50689         (init_word_char, create_initial_state, duplicate_node_closure):
50690         (fetch_token, peek_token_bracket, build_range_exp):
50691         (build_collating_symbol): Remove forward decls; no longer needed
50692         now that we use prototypes.
50693
50694         * lib/regcomp.c:
50695         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
50696         (re_compile_fastmap_iter, regcomp, regerror, regfree):
50697         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
50698         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
50699         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
50700         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
50701         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
50702         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
50703         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
50704         (build_range_exp, build_collating_symbol, parse_bracket_exp):
50705         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
50706         (build_charclass, build_charclass_op, fetch_number, create_tree):
50707         (create_token_tree, mark_opt_subexp, duplicate_tree):
50708         Use prototypes rather than old-style definitions.
50709
50710         * lib/regex_internal.c:
50711         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
50712         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
50713         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50714         (re_string_reconstruct, re_string_peek_byte_case):
50715         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
50716         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50717         (re_node_set_init_copy, re_node_set_add_intersect):
50718         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50719         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50720         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50721         (re_acquire_state, re_acquire_state_context, register_state):
50722         (create_ci_newstate, create_cd_newstate, free_state):
50723         Likewise.
50724         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
50725         re_search_2):
50726         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
50727         (re_search_internal, prune_impossible_nodes):
50728         (acquire_init_state_context, check_matching, static):
50729         (check_halt_node_context, check_halt_state_context, proceed_next_node):
50730         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
50731         (update_regs, sift_states_backward, build_sifted_states):
50732         (clean_state_log_if_needed, merge_state_array):
50733         (update_cur_sifted_state, add_epsilon_src_nodes):
50734         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
50735         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
50736         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
50737         (find_recover_state, check_subexp_matching_top, transit_state_mb):
50738         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
50739         (check_arrival, check_arrival_add_next_nodes):
50740         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50741         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50742         (check_node_accept_bytes, check_node_accept, extend_buffers):
50743         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
50744         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
50745         (sift_ctx_init):
50746         Likewise.
50747
50748         * lib/regex_internal.h:
50749         (re_string_allocate, re_string_construct, re_string_reconstruct):
50750         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
50751         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
50752         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
50753         (re_string_context_at, re_string_peek_byte_case):
50754         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
50755         is defined, since we now use prototypes always.
50756
50757         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
50758         C89 or better.  All uses removed.
50759
50760 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50761
50762         * config/srclist.txt: Add glibc bugs 1220-1227.
50763
50764 2005-08-20  Jim Meyering  <jim@meyering.net>
50765
50766         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
50767         of unused local, dfa.
50768
50769 2005-08-20  Bruno Haible  <bruno@clisp.org>
50770
50771         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
50772
50773 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50774
50775         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
50776         (re_node_set_insert_last, re_dfa_add_node):
50777         Rename local variables to avoid GCC shadowing warnings.
50778
50779 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50780
50781         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
50782         [defined lint]: Suppress bogus uninitialized-variable warnings.
50783
50784         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
50785         and let the caller return REG_ESPACE if out of space.  This
50786         removes an uninitialied-variable warning with GCC 4.0.1, and also
50787         avoids taking the address of a local variable.  All callers
50788         changed.
50789
50790 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50791
50792         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
50793         $LIBCSRC/posix/regexec.c.
50794         Add glibc bug 1217 for regcomp.c.
50795
50796 2005-08-19  Jim Meyering  <jim@meyering.net>
50797
50798         * lib/regexec.c (proceed_next_node): Redo local variables to
50799         avoid GCC shadowing warnings.
50800
50801 2005-08-18  Bruno Haible  <bruno@clisp.org>
50802
50803         * lib/strstr.c (strstr): Fix return value in multibyte case.
50804         * lib/strcasestr.c (strcasestr): Likewise.
50805
50806 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
50807
50808         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
50809
50810 2005-08-17  Jim Meyering  <jim@meyering.net>
50811
50812         Make the %s format (seconds since the epoch) work for a negative
50813         number and when used with a zero-padded field width, e.g. %015s.
50814
50815         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
50816         label so that it precedes the code to set `digits'.  Otherwise,
50817         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
50818         print `00-22'.  Now, it prints `-0022', as it should.
50819
50820 2005-08-17  Bruno Haible  <bruno@clisp.org>
50821
50822         * modules/strstr (Files): Add m4/mbrtowc.m4.
50823         (Depends-on): Add mbuiter.
50824
50825 2005-08-17  Bruno Haible  <bruno@clisp.org>
50826
50827         * modules/strcasestr: New file.
50828         * MODULES.html.sh (String handling, based on ANSI C 89): Add
50829         strcasestr.
50830
50831 2005-08-17  Bruno Haible  <bruno@clisp.org>
50832
50833         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
50834
50835 2005-08-17  Bruno Haible  <bruno@clisp.org>
50836
50837         * modules/mbuiter: New file.
50838         * MODULES.html.sh (Extended multibyte and wide character utilities):
50839         Add mbuiter.
50840
50841 2005-08-17  Bruno Haible  <bruno@clisp.org>
50842
50843         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
50844         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
50845
50846 2005-08-17  Bruno Haible  <bruno@clisp.org>
50847
50848         * m4/strcasestr.m4: New file.
50849
50850 2005-08-17  Bruno Haible  <bruno@clisp.org>
50851
50852         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
50853         * lib/strstr.c: Completely rewritten, with multibyte locale support.
50854
50855 2005-08-17  Bruno Haible  <bruno@clisp.org>
50856
50857         * lib/strcasestr.h: New file.
50858         * lib/strcasestr.c: New file.
50859
50860 2005-08-17  Bruno Haible  <bruno@clisp.org>
50861
50862         * lib/strcasecmp.c: Use mbuiter.h.
50863
50864 2005-08-17  Bruno Haible  <bruno@clisp.org>
50865
50866         * lib/mbuiter.h: New file.
50867
50868 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
50869
50870         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
50871         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
50872         and gl_GETOPT are both invoked via different paths (as happens
50873         with GNU tar CVS because it uses both argp and getopt), the former
50874         wins.
50875
50876 2005-08-16  Bruno Haible  <bruno@clisp.org>
50877
50878         * modules/tls: New file.
50879         * MODULES.html.sh (Multithreading): Add tls.
50880
50881 2005-08-16  Bruno Haible  <bruno@clisp.org>
50882
50883         * modules/strnlen1: New file.
50884         * MODULES.html.sh (String handling): Add strnlen1.
50885
50886 2005-08-16  Bruno Haible  <bruno@clisp.org>
50887
50888         * modules/strcase (Files): Add m4/mbrtowc.m4.
50889         (Depends-on): Add strnlen1, mbchar.
50890
50891 2005-08-16  Bruno Haible  <bruno@clisp.org>
50892
50893         * modules/mbiter: New file.
50894         * MODULES.html.sh (Extended multibyte and wide character utilities):
50895         Add mbiter.
50896
50897 2005-08-16  Bruno Haible  <bruno@clisp.org>
50898
50899         * modules/mbfile: New file.
50900         * MODULES.html.sh (Extended multibyte and wide character utilities):
50901         Add mbfile.
50902
50903 2005-08-16  Bruno Haible  <bruno@clisp.org>
50904
50905         * modules/mbchar: New file.
50906         * MODULES.html.sh (Extended multibyte and wide character utilities):
50907         New section.
50908
50909 2005-08-16  Bruno Haible  <bruno@clisp.org>
50910
50911         * m4/tls.m4: New file, from GNU gettext.
50912
50913 2005-08-16  Bruno Haible  <bruno@clisp.org>
50914
50915         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
50916         always.
50917         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
50918
50919 2005-08-16  Bruno Haible  <bruno@clisp.org>
50920
50921         * m4/mbiter.m4: New file.
50922
50923 2005-08-16  Bruno Haible  <bruno@clisp.org>
50924
50925         * m4/mbfile.m4: New file.
50926
50927 2005-08-16  Bruno Haible  <bruno@clisp.org>
50928
50929         * m4/mbchar.m4: New file.
50930
50931 2005-08-16  Bruno Haible  <bruno@clisp.org>
50932
50933         * lib/tls.h: New file, from GNU gettext.
50934         * lib/tls.c: New file, from GNU gettext.
50935
50936 2005-08-16  Bruno Haible  <bruno@clisp.org>
50937
50938         * lib/strnlen1.h: New file.
50939         * lib/strnlen1.c: New file.
50940
50941 2005-08-16  Bruno Haible  <bruno@clisp.org>
50942
50943         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
50944         (mbi_init): Update.
50945         (mbi_avail, mbi_advance): Let the iteration end before the terminating
50946         NUL byte, not after it.
50947
50948 2005-08-16  Bruno Haible  <bruno@clisp.org>
50949
50950         * lib/strcase.h (strcasecmp): Add note in comments.
50951         * lib/strncasecmp.c: Use code from strcasecmp.c.
50952         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
50953         (strcasecmp): Work correctly in multibyte locales.
50954
50955 2005-08-16  Bruno Haible  <bruno@clisp.org>
50956
50957         * lib/mbiter.h: New file.
50958
50959 2005-08-16  Bruno Haible  <bruno@clisp.org>
50960
50961         * lib/mbfile.h: New file.
50962
50963 2005-08-16  Bruno Haible  <bruno@clisp.org>
50964
50965         * lib/mbchar.h: New file.
50966         * lib/mbchar.c: New file.
50967
50968 2005-08-16  Bruno Haible  <bruno@clisp.org>
50969
50970         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
50971         the valid ones. Makes the comparison operations transitive:
50972         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
50973         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
50974
50975 2005-08-15  Simon Josefsson  <jas@extundo.com>
50976
50977         * modules/ssize_t (License): Change to 'unlimited'.
50978
50979         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
50980
50981 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
50982
50983         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
50984         Add comments for each pending glibc patch.
50985
50986 2005-08-15  Bruno Haible  <bruno@clisp.org>
50987
50988         * lib/regex.h (__restrict_arr): Don't define to __restrict if
50989         __cplusplus is defined.
50990
50991 2005-08-14  Jim Meyering  <jim@meyering.net>
50992
50993         Sync from coreutils.
50994
50995         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
50996         Use the hash-table-based cycle-detection code not just when
50997         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
50998         Reported by James Youngman in
50999         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51000         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51001         FTS_TIGHT_CYCLE_CHECK.
51002         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51003         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51004         once again.
51005         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51006         * lib/fts.c (fd_safer): Remove decl.
51007         Include fcntl--.h rather than unistd-safer.h
51008         (fts_safe_changedir): Don't call fd_safer; no longer needed
51009         now that we include fcntl--.h.
51010
51011 2005-08-12  Simon Josefsson  <jas@extundo.com>
51012
51013         * modules/getndelim2: Use ssize_t module.
51014         * modules/getnline: Likewise.
51015         * modules/safe-read: Likewise.
51016         * modules/xreadlink: Likewise.
51017
51018         * modules/ssize_t: New file.
51019
51020 2005-08-12  Simon Josefsson  <jas@extundo.com>
51021
51022         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51023
51024 2005-08-12  Simon Josefsson  <jas@extundo.com>
51025
51026         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51027         ssize_t.
51028
51029 2005-08-12  Simon Josefsson  <jas@extundo.com>
51030
51031         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51032         readline, getdelim and check_version.
51033         (Support for systems lacking ISO C 99: Sizes of integer types):
51034         Add size_max.
51035
51036 2005-08-12  Bruno Haible  <bruno@clisp.org>
51037
51038         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51039
51040 2005-08-11  Simon Josefsson  <jas@extundo.com>
51041
51042         * modules/readline: New file.
51043
51044         * modules/strnlen (Files): Add strnlen.h.
51045
51046 2005-08-11  Simon Josefsson  <jas@extundo.com>
51047
51048         * m4/readline.m4: New file.
51049
51050 2005-08-11  Simon Josefsson  <jas@extundo.com>
51051
51052         * lib/readline.h, readline.c: New file.
51053
51054 2005-08-11  Simon Josefsson  <jas@extundo.com>
51055
51056         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51057         gl_AVOID.
51058
51059 2005-08-11  Bruno Haible  <bruno@clisp.org>
51060
51061         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51062
51063 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51064
51065         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51066
51067 2005-08-10  Simon Josefsson  <jas@extundo.com>
51068
51069         * tests/test-iconvme.c: New file.
51070
51071 2005-08-10  Simon Josefsson  <jas@extundo.com>
51072
51073         * m4/strnlen.m4: New file.
51074
51075         * m4/strndup.m4: Don't check for strnlen declaration, done in
51076         strnlen.m4.
51077
51078 2005-08-10  Simon Josefsson  <jas@extundo.com>
51079
51080         * lib/strndup.c: Use strnlen.h.
51081
51082         * lib/strnlen.h: New file.
51083
51084 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51085
51086         * README: Typos.
51087
51088 2005-08-02  Simon Josefsson  <jas@extundo.com>
51089
51090         * modules/readline: New file.
51091
51092 2005-08-02  Simon Josefsson  <jas@extundo.com>
51093
51094         * modules/getdelim: New file.
51095
51096         * modules/getline: Rewrite, don't use getndelim2.
51097
51098 2005-08-02  Simon Josefsson  <jas@extundo.com>
51099
51100         * m4/getline.m4: Separate out getdelim stuff into separate module.
51101
51102         * m4/getdelim.m4: New file.
51103
51104 2005-08-02  Simon Josefsson  <jas@extundo.com>
51105
51106         * lib/getline.h, getline.c: Rewrite.
51107
51108         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51109
51110 2005-07-31  Bruno Haible  <bruno@clisp.org>
51111
51112         * lib/lock.h (gl_lock_initializer): New macro.
51113         (gl_lock_define_initialized): Use it.
51114         (gl_rwlock_initializer): New macro.
51115         (gl_rwlock_define_initialized): Use it.
51116         (gl_recursive_lock_initializer): New macro.
51117         (gl_recursive_lock_define_initialized): Use it.
51118
51119 2005-07-30  Karl Berry  <karl@gnu.org>
51120
51121         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51122         Report from Ben Pfaff, regarding getopt.
51123
51124 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51125
51126         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51127         normal way.
51128         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51129         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51130         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51131         (gl_GETOPT): Use the new macros.  Most of the implementation
51132         is moved to the new macros.  This is for programs like Emacs
51133         that don't want all the functionality of gl_GETOPT.
51134
51135 2005-07-26  Bruno Haible  <bruno@clisp.org>
51136
51137         * m4/lock.m4: Update from GNU gettext.
51138
51139 2005-07-26  Bruno Haible  <bruno@clisp.org>
51140
51141         * lib/lock.h: Update from GNU gettext.
51142         * lib/lock.c: Update from GNU gettext.
51143
51144 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51145
51146         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51147         obsolescent AC_TRY_RUN.  Include the default includes files, for
51148         'exit'.
51149
51150 2005-07-24  Bruno Haible  <bruno@clisp.org>
51151
51152         * modules/visibility: New file.
51153         * MODULES.html.sh (Misc): Add visibility.
51154
51155 2005-07-24  Bruno Haible  <bruno@clisp.org>
51156
51157         * m4/visibility.m4: New file.
51158
51159 2005-07-24  Bruno Haible  <bruno@clisp.org>
51160
51161         * doc/visibility.texi: New file.
51162
51163 2005-07-22  Bruno Haible  <bruno@clisp.org>
51164
51165         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51166         $(ALLOCA_H), redundant through BUILT_SOURCES.
51167         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51168         redundant through BUILT_SOURCES.
51169         * modules/byteswap (Makefile.am): Remove explicit dependency on
51170         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51171         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51172         $(FNMATCH_H), redundant through BUILT_SOURCES.
51173         * modules/getopt (Makefile.am): Remove explicit dependency on
51174         $(GETOPT_H), redundant through BUILT_SOURCES.
51175         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51176         redundant through BUILT_SOURCES.
51177         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51178         redundant through BUILT_SOURCES.
51179         * modules/stdbool (Makefile.am): Remove explicit dependency on
51180         $(STDBOOL_H), redundant through BUILT_SOURCES.
51181         * modules/stdint (Makefile.am): Remove explicit dependency on
51182         $(STDINT_H), redundant through BUILT_SOURCES.
51183         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51184         Remove explicit dependency on $(SYSEXITS_H).
51185         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51186
51187 2005-07-18  Simon Josefsson  <jas@extundo.com>
51188
51189         * lib/check-version.c (check_version): Accept identical versions too.
51190
51191 2005-07-18  Bruno Haible  <bruno@clisp.org>
51192
51193         * modules/lock: New file.
51194         * MODULES.html.sh (Multithreading): New section.
51195
51196 2005-07-18  Bruno Haible  <bruno@clisp.org>
51197
51198         * m4/lock.m4: New file, from GNU gettext.
51199
51200 2005-07-18  Bruno Haible  <bruno@clisp.org>
51201
51202         * lib/lock.h: New file, from GNU gettext.
51203         * lib/lock.c: New file, from GNU gettext.
51204
51205 2005-07-18  Bruno Haible  <bruno@clisp.org>
51206
51207         * lib/lock.h (gl_once_t): New type.
51208         (gl_once_define, gl_once): New macros.
51209         * lib/lock.c (fresh_once): New variable.
51210         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51211         functions.
51212
51213 2005-07-16  Simon Josefsson  <jas@extundo.com>
51214
51215         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51216         workaround, suggested by Bruno.
51217
51218 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51219
51220         * modules/xalloc (Depends-on): Add xalloc-die.
51221         * modules/xvasprintf (Depends-on): Add xalloc-die.
51222
51223 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51224
51225         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51226         with a minor change.
51227
51228 2005-07-15  Bruno Haible  <bruno@clisp.org>
51229
51230         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51231         When using lib/poll.c, define poll as rpl_poll.
51232
51233 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51234
51235         * modules/argp (Depends-on): Remove unlocked-io.
51236
51237 2005-07-14  Derek Price  <derek@ximbiot.com>
51238
51239         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51240         for glob symlink bug.
51241
51242 2005-07-14  Bruno Haible  <bruno@clisp.org>
51243
51244         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51245         Instead, test for *_unlocked function declarations directly.
51246
51247 2005-07-11  Simon Josefsson  <jas@extundo.com>
51248
51249         * modules/size_max: New file.
51250
51251         * modules/xsize: Depend on size_max module for size_max.m4.
51252
51253 2005-07-11  Simon Josefsson  <jas@extundo.com>
51254
51255         * lib/size_max.h: New file.
51256
51257 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51258
51259         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51260         copyright symbol and the year.
51261         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51262         (version_etc_va): Use parameterized copyright notice.
51263         Reword to conform to the current GNU coding standards.
51264
51265 2005-07-11  Karl Berry  <karl@gnu.org>
51266
51267         * doc/gnulib.texi (Quoting): new node.
51268         (Initial import): more info, from Patrice.
51269
51270 2005-07-11  Bruno Haible  <bruno@clisp.org>
51271
51272         * gnulib-tool (func_usage): Document option --avoid.
51273         (Command line options): Handle --avoid.
51274         (func_acceptable): New function.
51275         (func_modules_transitive_closure): Use it.
51276
51277 2005-07-11  Bruno Haible  <bruno@clisp.org>
51278
51279         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51280         Reported by Jim Meyering.
51281
51282 2005-07-10  Bruno Haible  <bruno@clisp.org>
51283
51284         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51285         Needed when size_t is smaller than 'unsigned int'.
51286         Reported by Paul Eggert.
51287
51288 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51289
51290         * modules/argp (Depends-on): Add unlocked-io
51291
51292 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51293
51294         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51295         block of defines.
51296
51297 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51298
51299         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51300         fix now.
51301
51302 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51303         and Paul Eggert  <eggert@cs.ucla.edu>
51304
51305         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51306         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51307
51308 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51309
51310         * modules/regex (Files): Add lib/regex_internal.c,
51311         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51312         (Depends-on): Add extensions.
51313         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51314
51315 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51316
51317         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51318         pathconf.
51319         * m4/same.m4 (gl_SAME): Likewise.
51320         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51321
51322         * m4/regex.m4: Adjust to new libc regex implementation.
51323         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51324         all the .c and .h parts of (the new) regex.
51325         Quote the m4 stuff better.
51326         Check for RE_ICASE bug of old gnulib.
51327         Check for REG_STARTEND of recent libc.
51328         Rename local variables from jm_* to gl_*.
51329         Quote operand of "test -f".
51330         Say "recent enough" version of libc, not "version 2".
51331         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51332         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51333         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51334         Remove check for btowc, isascii.
51335         Require AM_LANGINFO_CODESET.
51336
51337 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51338
51339         * lib/regex.c, regex.h: Sync from libc.
51340         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51341         * lib/regexec.c:
51342         New files, synced from libc, except that regex_internal.h
51343         currently has a small porting fix.
51344
51345 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51346
51347         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51348         regex_internal.c, regexec.c.
51349         Add regex_internal.h too, but as a comment, since the libc version
51350         is currently broken in gnulib mode.
51351
51352 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51353
51354         Support programs like Emacs that use gnulib but not gettext.
51355         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51356         * modules/gettext-h: New file.
51357         * modules/gettext (Files): Remove lib/gettext.h.
51358         (Depends-on): Add gettext-h.
51359         (Makefile.am): Remove lib_SOURCES.
51360         * modules/argmatch, modules/c-stack, modules/closeout:
51361         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51362         * modules/execute, modules/file-type, modules/getaddrinfo:
51363         * modules/getopt, modules/human, modules/javacomp:
51364         * modules/javaexec, modules/mkdir-p, modules/obstack:
51365         * modules/openat, modules/pagealign_alloc, modules/pipe:
51366         * modules/quotearg, modules/regex, modules/rpmatch:
51367         * modules/unicodeio, modules/userspec, modules/version-etc:
51368         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51369         * modules/xsetenv:
51370         Depend on gettext-h, not gettext.
51371
51372 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51373
51374         * gnulib-tool (func_import): Add support for 'public domain' license.
51375         * modules/alloca, modules/atexit, modules/memmove:
51376         Now public domain, not GPL.
51377         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51378         * modules/realloc, modules/strerror, modules/strtod:
51379         Now LGPL, not GPL.
51380
51381 2005-07-05  Bruno Haible  <bruno@clisp.org>
51382
51383         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51384         autoconf CVS. Needed for mingw.
51385
51386 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51387
51388         Remove the dependency of the strftime module on the tzset module.
51389         * modules/strftime (Depends-on): Remove dependency on tzset.
51390
51391 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51392
51393         Remove the dependency of the strftime module on the tzset module.
51394         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51395         gl_FUNC_TZSET_CLOBBER.
51396
51397 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51398
51399         Remove the dependency of the strftime module on the tzset module.
51400         * lib/strftime.c (my_strftime)
51401         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51402         Copy the input structure, to work around some of the bug with
51403         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51404         Solaris releases, you should also use the tzset module, but we won't
51405         require it as a dependency any more since we don't want LGPLed code
51406         to depend on GPLed code.
51407
51408 2005-07-02  Jim Meyering  <jim@meyering.net>
51409
51410         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51411         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51412         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51413         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51414
51415 2005-07-02  Jim Meyering  <jim@meyering.net>
51416
51417         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51418
51419 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51420
51421         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51422         declares only 'struct timespec;' (!).
51423
51424 2005-07-01  Jim Meyering  <jim@meyering.net>
51425
51426         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51427         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51428         * lib/save-cwd.c, tempname.c:
51429         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51430         and don't include <sys/file.h>).
51431
51432 2005-06-29  Jim Meyering  <jim@meyering.net>
51433
51434         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51435         type name.  Use the variable name instead.
51436         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51437         Likewise.
51438
51439 2005-06-28  Simon Josefsson  <jas@extundo.com>
51440
51441         * modules/check-version (Files): Add check-version.m4.
51442
51443 2005-06-28  Simon Josefsson  <jas@extundo.com>
51444
51445         * m4/check-version.m4: New file, suggested by Jim Meyering
51446         <jim@meyering.net>.
51447
51448 2005-06-28  Simon Josefsson  <jas@extundo.com>
51449
51450         * lib/check-version.h, lib/check-version.c: New files.
51451
51452 2005-06-28  Simon Josefsson  <jas@extundo.com>
51453
51454         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51455         collision with global variable.  Better indentation.  Don't
51456         increment buffer pointer beyond buffer end.  Based on comments
51457         from Paul Eggert <eggert@cs.ucla.edu>.
51458
51459         * lib/base64.h: Indent.
51460
51461 2005-06-28  Simon Josefsson  <jas@extundo.com>
51462
51463         * doc/gnulib.texi (Library version handling): New section.
51464
51465 2005-06-28  Jim Meyering  <jim@meyering.net>
51466
51467         * check-module (find_included_lib_files): Hard-code another
51468         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51469         but modules/fts-lgpl (correctly) does not list those files.
51470
51471         * modules/canonicalize (Files): Add lib/pathmax.h.
51472
51473 2005-06-25  Simon Josefsson  <jas@extundo.com>
51474
51475         * modules/check-version: New file.
51476
51477 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51478
51479         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51480         initializer of struct addrinfo, as an indication that we don't
51481         care how many members the structure has.
51482
51483 2005-06-24  Derek Price  <derek@ximbiot.com>
51484         and Bruno Haible  <bruno@clisp.org>
51485
51486         Remove stat module & update lstat.
51487         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51488         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51489         * m4/stat.m4: Remove this file.
51490
51491 2005-06-24  Derek Price  <derek@ximbiot.com>
51492         and Bruno Haible  <bruno@clisp.org>
51493
51494         Remove stat module & update lstat.
51495         * lib/stat.c: Remove this file...
51496         (slash_aware_lstat): ...moving this content and its support...
51497         * lib/lstat.c (rpl_lstat): ...into here.
51498         * lib/lstat.h: New file.
51499
51500 2005-06-24  Derek Price  <derek@ximbiot.com>
51501         and Bruno Haible  <bruno@clisp.org>
51502
51503         Remove stat module & update lstat.
51504         * config/srclist.txt (libc sources): Remove stat.
51505
51506 2005-06-24  Derek Price  <derek@ximbiot.com>
51507         and Bruno Haible  <bruno@clisp.org>
51508
51509         Remove stat module & update lstat.
51510         * MODULES.html.sh (stat): Remove.
51511         * MODULES.html: Regenerated.
51512         * modules/lstat (Description): Correct function name.
51513         (Files): Add "lstat.h".
51514         (Depends-on): Remove stat, add xalloc, stat-macros.
51515         * modules/stat: Remove this file.
51516         (Include): Add "lstat.h", remove <sys/stat.h>.
51517
51518 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51519
51520         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51521         (ranged_convert): Don't save conversion in a temporary struct.
51522         This causes a warning with GCC 4.0.0, and anyway in the typical
51523         case it's not worth the extra 100 bytes or so of code.
51524         (ranged_convert, __mktime_internal): When calling a function via a
51525         pointer P, use P () rather than (*P) (), as we now assume C89 or
51526         better.
51527
51528 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51529
51530         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51531         "who -r" failed to give output.  Problem reported by Tim Waugh.
51532
51533         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51534         (xcalloc): Use it to avoid needless tests.
51535         Problem reported by Jim Meyering.
51536
51537 2005-06-20  Derek Price  <derek@ximbiot.com>
51538
51539         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
51540         unnecessary for Autoconfs > 2.59c.
51541
51542 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51543
51544         * lib/argp.h (__option_is_short): Check upper limit of
51545         __key. Isprint() requires its argument to have the value
51546         of an unsigned char or EOF.
51547
51548 2005-06-16  Jim Meyering  <jim@meyering.net>
51549
51550         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
51551         when either N or S is zero.
51552
51553 2005-06-16  Derek Price  <derek@ximbiot.com>
51554
51555         * m4/bison.m4: Declare YACC & YFLAGS precious.
51556
51557 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
51558
51559         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
51560         multibyte string or pattern, fall back on unibyte matching.
51561         Problem reported by James Youngman.
51562
51563 2005-06-08  Bruno Haible  <bruno@clisp.org>
51564
51565         * modules/csharpcomp: New file.
51566         * MODULES.html.sh (C#): Add csharpcomp.
51567
51568 2005-06-08  Bruno Haible  <bruno@clisp.org>
51569
51570         * m4/csharpcomp.m4: New file, from GNU gettext.
51571
51572 2005-06-08  Bruno Haible  <bruno@clisp.org>
51573
51574         * lib/csharpcomp.h: New file, from GNU gettext.
51575         * lib/csharpcomp.c: New file, from GNU gettext.
51576         * lib/csharpcomp.sh.in: New file, from GNU gettext.
51577
51578 2005-06-08  Bruno Haible  <bruno@clisp.org>
51579
51580         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
51581         warning on mingw.
51582
51583 2005-06-07  Derek Price  <derek@ximbiot.com>
51584
51585         Sync from CVS.
51586         * lib/glob_.h: Indent nested #ifdef.
51587
51588 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51589
51590         Sync from coreutils.
51591         Use "file name" when talking about file names, instead of "filename"
51592         or "path", as per the GNU coding standards.
51593         * lib/mkdir-p.c: Renamed from makepath.c.
51594         (make_dir_parents): Renamed from make_path.  All callers changed.
51595         * lib/mkdir-p.h: Likewise.  All includers changed.
51596         * lib/filenamecat.c: Renamed from path-concat.c.
51597         (file_name_concat): Renamed from path_concat.  All callers changed.
51598         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
51599         * lib/filenamecat.h: Likewise.  All includers changed.
51600         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
51601         in comments or local variable names.
51602         * lib/basename.c: Likewise.
51603         * lib/canonicalize.c, canonicalize.h: Likewise.
51604         * lib/dirname.c, dirname.h: Likewise.
51605         * lib/euidaccess.c: Likewise.
51606         * lib/exclude.c: Likewise
51607         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
51608         * lib/fsusage.c, fsuage.h: Likewise.
51609         * lib/fts.c, fts_.h: Likewise.
51610         * lib/getcwd.c: Likewise.
51611         * lib/getloadavg.c: Likewise.
51612         * lib/mkstemp.c: Likewise.
51613         * lib/mountlist.c, mountlist.h: Likewise.
51614         * lib/openat.c, openat.h: Likewise.
51615         * lib/readlink-stub.c: Likewise.
51616         * lib/readutmp.c, readutmp.h: Likewise.
51617         * lib/rename.c: Likewise.
51618         * lib/rmdir.c: Likewise.
51619         * lib/same.c: Likewise.
51620         * lib/savedir.c: Likewise.
51621         * lib/stripslash.c: Likewise.
51622         * lib/tempname.c: Likewise.
51623         * lib/xreadlink.c: Likewise.
51624         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
51625         All uses changed.
51626         * lib/exclude.h: Likewise.
51627
51628         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
51629         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51630         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
51631         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51632         * lib/pathmax.h: Include <limits.h> unconditionally, since other
51633         files have been getting away with it for years (MORE/BSD 4.3
51634         is extinct now).
51635         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
51636         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51637
51638         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
51639         Define to 256, not 255, as per modern POSIX.
51640
51641 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51642
51643         Sync from coreutils.
51644         Use "file name" when talking about file names, instead of "filename"
51645         or "path", as per the GNU coding standards.
51646         * MODULES.html.sh: mkdir-p renamed from makepath.
51647         filenamecat renamed from path-concat.
51648         * modules/filenamecat: Renamed from modules/path-concat.
51649         (Files): filenamecat.h and filenamecat.c renamed from
51650         path-concat.h and path-concat.c.
51651         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
51652         (Include): filenamecat.h, not path-concat.h.
51653         * modules/mkdir-p: Renamed from modules/makepath.
51654         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
51655         makepath.c.
51656         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
51657         (Include): mkdir-p.h, not makepath.h.
51658
51659 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51660
51661         Sync from coreutils.
51662         * m4/mkdir-p.m4: Renamed from makepath.m4.
51663         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
51664         Rename files from makepath.c to mkdir-p.c, and from
51665         makepath.h to mkdir-p.h.
51666         * m4/filenamecat.m4: Renamed from path-concat.m4.
51667         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
51668         Rename files from path-concat.c to filenamecat.c,
51669         and from path-concat.h to filenamecat.h.
51670         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
51671         "file name" in local variables or comments.
51672         * m4/rename.m4: Likewise.
51673
51674 2005-06-01  Bruno Haible  <bruno@clisp.org>
51675
51676         * modules/csharpexec: New file.
51677         * MODULES.html.sh (C#): New section.
51678
51679 2005-06-01  Bruno Haible  <bruno@clisp.org>
51680
51681         * m4/csharp.m4: New file, from GNU gettext.
51682         * m4/csharpexec.m4: New file, from GNU gettext.
51683
51684 2005-06-01  Bruno Haible  <bruno@clisp.org>
51685
51686         * lib/csharpexec.h: New file, from GNU gettext.
51687         * lib/csharpexec.c: New file, from GNU gettext.
51688         * lib/csharpexec.sh.in: New file, from GNU gettext.
51689
51690 2005-05-31  Derek Price  <derek@ximbiot.com>
51691             Paul Eggert  <eggert@cs.ucla.edu>
51692
51693         Sync from cvs.
51694         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51695
51696 2005-05-31  Derek Price  <derek@ximbiot.com>
51697             Paul Eggert  <eggert@cs.ucla.edu>
51698
51699         Sync from cvs.
51700         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51701
51702 2005-05-29  Derek Price  <derek@ximbiot.com>
51703
51704         * config/srclist.txt (glob_.h, glob.c): Add these files.
51705
51706 2005-05-29  Derek Price  <derek@ximbiot.com>
51707
51708         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
51709         * modules/glob: New file.
51710         * modules/getlogin_r: Add link to POSIX spec in description.
51711
51712 2005-05-29  Derek Price  <derek@ximbiot.com>
51713             Paul Eggert  <eggert@cs.ucla.edu>
51714
51715         * m4/glob.m4: New file.
51716
51717 2005-05-29  Derek Price  <derek@ximbiot.com>
51718             Paul Eggert  <eggert@cs.ucla.edu>
51719
51720         * lib/glob_.h, lib/glob.c: New files.
51721
51722 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51723
51724         * modules/fts (Files): Remove m4/inttypes-pri.m4.
51725         * modules/fts-lgpl (Depends-on): Remove gettext.
51726
51727 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51728
51729         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
51730         and don't require gt_INTTYPES_PRI.
51731
51732 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51733
51734         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
51735
51736         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
51737         the configuration hassle isn't worth it.
51738         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
51739         (LONGEST_MODIFIER, PRIuMAX): Remove.
51740
51741 2005-05-27  Bruno Haible  <bruno@clisp.org>
51742
51743         * lib/getlogin_r.h: Remove second include of <stddef.h>.
51744
51745 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
51746
51747         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
51748         _POSIX_PTHREAD_SEMANTICS for Solaris.
51749
51750 2005-05-25  Derek Price  <derek@ximbiot.com>
51751
51752         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
51753
51754 2005-05-25  Derek Price  <derek@ximbiot.com>
51755             Paul Eggert  <eggert@cs.ucla.edu>
51756
51757         * modules/getlogin_r, m4/getlogin_r.m4: New files.
51758         * lib/getlogin_r.c, getlogin_r.h: New files.
51759
51760 2005-05-25  Bruno Haible  <bruno@clisp.org>
51761             Derek Price  <derek@ximbiot.com>
51762
51763         * lib/getlogin_r.h: Simplify API documentation.
51764
51765 2005-05-23  Derek Price  <derek@ximbiot.com>
51766
51767         * modules/minmax (Files): Add m4/minmax.m4.
51768         (configure.ac): Add gl_MINMAX.
51769
51770 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
51771
51772         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
51773         so that unistd-safer.h (GPL'ed code) need not be included.
51774
51775 2005-05-22  Bruno Haible  <bruno@clisp.org>
51776
51777         * m4/minmax.m4: New file.
51778         Based on a patch by Derek Price <derek@ximbiot.com>.
51779
51780 2005-05-22  Bruno Haible  <bruno@clisp.org>
51781
51782         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
51783         (INT64_MIN): Fix definition.
51784         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
51785
51786         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
51787         NEED_SIGNED_INT_TYPES.
51788
51789         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
51790         HAVE_SYSTEM_INTTYPES.
51791
51792 2005-05-22  Bruno Haible  <bruno@clisp.org>
51793
51794         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
51795         Also include <sys/param.h> if it defines MIN, MAX.
51796         Based on a patch by Derek Price <derek@ximbiot.com>.
51797
51798 2005-05-21  Jim Meyering  <jim@meyering.net>
51799
51800         * modules/fts (Files): Add m4/inttypes-pri.m4.
51801         (Depends-on): Add lstat and remove gettext.  Alphabetize.
51802
51803 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51804
51805         New fts module.
51806         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
51807         (setup_dir, free_dir): New functions.
51808         (enter_dir, leave_dir): Define trivial
51809         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
51810         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
51811         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
51812         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
51813         Move to fts-cycle.c.
51814         (fts_open): Use setup_dir.
51815         (fts_close): Use free_dir.
51816         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
51817         This adds a label and some gotos, but the alternatives were messier.
51818         Check for memory allocation failure when entering a dir.
51819         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
51820         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
51821         (FTS): New member fts_cycle, that is a union that contains the
51822         old active_dir_ht and cycle_state.  All uses changed to mention
51823         fts_cycle.ht and fts_cycle.state.
51824         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
51825         fts.c, with the following changes:
51826         (setup_dir, free_dir): New functions.
51827         (enter_dir): Now returns bool.  Return true if successful, false
51828         if memory exhausted.  All callers changed.
51829         Do not bother partly cleaning up on
51830         memory allocation failure; that is free_dir's job.
51831         However, free ad if hash_insert fails, to avoid memory leak.
51832         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
51833         fts->fts_options to see which union member to use.
51834
51835 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51836
51837         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
51838         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
51839
51840 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51841
51842         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
51843
51844 2005-05-20  Jim Meyering  <jim@meyering.net>
51845
51846         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
51847         Now a macro, to pacify GCC.
51848
51849 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
51850
51851         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
51852         of -1.
51853
51854 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
51855
51856         * lib/chown.c (rpl_chown): Return -1 on failure.
51857
51858 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
51859
51860         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
51861         Don't check for stddef.h.
51862         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
51863         don't use its results.
51864         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
51865         since we include them unconditionally.  Don't require
51866         AM_STDBOOL_H, since stdbool is a prerequisite.
51867         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
51868         since we assume C89 or better.
51869         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
51870         as we don't use their results.
51871         Don't check for fchdir, memmove, memset, strrchr, as we use
51872         them unconditionally.
51873         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
51874         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
51875
51876 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
51877
51878         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
51879         Include <stddef.h> unconditionally, since we assume C89 now.
51880         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
51881         * lib/fts.c: Include fts_.h first, to check interface.
51882         Do not include intprops.h; no longer needed.
51883         Include cycle-check.h and hash.h, since fts_.h no longer does.
51884         Remove unnecessary casts of closedir to void.
51885         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
51886         decide whether to decrement nlinks.
51887         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
51888         (FTS): Use struct hash_table * instead of Hash_table, so that
51889         we no longer need to include hash.h here.
51890
51891 2005-05-18  Jim Meyering  <jim@meyering.net>
51892
51893         * modules/dirfd (License): Change to LGPL.  Most of the code
51894         is already in the public domain.
51895
51896 2005-05-18  Jim Meyering  <jim@meyering.net>
51897
51898         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
51899         Reported by Yoann Vandoorselaere.
51900
51901 2005-05-17  Jim Meyering  <jim@meyering.net>
51902
51903         * m4/fts.m4: New file, from coreutils.
51904
51905 2005-05-17  Jim Meyering  <jim@meyering.net>
51906
51907         * lib/fts.c, lib/fts_.h: New files, from coreutils.
51908
51909 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
51910
51911         Sync from coreutils.
51912         * m4/unlinkdir.m4: New file.
51913
51914 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
51915
51916         Sync from coreutils.
51917         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
51918         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
51919         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
51920         White space changes only.
51921         * lib/makepath.c (make_path): Port to hosts where leading "//" is
51922         special.
51923         * lib/yesno.c: Include getline.h, not ctype.h.
51924         (yesno): Don't remove leading white space; POSIX doesn't allow it.
51925         Use getline to remove arbitrary restriction on response length.
51926
51927 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
51928
51929         * config/srclist-update: Spell out "Street" in FSF postal
51930         mail address; this is the style the FSF seems to prefer.
51931
51932         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
51933         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
51934         this updates FSF postal mail address.
51935
51936         Sync from coreutils.
51937         * modules/unlinkdir: New file.
51938         * modules/yesno (Depends-on): Add getline.
51939         * MODULES.html.sh (File system functions): Add unlinkdir.
51940
51941 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51942
51943         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
51944         lib/strsep.h:
51945         Change the initial comment to refer to GPL, not LGPL.
51946         gnulib-tool will change it to LGPL as needed.
51947
51948         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
51949         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
51950         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
51951         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
51952         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
51953         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
51954         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
51955         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
51956         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
51957         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
51958         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
51959         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
51960         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
51961         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
51962         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
51963         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
51964         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
51965         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
51966         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
51967         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
51968         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
51969         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
51970         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
51971         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
51972         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
51973         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
51974         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
51975         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
51976         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
51977         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
51978         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
51979         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
51980         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
51981         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
51982         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
51983         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
51984         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
51985         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
51986         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
51987         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
51988         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
51989         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
51990         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
51991         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
51992         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
51993         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
51994         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
51995         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
51996         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
51997         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
51998         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
51999         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52000         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52001         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52002         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52003         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52004         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52005         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52006         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52007         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52008         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52009         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52010         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52011         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52012         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52013         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52014         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52015         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52016         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52017         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52018         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52019         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52020         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52021         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52022         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52023         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52024         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52025         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52026         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52027         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52028         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52029         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52030         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52031         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52032         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52033         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52034         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52035         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52036         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52037         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52038         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52039         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52040         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52041         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52042         lib/yesno.c, lib/yesno.h:
52043         Update FSF postal mail address.
52044
52045 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52046
52047         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52048         tests/test-memmem.c, tests/test-stpncpy.c:
52049         Update FSF postal mail address.
52050
52051 2005-05-13  Bruno Haible  <bruno@clisp.org>
52052
52053         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52054         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52055         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52056         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52057         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52058         Add support for 64-bit integers in the MSVC compiler.
52059
52060 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52061
52062         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52063
52064 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52065
52066         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52067
52068 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52069
52070         * doc/getdate.texi (General date syntax): Don't say that date
52071         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52072         Problem reported by Nic Ferrier.
52073
52074 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52075
52076         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52077         specified in ai_socktype. Fix invalid ai_protocol
52078         check. ai_protocol is usually set to 0 or depending on
52079         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52080         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52081         ai_socktype / ai_protocol in the returned addrinfo structure.
52082
52083 2005-05-10  Simon Josefsson  <jas@extundo.com>
52084
52085         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52086         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52087
52088 2005-05-10  Karl Berry  <karl@gnu.org>
52089
52090         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52091         (from http://www.gnu.org/licenses).
52092         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52093         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52094         fdl.texi suffices.
52095
52096 2005-05-10  Karl Berry  <karl@gnu.org>
52097
52098         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52099         (COPYING.DOC): remove.
52100
52101         * config/srclist-update: new FSF address.
52102
52103 2005-05-10  Derek Price  <derek@ximbiot.com>
52104
52105         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52106         possible.
52107
52108 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52109             Bruno Haible  <bruno@clisp.org>
52110
52111         * modules/inet_ntop: New file.
52112         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52113         inet_ntop.
52114
52115 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52116             Bruno Haible  <bruno@clisp.org>
52117
52118         * m4/inet_ntop.m4: New file.
52119
52120 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52121             Bruno Haible  <bruno@clisp.org>
52122
52123         * lib/inet_ntop.h: New file.
52124         * lib/inet_ntop.c: New file, from glibc with modifications.
52125
52126 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52127
52128         * modules/time_r (License): Change to LGPL.
52129         * modules/extensions (License): Change to LGPL.  Actually,
52130         the license is more permissive than that, but currently gnulib-tool
52131         doesn't know how to handle more-permissive licenses.
52132
52133         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52134         Problem reported by Dave Love.
52135
52136 2005-05-08  Jim Meyering  <jim@meyering.net>
52137
52138         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52139         blank.
52140
52141 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52142
52143         * modules/argmatch (Depends-on): Add stdbool.
52144         * modules/backupfile (Depends-on): Likewise.
52145         * modules/chdir-long (Depends-on): Likewise.
52146         * modules/closeout (Depends-on): Likewise.
52147         * modules/cycle-check (Depends-on): Likewise.
52148         * modules/dirname (Depends-on): Likewise.
52149         * modules/fnmatch (Depends-on): Likewise.
52150         * modules/fsusage (Depends-on): Likewise.
52151         * modules/fwriteerror (Depends-on): Likewise.
52152         * modules/getcwd (Depends-on): Likewise.
52153         * modules/getloadavg (Depends-on): Likewise.
52154         * modules/hard-locale (Depends-on): Likewise.
52155         * modules/makepath (Depends-on): Likewise.
52156         * modules/mountlist (Depends-on): Likewise.
52157         * modules/nanosleep (Depends-on): Likewise.
52158         * modules/posixtm (Depends-on): Likewise.
52159         * modules/quotearg (Depends-on): Likewise.
52160         * modules/readtokens (Depends-on): Likewise.
52161         * modules/readtokens0 (Depends-on): Likewise.
52162         * modules/readutmp (Depends-on): Likewise.
52163         * modules/save-cwd (Depends-on): Likewise.
52164         * modules/strftime (Depends-on): Likewise.
52165         * modules/userspec (Depends-on): Likewise.
52166         * modules/utimecmp (Depends-on): Likewise.
52167         * modules/xgetcwd (Depends-on): Likewise.
52168         * modules/xnanosleep (Depends-on): Likewise.
52169         * modules/xstrtod (Depends-on): Likewise.
52170         * modules/yesno (Depends-on): Likewise.
52171
52172 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52173
52174         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52175         needless checks.
52176
52177 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52178
52179         Merge from coreutils.  Among other things,
52180         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52181         * lib/fd-safer.c: New file.
52182         * lib/fcntl-safer.h, open-safer.c: Remove.
52183         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52184         * lib/dup-safer.c: Include unistd-safer.h first.
52185         Don't include errno.h.
52186         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52187         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52188         * lib/file-type.c: Rely on file-type.h change.
52189         * lib/getloadavg.c: Include unistd-safer.h.
52190         (getloadavg): Use safer open.
52191         * lib/getusershell.c: Include "stdio-safer.h".
52192         (getusershell): Use safer fopen.
52193         * lib/long-options.c (long_options): Use NULL rather than 0.
52194         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52195         'free'.
52196         * lib/modechange.c: Likewise.
52197         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52198         (MODE_DONE): New constant.
52199         (struct mode_change): Remove 'next' member.
52200         (make_node_op_equals): New function; like the old one of the
52201         same name, except it allocates an array.
52202         (mode_compile, mode_create_from_ref): Use it.
52203         (mode_compile): Allocate result as an array, not a linked list.
52204         Parse octal string ourself, so that we catch mistakes like "+0".
52205         (mode_adjust): Arg is an array, not a linked list.
52206         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52207         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52208         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52209         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52210         Remove.  This is now stat-macros.h's job.
52211         (talloc): Remove.  All callers replaced by xalloc, so that
52212         our invokers don't have to worry about reporting memory failures.
52213         (make_node_op_equals): Remove.
52214         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52215         New constants.
52216         (struct mode_change): Moved here from modechange.h.
52217         (mode_append_entry): Remove.
52218         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52219         apps to have incorrect behavior.  Use simpler algorithm for head
52220         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52221         Detect more invalid usages rather than having somewhat-random behavior.
52222         Don't insert an "a=" action, as that leads to incorrect behavior.
52223         (mode_compile, mode_create_from_ref): Return NULL on error instead
52224         of an enum, since now there's only one way to have an error.  All
52225         callers changed.
52226         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52227         at the correct time.  Simplify calculation of "+u" and its ilk.
52228         Don't mishandle "+X".
52229         (mode_free): Remove "register" and localize decls.
52230         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52231         (struct mode_change): Move to modechange.c; callers don't
52232         need to see this stuff.
52233         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52234         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52235         (mode_change, mode_adjust): Reflect the new signatures noted above.
52236         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52237         that might redefine system include files.
52238         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52239         (my_usleep): Use NULL rather than (void *) 0.
52240         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52241         Use siginterrupt to specify that system calls should be interrupted.
52242         (rpl_nanosleep): Move initialization of suspended closer to call of
52243         my_usleep.
52244         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52245         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52246         (desirable_utmp_entry): New function.
52247         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52248         using x2nrealloc, to simplify logic.
52249         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52250         size calculation.  Do not assume utmp file is a regular file.
52251         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52252         (READ_UTMP_CHECK_PIDS): New constant.
52253         * lib/save-cwd.c: Include unistd-safer.h.
52254         (save_cwd): Use fd_safer.
52255         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52256         [!_LIBC] Include "stat-macros.h" instead.
52257         * lib/unistd-safer.h (fd_safer): New decl.
52258
52259 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52260
52261         * modules/getloadavg (Depends-on): Add unistd-safer.
52262         * modules/getusershell (Depends-on): Add stdio-safer.
52263         * modules/lstat (Depends-on): Remove xalloc.
52264         * modules/mkstemp (Depends-on): Add stat-macros.
52265         * modules/modechange (Depends-on): Remove xstrtol.
52266         Add stat-macros, xalloc.
52267         * modules/save-cwd (Depends-on): Add unistd-safer.
52268         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52269         * modules/unistd-safer (Files): Add lib/fd-safer.c
52270         (Makefile.am): Remove lib_SOURCES.
52271
52272         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52273         Remove fcntl-safer; unistd-safer supersedes it.
52274
52275 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52276
52277         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52278         AC_HEADER_STAT.
52279         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52280         (gl_PREREQ_CHOWN): Remove.
52281         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52282         it.  Don't require AC_HEADER_STAT.
52283         (gl_PREREQ_LSTAT): Remove.
52284         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52285         Don't require AC_HEADER_STAT.
52286         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52287         (gl_PREREQ_RMDIR): Remove.
52288         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52289         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52290         the stat-macros module a prerequisite.
52291         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52292         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52293         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52294         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52295         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52296         variable names.
52297         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52298         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52299         variable prefixes.
52300         * m4/fcntl-safer.m4: Remove.
52301         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52302         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52303         Invoke gl_PREREQ_FD_SAFER.
52304         (gl_PREREQ_FD_SAFER): New macro.
52305         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52306         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52307         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52308         Remove duplicate call to AC_LIBOBJ(readutmp).
52309         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52310
52311         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52312         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52313
52314 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52315
52316         * MODULES.html.sh (Misc): Add byteswap.
52317
52318 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52319
52320         * modules/getcwd (Depends-on): Add extensions.
52321         * modules/openat (Depends-on): Likewise.
52322
52323 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52324
52325         * modules/byteswap: New file.
52326
52327 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52328
52329         * m4/byteswap.m4: New file.
52330
52331 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52332
52333         * lib/byteswap_.h: New file.
52334
52335 2005-04-25  Karl Berry  <karl@gnu.org>
52336
52337         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52338
52339 2005-04-25  Albert Chin  <china@thewrittenword.com>
52340
52341         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52342         Toolkit C bug.
52343
52344 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52345
52346         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52347         (func_ln_if_changed) Remove forcibly for no error message
52348         in case file does not exist.
52349
52350 2005-04-19  Simon Josefsson  <jas@extundo.com>
52351
52352         * gnulib-tool (Options): Make --symlink mean --symbolic.
52353
52354 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52355
52356         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52357
52358 2005-04-16  Simon Josefsson  <jas@extundo.com>
52359
52360         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52361
52362 2005-04-15  Simon Josefsson  <jas@extundo.com>
52363
52364         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52365
52366 2005-04-15  Simon Josefsson  <jas@extundo.com>
52367
52368         * gnulib-tool: Rename --symlink to --symbolic.
52369
52370 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52371
52372         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52373         symbolic links to files instead of copying/moving.  Add --aux-dir,
52374         specifying directory relative --dir where auxiliary build tools
52375         are placed.
52376
52377 2005-04-14  Bruno Haible  <bruno@clisp.org>
52378
52379         * modules/allocsa (License): Change to LGPL.
52380         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52381
52382 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52383
52384         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52385         that "UTC +1 second" continues to work.  Problem reported
52386         by Dmitry V. Levin.
52387         (relunit_snumber): New rule.
52388         (relunit): Use it.
52389
52390 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52391
52392         * lib/getdate.y (universal_time_zone_table): New constant.
52393         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52394         universal_time_zone_table.
52395         (lookup_zone): Prefer universal_time_zone_table to
52396         local_time_zone_table, so that "GMT" time stamps are allowed in
52397         London during the summer.  Problem reported by Ian Abbott.
52398
52399 2005-04-12  Jim Meyering  <jim@meyering.net>
52400
52401         * lib/human.c (humblock): Set *options even when returning due to
52402         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52403         warning from gcc-4.
52404
52405 2005-04-09  Jim Meyering  <jim@meyering.net>
52406
52407         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52408         -Wuninitialized: initialize tm0.tm_year.
52409
52410 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52411
52412         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52413         count, since there's no maximum.  All uses changed.
52414         Add member dsts_seen.
52415         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52416         not being INT_MAX.
52417         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52418         Use pc_rels_seen to decide whther a date is absolute.
52419
52420         * lib/getdate.y (number): Don't overwrite year.
52421         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52422         check.
52423
52424 2005-04-02  Simon Josefsson  <jas@extundo.com>
52425
52426         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52427         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52428
52429 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52430
52431         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52432         where no absolute path name can be longer than PATH_MAX.
52433
52434 2005-03-27  Jim Meyering  <jim@meyering.net>
52435
52436         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52437
52438 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52439
52440         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52441         "one's complement" -> "ones' complement" in comment, as per Knuth.
52442         "value of type" -> "type or expression" in comment.
52443         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52444
52445 2005-03-26  Jim Meyering  <jim@meyering.net>
52446
52447         Comment nits.
52448         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52449         Correct typos: s/or/of/.
52450
52451 2005-03-26  Jim Meyering  <jim@meyering.net>
52452
52453         * modules/check-include-files: Move to ../ and rename to...
52454         * check-module: ...this.
52455
52456 2005-03-25  Jim Meyering  <jim@meyering.net>
52457
52458         * modules/xvasprintf (Files): Add xalloc.h.
52459
52460 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52461
52462         * modules/gettext (Files): config/config.rpath ->
52463         build-aux/config.rpath
52464         * modules/iconv (Files): Likewise.
52465         Problem reported by Oskar Liljeblad.
52466
52467 2005-03-23  Jim Meyering  <jim@meyering.net>
52468
52469         * modules/check-include-files: New script to check for
52470         missing dependencies, multiple includes, etc.
52471
52472         * modules/c-strtold (Depends-on): Add xalloc.
52473         * modules/c-strtod (Depends-on): Add xalloc.
52474         * modules/hash (Depends-on): Add xalloc.
52475         (Files): Remove lib/xalloc.h.
52476
52477         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52478         * modules/userspec (Files): Add lib/inttostr.h.
52479
52480 2005-03-23  Jim Meyering  <jim@meyering.net>
52481
52482         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52483
52484 2005-03-22  Jim Meyering  <jim@meyering.net>
52485
52486         * modules/stat-macros: New module.
52487         * modules/canonicalize, modules/euidaccess, modules/file-type,
52488         * modules/filemode, modules/lchown, modules/makepath,
52489         * modules/rmdir, modules/stat: Depend on new stat-macros module
52490         rather than listing lib/stat-macros.h manually.
52491         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52492
52493 2005-03-22  Jim Meyering  <jim@meyering.net>
52494
52495         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52496
52497 2005-03-22  Bruno Haible  <bruno@clisp.org>
52498
52499         * config/srclist.txt: Replace target directory 'config' with
52500         'build-aux'.
52501         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52502         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52503         ../build-aux/.
52504
52505 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52506
52507         * modules/chdir-long (Depends-on): Add mempcpy.
52508
52509         * modules/acl, modules/backupfile, modules/c-strtod,
52510         modules/c-strtold, modules/canon-host, modules/canonicalize,
52511         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52512         modules/exclude, modules/exitfail, modules/file-type,
52513         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52514         modules/getdate, modules/getline, modules/getpagesize,
52515         modules/getpass, modules/getugroups, modules/group-member,
52516         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52517         modules/inttostr, modules/long-options, modules/makepath,
52518         modules/md5, modules/memcasecmp, modules/memcoll,
52519         modules/modechange, modules/mountlist, modules/path-concat,
52520         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52521         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52522         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52523         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52524         modules/strftime, modules/strndup, modules/strverscmp,
52525         modules/timespec, modules/unlocked-io, modules/userspec,
52526         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52527         modules/yesno:
52528         Remove lib_SOURCES line from Makefile.am section, as this is now
52529         done automatically by the corresponding Autoconf macro.
52530
52531 2005-03-21  Jim Meyering  <jim@meyering.net>
52532
52533         Changes imported from coreutils.
52534
52535         * lib/cycle-check.c: Don't include xalloc.h.
52536
52537         * lib/path-concat.c: Don't include assert.h.
52538         (path_concat): Remove assertion that would have triggered
52539         for ABASE starting with more than one slash.
52540         Reported by Andreas Schwab.
52541
52542         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
52543         properly when ABASE is an absolute file name.
52544         Correct the description of this function.
52545         Include <assert.h>.
52546         Add an assertion and a test driver.
52547         This fixes a bug introduced on 2004-07-02.
52548         Andreas Schwab reported the resulting failure of cp --parents:
52549         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
52550
52551 2005-03-21  Jim Meyering  <jim@meyering.net>
52552
52553         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
52554         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
52555
52556 2005-03-21  Jim Meyering  <jim@meyering.net>
52557         and  Paul Eggert  <eggert@cs.ucla.edu>
52558
52559         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
52560         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
52561         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
52562         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
52563         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
52564         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
52565         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
52566         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
52567         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
52568         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
52569         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
52570         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
52571         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
52572         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
52573         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
52574         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
52575         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
52576         for these modules.
52577
52578 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
52579
52580         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
52581         (which shouldn't happen), generate nothing instead of returning 0
52582         immediately, so that nstrftime (NULL, ...) doesn't return 0.
52583
52584 2005-03-16  Bruno Haible  <bruno@clisp.org>
52585
52586         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
52587         HAVE_LONGLONG_64BIT.
52588
52589 2005-03-16  Bruno Haible  <bruno@clisp.org>
52590
52591         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
52592         HAVE_LONGLONG_64BIT.
52593
52594 2005-03-16  Bruno Haible  <bruno@clisp.org>
52595
52596         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
52597         HAVE_LONGLONG_64BIT.
52598
52599 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52600
52601         * lib/strftime.c (my_strftime): Prepend space to format so that we can
52602         reliably distinguish strftime failure from empty output on POSIX
52603         hosts.
52604
52605 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52606
52607         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
52608         (iconv_string): Don't guess a size-zero buffer, as that might cause
52609         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
52610         result would be 'too large', where 'too large' is (heuristically)
52611         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
52612         overflow concerns.  This will prevent some unwanted malloc failures
52613         when the inputs are very large.
52614
52615 2005-03-15  Karl Berry  <karl@gnu.org>
52616
52617         * config/srclist.txt (config.rpath): from gettext.
52618         * config/config.rpath: update.
52619
52620 2005-03-15  Bruno Haible  <bruno@clisp.org>
52621
52622         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
52623         to 'negate'.
52624
52625         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
52626         variable.
52627
52628         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
52629         results.
52630
52631 2005-03-14  Simon Josefsson  <jas@extundo.com>
52632
52633         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
52634         <fx@gnu.org>.
52635
52636 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
52637
52638         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
52639         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
52640         intprops.h.
52641         * lib/strtol.c: Likewise.
52642
52643 2005-03-14  Jim Meyering  <jim@meyering.net>
52644
52645         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
52646         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
52647         to be nonzero so that we (and caller) can detect the difference
52648         between a valid zero-length expansion and an error return, even
52649         when the underlying strftime fails before writing anything into
52650         that location.
52651
52652 2005-03-14  Bruno Haible  <bruno@clisp.org>
52653
52654         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
52655         Update from GNU gettext 0.14.3.
52656
52657 2005-03-10  Jim Meyering  <jim@meyering.net>
52658
52659         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
52660
52661 2005-03-10  Jim Meyering  <jim@meyering.net>
52662
52663         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
52664         so that this module works on systems without fchdir.
52665
52666 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
52667
52668         Factor int-properties macros into a single file, except for
52669         glibc-related files.
52670         * lib/intprops.h: New file.
52671         * lib/getloadavg.c: Include it instead of limits.h.
52672         (INT_STRLEN_BOUND): Remove.
52673         * lib/human.c: Include intprops.h.
52674         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
52675         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
52676         302/1000.
52677         * lib/inttostr.h: Include intprops.h instead of limits.h.
52678         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
52679         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
52680         for consistency with intprops.h.
52681         (time_t_is_integer, twos_complement_arithmetic): Use them.
52682         * lib/sig2str.h: Include <signal.h>, intprops.h.
52683         (INT_STRLEN_BOUND): Remove.
52684         * lib/strftime.c (TYPE_SIGNED): Remove.
52685         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
52686         * lib/strtol.c: Adjust comments to match intprops.h.
52687         * lib/userspec.c: Include intprops.h.
52688         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
52689         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
52690         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
52691         instead of rolling our own expressions.
52692         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
52693
52694         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
52695         instead of int.
52696         (my_strftime): Do not mishandle years close to INT_MAX, by doing
52697         the right thing even if adding 1900 would overflow.  Similarly
52698         for tm_mon + 1 and tm_yday + 1.
52699         Make %Y always equivalent to %C%y, and similarly for %G and %g.
52700         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
52701         (DO_SIGNED_NUMBER): New macro.
52702         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
52703
52704 2005-03-07  Bruno Haible  <bruno@clisp.org>
52705
52706         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
52707
52708 2005-03-07  Bruno Haible  <bruno@clisp.org>
52709
52710         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
52711
52712 2005-03-04  Derek R. Price  <derek@ximbiot.com>
52713
52714         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
52715         (func_import): Only replace files via --import when they have actually
52716         changed.
52717
52718 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52719
52720         * m4/mmap-anon.m4: New file.
52721         * m4/pagealign_alloc.m4: New file.
52722
52723 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52724             Bruno Haible  <bruno@clisp.org>
52725
52726         * modules/pagealign_alloc: New file.
52727         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
52728
52729 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52730             Bruno Haible  <bruno@clisp.org>
52731
52732         * lib/pagealign_alloc.h: New file.
52733         * lib/pagealign_alloc.c: New file.
52734
52735 2005-03-03  Bruno Haible  <bruno@clisp.org>
52736
52737         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
52738         Use an all-permissive copyright notice, recommended by RMS.
52739
52740 2005-03-02  Bruno Haible  <bruno@clisp.org>
52741
52742         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
52743         of AIX, the replacement has to be done only after <string.h> is
52744         included, therefore not in config.h. stpncpy.h does the replacement,
52745         and stpncpy.c uses it.
52746
52747 2005-03-02  Bruno Haible  <bruno@clisp.org>
52748
52749         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
52750         stpncpy.c uses it.
52751
52752 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52753
52754         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
52755         The workaround isn't strictly needed for POSIX conformance, and
52756         it's too much of a pain to configure and maintain.  We'll ask
52757         people to fix their kernels instead.
52758         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
52759         (NANOSLEEP_BUG_WORKAROUND): Remove.
52760         (xnanosleep): Remove the workaround.
52761
52762 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52763
52764         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
52765         Reported by Derek Price.
52766         (Include): Add "timespec.h".
52767
52768         * modules/xnanosleep (Depends-on): Remove gethrxtime.
52769
52770 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52771
52772         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
52773         to detect nanosleep bug.
52774
52775 2005-03-01  Bruno Haible  <bruno@clisp.org>
52776
52777         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
52778
52779 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
52780
52781         * modules/gethrxtime: New file.
52782         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
52783         (Depends-on): Add gethrxtime.
52784         (configure.ac): Add gl_XNANOSLEEP.
52785         (Makefile.am): Remove lib_SOURCES line.
52786
52787 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52788
52789         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
52790         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
52791
52792 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52793
52794         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
52795         * lib/timespec.h (gettime): Return void, since it always
52796         succeeds now.  All uses changed.
52797         * lib/gettime.c (gettime) Likewise.
52798         [HAVE_NANOTIME]: Prefer nanotime.
52799         Assume gettimeofday succeeds, as POSIX requires.
52800         Assime time () succeeds, since other code already does.
52801         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
52802         (timespec_subtract): Remove.
52803         (NANOSLEEP_BUG_WORKAROUND): New constant.
52804         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
52805         things considerably.  Use it only on GNU/Linux hosts, since the
52806         workaround shouldn't be needed elsewhere.
52807
52808 2005-02-24  Bruno Haible  <bruno@clisp.org>
52809
52810         * modules/gettext (Files): Add m4/glibc2.m4.
52811
52812 2005-02-24  Bruno Haible  <bruno@clisp.org>
52813
52814         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
52815         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
52816         * m4/progtest.m4:
52817         Update from GNU gettext 0.14.2.
52818         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
52819
52820 2005-02-24  Bruno Haible  <bruno@clisp.org>
52821
52822         * lib/localcharset.c: Update from GNU gettext 0.14.2.
52823         * lib/config.charset: Update from GNU gettext 0.14.2.
52824
52825 2005-02-24  Bruno Haible  <bruno@clisp.org>
52826
52827         * lib/gettext.h: Update from GNU gettext 0.14.2.
52828
52829 2005-02-23  Simon Josefsson  <jas@extundo.com>
52830
52831         * m4/iconvme.m4: New file.
52832
52833 2005-02-23  Jim Meyering  <jim@meyering.net>
52834
52835         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
52836         change.
52837         Thanks to Bruno Haible for catching it.
52838
52839 2005-02-22  Simon Josefsson  <jas@extundo.com>
52840
52841         * modules/iconvme: New file.
52842
52843         * MODULES.html.sh: Add iconvme.
52844
52845 2005-02-22  Simon Josefsson  <jas@extundo.com>
52846
52847         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
52848
52849 2005-02-22  Simon Josefsson  <jas@extundo.com>
52850
52851         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
52852
52853 2005-02-22  Jim Meyering  <jim@meyering.net>
52854
52855         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
52856         s/ifndef/ifdef/.
52857
52858 2005-02-20  Neil Conway  <neilc@samurai.com>
52859
52860         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
52861         returned by OSX/Darwin if the specified buffer is not large
52862         enough for the hostname.
52863
52864 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52865
52866         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
52867         pass it to _help, otherwise the latter coredumps trying to
52868         dereference state.root_argp.
52869
52870 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
52871
52872         * modules/chdir-long (Depends-on): Add memrchr.
52873         * modules/memrchr (Files): Add lib/memrchr.h.
52874         (Include): "memrchr.h".
52875
52876 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
52877
52878         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
52879
52880 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
52881
52882         * lib/memrchr.h: New file.
52883         * lib/chdir-long.c: Include it.
52884         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
52885         Don't bother including stddef.h.
52886
52887 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
52888
52889         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
52890         inclusion.
52891         Include <sys/types.h>, for dev_t.
52892         (ME_DUMMY, ME_REMOTE): Move from here....
52893         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
52894         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
52895         Dmitry V. Levin.
52896         Include mountlist.h first, to test the interface.
52897
52898 2005-01-29  Bruno Haible  <bruno@clisp.org>
52899
52900         * lib/progname.c (program_name): Initialize.
52901         Needed when linking statically on MacOS X.
52902
52903 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
52904
52905         Sync from coreutils.
52906         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
52907         (Depends-on): Add c-strtod.
52908         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
52909
52910 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
52911
52912         Sync from coreutils.
52913         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
52914
52915         Remove files that are specific to coreutils.
52916         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
52917
52918 2005-01-28  Bruno Haible  <bruno@clisp.org>
52919
52920         * modules/javacomp: New file.
52921         * MODULES.html.sh (Java): Add javacomp.
52922
52923 2005-01-28  Bruno Haible  <bruno@clisp.org>
52924
52925         * m4/javacomp.m4: New file, from GNU gettext.
52926
52927 2005-01-28  Bruno Haible  <bruno@clisp.org>
52928
52929         * lib/javacomp.sh.in: New file, from GNU gettext.
52930         * lib/javacomp.h: New file, from GNU gettext.
52931         * lib/javacomp.c: New file, from GNU gettext.
52932
52933 2005-01-26  Simon Josefsson  <jas@extundo.com>
52934
52935         * lib/gai_strerror.c: Use GPL in header.
52936
52937 2005-01-26  Bruno Haible  <bruno@clisp.org>
52938
52939         * modules/javaexec: New file.
52940         * MODULES.html.sh (Java): Add javaexec.
52941
52942 2005-01-26  Bruno Haible  <bruno@clisp.org>
52943
52944         * m4/javaexec.m4: New file, from GNU gettext.
52945
52946 2005-01-26  Bruno Haible  <bruno@clisp.org>
52947
52948         * lib/javaexec.sh.in: New file, from GNU gettext.
52949         * lib/javaexec.h: New file, from GNU gettext.
52950         * lib/javaexec.c: New file, from GNU gettext.
52951
52952 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52953
52954         * modules/lchown (Depends-on): Remove lchown.h
52955
52956 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52957
52958         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
52959         must be defined if the header file was not found, in order
52960         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
52961
52962 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52963
52964         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
52965         initializers for struct pentry_state.
52966         (__argp_error): Check return value of __asprintf
52967         (__argp_failure): Translate error message
52968
52969         * lib/argp-parse.c: Removed braces around the expansion of N_()
52970
52971 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
52972
52973         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
52974         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
52975         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
52976         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
52977         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
52978         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
52979         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
52980         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
52981         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
52982         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
52983         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
52984         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
52985         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
52986         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
52987         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
52988         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
52989         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
52990         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
52991         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
52992         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
52993         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
52994         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
52995         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
52996         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
52997         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
52998         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
52999         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53000         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53001         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53002         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53003         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53004         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53005         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53006         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53007         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53008         Use an all-permissive copyright notice, recommended by RMS.
53009
53010 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53011
53012         * modules/chdir-long (Depends-on): Remove mempcpy.
53013
53014 2005-01-21  Jim Meyering  <jim@meyering.net>
53015
53016         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53017         same value as for Solaris 9.
53018
53019         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53020         component length.  This included changing the parameter to be
53021         of type `char *' rather than `char const *'.
53022         * lib/chdir-long.h (chdir_long): Update prototype.
53023
53024         * lib/openat.c (fdopendir, fstatat): New functions.
53025         * lib/openat.h: Include headers required for use of DIR and struct
53026         stat.
53027         [AT_SYMLINK_NOFOLLOW]: Define.
53028         (fdopendir, fstatat): Add prototypes.
53029
53030 2005-01-21  Bruno Haible  <bruno@clisp.org>
53031
53032         * modules/classpath: New file.
53033         * MODULES.html.sh (Java): Add classpath.
53034
53035 2005-01-21  Bruno Haible  <bruno@clisp.org>
53036
53037         * lib/classpath.h: New file, from GNU gettext.
53038         * lib/classpath.c: New file, from GNU gettext.
53039
53040 2005-01-20  Simon Josefsson  <jas@extundo.com>
53041
53042         * modules/version-etc-fsf: New file.
53043
53044 2005-01-20  Simon Josefsson  <jas@extundo.com>
53045
53046         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53047         * lib/version-etc.c: Remove version_etc_copyright.
53048         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53049         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53050
53051 2005-01-20  Simon Josefsson  <jas@extundo.com>
53052
53053         * lib/base64.h (isbase64): Add.
53054
53055         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53056         using a unsigned prototype, don't inline.
53057         (base64_decode): Use it.
53058
53059 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53060
53061         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53062         it.
53063
53064 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53065
53066         * lib/save-cwd.c (save_cwd): Remove code to support the case
53067         where fchdir is missing or flaky.
53068
53069 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53070
53071         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53072
53073 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53074
53075         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53076         AC_LIBSOURCES now does this.
53077         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53078         with new ullong_max module.
53079
53080 2005-01-19  Bruno Haible  <bruno@clisp.org>
53081
53082         * modules/sh-quote: New file.
53083         * MODULES.html.sh (Executing programs): Add sh-quote.
53084
53085 2005-01-19  Bruno Haible  <bruno@clisp.org>
53086
53087         * lib/sh-quote.h: New file, from GNU gettext.
53088         * lib/sh-quote.c: New file, from GNU gettext.
53089
53090 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53091
53092         Merge from coreutils.
53093         * m4/ullong_max.m4: New file.
53094         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53095         (gl_MACROS): Assume localeconv exists.
53096
53097 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53098
53099         Merge changes from coreutils, as described below in several
53100         changelogs dated today.
53101
53102         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53103         (O_DIRECTORY): Remove; not needed here, since "." must be
53104         a directory.  All uses removed.
53105         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53106         universal on Suns, and we also need to test for IRIX.
53107         Revamp code to use 'if' rather than '#if'.
53108         Avoid unnecessary comparison of cwd->desc to 0.
53109
53110         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53111         for known valid error numbers rather than observed invalid ones.
53112
53113 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53114
53115         * modules/ullong_max: New file.
53116
53117         * modules/chdir-long, modules/openat: New files.
53118         * modules/save-cwd (Depends-on): Depend on chdir-long.
53119         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53120
53121 2005-01-18  Jim Meyering  <jim@meyering.net>
53122
53123         Merge from coreutils.
53124         * m4/chdir-long.m4, m4/openat.m4: New files.
53125         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53126         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53127         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53128         is sane and DOES follow symlinks.  Besides, testing 20 different
53129         systems found no broken chown implementations.
53130         Prompted by a change in rsync's copy of this macro.
53131         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53132
53133         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53134
53135         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53136         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53137         NULL-means-set-to-current-time semantics.
53138         Remove temporary file immediately, rather than waiting
53139         for configure's at-exit trap code to do it.
53140
53141 2005-01-18  Jim Meyering  <jim@meyering.net>
53142
53143         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53144
53145         * lib/utimens.c (futimens): Account for the fact that futimes
53146         can also fail with errno == ENOSYS or errno == ENOENT.
53147         Patch from Dmitry V. Levin.
53148
53149         Change the name of the robust chdir function from chdir to chdir_long.
53150         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53151         (restore_cwd): Use chdir_long, not chdir.
53152         * lib/chdir-long.c: Renamed from chdir.c.
53153         * lib/chdir-long.h: Renamed from chdir.h.
53154         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53155         Hurd.
53156
53157 2005-01-18  Bruno Haible  <bruno@clisp.org>
53158
53159         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53160         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53161         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53162         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53163         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53164         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53165         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53166         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53167         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53168         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53169         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53170         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53171         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53172         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53173         Use an all-permissive copyright notice, recommended by RMS.
53174
53175 2005-01-18  Bob Proulx  <bob@proulx.com>
53176
53177         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53178         simplify offsetof() macro construct to avoid compile failure with
53179         native HP-UX 11.0 ANSI C compiler.
53180
53181 2005-01-17  Bruno Haible  <bruno@clisp.org>
53182
53183         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53184         redundant because stpncpy.m4 takes care of it.
53185
53186 2005-01-17  Bruno Haible  <bruno@clisp.org>
53187
53188         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53189
53190 2005-01-17  Bruno Haible  <bruno@clisp.org>
53191
53192         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53193         used.
53194
53195 2005-01-17  Bruno Haible  <bruno@clisp.org>
53196
53197         * lib/fwriteerror.h (fwriteerror): Change specification to include
53198         fclose.
53199         * lib/fwriteerror.c: Include <stdbool.h>.
53200         (fwriteerror): At the end, close the file stream. Record whether
53201         stdout was already closed.
53202
53203 2005-01-17  Bruno Haible  <bruno@clisp.org>
53204
53205         * lib/execute.c (environ): Declare if needed.
53206         * lib/pipe.c (environ): Likewise.
53207         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53208
53209 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53210
53211         * modules/argp: Depend on vsnprintf
53212
53213 2005-01-10  Jim Meyering  <jim@meyering.net>
53214
53215         * modules/closeout (Depends-on): Add atexit.
53216
53217 2005-01-06  Bruno Haible  <bruno@clisp.org>
53218
53219         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53220
53221 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53222
53223         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53224         definitions to be after all include files, to avoid collisions.
53225         Problem reported by Bob Proulx.
53226
53227 2005-01-04  Jim Meyering  <jim@meyering.net>
53228
53229         Changes imported from coreutils.
53230         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53231         as the mkstemp template, use a temporary directory and an
53232         8.3-friendly template to avoid trouble on systems like DJGPP.
53233         Reported by Juan M. Guerrero via Stepan Kasal.
53234         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53235         close. Remove the temporary directory right away, rather than waiting
53236         for configure's at-exit trap code to do it.
53237         Suggestion from Stepan Kasal.
53238
53239 2005-01-01  Simon Josefsson  <jas@extundo.com>
53240
53241         * gnulib-tool: Print #include directives when --import'ing.
53242
53243 2004-12-28  Simon Josefsson  <jas@extundo.com>
53244
53245         * tests/test-base64.c: Include required header files.  Remove
53246         unused variables.
53247
53248 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53249
53250         * modules/error (Depends-on): Remove gettext.
53251
53252 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53253
53254         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53255         not needed.  This removes a dependency on the gettext module.
53256         [defined _LIBC]: Do not include <libintl.h>; not needed.
53257
53258 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53259
53260         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53261         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53262
53263 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53264
53265         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53266         HAVE_DECL_STRTOLD.
53267
53268 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53269
53270         * modules/getdate (Depends-on): Remove alloca-opt.
53271
53272 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53273
53274         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53275
53276 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53277
53278         * lib/argp-parse.c: Include <stddef.h>.
53279         (alignof, alignto): New macros.
53280         (parser_init): Don't assume that void * is aligned sufficiently
53281         for struct option.
53282
53283         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53284         need to extend the stack.
53285         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53286         large.
53287
53288 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53289
53290         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53291
53292 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53293
53294         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53295         (2004-10-24) change.  Apparently this was a false alarm.
53296
53297         * modules/getdate: Depend on alloca-opt, not alloca.
53298
53299 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53300
53301         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53302         Remove now-obsolete comment about AIX.
53303         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53304         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53305         (YYMAXDEPTH): New macro.
53306
53307 2004-12-18  Simon Josefsson  <jas@extundo.com>
53308
53309         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53310
53311 2004-12-18  Bruno Haible  <bruno@clisp.org>
53312
53313         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53314
53315 2004-12-18  Bruno Haible  <bruno@clisp.org>
53316
53317         * lib/fatal-signal.c (fatal_signals): Make non-const.
53318         (init_fatal_signals): New function.
53319         (uninstall_handlers, install_handlers): Ignore signals that were set to
53320         SIG_IGN.
53321         (at_fatal_signal): Call init_fatal_signals.
53322         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53323         SIG_IGN.
53324         Reported by Paul Eggert.
53325
53326 2004-12-18  Bruno Haible  <bruno@clisp.org>
53327
53328         * doc/alloca.texi: New file.
53329         * doc/alloca-opt.texi: New file.
53330
53331 2004-12-17  Jim Meyering  <jim@meyering.net>
53332
53333         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53334         Otherwise, install-sh could exit with improper exit status when
53335         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53336
53337 2004-12-16  Simon Josefsson  <jas@extundo.com>
53338
53339         * tests/test-base64.c: Add license.
53340
53341 2004-12-15  Stepan Kasal  <address@hidden>
53342
53343         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53344
53345 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53346
53347         * modules/getcwd (Files): Add m4/d-ino.m4.
53348         Suggested by Mark D. Baushke.
53349
53350 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53351
53352         * lib/getdate.y (textint): New member "negative".
53353         (time_zone_hhmm): New function.
53354         Expect 14 shift-reduce conflicts, not 13.
53355         (o_colon_minutes): New rule.
53356         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53357         (yylex): Set the "negative" member of signed numbers.
53358
53359 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53360
53361         * doc/getdate.texi (Time of day items, Time zone items):
53362         Describe new formats +00:00, UTC+00:00.
53363
53364 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53365
53366         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53367         spurious "-l"s.  Problem reported by Stepan Kasal.
53368
53369 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53370
53371         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53372         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53373
53374 2004-12-04  Simon Josefsson  <jas@extundo.com>
53375
53376         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53377         Vandoorselaere <yoann@prelude-ids.org>.
53378
53379 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53380
53381         Changes imported from coreutils.
53382         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53383         exist.
53384         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53385
53386 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53387
53388         Changes imported from coreutils.
53389         * lib/hard-locale.c: Assume <locale.h> exists.
53390         Include "strdup.h".
53391         (GLIBC_VERSION): New macro.
53392         (hard_locale): Assume setlocale exists.
53393         Rewrite to avoid #ifdef.
53394         Use strdup rather than malloc + strcpy.
53395         * lib/human.c: Assume <locale.h> exists.
53396         (human_readable): Assume localeconv exists.
53397
53398 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53399
53400         * modules/hard-locale (Depends-on): Add strdup.
53401
53402 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53403
53404         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53405         convert T2, not T.  (Imported from libc.)
53406
53407 2004-11-30  Simon Josefsson  <jas@extundo.com>
53408
53409         * modules/restrict (License): Change to LGPL.
53410
53411 2004-11-30  Simon Josefsson  <jas@extundo.com>
53412
53413         * m4/restrict.m4: Add copyright and copying conditions.
53414
53415 2004-11-30  Simon Josefsson  <jas@extundo.com>
53416
53417         * m4/base64.m4: New file.
53418
53419 2004-11-30  Simon Josefsson  <jas@extundo.com>
53420
53421         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53422         base64.
53423
53424         * tests/test-base64.c: New file.
53425
53426         * modules/base64: New file.
53427
53428 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53429
53430         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53431         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53432
53433         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53434
53435 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53436
53437         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53438         (__getcwd.c): Don't restore errno; glibc doesn't.
53439         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53440         first, falling back to our code only if its results look suspicious.
53441         Ensure that the resulting buffer is only as large as necessary.
53442
53443         * lib/readutmp.c: Include readutmp.h first.
53444         Include <errno.h>, since readutmp.h no longer does that.
53445         * lib/readutmp.h: Don't include <errno.h>,
53446         <sys/param.h>, <time.h>; not needed to establish interface.
53447         (errno): Remove decl.
53448         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53449         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53450         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53451
53452 2004-11-28  Simon Josefsson  <jas@extundo.com>
53453
53454         * lib/base64.h, base64.c: New file.
53455
53456 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53457
53458         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53459
53460 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53461
53462         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53463         (Depends-on): Remove pathmax, same.  Add mempcpy.
53464         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53465         (Makefile.am): Append getcwd.h to lib_SOURCES.
53466         (Include): Add getcwd.h.
53467         (Maintainer): Change from Jim Meyering to "all, glibc",
53468         since getdate now uses intended-for-glibc code.
53469         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53470         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53471
53472 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53473
53474         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53475         HP's ANSI C compiler.
53476         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53477         Declaring int functions causes warnings on some modern systems and
53478         shouldn't be needed to compile on ancient ones.
53479         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53480         defined.
53481
53482         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53483         with the following changes.
53484         (__set_errno): Parenthesize properly.
53485         Include <stdbool.h>.
53486         (MIN, MAX, MATCHING_INO): New macros.
53487         (__getcwd): Define with prototype, not K&R form.
53488         Use heuristics to allocate default buffer on stack if possible.
53489         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53490         behavior, and to avoid the PATH_MAX limit when computing
53491         ../../../../...
53492         Use MATCHING_INO to compare inode number to file.
53493         Check for arithmetic overflow in size calculations.
53494         Fix bug in reallocation of dot array that caused getcwd to fail
53495         on directories nested deeper than 75.
53496         Be more careful about saving errno on error.
53497         Do not use realloc; use only free+malloc, as this is a bit
53498         more flexible and avoids a needless copy operation.
53499         Do not inspect st_dev and st_ino for symbolic links; POSIX
53500         doesn't specify the latter.
53501         Check for closedir errors.
53502         Avoid needless casts.
53503         Use "#ifdef weak_alias" around weak_alias, to be like other
53504         glibc code.
53505         The following changes to getcwd.c have effect only when used in
53506         gnulib; they have no effect inside glibc proper.
53507         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53508         as alloca isn't used.
53509         (alloca, __alloca): Likewise.
53510         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53511         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53512         unconditionally, as gnulib assumes C89 or better.
53513         Do not include <sys/param.h>.
53514         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53515         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53516         better.
53517         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53518         Include <dirent.h> in a way that is compatible with modern Autoconf.
53519         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53520         New macros, if not already defined.
53521         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53522         Use "_LIBC", not "defined _LIBC", for consistency.
53523         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53524         a mempcpy module.
53525         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53526         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53527         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53528         credit only to Jim Meyering and adjust the copyright dates.
53529         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53530         <stdlib.h>, <unistd.h>, "pathmax.h".
53531         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53532         (INITIAL_BUFFER_SIZE): Remove.
53533         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53534
53535 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53536
53537         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
53538         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
53539         Use the _ONCE methods, for efficiency.
53540         Check for fcntl.h.  In test program, include <errno.h>
53541         and <fcntl.h> if available.  Remove old K&R cruft from
53542         test program.  Check for common errors in GNU/Linux,
53543         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
53544         don't do AC_LIBOBJ, as that's getcwd.m4's job.
53545         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
53546         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
53547         name accordingly.
53548         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
53549         accommodate new getcwd.c.
53550         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
53551         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
53552         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
53553         that's all we need now.
53554
53555 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53556
53557         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
53558         argp-parse.c depends on getopt internals, that means we should
53559         always use our getopt, to be on the safe side.
53560         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
53561         order not to spoil the result of an eventual previous invocation
53562         of gl_GETOPT_SUBSTITUTE.
53563
53564 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53565
53566         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
53567         redefinition warnings. To avoid them, include the defines
53568         in `#if !defined __need_getopt ... #endif'. The only place
53569         where __getopt_argv_const is used is in definitions
53570         of getopt_long and getopt_long_only below, which are as well
53571         protected by `#ifndef __need_getopt'.
53572         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
53573         __need_getopt after including <stdio.h> and <unistd.h> These
53574         headers might have defined it.
53575
53576 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53577
53578         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
53579
53580 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53581
53582         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
53583         (futimens): New function, which uses futimes if available.
53584         (futimens, utimens): Support timespec==NULL, with same semantics
53585         as utime and utimens.
53586         * lib/utimens.h (futimens): New decl.
53587
53588 2004-11-23  Jim Meyering  <jim@meyering.net>
53589
53590         * lib/getopt_.h: Remove trailing blanks.
53591
53592 2004-11-23  Jim Meyering  <jim@meyering.net>
53593
53594         * lib/__fpending.c: Add comment.
53595
53596 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
53597
53598         * modules/canonicalize (Depends-on): Add xreadlink.
53599         Problem reported by James Youngman.
53600
53601 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
53602
53603         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
53604         New macros.
53605         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
53606         optopt): Use them instead of invoking ## directly; otherwise, the
53607         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
53608
53609 2004-11-19  Bruno Haible  <bruno@clisp.org>
53610
53611         * lib/strtok_r.c: Move comments from here...
53612         * lib/strtok_r.h: ... to here.
53613
53614 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53615
53616         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
53617         implementations that mishandle size_t overflow.
53618
53619 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53620
53621         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
53622         might fail.  Problem reported by Yoann Vandoorselaere.
53623         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
53624         implementations that mishandle size_t overflow.
53625
53626 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53627
53628         * modules/canon-host (Depends-on): Add strdup.
53629
53630 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53631
53632         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
53633
53634 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53635
53636         * lib/canon-host.c: Include "strdup.h".
53637         (canon_host): Use getaddrinfo if available, so that IPv6 works.
53638         Use strdup instead of malloc/strcpy to duplicate strings.
53639
53640         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
53641         (human_space_before_unit): New constant.
53642         * lib/human.c (human_readable): Support it.
53643
53644         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
53645         (xgetcwd): Set errno correctly when failing.
53646         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
53647         the failure is actually due to a PATH_MAX problem.
53648
53649         Further getopt changes to make it more likely that glibc will
53650         buy the changes back.
53651         * lib/getopt.c (POSIXLY_CORRECT): New constant.
53652         (getopt): Use it, so to preserve glibc semantic
53653         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
53654         when compiling for libc.
53655         * lib/getopt_.h (__getopt_argv_const): Bring it back.
53656         (getopt_long, getopt_long_only): Use it.
53657
53658         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53659         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
53660         (getopt): Argv is now char * const *, as per standard.
53661         (_getopt_internal_r, _getopt_internal): Argv is now char **,
53662         not char *__getopt_argv_const *.
53663         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53664         _getopt_long_only_r): Likewise.
53665         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
53666         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53667         _getopt_long_r, _getopt_long_only_r): Likewise.
53668         * lib/getopt_.h (__getopt_argv_const): Remove.
53669         (getopt): Argv is now char * const *, as per standard.
53670
53671         * lib/getdate.y (tORDINAL): New token.
53672         (day, relunit): Allow it for relative times.
53673         (relative_time_table): Use tORDINAL for ordinals.
53674
53675 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53676
53677         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
53678         Document that "second" isn't allowed as an ordinal number.
53679
53680 2004-11-16  Jim Meyering  <jim@meyering.net>
53681
53682         * modules/closeout (Depends-on): Add fpending.
53683
53684 2004-11-15  Jim Meyering  <jim@meyering.net>
53685
53686         * lib/closeout.c: Include "__fpending.h" once again.
53687         Include <stdbool.h>.
53688         (close_stdout): Don't fail just because stdout was closed initially,
53689         since some programs don't write to stdout in the normal course of
53690         operation (other than --version and --help), and we don't want this
53691         function to make e.g. `touch file >&-' fail.
53692         But do fail if it was closed and someone has tried to write to it.
53693         E.g., `printf foo >&-' must fail.
53694
53695 2004-11-13  Jim Meyering  <jim@meyering.net>
53696
53697         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
53698
53699 2004-11-12  Simon Josefsson  <jas@extundo.com>
53700
53701         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
53702         small doc fix is still pending.
53703
53704 2004-11-11  Simon Josefsson  <jas@extundo.com>
53705
53706         * modules/strtok_r: New file.
53707
53708         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53709         strtok_r.
53710
53711 2004-11-11  Simon Josefsson  <jas@extundo.com>
53712
53713         * m4/strtok_r.m4: New file.
53714
53715         * m4/getopt.m4: Replace opterr.
53716
53717 2004-11-11  Simon Josefsson  <jas@extundo.com>
53718
53719         * lib/strtok_r.h, strtok_r.c: New file.
53720
53721 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53722
53723         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
53724         of replacing opterr, getopt, etc.  This should handle the
53725         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
53726
53727 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53728
53729         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
53730         we can stop lying to compilers about the constness of argv when we
53731         are compiled outside glibc.
53732         (getopt, getopt_long, getopt_long_only): Use it.
53733         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53734         _getopt_internal, getopt): Likewise.
53735         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53736         _getopt_long_only_r): Likewise.
53737         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53738         _getopt_long_r, _getopt_long_only_r): Likewise.
53739
53740         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
53741         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
53742         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
53743         the other external symbols.
53744         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
53745         declaration, since the above renaming now works around collisions.
53746
53747 2004-11-11  Jim Meyering  <jim@meyering.net>
53748
53749         * lib/linebreak.c: Remove trailing blanks.
53750         * lib/alloca_.h: Likewise.
53751         * lib/acosl.c: Likewise.
53752         * lib/euidaccess.c: Likewise.
53753         * lib/allocsa.h: Likewise.
53754
53755 2004-11-10  Simon Josefsson  <jas@extundo.com>
53756
53757         * m4/getaddrinfo.m4: New file.
53758
53759 2004-11-10  Simon Josefsson  <jas@extundo.com>
53760
53761         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
53762
53763 2004-11-10  Simon Josefsson  <jas@extundo.com>
53764
53765         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53766         getaddrinfo.
53767
53768         * modules/getaddrinfo: New file.
53769
53770 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53771
53772         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
53773
53774 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53775
53776         * lib/mktime.c (SHR): New macro, which is a portable
53777         substitute for >> that should work even on Crays.
53778         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
53779         Problem reported by Mark D. Baushke in
53780         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
53781         * lib/getdate.y (SHR): Likewise.
53782         (tm_diff): Use it.
53783         * lib/strftime.c (SHR): Likewise.
53784         (tm_diff): Use it.
53785         * lib/quotearg.c (struct quoting_options): Use unsigned int for
53786         quote_these_too, so that right shifts are well defined.  All uses
53787         changed.
53788
53789 2004-11-10  Jim Meyering  <jim@meyering.net>
53790
53791         Ensure that no close failure goes unreported.
53792         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
53793         return early when it seems there's nothing to flush.
53794         Don't include __fpending.h.
53795
53796 2004-11-10  Jim Meyering  <jim@meyering.net>
53797
53798         * modules/closeout (Depends-on): Remove fpending.
53799
53800 2004-11-10  Jim Meyering  <jim@meyering.net>
53801
53802         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
53803
53804 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53805
53806         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
53807         gl_FUNC_STRFTIME.
53808         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
53809         and AC_REQUIRE when possible, to avoid duplicate checks.
53810         Check for <wchar.h>.
53811
53812 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53813
53814         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
53815
53816 2004-11-09  Bruno Haible  <bruno@clisp.org>
53817
53818         * m4/sockpfaf.m4: New file.
53819
53820 2004-11-05  Bruno Haible  <bruno@clisp.org>
53821
53822         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
53823         Reported by Mark D. Baushke <mdb@cvshome.org>.
53824
53825 2004-11-04  Bruno Haible  <bruno@clisp.org>
53826
53827         2004-09-11  Bruno Haible  <bruno@clisp.org>
53828                 * allocsa.valgrind: New file.
53829         2004-02-06  Bruno Haible  <bruno@clisp.org>
53830                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
53831                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
53832                 Reported by Christopher Seip <chris.seip@hp.com>.
53833
53834 2004-11-04  Bruno Haible  <bruno@clisp.org>
53835
53836         * modules/allocsa (Files): Add lib/allocsa.valgrind.
53837         (Makefile.am): Distribute it.
53838
53839 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
53840
53841         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
53842         with errno == ERANGE if the buffer is too small.
53843         Problem reported by Mark D. Baushke.
53844
53845 2004-11-03  Albert Chin  <china@thewrittenword.com>
53846             Paul Eggert  <eggert@cs.ucla.edu>
53847
53848         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
53849         equivalent, substitute $ac_type for equivalent type rather than
53850         blindly using uint32_t *always* which won't work if uint32_t is not
53851         available.  Define _UINT32_T to work around typedef of uint32_t if
53852         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
53853         2.5.1.
53854
53855 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
53856
53857         * m4/jm-macros.m4: Sync from coreutils.
53858         (gl_MACROS): Check for mbrlen, for pathchk.
53859         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
53860
53861 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
53862
53863         * lib/xreadlink.c (MAXSIZE): New macro.
53864         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
53865         size does not exceed MAXSIZE.  Avoid cast.
53866         As suggested by Mark D. Baushke in
53867         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
53868         if readlink fails with buffer size just under MAXSIZE, try again
53869         with MAXSIZE.
53870
53871 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
53872
53873         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
53874
53875 2004-11-02  Derek R. Price  <derek@ximbiot.com>
53876         and  Paul Eggert  <eggert@cs.ucla.edu>
53877
53878         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
53879         (get_date): Overparenthesize to avoid GCC warning.
53880
53881 2004-11-02  Bruno Haible  <bruno@clisp.org>
53882
53883         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
53884         returns void.
53885
53886 2004-11-02  Bruno Haible  <bruno@clisp.org>
53887
53888         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
53889         function returns void.
53890
53891 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
53892
53893         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
53894         fflush_unlocked, flockfile, funlockfile, funlockfile,
53895         fputs_unlocked, putc_unlocked.
53896
53897 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
53898
53899         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
53900         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
53901         already declared.
53902
53903 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53904
53905         * modules/getdate (Files): Add doc/getdate.texi.
53906         (Depends-on): Add setenv, xalloc.
53907
53908 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53909
53910         * lib/getdate.y: Add support for TZ="foo" within a date string.
53911         Fix some bugs near time_t boundaries.  Reject dates with
53912         out-of-range components, e.g., "Sept 31".
53913         Include <stdlib.h>, "setenv.h", "xalloc.h".
53914         (ISDIGIT_LOCALE): Remove; unused.
53915         Note that the TZ and time functions used here are not reentrant.
53916         (mktime_ok, get_tz): New functions.
53917         (TZBUFSIZE): New constant.
53918         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
53919         This requires that we sometimes generate our own TZ="XXX..." setting.
53920
53921 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53922
53923         * doc/getdate.texi: New file, from coreutils with modifications for
53924         the new TZ parsing.
53925
53926 2004-10-27  Derek R. Price  <derek@ximbiot.com>
53927
53928         * lib/mktime.c (not_equal_tm): Remove redundant check.
53929
53930 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
53931
53932         * modules/regex (lib_SOURCES): Add regex.c.
53933         Reported by James Youngman in
53934         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
53935
53936 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
53937
53938         * lib/getdate.y: Use Bison 1.875 features, and some minor
53939         code cleanups.  This change does not affect semantics.
53940         Don't include <stdlib.h>; no longer needed.
53941         Don't include unlocked-io.h; only the "#if TEST" code uses
53942         stdio, and performance isn't crucial there.
53943         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
53944         Bison 1.875 features as described below.
53945         All uses of "PC." replaced by "pc->".
53946         (YYSTYPE): Add a forward declaration.
53947         (yylex, yyerror): Use full prototypes in forward decls.
53948         Use "%pure-parser" rather than obsolescent "%pure_parser".
53949         Use %parse-param and %lex-param instead of obsolescent
53950         YYPARSE_PARAM and YYLEX_PARAM.
53951         (meridian_table, month_and_day_table, time_units_table,
53952         relative_time_table, time_zone_table, military_table,
53953         lookup_zone, lookup_word, get_date):
53954         Use NULL instead of 0 where appropriate.
53955         (to_hour): Avoid abort (), to avoid a dependency on
53956         stdlib.h.
53957         (yyerror, yylex): Now accepts parser_control * arg.
53958         (main) [TEST]: Use '\0' rather than 0 for char.
53959
53960 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
53961
53962         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
53963
53964 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
53965
53966         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
53967         It's now the caller's responsibility to handle the case where
53968         !HAVE_GETPAGESIZE && !defined getpagesize.
53969
53970         * lib/mktime.c (leapyear): Arg is long int, not int.
53971
53972 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
53973
53974         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
53975
53976 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
53977
53978         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
53979         missing.  Problem reported by James Youngman.
53980
53981 2004-10-16  Simon Josefsson  <jas@extundo.com>
53982
53983         * gnulib-tool: Fix comments.  Fix parse problem.
53984         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
53985
53986 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
53987
53988         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
53989         implementation of getopt_long.  Problem reported by Alexander Taler in:
53990         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
53991
53992 2004-10-15  Bruno Haible  <bruno@clisp.org>
53993
53994         * gnulib-tool: Untabify. Initialize supplied_libname.
53995         (func_usage): More homogenous output.
53996         (func_modules_transitive_closure, func_modules_to_filelist,
53997         func_emit_lib_Makefile_am): New functions.
53998         (func_import): New function, extracted from big case statement. Use
53999         func_get_license, func_modules_transitive_closure,
54000         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54001         opt_lgpl. Don't use test -a, as it's not portable.
54002         (func_create_testdir): Use func_modules_transitive_closure,
54003         func_modules_to_filelist, func_emit_lib_Makefile_am.
54004
54005 2004-10-15  Bruno Haible  <bruno@clisp.org>
54006
54007         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54008
54009 2004-10-15  Bruno Haible  <bruno@clisp.org>
54010
54011         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54012         the portions belonging to each module.
54013         Suggested by Derek Robert Price <derek@ximbiot.com>.
54014
54015 2004-10-12  Simon Josefsson  <jas@extundo.com>
54016
54017         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54018         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54019         to real functions.
54020
54021 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54022
54023         * modules/vsnprintf: New file.
54024
54025 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54026
54027         * m4/vsnprintf.m4: New file.
54028
54029 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54030
54031         * lib/vsnprintf.h: New file.
54032         * lib/vsnprintf.c: New file.
54033
54034 2004-10-11  Bruno Haible  <bruno@clisp.org>
54035
54036         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54037         vsnprintf.
54038
54039 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54040
54041         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54042
54043 2004-10-07  Bruno Haible  <bruno@clisp.org>
54044
54045         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54046         fits into the provided buffer.
54047
54048 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54049
54050         * lib/diacrit.c, diacrit.h: Add GPL notice.
54051
54052         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54053         notice.
54054         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54055         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54056         This avoids a potential constant-folding bug.
54057
54058 2004-10-05  Bruno Haible  <bruno@clisp.org>
54059
54060         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54061         for the declaration of strsep.
54062
54063 2004-10-05  Bruno Haible  <bruno@clisp.org>
54064
54065         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54066
54067 2004-10-04  Simon Josefsson  <jas@extundo.com>
54068
54069         * modules/memmem: New file.
54070         * tests/test-memmem.c: New file.
54071         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54072
54073 2004-10-04  Simon Josefsson  <jas@extundo.com>
54074
54075         * m4/memmem.m4: New file.
54076
54077 2004-10-04  Simon Josefsson  <jas@extundo.com>
54078
54079         * lib/memmem.h: New file.
54080         * lib/memmem.c: New file, taken from glibc.
54081
54082 2004-10-04  Simon Josefsson  <jas@extundo.com>
54083
54084         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54085         '#ifdef USE_UNLOCKED_IO'.
54086
54087 2004-10-04  Simon Josefsson  <jas@extundo.com>
54088
54089         * config/srclist.txt: Add memmem from glibc.
54090
54091 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54092
54093         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54094
54095         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54096         modules/exclude, modules/getdate, modules/getline,
54097         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54098         modules/getusershell, modules/linebuffer, modules/md5,
54099         modules/mountlist, modules/posixtm, modules/readtokens,
54100         modules/readutmp, modules/regex, modules/sha1,
54101         modules/version-etc, modules/yesno:
54102         Remove dependency on unlocked-io.
54103
54104 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54105
54106         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54107
54108         * m4/unlocked-io.m4: Add copyright notice.
54109         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54110
54111 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54112
54113         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54114         * lib/xmalloc.c (xmemdup): Likewise.
54115         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54116         XFREE): Remove these long-obsolescent macros.
54117         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54118         * lib/xstrdup.c: Remove.
54119
54120         * lib/regex.c (re_comp): Cast gettext return value to char *,
54121         Problem reported by Martin Neitzel via Mark D. Baushke.
54122
54123 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54124
54125         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54126         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54127         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54128         regex.c, sha1.c, version-etc.c, yesno.c:
54129         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54130         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54131         the includer's responsibility.
54132
54133         Sync from coreutils.
54134
54135         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54136         points to the start of a string, as the C Standard says the
54137         resulting behavior is undefined.
54138
54139         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54140         simple -> simple_backups, numbered_existing ->
54141         numbered_existing_backups, numbered -> numbered_backups
54142         to avoid shadowing problems.  All uses changed.
54143         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54144         * lib/backupfile.c (check_extension, numbered_backup):
54145         Rename locals to avoid shadowing 'basename'.
54146         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54147         once.
54148
54149         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54150         * lib/.cvsignore: Add getopt.h.
54151
54152 2004-10-04  Bruno Haible  <bruno@clisp.org>
54153
54154         * modules/README: New file.
54155         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54156         not a module.
54157
54158 2004-10-02  Jim Meyering  <jim@meyering.net>
54159
54160         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54161
54162 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54163
54164         * modules/strsep: New file.
54165
54166 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54167
54168         * m4/strsep.m4: New file.
54169
54170 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54171
54172         * lib/strsep.h: New file.
54173         * lib/strsep.c: New file.
54174
54175 2004-10-01  Simon Josefsson  <jas@extundo.com>
54176
54177         * lib/snprintf.c (snprintf): Handle size==0.
54178
54179 2004-10-01  Simon Josefsson  <jas@extundo.com>
54180             Bruno Haible  <bruno@clisp.org>
54181
54182         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54183         (snprintf): Declare 'args'.
54184
54185 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54186
54187         * lib/snprintf.c: Remove comments as to why each header is needed.
54188
54189 2004-10-01  Bruno Haible  <bruno@clisp.org>
54190
54191         * MODULES.html.sh: Add strsep.
54192
54193 2004-09-30  Simon Josefsson  <jas@extundo.com>
54194
54195         * modules/snprintf: New file.
54196
54197 2004-09-30  Simon Josefsson  <jas@extundo.com>
54198
54199         * m4/snprintf.m4: New file.
54200
54201 2004-09-30  Simon Josefsson  <jas@extundo.com>
54202
54203         * lib/snprintf.h, lib/snprintf.c: New files.
54204
54205 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54206
54207         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54208         (hol_entry_help): Never translate an empty string.
54209         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54210         * lib/argp.h (OPTION_NO_TRANS): New option.
54211
54212 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54213
54214         * modules/argp (Maintainer): Replace Simon Josefsson
54215         by Sergey Poznyakoff.
54216
54217 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54218
54219         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54220         changes merged back into glibc.
54221
54222 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54223
54224         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54225
54226 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54227
54228         * lib/xvasprintf.c: Include xalloc.h.
54229         (xvasprintf): Use xalloc_die, not xmalloc_die.
54230
54231 2004-09-29  Bruno Haible  <bruno@clisp.org>
54232
54233         * modules/alloca-opt: New file, derived from modules/alloca.
54234         * modules/allocsa: Depend on alloca-opt instead of alloca.
54235         * modules/setenv: Likewise.
54236         * modules/vasnprintf: Likewise.
54237         * MODULES.html.sh: Add alloca-opt.
54238
54239 2004-09-28  Simon Josefsson  <jas@extundo.com>
54240
54241         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54242         LGPL, and to replace license template from GPL to LGPL.
54243
54244 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54245
54246         * modules/dummy: Change license to LGPL.
54247
54248 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54249
54250         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54251
54252 2004-09-24  Simon Josefsson  <jas@extundo.com>
54253
54254         * modules/minmax (License): Change from GPL to LGPL.
54255
54256 2004-09-23  Simon Josefsson  <jas@extundo.com>
54257
54258         * gnulib-tool (--import): Typo.
54259
54260 2004-09-23  Simon Josefsson  <jas@extundo.com>
54261
54262         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54263
54264 2004-09-22  Bruno Haible  <bruno@clisp.org>
54265
54266         * modules/*: Add 'License' field.
54267         * gnulib-tool: Accept --extract-license option.
54268         (func_get_license): New function.
54269
54270 2004-09-21  Bruno Haible  <bruno@clisp.org>
54271
54272         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54273         Reported by Simon Josefsson.
54274
54275 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54276
54277         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54278         gl_AC_TYPE_LONG_LONG.
54279
54280 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54281
54282         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54283
54284 2004-09-18  Simon Josefsson  <jas@extundo.com>
54285         and  Paul Eggert  <eggert@cs.ucla.edu>
54286
54287         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54288         calls with autoreconf.  Define GL_LIB.
54289
54290 2004-09-14  Karl Berry  <karl@gnu.org>
54291
54292         * config/srclist.txt: unsync setenv.c, sigh.
54293
54294 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54295
54296         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54297         Problem reported by Bruno Haible in:
54298         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54299
54300 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54301
54302         * config/srclist.txt: Comment out argp-pvh.c.
54303
54304 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54305
54306         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54307         in case some system header has #define'd it.  Problem reported by
54308         Soeren D. Schulze in
54309         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54310
54311 2004-09-09  Karl Berry  <karl@gnu.org>
54312
54313         * regex.[ch]: delete from the root.  These were supposed to be
54314                 synced with emacs cvs, but this has not happened for about
54315                 a year, and anyway nothing else uses emacs regex.[ch].
54316                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54317                 lib/regex[.ch] is untouched.
54318
54319 2004-09-09  Bruno Haible  <bruno@clisp.org>
54320
54321         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54322
54323 2004-09-09  Bruno Haible  <bruno@clisp.org>
54324
54325         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54326         modifications.
54327         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54328
54329 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54330
54331         * modules/xvasprintf: New file.
54332         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54333
54334 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54335
54336         * lib/xvasprintf.h: New file.
54337         * lib/xvasprintf.c: New file.
54338         * lib/xasprintf.c: New file.
54339
54340 2004-09-08  Bruno Haible  <bruno@clisp.org>
54341
54342         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54343
54344 2004-09-08  Bruno Haible  <bruno@clisp.org>
54345
54346         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54347         length is > INT_MAX.
54348         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54349         more.
54350
54351 2004-09-08  Bruno Haible  <bruno@clisp.org>
54352
54353         * lib/stdint_.h: New file, taken from GNU clisp.
54354
54355 2004-09-08  Bruno Haible  <bruno@clisp.org>
54356             Oskar Liljeblad  <oskar@osk.mine.nu>
54357
54358         * modules/stdint: New file.
54359         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54360
54361 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54362
54363         Import from coreutils.
54364         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54365         strings on unbounded length.  alloca's performance benefits aren't
54366         that important here.
54367         (V_STRDUP): Remove.
54368         (parse_with_separator): New function, with most of the internals
54369         of the old parse_user_spec.  Allow user to omit both user and group,
54370         for compatibility with FreeBSD.
54371         Clone only the user name, not the entire spec.
54372         Do not set *uid, *gid unless entirely successful.
54373         Avoid memory leak in some failing cases.
54374         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54375         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54376         (parse_user_spec): Rewrite to use parse_with_separator.
54377
54378 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54379
54380         * modules/userspec: Don't depend on alloca.
54381
54382 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54383
54384         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54385
54386 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54387
54388         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54389         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54390         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54391
54392 2004-08-16  Simon Josefsson  <jas@extundo.com>
54393
54394         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54395         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54396         Add --dry-run for --import.
54397         Let user provided command line parameters override configure.ac
54398         settings.
54399
54400 2004-08-12  Simon Josefsson  <jas@extundo.com>
54401
54402         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54403         as discussed with Paul Eggert in threads rooted at
54404         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54405         and
54406         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54407         Before, the test was empty, and relied on ELIDE_CODE in source
54408         code.)
54409         (gl_PREREQ_GETOPT): New macro.
54410         (gl_GETOPT): Use them.
54411
54412 2004-08-12  Simon Josefsson  <jas@extundo.com>
54413
54414         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54415         * lib/getopt_.h: Renamed from getopt.h.
54416
54417 2004-08-12  Simon Josefsson  <jas@extundo.com>
54418
54419         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54420         Change default library name from libfoo to libgnu.
54421         Now, if you have a configure.ac that says:
54422                 gl_SOURCE_BASE(gl)
54423                 gl_M4_BASE(gl/m4)
54424                 gl_MODULES(error getopt etcetera)
54425                 gl_INIT
54426         you can import all you need by running:
54427                 ../gnulib/gnulib-tool --import
54428
54429         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54430         (Makefile.am): Rewrite, use logic from argz.
54431         (Include): Use <getopt.h> instead of "getopt.h".
54432
54433 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54434
54435         * modules/argp (Files): Add m4/unlocked-io.m4.
54436         (Depends-on): Add extensions.
54437
54438 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54439
54440         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54441         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54442         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54443         Check for program_invocation_name, program_invocation_short_name,
54444         flockfile, funlockfile, features.h, _getopt_long_only_r.
54445
54446 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54447
54448         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54449         its complicated substitute.
54450         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54451         and program_invocation_name.
54452         (__argp_basename) [!_LIBC]: Remove; the only use was
54453         replaced by its body.
54454         (__argp_short_program_name): Change condition from
54455         !defined __argp_short_program_name to
54456         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54457         to match argp-namefrob.h.
54458         (__argp_failure): Don't assume strerror_r returns char *.
54459         * lib/argp-parse.c (N_): Define unconditionally.
54460         (argp_default_options): Fill out initializers with 0 to avoid
54461         gcc warnings.
54462
54463 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54464
54465         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54466         getopt1.c.
54467
54468 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54469
54470         Merge from coreutils.
54471
54472         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54473
54474         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54475         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54476
54477 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54478
54479         Merge from coreutils.
54480
54481         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54482         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54483         for Reliant Unix 5.43.
54484
54485         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54486         (union fooround): Use uintmax_t, not long int.
54487         The rest is a merge from libc:
54488         [defined _LIBC]: Include <shlib-compat.h>.
54489         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54490
54491         * lib/settime.c (settime): Recode to avoid warning with
54492         Sun Forte C 6U2.
54493
54494         * lib/strverscmp.c: Convert to UTF-8.
54495
54496 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54497
54498         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54499         m4/uintmax_t.m4.
54500
54501 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54502
54503         * modules/xalloc-die: New file.
54504         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54505
54506         * modules/md5 (Files): Add m4/uint32_t.m4.
54507         * modules/sha1: Renamed from modules/sha.
54508         (Files):
54509         Rename lib/sha.h to lib/sha1.h.
54510         Rename lib/sha.c to lib/sha1.c.
54511         Rename m4/sha.m4 to m4/sha1.m4.
54512         (lib_SOURCES): Likewise.
54513         (configure.ac): Rename gl_SHA to gl_SHA1.
54514         (Include): sha.h -> sha1.h.
54515
54516 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54517
54518         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54519         * m4/sha1.m4: Renamed from sha.m4.
54520         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54521
54522 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54523
54524         * lib/obstack.h (obstack_empty_p):
54525         Don't assume that chunk->contents is suitably aligned.
54526         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54527         Likewise. Problem reported by Benno in
54528         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54529
54530         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54531         readable.  This could be improved further but it'd take some work.
54532
54533 2004-08-08  Simon Josefsson  <jas@extundo.com>
54534
54535         * modules/xgethostname (Depends-on): Remove exit and error (not
54536         used).
54537
54538         * modules/getpass-gnu: Add getpass.h.
54539         (Depends-on): Add stdbool.
54540         * modules/getpass: Add getpass.h.
54541
54542 2004-08-08  Simon Josefsson  <jas@extundo.com>
54543
54544         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
54545         Check getpass declaration.
54546
54547 2004-08-08  Simon Josefsson  <jas@extundo.com>
54548
54549         * lib/xgethostname.c: Don't include error.h (not used).
54550
54551         * lib/getpass.h: Add.
54552         * lib/getpass.c: Include getpass.h first.
54553
54554 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
54555
54556         * lib/xalloc-die.c: New file.
54557         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
54558         All uses removed.
54559         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
54560         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
54561         xalloc-die.c.
54562         (_, N_, xalloc_die): Move to xalloc-die.c.
54563         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
54564         so that we needn't mess with xalloc_msg_memory_exhausted.
54565
54566         * lib/sha1.h: Renamed from sha.h.
54567         (SHA1_H): Renamed from _SHA_H.
54568         (sha1_ctx): Renamed from sha_ctx.
54569         (sha1_init_ctx): Renamed from sha_init_ctx.
54570         (sha1_process_block): Renamed from sha_process_block.
54571         (sha1_process_bytes): Renamed from sha_process_bytes.
54572         (sha1_finish_ctx): Renamed from sha_finish_ctx.
54573         (sha1_read_ctx): Renamed from sha_read_ctx.
54574         (sha1_stream): Renamed from sha_stream.
54575         (sha1_buffer): Renamed from sha_buffer.
54576         * lib/sha1.c: Likewise; renamed from sha.c.
54577         Do not include <sys/types.h>.
54578         Include <stddef.h> rather than <stdlib.h>.
54579
54580 2004-08-08  Bruno Haible  <bruno@clisp.org>
54581
54582         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
54583         FILESYSTEM_PREFIX_LEN.
54584         * lib/progreloc.c: Likewise.
54585         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
54586
54587 2004-08-06  Simon Josefsson  <jas@extundo.com>
54588
54589         * modules/progname (Depends-on): Don't depend on stdbool.
54590
54591 2004-08-06  Simon Josefsson  <jas@extundo.com>
54592
54593         * modules/getsubopt: New file.
54594         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54595         getsubopt.
54596
54597 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54598
54599         More merge from coreutils.
54600
54601         * m4/utimens.m4, m4/utimecmp.m4: New files.
54602         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
54603         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
54604         prereq.m4, sha.m4: Import changes from coreutils.
54605
54606 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54607
54608         More merge from coreutils.
54609         * modules/raise, modules/readtokens0, modules/utimens:
54610         * modules/utimecmp, module/xnanosleep: New files.
54611         * modules/strftime: Add lib/strftime.h.
54612         Change include from <time.h> to "strftime.h".
54613         * modules/yesno: Add lib/yesno.h.
54614         * modules/backupfile: Remove lib/addext.c.
54615         * modules/euidaccess: Add stat-macros.h.
54616         * modules/canonicalize, modules/euidaccess,
54617         modules/filemode, modules/lchown, modules/makepath,
54618         modules/rmdir, modules/stat: Likewise.
54619
54620 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54621
54622         Merge from tar.
54623         * lib/argp-help.c (make_hol, hol_append): Don't assume that
54624         SIZE_MAX is a valid preprocessor constant.
54625         (__argp_basename): Change from "#ifndef _LIBC"
54626         to "#ifndef __argp_short_program_name", so that
54627         we don't compile these functions for tar.
54628
54629         More merges from coreutils.
54630         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
54631         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
54632         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
54633         * lib/addext.c: Remove; no longer needed.
54634         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
54635         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
54636         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
54637         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
54638         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
54639         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
54640         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
54641         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
54642         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
54643         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
54644         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
54645         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
54646         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
54647         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
54648         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
54649         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
54650         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
54651         Import changes from coreutils.
54652
54653 2004-08-05  Simon Josefsson  <jas@extundo.com>
54654
54655         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
54656
54657 2004-08-05  Simon Josefsson  <jas@extundo.com>
54658
54659         * m4/getsubopt.m4: New file.
54660
54661 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54662
54663         Merge from coreutils.
54664
54665         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
54666         * m4/getcwd-path-max.m4: New files.
54667
54668         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
54669         FILESYSTEM_PREFIX_LEN ->
54670         FILE_SYSTEM_PREFIX_LEN.
54671         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
54672         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
54673         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
54674         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
54675
54676         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
54677         prerequisite modules now handle the DOS stuff.
54678         Don't check for unistd.h.
54679
54680 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54681
54682         Merge from coreutils.
54683
54684         * lib/.gdb-history: Remove; this doesn't belong here.
54685
54686         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
54687         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
54688         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
54689         * lib/getcwd.c: New files.
54690
54691         * lib/dirname.h: Include <stdbool.h>.
54692         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
54693         for consistency with POSIX terminology.  All uses changed.
54694         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
54695         (strip_trailing_slashes): Use bool for booleans.
54696         * lib/stripslash.c (strip_trailing_slashes): Likewise.
54697
54698         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
54699         sometimes returns a positive errno value even when it succeeds.
54700         (print_errno_message) [!LIBC]: Fall back on strerror if
54701         __strerror_r fails.
54702
54703         * lib/path-concat.c (mempcpy): Don't define if a system header defines
54704         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
54705         (longest_relative_suffix): New function.
54706         (path_concat): Use it.  Assume first argument is not NULL.
54707         Port to DOS.  Omit redundant separators.
54708         Report an error instead of returning NULL.
54709         Use mempcpy instead of memcpy.
54710         (xpath_concat): Remove: not declared or used.
54711
54712         * lib/same.h: Include <stdbool.h>
54713         (same_name): Return bool, not int.
54714         * lib/same.c (same_name): Likewise.
54715         (errno): Don't declare; we assume C89 or better now.
54716
54717         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
54718         if not already defined.
54719
54720         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
54721         * lib/dup-safer.c (errno): Likewise.
54722
54723 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54724
54725         Merge from coreutils.
54726         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
54727         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
54728         * modules/path-concat: Don't depend on strdup.
54729
54730 2004-08-03  Simon Josefsson  <jas@extundo.com>
54731
54732         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
54733         * lib/progname.h: Don't include stdbool.h.
54734
54735 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54736
54737         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
54738         * MODULES.html.sh (func_all_modules): Remove fatal.
54739
54740 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54741
54742         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
54743
54744 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54745
54746         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
54747         working.
54748
54749 2004-08-02  Simon Josefsson  <jas@extundo.com>
54750
54751         * lib/getsubopt.h: New file, with comments from Bruno Haible.
54752         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
54753         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
54754
54755 2004-08-01  Simon Josefsson  <jas@extundo.com>
54756
54757         * lib/xgetdomainname.c: Include stdlib.h, for free().
54758
54759 2004-07-19  Bruno Haible  <bruno@clisp.org>
54760
54761         * MODULES.html.sh (func_all_modules): Add dummy.
54762
54763 2004-07-16  Simon Josefsson  <jas@extundo.com>
54764
54765         * modules/dummy: New file.
54766
54767 2004-07-16  Simon Josefsson  <jas@extundo.com>
54768
54769         * lib/dummy.c: New file.
54770
54771 2004-07-16  Bruno Haible  <bruno@clisp.org>
54772
54773         * lib/backupfile.h: Add extern "C" for C++.
54774         * lib/closeout.h: Likewise.
54775         * lib/copy-file.h: Likewise.
54776         * lib/findprog.h: Likewise.
54777         * lib/full-write.h: Likewise.
54778         * lib/pathname.h: Likewise.
54779         * lib/progname.h: Likewise.
54780         * lib/stpcpy.h: Likewise.
54781         * lib/stpncpy.h: Likewise.
54782         * lib/strcase.h: Likewise.
54783         * lib/strstr.h: Likewise.
54784         * lib/xalloc.h: Likewise.
54785
54786         * lib/mbswidth.h: Add extern "C" for C++.
54787         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
54788
54789 2004-07-13  Robert Millan  <robertmh@gnu.org>
54790
54791         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
54792
54793 2004-07-09  Simon Josefsson  <jas@extundo.com>
54794
54795         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
54796         failed without this.)
54797
54798 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54799
54800         * modules/chown (Files): Add lib/fchown-stub.c, since
54801         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
54802
54803 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54804
54805         * lib/fchown-stub.c: New file.
54806
54807 2004-06-24  Jim Meyering  <jim@meyering.net>
54808
54809         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
54810
54811 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54812
54813         * modules/argz: Omit "#include".
54814
54815         * MODULES.html.sh (func_all_modules): Add calloc, to match
54816         2004-06-01 addition of calloc module.
54817
54818 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54819
54820         * m4/argz.m4: New file, which is autoupdated from libtool.
54821
54822 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54823
54824         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
54825         libtool.
54826
54827 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54828
54829         * config/srclist-update: Don't insist on "USA." before the
54830         close-comment, as libtool omits the period and puts the */ on a
54831         separate line.
54832         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
54833         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
54834
54835 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
54836
54837         * modules/argz: New file.
54838         * MODULES.html.sh (func_all_modules): Add argz.
54839
54840 2004-06-12  Jim Meyering  <jim@meyering.net>
54841         and  Paul Eggert  <eggert@cs.ucla.edu>
54842
54843         * modules/hash (Files): Add lib/xalloc.h.
54844         * modules/pipe (Depends-on): Add wait-process.
54845         * modules/stat (Depends-on): Add xalloc.
54846         * modules/userspec (Files): Add lib/userspec.h.
54847         * modules/xstrto
54848
54849         Upgrade from gettext-0.13.
54850         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
54851         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
54852         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
54853
54854 2004-06-10  Jim Meyering  <jim@meyering.net>
54855
54856         * lib/calloc.c: New file.
54857
54858 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
54859
54860         * lib/getdate.y (yylex): Allow space between sign and number.
54861         Problem reported by Dan Jacobson.
54862
54863 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
54864
54865         Merge from coreutils CVS.
54866
54867         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
54868         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
54869         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
54870         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
54871         xstrtol.m4: Fix copyright date and/or serial number.
54872
54873         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
54874         See if we need an fchown replacement.
54875         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
54876         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
54877         and use the replacement function if we detect either defect.
54878
54879         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
54880         gl_UTIMECMP.
54881
54882 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
54883         and  Jim Meyering  <jim@meyering.net>
54884
54885         Merge from coreutils CVS.
54886
54887         * lib/stat-macros.h: New file, with contents from file-type.h
54888         and coreutils' system.h.
54889         * lib/file-type.c: Include "stat-macros.h".
54890         * lib/file-type.h (file_type): Move all macro definitions to new file,
54891         stat-macros.h.
54892
54893         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
54894         Wrap old code with this conditional.
54895         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
54896         function that does not dereference symlinks.
54897         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
54898
54899         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
54900         dependency problems.
54901         (xreadlink): Accept new arg SIZE, for efficiency.
54902         All decls and uses changed.
54903         * lib/xreadlink.h: Include <stddef.h>, for size_t.
54904
54905         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
54906         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
54907
54908         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
54909         sysexits.h.
54910
54911 2004-06-01  Jim Meyering  <jim@meyering.net>
54912
54913         * m4/calloc.m4: New file.
54914
54915 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
54916
54917         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
54918         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
54919         Also, fix a typo in a diagnostic.
54920
54921 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
54922
54923         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
54924         or AC_FUNC_REALLOC.
54925
54926 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
54927
54928         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
54929         macros to be defined.
54930         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
54931         the allocator returns NULL because the requested size is zero.
54932
54933 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
54934
54935         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
54936         var.  Add comment explaining why libc still defines it.  This
54937         merges the following patch from glibc:
54938         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
54939
54940 2004-05-20  Andreas Schwab  <schwab@suse.de>
54941
54942         * m4/free.m4: Replace free if it not known to work, not the other
54943         way round.
54944
54945 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
54946
54947         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
54948         present in glibc since revision 1.1 of this file.
54949         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
54950         obstack_alignment_mask, obstack_alloc, obstack_base,
54951         obstack_blank, obstack_blank_fast, obstack_chunk_size,
54952         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
54953         obstack_grow0, obstack_init, obstack_int_grow,
54954         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
54955         obstack_next_free, obstack_object_size, obstack_ptr_grow,
54956         obstack_ptr_grow_fast, obstack_room): Remove declarations of
54957         nonexistent functions.
54958
54959 2004-05-18  Karl Berry  <karl@gnu.org>
54960
54961         * config/srclist.txt: break link for vasnprintf.c.
54962
54963 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
54964
54965         Port obstack to the AS/400, where pointers are 16 bytes wide and
54966         you cannot cast an integer to a valid pointer.  This patch is
54967         currently waiting to be integrated into glibc; see
54968         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
54969
54970         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
54971         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
54972         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
54973         (struct obstack): temp member is now a union of a pointer and
54974         an integer, instead of an integer.  All integer uses changed.
54975         This does not affect the physical layout of struct obstack,
54976         except on hosts (like the AS/400) where the size or alignment of
54977         void * is greater than that of ptrdiff_t.
54978         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
54979         __STDC__)]: Store temporary in pointer member of union, not
54980         integer member.
54981         * lib/obstack.c: Include <stddef.h>, for offsetof.
54982         (struct fooalign): Remove; it doesn't need a name.
54983         (union fooround): Change double to long double, and add void *.
54984         (DEFAULT_ALIGNMENT): Use offsetof to compute.
54985         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
54986         not a macro.  Hence the values are always int; so remove all
54987         casts-to-int in uses.
54988
54989 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
54990
54991         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
54992         we can get this patch merged into glibc.
54993
54994 2004-05-17  Derek R. Price  <derek@ximbiot.com>
54995             Paul Eggert  <eggert@cs.ucla.edu>
54996
54997         * m4/argp: Depend on alloca.
54998
54999 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55000             Paul Eggert  <eggert@cs.ucla.edu>
55001
55002         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55003         freecoding.
55004
55005 2004-05-17  Bruno Haible  <bruno@clisp.org>
55006
55007         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55008         precision that consists of a '.' followed by an empty digit string.
55009         Patch by Tor Lillqvist <tml@iki.fi>.
55010
55011 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55012
55013         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55014         for backward compatibility with older code.  We need our own
55015         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55016         it under some other name, and our alloca.h will define it.
55017
55018 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55019             Derek Price  <derek@ximbiot.com>
55020
55021         * lib/alloca.c: Include <alloca.h>, to get our interface.
55022         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55023         include <alloca.h> first.  Use C89 prototype for alloca; this
55024         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55025         Use #elif for simplicity, since we can assume C89 now.
55026         Don't try to source the system alloca.h since it will not be found
55027         and to prevent recursively including its replacement.
55028         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55029         * lib/regex.c: Likewise.
55030
55031 2004-05-16  Derek Price  <derek@ximbiot.com>
55032             Paul Eggert  <eggert@cs.ucla.edu>
55033
55034         getline cleanup.  This changes the getndelim2 API: both order of
55035         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55036         no delimiter).
55037
55038         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55039         interface does that.
55040         (getline): Always use getdelim, so that we don't have two
55041         copies of this code.
55042         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55043         if available.
55044         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55045         (GETNDELIM2_MAXIMUM): New macro.
55046         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55047         instead of the old practice of delim2==0.  All callers changed.
55048         Return -1 on overflow, instead of returning junk.
55049         Do not set *linesize unless allocation succeeds.
55050         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55051         that we include sys/types.h.
55052         * lib/getnline.h: Likewise.
55053         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55054         (getndelim2): Reorder arguments.
55055         * lib/getnline.c (getnline, getndelim):
55056         Don't discard the NMAX argument.
55057         (getnline): Invoke getndelim, to avoid code duplication.
55058         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55059         of (size_t) -1 by callers of the getnline family.
55060
55061 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55062
55063         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55064         Check for gettimeofday.
55065         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55066         Check for settimeofday, stime.
55067
55068 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55069
55070         * lib/nanosleep.c (suspended): Change its type from int to
55071         sig_atomic_t volatile.
55072         (first_call): Make it private to rpl_nanosleep, and have it
55073         be zero initially as that's a bit faster.
55074         (my_usleep): Round up fractional times instead of truncating them,
55075         as this is the usual meaning for 'sleep'.
55076
55077         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55078         doesn't work.
55079         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55080         (ENOSYS): Define if not defined.
55081         (settime): Fall back on stime if it exists and settimeofday fails.
55082         But don't bother with fallbacks if a method fails with errno == EPERM.
55083
55084 2004-05-11  Jim Meyering  <jim@meyering.net>
55085
55086         Prior to this change, the save_cwd caller required read access to the
55087         current directory on most systems (ones with the fchdir function).
55088
55089         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55090         fails, try write-only, and finally, resort to using xgetcwd.
55091
55092 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55093
55094         * lib/obstack.c, obstack.h: Import changes from libc.
55095
55096 2004-04-28  Bruno Haible  <bruno@clisp.org>
55097
55098         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55099         also implicitly appends .exe to executables.
55100         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55101         accepts Windows pathnames.
55102         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55103         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55104         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55105         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55106         Reported by Derek Robert Price <derek@ximbiot.com>.
55107
55108 2004-04-21  Karl Berry  <karl@gnu.org>
55109
55110         * config/srclist.txt (localcharset.c): break sync.
55111
55112 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55113
55114         * m4/host-os.m4: Add a copyright notice.
55115
55116 2004-04-20  Jim Meyering  <jim@meyering.net>
55117
55118         Change UTILS_ to gl_ in AC_DEFINE'd names.
55119         Change utils_- and jm_-prefixed variables, too.
55120         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55121         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55122         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55123
55124         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55125         Don't emit trailing blanks.
55126         Also rename jm_-prefixed variables to have gl_ prefix.
55127
55128         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55129         Also rename jm_-prefixed variables to have gl_ prefix.
55130
55131         * m4/jm-macros.m4: Reflect the renamings.
55132         * m4/prereq.m4: Likewise.
55133
55134 2004-04-20  Jim Meyering  <jim@meyering.net>
55135
55136         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55137         memory.
55138
55139 2004-04-20  Jim Meyering  <jim@meyering.net>
55140             Bruno Haible  <bruno@clisp.org>
55141
55142         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55143         memory when realloc fails.
55144
55145 2004-04-19  Jim Meyering  <jim@meyering.net>
55146
55147         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55148         now that readutmp.c may call `free (0)'.
55149
55150 2004-04-19  Bruno Haible  <bruno@clisp.org>
55151
55152         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55153         * m4/inttypes_h.m4: Likewise.
55154         * m4/stdint_h.m4: Likewise.
55155         * m4/intmax_t.m4: Likewise.
55156         * m4/uintmax_t.m4: Likewise.
55157
55158 2004-04-18  Jim Meyering  <jim@meyering.net>
55159
55160         * m4/prereq.m4: Don't forbid jm_ prefix.
55161
55162         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55163         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55164         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55165         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55166         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55167         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55168         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55169         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55170         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55171         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55172         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55173         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55174         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55175         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55176         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55177         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55178         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55179         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55180         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55181
55182 2004-04-18  Jim Meyering  <jim@meyering.net>
55183
55184         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55185         failure, don't leak memory and do call END_UTMP_ENT.
55186
55187 2004-04-16  Jim Meyering  <jim@meyering.net>
55188
55189         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55190         coreutils' stat program.
55191         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55192
55193 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55194
55195         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55196         C89.
55197         (CHAR_BIT): Remove, since we assume C89.
55198         Include <stdint.h> if available, as per current Autoconf CVS advice.
55199
55200 2004-03-31  Jim Meyering  <jim@meyering.net>
55201
55202         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55203         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55204         * m4/xalloc.m4: Likewise.
55205
55206 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55207
55208         Merge from coreutils.
55209
55210         * m4/inttostr.m4: New file.
55211         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55212         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55213         Require gl_CLOCK_TIME.
55214         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55215
55216 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55217
55218         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55219         not bool, to be more consistent with Unix conventions.
55220         Suggested by Bruno Haible.
55221
55222         Merge from coreutils.
55223
55224         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55225         * lib/umaxtostr.c: New files.
55226
55227         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55228         the usual <time.h> dance.
55229         (get_date): Change signature to support fractional time stamps.
55230         All callers changed.
55231         * lib/getdate.y: Include "getdate.h" first, as we can now
55232         assume C89 and don't need to worry about 'const'.
55233         Similarly, include "unlocked-io.h" near start, not in middle.
55234         Include <limits.h>.
55235         (textint.value): Use long int rather than int.
55236         (textint.digits): Use size_t rather than int.
55237         (BILLION, LOG10_BILLION): New constants.
55238         (parser_control): New member rel_ns.  Members day_ordinal,
55239         time_zone, month, day, hour, minutes, rel_year, rel_month,
55240         rel_day, rel_hour, rel_minutes, rel_seconds
55241         are now long int, not int.  Member seconds is now struct timespec,
55242         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55243         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55244         not int.
55245         (%union.intval): Now long int, not int.
55246         New member timespec.
55247         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55248         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55249         (spec): Now is a timespec or an item list.
55250         (timespec, items): New nonterminals.
55251         (time, rel, relunit, number, get_date):
55252         Add support for fractional seconds.
55253         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55254         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55255         (to_hour): First arg is now long int, not int.
55256         (to_year): Returns long int, not int.
55257         Don't treat year -70 like 70.
55258         (tm_diff): Returns long int, not int.
55259         (lookup_word): Use bool instead of int when appropriate.
55260         (yylex): Use size_t for count, not int.
55261         Detect overflow when parsing large integer constants.
55262         Add support for fractions.
55263         (get_date): Make pointers 'const' if possible.
55264         Use more-portable code to detect integer overflow.
55265         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55266         Don't use ctime; it's not reliable if the year has >4 digits.
55267
55268         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55269         This is for compatibility with BSD.
55270
55271         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55272         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55273         From coreutils' system.h.
55274
55275         * lib/userspec.c: Don't include "posixver.h".
55276         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55277         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55278         compatible extension.  Simplify code by removing a boolean int
55279         that was always nonzero if a string was nonnull.
55280
55281 2004-03-30  Jim Meyering  <jim@meyering.net>
55282
55283         Merge from coreutils.
55284
55285         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55286         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55287         on some systems one must include <grp.h> before it.
55288         Reported by Christian Krackowizer.
55289
55290 2004-03-30  Jim Meyering  <jim@meyering.net>
55291
55292         Merge from coreutils.
55293
55294         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55295
55296         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55297         an empty input stream.
55298
55299         * lib/readtokens.c: Include <stdbool.h>.
55300         (readtoken): Use `size_t' rather than int/long.
55301         All callers adjusted.
55302         Use `bool' rather than `int' where appropriate.
55303         Use memset rather than an explicit loop.
55304         Use x2nrealloc rather than xrealloc.
55305         Allow the use of `\0' as a delimiter.
55306         (readtokens): Likewise.
55307         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55308
55309 2004-03-30  Jim Meyering  <jim@meyering.net>
55310
55311         * m4/realloc.m4: Remove file, since now it does no more than
55312         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55313         the `configure.ac' section of module/realloc.
55314         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55315
55316 2004-03-30  Bruno Haible  <bruno@clisp.org>
55317
55318         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55319         nonnull.
55320
55321 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55322
55323         Merge changes to getloadavg.c from coreutils and Emacs.
55324
55325         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55326         Define to an expression, not to the empty string.
55327         Include cloexec.h and xalloc.h.
55328         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55329         Use set_cloexec_flag rather than rolling our own.
55330         * lib/cloexec.c, lib/cloexec.h: New files.
55331
55332 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55333
55334         * m4/cloexec.m4: New file.
55335
55336 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55337
55338         * lib/getopt.h: Sync with libc CVS.
55339
55340 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55341             Bruno Haible  <bruno@clisp.org>
55342
55343         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55344         mbswidth.
55345
55346 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55347             Bruno Haible  <bruno@clisp.org>
55348
55349         * lib/mbswidth.h: Include <wchar.h> only if
55350         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55351         <wchar.h>.
55352         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55353
55354 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55355
55356         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55357         Sync with libc CVS.
55358         * lib/getopt_int.h: New file, also synced from libc.
55359
55360 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55361
55362         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55363         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55364         Bring back getopt.c, getopt.h, getopt1.c.
55365
55366 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55367
55368         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55369         All uses changed.  Check for sa_sigaction member; this fixes
55370         a bug first reported by Jason Andrade in
55371         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55372
55373 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55374
55375         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55376         '#if' expressions.  Unlike the code it replaces, it does not
55377         depend on (defined _SC_PAGESIZE).  However, it does depend on
55378         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55379         first reported by Jason Andrade in
55380         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55381
55382 2004-02-25  Simon Josefsson  <jas@extundo.com>
55383
55384         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55385
55386 2004-02-25  Simon Josefsson  <jas@extundo.com>
55387
55388         * lib/strdup.h: New file.
55389         * lib/strdup.c: Include it.
55390         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55391         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55392
55393 2004-02-23  Karl Berry  <karl@gnu.org>
55394
55395         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55396         (from fencepost.gnu.org:/gd/gnuorg).
55397
55398 2004-02-23  Karl Berry  <karl@gnu.org>
55399
55400         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55401         * config/srclist.txt: add maintain/standards documents.
55402
55403 2004-02-18  Bruno Haible  <bruno@clisp.org>
55404
55405         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55406         Reported by Derek Robert Price <derek@ximbiot.com>.
55407
55408 2004-02-16  Karl Berry  <karl@gnu.org>
55409
55410         * config/mkinstalldirs, install-sh: update from automake.
55411
55412 2004-02-06  Karl Berry  <karl@gnu.org>
55413
55414         * m4/po.m4: update from gettext 0.14.1.
55415
55416 2004-02-06  Karl Berry  <karl@gnu.org>
55417
55418         * lib/config.charset: update from gettext 0.14.1.
55419
55420 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55421
55422         Add comments and code, prompted by suggestions from Bruno Haible
55423         for sh-quote.
55424         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55425         describing the enum quoting_style values.
55426         * lib/quotearg.c (quotearg_alloc): New function.
55427         (quotearg_buffer_restyled): Treat lone { and } as special.
55428         Treat = as special.  Work around bug with older shells
55429         that "see" a '\' that is really the 2nd byte of a multibyte char.
55430         Quote empty string with shell_quoting_style.
55431
55432 2004-02-03  Bruno Haible  <bruno@clisp.org>
55433
55434         * m4/pipe.m4: New file, from GNU gettext.
55435
55436 2004-02-03  Bruno Haible  <bruno@clisp.org>
55437
55438         * lib/pipe.h: New file, from GNU gettext.
55439         * lib/pipe.c: New file, from GNU gettext.
55440
55441 2004-01-27  Bruno Haible  <bruno@clisp.org>
55442
55443         * m4/execute.m4: New file, from GNU gettext.
55444
55445 2004-01-27  Bruno Haible  <bruno@clisp.org>
55446
55447         * lib/execute.h: New file, from GNU gettext.
55448         * lib/execute.c: New file, from GNU gettext.
55449         * lib/w32spawn.h: New file, from GNU gettext.
55450
55451 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55452
55453         Merge from diffutils.
55454
55455         * lib/file-type.c (file_type): Add typed memory objects.
55456         * lib/file-type.h (S_TYPEISTMO): New macro.
55457
55458         * lib/c-stack.h (c_stack_action): Remove argv argument.
55459         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55460         (die): Don't calculate message unless segv_action returns.
55461         (get_stack_location, min_address_from_argv, max_address_from_argv,
55462         volatile stack_base, volatile_stack_size): Remove.
55463         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55464         that every segmentation violation is a stack overflow.  (Ouch!)
55465         See Debian bug 136249 (still outstanding) for more info about why
55466         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55467
55468 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55469
55470         Exit-status fix from coreutils.
55471
55472         Use exit_failure consistently in place of EXIT_FAILURE,
55473         so that program exit statuses are consistent on failure.
55474
55475         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55476         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55477         * lib/argmatch.h: Comment fix to match the above.
55478         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55479         Now a macro referring to exit_failure, instead of a separate
55480         variable.  Include "exitfail.h" to get it.
55481         * lib/xstrtol.h: Include "exitfail.h".
55482         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55483
55484         * lib/long-options.c (parse_long_options): Use prototype
55485         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55486         for clarity.
55487
55488 2004-01-21  Jim Meyering  <jim@meyering.net>
55489
55490         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55491         so as not to conflict with a different-sized __mktime_internal
55492         function in GNU libc.
55493         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55494         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55495
55496 2004-01-20  Karl Berry  <karl@gnu.org>
55497
55498         * config/config.guess: update from config.
55499
55500         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55501
55502 2004-01-20  Bruno Haible  <bruno@clisp.org>
55503
55504         Safer stack allocation.
55505         * lib/setenv.c: Include allocsa.h.
55506         (alloca): Remove fallback definition.
55507         (freea): Remove macro.
55508         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55509         instead of freea.
55510
55511 2004-01-20  Bruno Haible  <bruno@clisp.org>
55512
55513         * m4/eealloc.m4: New file, from GNU gettext.
55514
55515 2004-01-20  Bruno Haible  <bruno@clisp.org>
55516
55517         * m4/allocsa.m4: New file, from GNU gettext.
55518
55519 2004-01-20  Bruno Haible  <bruno@clisp.org>
55520
55521         * lib/xallocsa.h: New file, from GNU gettext.
55522         * lib/xallocsa.c: New file, from GNU gettext.
55523
55524 2004-01-20  Bruno Haible  <bruno@clisp.org>
55525
55526         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55527
55528 2004-01-20  Bruno Haible  <bruno@clisp.org>
55529
55530         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55531         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55532         specially.
55533
55534 2004-01-20  Bruno Haible  <bruno@clisp.org>
55535
55536         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55537         patch.
55538
55539 2004-01-20  Bruno Haible  <bruno@clisp.org>
55540
55541         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
55542
55543 2004-01-20  Bruno Haible  <bruno@clisp.org>
55544
55545         * lib/eealloc.h: New file.
55546
55547 2004-01-20  Bruno Haible  <bruno@clisp.org>
55548
55549         * lib/binary-io.h: Avoid warnings on Cygwin.
55550
55551 2004-01-20  Bruno Haible  <bruno@clisp.org>
55552
55553         * lib/allocsa.h: New file, from GNU gettext.
55554         * lib/allocsa.c: New file, from GNU gettext.
55555
55556 2004-01-18  Karl Berry  <karl@gnu.org>
55557
55558         * doc/gpl.texi, doc/lgpl.texi: new files.
55559
55560 2004-01-18  Karl Berry  <karl@gnu.org>
55561
55562         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
55563         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
55564
55565 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55566
55567         Merge from coreutils.
55568
55569         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
55570         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
55571         (gl_DEFAULT_POSIX2_VERSION): Move
55572         the documentation from 'configure' into 'config.hin',
55573         so that 'configure --help' isn't burdened by it and
55574         we don't have to worry about its formatting there.
55575         Reword the documentation so that it's more succinct
55576         and can be run together into a single paragraph.
55577         * m4/same.m4 (gl_SAME): Check for pathconf.
55578
55579 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55580
55581         Merge from coreutils.
55582
55583         * lib/posixver.c: Include posixver.h.
55584
55585         * lib/same.c: Include <stdbool.h>, <limits.h>.
55586         (_POSIX_NAME_MAX): Define if not defined.
55587         (MIN): New macro.
55588         (same_name): If file names are silently truncated, report
55589         that the file names are the same if they are the same after
55590         the silent truncation.
55591
55592         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
55593         conversion function.
55594         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
55595         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
55596         longer needed.
55597
55598 2004-01-15  Jim Meyering  <jim@meyering.net>
55599
55600         Merge from coreutils.
55601
55602         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
55603         if no library is required.
55604         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
55605         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
55606         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
55607         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
55608         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
55609         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
55610         value, $ac_cv_search_crypt, if it's "none required".
55611         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
55612         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
55613         not gl_FUNC_GETLOADAVG.
55614         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
55615         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
55616
55617 2004-01-15  Jim Meyering  <jim@meyering.net>
55618
55619         Merge from coreutils.
55620
55621         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
55622         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
55623         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
55624
55625         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
55626         optional configure-time default.
55627
55628         * lib/version-etc.c (version_etc_copyright): Update copyright date.
55629
55630         * lib/xreadlink.c (xreadlink): Correct outdated comment.
55631
55632 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
55633
55634         Merge from coreutils.
55635
55636         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
55637         value, $ac_cv_search_nanosleep, if it's "none required".
55638
55639 2004-01-14  Paul Eggert  <eggert@twinsun.com>
55640
55641         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
55642         with like-named macro in fnmatch.c.
55643         (EXT): Use an internal constant instead.
55644
55645         Merge fnmatch patches from glibc.
55646         * lib/fnmatch.c (mbsinit): Remove define.
55647         Add libc_hidden_ver (__fnmatch, fnmatch).
55648         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
55649         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
55650
55651 2004-01-14  Karl Berry  <karl@gnu.org>
55652
55653         * config/install-sh: update from automake.
55654
55655 2004-01-13  Karl Berry  <karl@gnu.org>
55656
55657         * config/install-sh: update from automake.
55658
55659 2004-01-09  Karl Berry  <karl@gnu.org>
55660
55661         * config/install-sh: update from automake.
55662
55663 2004-01-05  Karl Berry  <karl@gnu.org>
55664
55665         * config/config.{sub,guess}: update from config.
55666
55667 2003-12-31  Karl Berry  <karl@gnu.org>
55668
55669         * config/depcomp: update from automake.
55670
55671 2003-12-14  Karl Berry  <karl@gnu.org>
55672
55673         * lib/config.charset: update from gettext-runtime.
55674
55675 2003-12-03  Paul Eggert  <eggert@twinsun.com>
55676
55677         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
55678         Bug reported by Alfred M. Szmidt.
55679
55680 2003-12-03  Bruno Haible  <bruno@clisp.org>
55681
55682         * m4/gettext.m4: Upgrade from gettext-0.13.
55683         * m4/po.m4: Upgrade from gettext-0.13.
55684         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
55685         * m4/intmax.m4: New file, from gettext-0.13.
55686         * m4/printf-posix.m4: New file, from gettext-0.13.
55687
55688 2003-11-29  Karl Berry  <karl@gnu.org>
55689
55690         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
55691
55692 2003-11-25  Paul Eggert  <eggert@twinsun.com>
55693             Bruno Haible  <bruno@clisp.org>
55694
55695         * lib/printf-parse.h: Don't include sys/types.h.
55696         (ARG_NONE): New macro.
55697         (char_directive): Change type of *arg_index fields to size_t.
55698         * lib/printf-parse.c: Don't include sys/types.h.
55699         (SSIZE_MAX): Remove macro.
55700         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
55701         Remove unnecessary overflow check.
55702         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
55703         fields.
55704
55705 2003-11-25  Bruno Haible  <bruno@clisp.org>
55706
55707         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
55708
55709 2003-11-25  Bruno Haible  <bruno@clisp.org>
55710
55711         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
55712         gt_TYPE_SSIZE_T.
55713
55714 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55715
55716         * modules/alloca: Remove dependency on xalloc.
55717
55718 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55719
55720         * lib/alloca.c: Remove dependency on xalloc module.
55721         (xalloc_die): Remove.
55722         (memory_full) [!defined emacs]: New macro.
55723         [!defined emacs]: Don't include xalloc.h.
55724         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
55725         address arithmetic overflows.  Change datatypes a bit to avoid
55726         unnecessary casts.
55727
55728 2003-11-22  Jim Meyering  <jim@meyering.net>
55729
55730         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
55731         s/size/size_t/.
55732
55733 2003-11-21  Karl Berry  <karl@gnu.org>
55734
55735         * config/config.{sub,guess}: update from config.
55736
55737 2003-11-18  Karl Berry  <karl@gnu.org>
55738
55739         * config/config.{sub,guess}: update from config.
55740
55741         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
55742
55743 2003-11-17  Paul Eggert  <eggert@twinsun.com>
55744
55745         * README: Mention that S+T cannot overflow if S is the size of
55746         an existing object and T is sufficiently small.
55747
55748 2003-11-17  Jim Meyering  <jim@meyering.net>
55749
55750         On systems without utime and without a utimes function capable of
55751         dealing with a NULL struct utimbuf* argument, this utime replacement
55752         could -- in unusual circumstances -- leak a file descriptor.
55753         * lib/utime.c: Include <unistd.h> and <errno.h>.
55754         (utime_null): Be sure to close `fd' and to preserve errno.
55755         Reported by Geoff Collyer via Arnold Robbins.
55756
55757 2003-11-17  Bruno Haible  <bruno@clisp.org>
55758
55759         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
55760         (Depends-on): Add xsize.
55761
55762 2003-11-17  Bruno Haible  <bruno@clisp.org>
55763
55764         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
55765
55766 2003-11-17  Bruno Haible  <bruno@clisp.org>
55767
55768         * lib/vasnprintf.c (alloca): Remove fallback definition.
55769         (freea): Remove definition.
55770         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
55771         Reported by Paul Eggert.
55772
55773 2003-11-16  Paul Eggert  <eggert@twinsun.com>
55774             Bruno Haible  <bruno@clisp.org>
55775
55776         Protect against address arithmetic overflow.
55777         * lib/printf-args.h: Include stddef.h.
55778         (arguments): Change type of field 'count' to size_t.
55779         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
55780         'unsigned int' where appropriate.
55781         * lib/printf-parse.h: Include sys/types.h.
55782         (char_directive): Change type of *arg_index fields to ssize_t.
55783         (char_directives): Change type of fields 'count', max_*_length to
55784         size_t.
55785         * lib/printf-parse.c: Include sys/types.h and xsize.h.
55786         (SSIZE_MAX): Define fallback value.
55787         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
55788         instead of 'int' where appropriate. Check a_allocated, d_allocated
55789         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
55790         * lib/vasnprintf.c: Include xsize.h.
55791         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
55792         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
55793         overflow. Avoid wraparound when converting a width or precision from
55794         decimal to binary.
55795
55796 2003-11-16  Bruno Haible  <bruno@clisp.org>
55797
55798         Update from GNU gettext.
55799         * lib/printf-parse.c: Generalize to it can be compiled for wide
55800         strings.
55801         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
55802         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
55803         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
55804         SNPRINTF): New macros.
55805         Don't include <alloca.h> if the file is used inside libintl.
55806         (local_wcslen): New function, for Solaris 2.5.1.
55807         (VASNPRINTF): Use it instead of wcslen.
55808
55809 2003-11-16  Bruno Haible  <bruno@clisp.org>
55810
55811         * lib/xsize.h (xmax): New function.
55812         (xsum, xsum3, xsum4): Declare as "pure" functions.
55813
55814 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55815
55816         * modules/xalloc (Files): Undo latest change, since xalloc.h
55817         no longer needs SIZE_MAX or PTRDIFF_MAX.
55818
55819 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55820
55821         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
55822         gl_PTRDIFF_MAX.
55823
55824 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55825
55826         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
55827         "return", to pacify some unknown compiler.  Problem reported
55828         by Joerg Schilling.
55829
55830 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55831
55832         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
55833         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
55834         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
55835         heuristic is just as accurate as far as we know, and it removes a
55836         dependency on size_max.m4 and ptrdiff_max.m4.
55837
55838 2003-11-11  Bruno Haible  <bruno@clisp.org>
55839
55840         * modules/xsize (Files): Add m4/size_max.m4.
55841         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
55842
55843 2003-11-11  Bruno Haible  <bruno@clisp.org>
55844
55845         * m4/size_max.m4: New file.
55846         * m4/ptrdiff_max.m4: New file.
55847         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
55848         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
55849         (gl_XALLOC): Invoke it.
55850
55851 2003-11-11  Bruno Haible  <bruno@clisp.org>
55852
55853         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
55854         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
55855         defined.
55856
55857 2003-11-10  Paul Eggert  <eggert@twinsun.com>
55858
55859         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
55860         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
55861         rejected some allocations of exactly SIZE_MAX - 2 bytes.
55862         From Bruno Haible.
55863         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
55864         not (size_t) -1, since it's defined here.
55865
55866 2003-11-09  Karl Berry  <karl@gnu.org>
55867
55868         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
55869
55870 2003-11-06  Paul Eggert  <eggert@twinsun.com>
55871
55872         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
55873         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
55874         Reject sizes of exactly SIZE_MAX bytes.
55875         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
55876         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
55877
55878 2003-11-05  Bruno Haible  <bruno@clisp.org>
55879
55880         * lib/xsize.h: Include limits.h, to avoid a possible collision with
55881         SIZE_MAX defined in <limits.h> on Solaris.
55882
55883 2003-11-04  Jim Meyering  <jim@meyering.net>
55884
55885         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
55886         variable names, rather than @VAR@.
55887         * modules/poll: Likewise.
55888
55889 2003-11-04  Bruno Haible  <bruno@clisp.org>
55890
55891         * modules/xsize: New file.
55892         * modules/linebreak: Depend on xsize.
55893         * MODULES.html.sh (func_all_modules): Add xsize.
55894
55895 2003-11-04  Bruno Haible  <bruno@clisp.org>
55896
55897         * m4/xsize.m4: New file.
55898
55899 2003-11-04  Bruno Haible  <bruno@clisp.org>
55900
55901         * lib/xsize.h: New file.
55902         * lib/linebreak.c: Include xsize.h.
55903         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
55904         argument for overflow.
55905         Suggested by Paul Eggert.
55906
55907 2003-11-03  Karl Berry  <karl@gnu.org>
55908
55909         * config/config.{guess,sub}: update from config.
55910
55911 2003-11-03  Jim Meyering  <jim@meyering.net>
55912
55913         * modules/userspec (lib_SOURCES): Add userspec.h.
55914         (Include): Add "userspec.h".
55915         Improve description.
55916
55917 2003-11-03  Jim Meyering  <jim@meyering.net>
55918
55919         * lib/userspec.c: Include "userspec.h".
55920         * lib/userspec.h: New file.
55921
55922 2003-11-03  Bruno Haible  <bruno@clisp.org>
55923
55924         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
55925
55926 2003-11-03  Bruno Haible  <bruno@clisp.org>
55927
55928         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
55929         available, to avoid (extremely rare) race condition.
55930         Suggested by Paul Eggert.
55931
55932 2003-11-02  Karl Berry  <karl@gnu.org>
55933
55934         * config/srclist.txt (vasprintf.c): sync broken, sigh.
55935
55936 2003-10-31  Paul Eggert  <eggert@twinsun.com>
55937
55938         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
55939         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
55940         (read_filesystem_list): Set and use me_type_malloced.
55941         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
55942         whatever the type happens to be), for brevity and consistency.
55943         Check for size calculation overflow on Alphas running OSF/1.
55944
55945 2003-10-31  Jim Meyering  <jim@meyering.net>
55946
55947         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
55948
55949         * lib/linebuffer.c: Include <string.h> for declaration of memset.
55950
55951 2003-10-30  Paul Eggert  <eggert@twinsun.com>
55952             Bruno Haible  <bruno@clisp.org>
55953
55954         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
55955         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
55956
55957 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
55958
55959         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
55960         netbsd*-gnu*.  Suggested by Robert Millan.
55961
55962 2003-10-29  Paul Eggert  <eggert@twinsun.com>
55963
55964         * modules/group-member: Depend on stdbool.
55965
55966 2003-10-29  Paul Eggert  <eggert@twinsun.com>
55967
55968         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
55969
55970 2003-10-29  Paul Eggert  <eggert@twinsun.com>
55971
55972         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
55973         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
55974         after the 'gnu' in these cases.  This fixes some bugs in the
55975         previous change, and is based on suggestions by Robert Millan.
55976
55977 2003-10-29  Paul Eggert  <eggert@twinsun.com>
55978
55979         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
55980         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
55981         no longer needed.
55982         * lib/quotearg.c (quotearg_n_options): Use it.
55983         * lib/group-member.c: Include <stdbool.h>.
55984         (free_group_info): Arg is now const *; don't free arg.
55985         (get_group_info): Now returns bool and accepts struct group_info *,
55986         rather than returning a malloc'ed struct group_info *.
55987         All uses changed.  Check for overflow in internal size calculation.
55988
55989         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
55990         rather than xmalloc/xrealloc.
55991         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
55992         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
55993         conformance bug: the old code used a pointer after freeing the
55994         storage that it addressed.
55995         * lib/hash.c (hash_initialize): Simplify the code by using
55996         xalloc_oversized rather than doing it by hand.
55997         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
55998         the buffer preserved.  Use free and xmalloc instead.
55999         * lib/quotearg.c (quotearg_n_options): Likewise.
56000         Use a simpler test for size overflow.  Don't use xalloc_oversized
56001         because unsigned int might be wider than size_t (!); this suggests
56002         that we should switch from unsigned int to size_t for slot numbers.
56003
56004 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56005
56006         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56007         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56008         NetBSD kernels.  Requested by Richard Stallman.
56009
56010 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56011
56012         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56013         to allocate the returned structure.  Do not allocate a subarray,
56014         as x2nrealloc will do that.
56015         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56016         instead of xnrealloc.
56017         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56018
56019 2003-10-27  Bruno Haible  <bruno@clisp.org>
56020
56021         * lib/stdbool_.h: Better support for BeOS.
56022
56023 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56024
56025         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56026         now uses inline.
56027
56028 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56029
56030         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56031         callers that want to do their own size-overflow checking.  Include
56032         <stdbool.h>, since xalloc_oversized returns bool.
56033         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56034         to use xalloc_oversized.
56035
56036         Add two functions x2realloc, x2nrealloc, for programs that grow
56037         arrays dynamically by doubling their sizes.
56038         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56039         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56040         New functions.
56041
56042         Port to C99 semantics for 'inline' of external functions.
56043         Bug reported by Bruno Haible.
56044         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56045         with the old contents of xnmalloc.
56046         (xnmalloc, xmalloc): Use it.
56047         (xnrealloc_inline): New static inline function,
56048         with the old contents of xnrealloc.
56049         (xnrealloc, xrealloc): Use it.
56050
56051         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56052         that.
56053
56054 2003-10-26  Karl Berry  <karl@gnu.org>
56055
56056         * config/srclist.txt (COPYING.DOC): no longer available from
56057         /gd/gnuorg; don't know where the ultimate source is.
56058
56059 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56060
56061         Fix several address-calculation bugs in the hash modules,
56062         plus some minor code cleanup.
56063
56064         * lib/hash.h: Include <stdbool.h>, for bool.
56065         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56066         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56067         hash_get_n_entries, hash_get_max_bucket_length,
56068         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56069         hash_rehash): Use size_t rather than unsigned.
56070         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56071         hash_get_n_buckets_used, hash_get_n_entries,
56072         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56073         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56074         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56075         Likewise.
56076         (SIZE_MAX): Define if not defined.
56077         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56078         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56079         hash_print):
56080         Use const * when possible.
56081         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56082         (check_tuning): Fix bug: if tuning parameters were very close to
56083         0 or 1, rounding errors could have caused subscript violations.
56084         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56085         (hash_initialize): Add 'fail:' label
56086         to free table and return NULL, and use it to simplify code.
56087         Use calloc rather than clearing the storage ourself.
56088         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56089         buffer size calculations.
56090         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56091         Include <stddef.h>, for size_t.
56092         * lib/hash-pjw.c (hash_pjw): Likewise.
56093         Switch to method described by Bruno Haible.
56094         Include <limits.h>, for CHAR_BIT.
56095         (SIZE_BITS): New macro.
56096
56097 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56098
56099         * m4/getline.m4 (AM_FUNC_GETLINE):
56100         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56101         hosts.  Problem reported by Derek Robert Price in
56102         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56103         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56104         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56105
56106 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56107
56108         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56109         ceiling the allocation at NMAX bytes rather than silently
56110         discarding input bytes before NMAX is reached.  This makes
56111         a difference only if NMAX exceeds SIZE_MAX / 2.
56112
56113         * lib/obstack.c: Merge from glibc.
56114         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56115         Add libc_hidden_def (_obstack_newchunk).
56116         (_obstack_free) [! defined _LIBC]: Remove.
56117         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56118         a clone of the function body.
56119         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56120         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56121
56122         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56123         glibc.
56124         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56125         arg to memcpy.
56126
56127         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56128         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56129         Don't use lvalue casts, as GCC plans to remove support for them
56130         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56131         was also present in the non-GCC version, indicating that this
56132         code had always been buggy and had never been widely used.
56133         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56134         Use the fast variant of each macro, rather than copying the
56135         definiens of the fast variant; that way, we'll be more likely to
56136         catch future bugs in the fast variants.
56137
56138 2003-10-20  Bruno Haible  <bruno@clisp.org>
56139
56140         * modules/wait-process: New file.
56141         * MODULES.html.sh (func_all_modules): Add wait-process.
56142
56143 2003-10-20  Bruno Haible  <bruno@clisp.org>
56144
56145         * m4/wait-process.m4: New file.
56146
56147 2003-10-20  Bruno Haible  <bruno@clisp.org>
56148
56149         * lib/wait-process.h: New file, from GNU gettext.
56150         * lib/wait-process.c: New file, from GNU gettext.
56151
56152 2003-10-19  Jim Meyering  <jim@meyering.net>
56153
56154         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56155         HPUX 10.20.
56156
56157 2003-10-18  Karl Berry  <karl@gnu.org>
56158
56159         * config/config.guess: update from config.
56160
56161 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56162
56163         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56164         (getgroups): First arg is int, not size_t.
56165         Don't let 'free' mangle errno.
56166
56167 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56168
56169         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56170
56171 2003-10-16  Karl Berry  <karl@gnu.org>
56172
56173         * config/config.{guess,sub}: update from config.
56174
56175 2003-10-16  Jim Meyering  <jim@meyering.net>
56176
56177         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56178         memcpy.
56179
56180 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56181
56182         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56183         (SIZE_MAX): Remove.
56184         (new_exclude, add_exclude_file): Initial size no longer needs to
56185         be a power of 2.
56186         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56187         our own address arithmetic overflow checking.
56188
56189         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56190         (fnmatch): Do not alloca more than 2000 wide characters;
56191         instead, use malloc for large buffers.
56192         Check for address arithmetic overflow, and return -1
56193         with errno set to ENOMEM in that case.
56194         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56195         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56196         instead, return -1.  Check for address arithmetic overflow.
56197
56198 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56199
56200         Handle invalid suffixes and overflow independently, so that
56201         callers can treat them independently as needed.  Fix some bugs in
56202         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56203         suffix for a human-readable blocksize.  The major caller-visible
56204         change is the addition of a new
56205         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56206         that both overflow and suffix chars were found.
56207
56208         * lib/human.c (humblock): Don't check separately for invalid suffix
56209         char; that is xstrtoumax's job (now that its bug is fixed).
56210         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56211         INTMAX_MAX]: New macros.
56212         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56213         TYPE_MAXIMUM): New macros.
56214         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56215         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56216         if overflow occurs, as it's what __strtol does and it's more useful
56217         in practice.
56218         (__xstrtol): If __strtol reports some error other than ERANGE,
56219         reflect it to the caller as LONGINT_INVALID.  If it reports
56220         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56221         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56222         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56223         value.
56224         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56225         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56226         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56227         [defined UINTMAX_MAX]: New macros.
56228
56229 2003-10-14  Bruno Haible  <bruno@clisp.org>
56230
56231         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56232
56233 2003-10-14  Bruno Haible  <bruno@clisp.org>
56234
56235         * m4/sig_atomic_t: New file, from GNU gettext.
56236         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56237
56238 2003-10-14  Bruno Haible  <bruno@clisp.org>
56239
56240         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56241         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56242         Also use volatile where needed.
56243
56244 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56245
56246         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56247         Change maintainer from Bruno Haible to 'all'.
56248
56249 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56250
56251         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56252
56253 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56254
56255         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56256         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56257         and define in terms of the other primitives.
56258         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56259         (SIZE_MAX): Define if not already defined.
56260         (array_size_overflow): New function.
56261         (xalloc_die): Abort instead of exiting if 'error' returns.
56262         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56263         (xmalloc, xrealloc): Use them.
56264         (xcalloc): Check for address arithmetic overflow.
56265         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56266         a bit faster than strcpy.
56267
56268 2003-10-10  Simon Josefsson  <jas@extundo.com>
56269
56270         * modules/argp (Depends-on): Add restrict and strcase.
56271
56272 2003-10-10  Simon Josefsson  <jas@extundo.com>
56273
56274         * m4/argp.m4: Add AC_C_INLINE.
56275
56276 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56277
56278         Merge getpass from libc, plus a few fixes.
56279
56280         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56281         Include <stdbool.h>.
56282         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56283         __fsetlocking to empty.
56284         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56285         do include <bits/libc-lock.h>.
56286         Do not include <fcntl.h>; not needed.
56287         [_LIBC]: Include <wchar.h>.
56288         (NOTCANCEL_MODE): New macro.
56289         (flockfile, funlockfile) [_LIBC]: New macros.
56290         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56291         [!_LIBC]: New macros.
56292         (call_fclose): New function.
56293         (getpass): Use it.  Save tty stream separately; this simplifies the
56294         code and makes it more reliable if stdin happens to equal stdout.
56295         Invoke __fsetlocking on tty.
56296         Handle thread cancellation if needed.
56297         Namespace cleanup (use __tcgetattr, __getline).
56298         Use bool for Booleans.
56299         [USE_IN_LIBIO]: Handle wide streams.
56300         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56301         stream might go where.
56302
56303         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56304         doesn't have to include <stdio.h> before us.
56305         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56306         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56307         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56308         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56309         if not declared, so that we can use getpass.c code from libc without
56310         rewriting it.
56311         (flockfile, ftrylockfile, funlockfile): New macros.
56312
56313 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56314
56315         * modules/getpass: Depend on stdbool.
56316
56317 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56318
56319         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56320
56321 2003-10-07  Karl Berry  <karl@gnu.org>
56322
56323         * config/config.{guess,sub}: update from config.
56324
56325 2003-10-06  Jim Meyering  <jim@meyering.net>
56326             Bruno Haible  <bruno@clisp.org>
56327
56328         This lets translators provide better translations for the
56329         "Written by ..." part of --version output.
56330         * lib/version-etc.h: Include stdarg.h.
56331         (version_etc_copyright): Declare as readonly.
56332         (version_etc): Make this function variadic with a NULL-terminated list
56333         of author name strings.
56334         (version_etc_va): New declaration.
56335         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56336         (version_etc_copyright): Declare as readonly.
56337         (version_etc_va): New function. Provide a different translatable string
56338         for each possible number of authors < 10. Abbreviate when there are 10
56339         authors or more.
56340         (version_etc): Make this function variadic. Call version_etc_va.
56341         Suggestion from Gary V. Vaughan.
56342
56343         * lib/long-options.h (parse_long_options): Change prototype: the
56344         authors string is moved to the end and becomes variadic.
56345         * lib/long-options.c: Include stdarg.h.
56346         (parse_long_options): Make this function variadic, too.
56347         Call version_etc_va, not version_etc.
56348
56349 2003-10-06  Bruno Haible  <bruno@clisp.org>
56350
56351         * modules/version-etc-2: Remove file.
56352         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56353
56354 2003-10-06  Bruno Haible  <bruno@clisp.org>
56355
56356         * modules/fatal-signal: New file.
56357         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56358
56359 2003-10-06  Bruno Haible  <bruno@clisp.org>
56360
56361         * m4/fatal-signal.m4: New file.
56362         * m4/signalblocking.m4: New file, from GNU gettext.
56363
56364 2003-10-06  Bruno Haible  <bruno@clisp.org>
56365
56366         * lib/version-etc-2.h: Remove file.
56367         * lib/version-etc-2.c: Remove file.
56368
56369 2003-10-06  Bruno Haible  <bruno@clisp.org>
56370
56371         * lib/fatal-signal.h: New file, from GNU gettext.
56372         * lib/fatal-signal.c: New file, from GNU gettext.
56373
56374 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56375
56376         * README: Rework advice for preventing empty .o files.
56377         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56378         not <sys/types.h>.
56379
56380 2003-10-04  Karl Berry  <karl@gnu.org>
56381
56382         * lib/argp*: update from libc.
56383
56384 2003-10-04  Karl Berry  <karl@gnu.org>
56385
56386         * config/config.{guess,sub}: update from config.
56387
56388 2003-10-02  Bruno Haible  <bruno@clisp.org>
56389
56390         * modules/lchown (Include): Add lchown.h.
56391         * modules/time_r (Include): Use "..." syntax.
56392         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56393
56394 2003-10-01  Simon Josefsson  <jas@extundo.com>
56395
56396         * MODULES.html.sh (func_all_modules): Move gethostname from section
56397         'based on' to section 'lacking' POSIX:2001.
56398
56399 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56400
56401         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56402         to output mode on the same stream.
56403
56404 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56405
56406         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56407         Fix arg typo in previous patch.
56408
56409 2003-09-28  Jim Meyering  <jim@meyering.net>
56410
56411         * lib/error.c: Correct cpp indentation.
56412
56413 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56414
56415         * modules/free: New file.
56416
56417 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56418
56419         * m4/free.m4: New file.
56420
56421 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56422
56423         * lib/minmax.h (MIN, MAX)
56424         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56425         Omit the special code that used __typeof__, since we worry that
56426         it could be more trouble than it's worth.  See:
56427         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56428         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56429
56430         * lib/free.c: New file.
56431
56432 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56433
56434         Trivial fixes to Makefile.am parts of module listings.
56435         * modules/strstr: Append strstr.h to lib_SOURCES.
56436         * modules/strcase: Likewise, for strcase.h.
56437
56438 2003-09-27  Karl Berry  <karl@gnu.org>
56439
56440         * config/mkinstalldirs: update from automake.
56441
56442 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56443
56444         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56445         (error_tail): Do not loop, reallocating temporary buffer, since
56446         the output cannot contain more wide characters than the input
56447         contains bytes, the size must be big enough already.  This avoids
56448         one potential size overflow calculation.  Check for size overflow
56449         when calculating temporary buffer size.  Free temporary buffer
56450         when done, if it was allocated with malloc; this plugs a memory
56451         leak.  Remove casts from void * to pointers, that are no longer
56452         needed now that we're assuming C89 or better.
56453
56454         Merge error changes from glibc.
56455
56456         * lib/error.c, error.h: Update copyright notice header to match glibc.
56457         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56458         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56459         Disable cancellation while printing error.
56460         * lib/error.h: Prepend __ to parameter names.
56461
56462 2003-09-26  Jim Meyering  <jim@meyering.net>
56463
56464         * lib/error.c (error_tail): Move some declarations
56465         into inner scope where the local variables are used.
56466
56467 2003-09-26  Bruno Haible  <bruno@clisp.org>
56468
56469         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56470         stpncpy().
56471         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56472
56473 2003-09-26  Bruno Haible  <bruno@clisp.org>
56474
56475         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56476         (stpncpy): Define as alias for gnu_stpncpy.
56477         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56478
56479 2003-09-25  Simon Josefsson  <jas@extundo.com>
56480
56481         * lib/xgetdomainname.h: New file.
56482         * lib/xgetdomainname.c: New file.
56483
56484 2003-09-25  Simon Josefsson  <jas@extundo.com>
56485             Bruno Haible  <bruno@clisp.org>
56486
56487         * modules/getdomainname: New file.
56488         * modules/xgetdomainname: New file.
56489         * MODULES.html.sh (func_all_modules): Add getdomainname,
56490         xgetdomainname.
56491
56492 2003-09-25  Simon Josefsson  <jas@extundo.com>
56493             Bruno Haible  <bruno@clisp.org>
56494
56495         * m4/getdomainname.m4: New file.
56496
56497 2003-09-25  Simon Josefsson  <jas@extundo.com>
56498             Bruno Haible  <bruno@clisp.org>
56499
56500         * lib/getdomainname.h: New file.
56501         * lib/getdomainname.c: New file.
56502
56503 2003-09-25  Karl Berry  <karl@gnu.org>
56504
56505         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56506
56507 2003-09-25  Karl Berry  <karl@gnu.org>
56508
56509         * config/install-sh: update from automake.
56510
56511 2003-09-25  Bruno Haible  <bruno@clisp.org>
56512
56513         * modules/version-etc-2: New file, from modules/version-etc with
56514         modifications.
56515         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56516
56517 2003-09-25  Bruno Haible  <bruno@clisp.org>
56518
56519         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56520         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56521
56522 2003-09-24  Simon Josefsson  <jas@extundo.com>
56523
56524         * modules/xgethostname: Add xgethostname.h.
56525
56526 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56527
56528         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56529         the buffer associated with the argument.  Bug reported by
56530         Simon Josefsson.
56531
56532 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56533
56534         * README: Document assumptions that 'int' is at least 32 bits
56535         wide, that integer arithmetic is 2's complement without overflow,
56536         that there are no holes in integer values, that adding sizes of
56537         two nonoverlapping objects can't overflow, and that all-bits-zero
56538         yields scalar zero.  Fix spelling and capitalization typos.
56539
56540 2003-09-19  Karl Berry  <karl@gnu.org>
56541
56542         * lib/argp.h: update from libc.
56543
56544 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56545
56546         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
56547         to avoid spurious warnings like "AC_RUN_IFELSE was called before
56548         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
56549
56550 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56551
56552         * gnulib-tool: Use "test -h", not "test -L", for portability
56553         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
56554         (tags_regexp): Remove, since \| doesn't conform to POSIX.
56555         (sed_extract_prog): Issue s commands one-by-one, rather than
56556         using \| in one s command.
56557
56558 2003-09-16  Paul Eggert  <eggert@twinsun.com>
56559
56560         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
56561         input error, instead of returning NULL the next time we are called
56562         (and therefore losing track of errno).
56563
56564 2003-09-16  Bruno Haible  <bruno@clisp.org>
56565
56566         * gnulib-tool (func_create_testdir): Warn about duplicated
56567         dependencies.
56568
56569 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56570
56571         * modules/argmatch, modules/fatal, modules/obstack,
56572         modules/xalloc, modules/xgethostname: Sort dependencies by
56573         importance, not alphabetically.
56574
56575 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56576
56577         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
56578         fails, so that the caller gets the proper errno.
56579
56580         * lib/readutmp.c (read_utmp): Likewise.
56581         Check for fstat error.  Close stream and free storage
56582         when failing.
56583
56584 2003-09-14  Karl Berry  <karl@gnu.org>
56585
56586         * config/srclist.txt (strdup.c): disable for c89 changes.
56587
56588 2003-09-14  Jim Meyering  <jim@meyering.net>
56589
56590         * lib/getloadavg.c: Correct cpp indentation.
56591         * lib/strdup.c: Likewise.
56592         * lib/vasnprintf.c: Likewise.
56593
56594 2003-09-14  Bruno Haible  <bruno@clisp.org>
56595
56596         * modules/fwriteerror: New file.
56597         * MODULES.html.sh (func_all_modules): Add fwriteerror.
56598
56599 2003-09-14  Bruno Haible  <bruno@clisp.org>
56600
56601         * lib/fwriteerror.h: New file.
56602         * lib/fwriteerror.c: New file.
56603
56604 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56605
56606         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
56607         modules/xgethostname, modules/xalloc: Depend on exit.
56608
56609 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56610
56611         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
56612
56613         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
56614         and AC_MINIX, too, so that their extensions are available.
56615
56616         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
56617         This macro has been superseded by gl_BACKUPFILE.
56618
56619         More patches to assume C89 or better.
56620
56621         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
56622
56623         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
56624         unconditionally.
56625         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
56626         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
56627         Include <string.h>, <stdlib.h> unconditionally.
56628         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
56629         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
56630         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
56631         headers or for string.h.
56632         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
56633         or strtoul.
56634
56635         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
56636         headers.
56637         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
56638         * m4/userspec.m4 (gl_USERSPEC): Likewise.
56639         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
56640         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
56641         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
56642         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
56643         memcpy, memset.
56644         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
56645         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
56646         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
56647         strtol.
56648         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
56649         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
56650         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
56651         strtoul.
56652
56653 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56654
56655         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
56656         * lib/obstack.c [!defined _LIBC]: Likewise.
56657         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
56658         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
56659         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
56660
56661         More changes to assume C89 or better.
56662
56663         * lib/error.c (error_tail): Assume vprintf.
56664
56665         * lib/argmatch.c (getenv): Remove decl.
56666         * lib/progreloc.c (get_full_program_name): Define via prototype.
56667         * lib/setenv.c (clearenv): Likewise.
56668         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
56669         needed.
56670         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
56671         (malloc, memcpy): Remove decls.
56672         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
56673         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
56674         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56675         (memcpy): Remove macro.
56676         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
56677         (__P): Remove.  All uses removed.
56678         (PTR): Remove.  All uses changed to void *.
56679         (CHAR_BIT, NULL): Remove.
56680         (spaces, zeros, memset_space, memset_zero)
56681         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
56682         Remove.
56683         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
56684         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
56685         Define with prototype.
56686         Remove now-unnecessary prototype decl.
56687         (extra_args_spec): Assume ANSI C.  All uses changed.
56688         (extra_args_spec_iso): Remove.
56689         (my_strftime, emacs_strftimeu): Define via prototype.
56690         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
56691         unconditionally.
56692         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
56693         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
56694         (strtoul, strtol): Remove decls.
56695         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
56696         LONG_MAX): Remove.
56697         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56698         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
56699         (LOCALE_PARAM_PROTO): New macro.
56700         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
56701         (INTERNAL (strtol), strtol): Define with a prototype.
56702         (PARAMS): Remove.  All uses removed.
56703         * lib/tempname.c: Include <string.h> unconditionally.
56704         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
56705         * lib/xgethostname.c (main): Define with a prototype.
56706         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
56707         Include <stdlib.h> unconditionally.
56708         (calloc, malloc, realloc, free): Remove decls.
56709         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
56710         Include <stdlib.h> unconditionally.  Sort include file names.
56711         (strtod): Remove.
56712         (xstrtod): Define with a prototype.
56713         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
56714         (strtol, strtoul): Remove decls.
56715
56716 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56717
56718         More patches to assume C89 or better.
56719         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
56720         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
56721         string.h, memchr, STDC_HEADERS.
56722
56723 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56724
56725         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
56726         Include <stdlib.h>, <string.h> unconditionally.
56727         Remove now-unnecessary cast to char *.
56728         * lib/strnlen.c: Include <string.h> unconditionally.
56729         * lib/yesno.c (yesno): Define with a prototype.
56730
56731 2003-09-11  Bruno Haible  <bruno@clisp.org>
56732
56733         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
56734
56735 2003-09-10  Jim Meyering  <jim@meyering.net>
56736
56737         * lib/error.c: Correct indentation of cpp directives.
56738
56739 2003-09-10  Bruno Haible  <bruno@clisp.org>
56740
56741         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
56742         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
56743         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
56744         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
56745         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
56746         <stdlib.h> and <string.h> checks.
56747         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
56748         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
56749
56750 2003-09-10  Bruno Haible  <bruno@clisp.org>
56751
56752         * lib/strcspn.c: Include <string.h> unconditionally.
56753         * lib/strpbrk.c: Include <string.h> unconditionally.
56754         * lib/strstr.c: Include <string.h> unconditionally.
56755         * lib/unicodeio.c: Include <string.h> unconditionally.
56756         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
56757         * lib/unsetenv.c: Likewise.
56758         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
56759         * lib/yesno.c: Include <stdlib.h> unconditionally.
56760         (rpmatch): Add prototype.
56761
56762 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56763
56764         More patches to assume C89 or better.
56765         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
56766         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
56767         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
56768         or for string.h.
56769         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
56770         stdlib.h.
56771         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
56772         C headers.
56773         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
56774         string.h.
56775         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
56776         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
56777         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
56778         or for string.h.
56779         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
56780         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
56781         C headers.
56782         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
56783         memcpy.
56784         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
56785         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
56786         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
56787         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
56788         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
56789         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
56790         string.h, free.
56791         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
56792         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
56793         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
56794         C headers, or for string.h.
56795         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
56796         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
56797         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
56798         headers, memory.h, stdlib.h, string.h, strings.h.
56799         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
56800         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
56801         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
56802         strchr.
56803         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
56804         headers, memory.h, string.h.
56805         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
56806         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
56807         free.
56808         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
56809         headers.
56810         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
56811         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
56812         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
56813         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
56814         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
56815
56816 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56817
56818         More K&R removal.
56819
56820         * lib/acosl.c (main): Use a prototype.
56821         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
56822         tanl.c: Likewise.
56823
56824         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
56825
56826         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
56827         (getopt, etopt_long, getopt_long_only, _getopt_internal)
56828         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
56829         with a prototype.
56830         * lib/getopt.c (const): Remove macro.
56831         Include <string.h> unconditionally.
56832         (my_index): Remove; all uses changed to strchr.
56833         (strlen): Remove decl.
56834         (exchange): Remove forward decl; no longer needed.
56835         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
56836         Define with prototype.
56837         * lib/getopt1.c (const): Remove macro.
56838         (getopt_long, getopt_long_only, main): Define with prototype.
56839
56840         * lib/getugroups.c: Include <string.h> unconditionally.
56841
56842         * lib/getusershell.c: Include <stdlib.h> unconditionally.
56843         (getusershell, setusershell, endusershell, readname, main):
56844         Define with prototypes.
56845
56846         * lib/group-member.c: Include group-member.h first.
56847         Include <stdlib.h> unconditionally.
56848
56849         * lib/hard-locale.c: Include hard-locale.h first.
56850         Include <stdlib.h>, <string.h> unconditionally.
56851
56852         * lib/hash.c (free, malloc): Remove decls.
56853         Include <stdlib.h> unconditionally.
56854
56855         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
56856         (getenv): Do not declare.
56857
56858         * lib/idcache.c: Include <string.h> unconditionally.
56859
56860         * lib/long-options.c: Include long-options.h first, to test interface.
56861         Include <stdlib.h> unconditionally.
56862
56863         * lib/makepath.c: Include makepath.h first, to test interface.
56864         Include <stdlib.h> and <string.h> unconditionally.
56865
56866         * lib/linebuffer.c: Include <stdlib.h>.
56867         (free): Remove decl.
56868
56869         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
56870         stddef.h. rpl_malloc returns void *, not char *.
56871         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
56872         prototype.
56873
56874         * lib/md5.h: Include <limits.h> unconditionally.
56875         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
56876         (__P): Remove; all uses removed.
56877         * lib/md5.c: Include "md5.h" first.
56878         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
56879         md5_buffer, md5_process_bytes, md5_process_block):
56880         Define with prototypes.
56881         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
56882         * lib/sha.c: Include "sha.h" first.
56883         Include <stdlib.h>, <string.h> unconditionally.
56884
56885         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
56886         * lib/memcmp.c (__ptr_t): Likewise.
56887         * lib/memrchr.c (__ptr_t): Likewise.
56888         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
56889         Include <string.h> unconditionally.
56890         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
56891         * lib/memchr.c: Include <stdlib.h> unconditionally.
56892         * lib/memchr.c (LONG_MAX): Remove.
56893         * lib/memrchr.c (LONG_MAX): Likewise.
56894         * lib/memchr.c (__memchr): Define via a prototype.
56895         * lib/memrchr.c (__memrchr): Likewise.
56896         * lib/memcmp.c (__P): Remove, and remove all uses.
56897         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
56898         Remove forward decls; no longer needed.
56899         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
56900         Use types required by C89 in prototype.
56901
56902         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
56903         * lib/savedir.c: Likewise.
56904         * lib/mkdir.c (free): Remove decl.
56905         * lib/rmdir.c (rmdir): Define with a prototype.
56906         * lib/savedir.c: Include savedir.h first, to test interface.
56907
56908         * lib/mktime.c (STDC_HEADERS): Remove.
56909         Include <stdlib.h>, <string.h> unconditionally.
56910
56911         * lib/modechange.c: Include <stdlib.h> unconditionally.
56912         (malloc): Remove decl.
56913
56914         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
56915         (free): Remove decl.
56916
56917         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
56918         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
56919         (This type really should be intptr_t, but that's a C99ism.)
56920         (_obstack_memcpy): Remove: all uses changed to memcpy.
56921         Include <string.h> unconditionally.
56922         (struct obstack): Assume __STDC__ for types of members
56923         chunkfun, freefun, extra_arg.
56924         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
56925         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
56926         obstack_begin, obstack_specify_allocation,
56927         obstack_specify_allocation_with_arg, obstack_chunkfun,
56928         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
56929         Remove unprototyped decls and the macros that use them.
56930         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
56931         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
56932         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
56933         (defined __STDC__ && __STDC__)]:
56934         Remove nonprototyped code.
56935         Include <stdlib.h> unconditionally.
56936         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
56937         _obstack_allocated_p, _obstack_free, obstack_free,
56938         _obstack_memory_used, print_and_abort):
56939         Define using prototypes.
56940         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
56941         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
56942         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
56943         obstack_next_free, obstack_object_size, obstack_room) [0]:
56944         Remove unused, unprototyped code.
56945
56946         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
56947
56948         * lib/physmem.c (physmem_total, physmem_available, main): Define
56949         with prototypes.
56950
56951         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
56952         (main): Define with a prototype.
56953
56954         * lib/posixver.c (getenv): Remove decl.
56955
56956         * lib/putenv.c (malloc): Returns void *, not char *.
56957         Include <string.h> unconditionally.
56958         (strchr, memcpy, NULL): Do not define.
56959
56960         * lib/readtokens.c: Include readtokens.h first, to test interface.
56961         Include <stdlib.h>, <string.h> unconditionally.
56962         (init_tokenbuffer): Define with a prototype.
56963
56964         * lib/regex.c (PARAMS): Remove.  All uses removed.
56965         All uses of _RE_ARGS removed, too.
56966         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
56967         unconditionally.
56968         (bzero): Assume memset exists.
56969         (memcmp, memcpy, NULL): Remove.
56970         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
56971         char, or assignments to local vars of type signed char.
56972         (init_syntax_once, PREFIX(extract_number_and_incr),
56973         PREFIX(print_partial_compiled_pattern),
56974         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
56975         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
56976         PREFIX(regex_grow_registers), PREFIX(regex_compile),
56977         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
56978         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
56979         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
56980         wcs_compile_range, byte_compile_range, truncate_wchar,
56981         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
56982         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
56983         count_mbs_length, wcs_re_match_2_internal,
56984         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
56985         PREFIX(alt_match_null_string_p),
56986         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
56987         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
56988         regfree, PREFIX(extract_number)): Define with prototype.  Remove
56989         now-unnecessary declaration, if any.
56990         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
56991         regcomp, regexec):
56992         Remove now-unnecessary casts among pointer types.
56993         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
56994
56995         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
56996         (free): Remove decl.
56997
56998         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
56999
57000         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57001         (free): Remove decl.
57002
57003         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57004         * lib/xgetcwd.c: Likewise.
57005
57006         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57007         (free): Remove decl.
57008
57009         * lib/strchrnul.c (strchrnul): Define with a prototype.
57010         Fix bug: c_in was not converted to char before searching.
57011
57012         The following changes are not K&R related:
57013
57014         * lib/group-member.h: Include <sys/types.h>, so that this file is
57015         self-contained.
57016         * lib/makepath.h: Likewise.
57017
57018         * lib/getusershell.c (readname, default_index, line_size, readname):
57019         Use size_t, not int, for sizes.
57020         (readname): If the size overflows, report an error instead of
57021         looping forever.
57022
57023 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57024
57025         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57026         libc.
57027
57028 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57029
57030         * README: New section: portability guidelines.
57031
57032 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57033
57034         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57035         C89 spec.
57036
57037 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57038
57039         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57040
57041 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57042
57043         Assume C89 or better; remove K&R cruft.
57044         A few of these changes were first proposed by Derek Robert Price
57045         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57046
57047         * lib/addext.c: Include <string.h> unconditionally.
57048         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57049         Don't declare getenv or malloc.
57050
57051         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57052         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57053         (NULL): Remove.
57054         (find_stack_direction, alloca): Use prototypes.
57055
57056         * lib/atexit.c (atexit): Define using a prototype.
57057
57058         * lib/basename.c, dirname.c, stripslash.c:
57059         Include <string.h> unconditionally.
57060
57061         * lib/bcopy.c: Include <stddef.h>.
57062         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57063
57064         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57065
57066         * lib/error.h (error, error_at_line, error_print_progname)
57067         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57068         * lib/error.c: Include error.h first, to check interface.
57069         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57070         (VA_START): Remove; all uses changeed to va_start.
57071         (exit, strerror): Remove decls.
57072         (error_print_progname): Prototype uncondionally.
57073         Don't include <errno.h>; no longer needed.
57074         (private_strerror): Remove.
57075         (error_tail): Always define.
57076         (error, error_at_line): Assume C89 or better; always use prototypes.
57077         * lib/fatal.c: Include "fatal.h" first, to test interface.
57078         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57079         (VA_START): Remove; all uses changed to va_start.
57080         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57081         this case.
57082         (exit): Remove decl.
57083         (fatal): Prototype unconditionally.  Assume va_start works.
57084         Abort at end, to pacify gcc.
57085
57086         * lib/euidaccess.c (main): Define with a prototype.
57087
57088         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57089
57090         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57091
57092         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57093         prototypes.
57094         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57095         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57096         (getenv): Remove decl.
57097         (fnmatch): Define using a prototype.
57098         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57099         (FCT): Define using a prototype.
57100
57101         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57102
57103         * lib/gethostname.c: Include <stddef.h>.
57104         (gethostname): Define with prototype.  Length is size_t, not int.
57105
57106 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57107
57108         Assume C89 or better; remove K&R cruft.
57109         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57110         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57111         string.h, getenv, malloc.
57112         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57113         headers.
57114         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57115         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57116         do not check for strerror.
57117         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57118         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57119         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57120         do not check for doprnt or vprintf.
57121         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57122         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57123
57124 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57125
57126         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57127         getversion.c should have been removed then, but was accidentally
57128         preserved.
57129
57130         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57131         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57132
57133 2003-09-08  Karl Berry  <karl@gnu.org>
57134
57135         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57136                 config, forget about prep.
57137
57138         * config/depcomp, missing: update from automake.
57139
57140 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57141
57142         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57143         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57144
57145 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57146
57147         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57148         copy_tm_result.  Bug reported by Simon Josefsson in
57149         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57150
57151 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57152
57153         * m4/time_r.m4: New file.
57154         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57155         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57156         is. Check for timegm declaration.
57157         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57158         Do not check for gmtime_r.
57159         Replace mktime if __mktime_internal does not exist and if mktime
57160         hasn't been replaced already.
57161
57162 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57163
57164         * lib/time_r.c, lib/time_r.h: New files.
57165
57166         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57167         __localtime_r.
57168         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57169         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57170
57171         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57172         __gmtime_r.
57173         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57174         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57175         Include <time_r.h>.
57176
57177         * lib/timegm.c: Switch to glibc implementation, with the following
57178         changes:
57179         [defined HAVE_CONFIG_H]: Include <config.h>.
57180         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57181         (__mktime_internal) [!defined _LIBC]: New decl.
57182         (__gmtime_r) [!defined _LIBC]: New macro and function.
57183         (timegm): Use a prototype, since gnulib assumes C89.
57184         Do not bother declaring tmp to be const, as it's not really usefu.
57185         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57186         (timegm): Declare only if HAVE_DECL_TIMEGM.
57187
57188 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57189
57190         * MODULES.html.sh (func_all_modules): Add time_r.
57191         * modules/time_r: New file.
57192         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57193         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57194
57195 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57196
57197         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57198         Bug reported by Lute Kamstra in
57199         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57200
57201         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57202         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57203         course with correspondingly smaller numbers for tomorrow and
57204         yesterday.  From Tadayoshi Funaba.  Originally installed into
57205         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57206         coreutils merge?).
57207
57208 2003-08-31  Simon Josefsson  <jas@extundo.com>
57209
57210         * modules/timegm: New file.
57211         * MODULES.html.sh (func_all_modules): Add timegm.
57212
57213 2003-08-31  Simon Josefsson  <jas@extundo.com>
57214
57215         * m4/timegm.m4: New file.
57216
57217 2003-08-31  Simon Josefsson  <jas@extundo.com>
57218
57219         * lib/timegm.h: New file.
57220         * lib/timegm.c: New file.  Based on
57221         wget-1.8.2/src/http.c:mktime_from_utc.
57222
57223 2003-08-31  Karl Berry  <karl@gnu.org>
57224
57225         * lib/argp.h: update from libc.
57226
57227 2003-08-28  Bruno Haible  <bruno@clisp.org>
57228
57229         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57230         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57231         followed by '#define fnmatch fnmatch_posix' gives an error.
57232
57233 2003-08-28  Bruno Haible  <bruno@clisp.org>
57234
57235         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57236         warning on QNX, which defines O_BINARY to 000000.
57237
57238 2003-08-27  Jim Meyering  <jim@meyering.net>
57239
57240         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57241         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57242         would fail after 32.  Reported by Danny Levinson.  Details here:
57243         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57244
57245 2003-08-24  Bruno Haible  <bruno@clisp.org>
57246
57247         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57248         MSVC7 <stdio.h> is included later.
57249
57250 2003-08-22  Simon Josefsson  <jas@extundo.com>
57251
57252         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57253
57254 2003-08-20  Karl Berry  <karl@gnu.org>
57255
57256         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57257
57258 2003-08-20  Bruno Haible  <bruno@clisp.org>
57259
57260         * modules/progname: New file.
57261         * MODULES.html.sh (func_all_modules): Add progname.
57262
57263 2003-08-20  Bruno Haible  <bruno@clisp.org>
57264
57265         * lib/progname.h: New file, from GNU gettext.
57266         * lib/progname.c: New file, from GNU gettext.
57267         * lib/progreloc.c: New file, from GNU gettext.
57268
57269 2003-08-19  Jim Meyering  <jim@meyering.net>
57270
57271         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57272         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57273
57274 2003-08-19  Bruno Haible  <bruno@clisp.org>
57275
57276         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57277         more.
57278
57279 2003-08-19  Bruno Haible  <bruno@clisp.org>
57280
57281         * lib/xstrdup.c: Assume <string.h> exists.
57282
57283 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57284
57285         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57286         in makefile rules.
57287
57288 2003-08-18  Jim Meyering  <jim@meyering.net>
57289
57290         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57291         * m4/lib-ld.m4: Likewise.
57292
57293 2003-08-18  Jim Meyering  <jim@meyering.net>
57294
57295         * lib/setenv.h: Indent nested cpp directive.
57296         * lib/vasnprintf.c: Remove trailing blanks.
57297
57298 2003-08-17  Simon Josefsson  <jas@extundo.com>
57299
57300         * modules/xstrndup: New file.
57301         * MODULES.html.sh (func_all_modules): Add xstrndup.
57302
57303 2003-08-17  Simon Josefsson  <jas@extundo.com>
57304
57305         * modules/argp: Fix autoconf macro name. Add more dependencies.
57306
57307 2003-08-17  Simon Josefsson  <jas@extundo.com>
57308
57309         * m4/xstrndup.m4: New file.
57310
57311 2003-08-17  Simon Josefsson  <jas@extundo.com>
57312
57313         * m4/argp.m4: New file.
57314
57315 2003-08-17  Simon Josefsson  <jas@extundo.com>
57316             Bruno Haible  <bruno@clisp.org>
57317
57318         * lib/xstrndup.h: New file.
57319         * lib/xstrndup.c: New file.
57320
57321 2003-08-17  Bruno Haible  <bruno@clisp.org>
57322
57323         * modules/strndup (Files, Include): Add lib/strndup.h.
57324
57325 2003-08-17  Bruno Haible  <bruno@clisp.org>
57326
57327         * modules/euidaccess (Files): Add lib/euidaccess.h.
57328
57329 2003-08-17  Bruno Haible  <bruno@clisp.org>
57330
57331         * lib/strndup.h: New file.
57332
57333 2003-08-17  Bruno Haible  <bruno@clisp.org>
57334
57335         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57336         like AC_GNU_SOURCE.
57337         * modules/extensions (configure.ac): Comment out the invocation of
57338         gl_USE_SYSTEM_EXTENSIONS.
57339
57340 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57341
57342         Merges from coreutils, etc.
57343         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57344         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57345         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57346         fixing a typo.
57347         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57348         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57349
57350 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57351
57352         Document merge from coreutils.
57353         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57354         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57355         * modules/utime: Add m4/utimes-null.m4.
57356
57357 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57358
57359         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57360         space, undoing this 2003-08-12 change:
57361         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57362
57363 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57364
57365         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57366         strtoul.c from libc, undoing this 2003-08-12 change:
57367         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57368
57369 2003-08-16  Jim Meyering  <jim@meyering.net>
57370
57371         Merges from coreutils.
57372         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57373         prefix.  Adjust cache variables similarly.  Create 500 rather than
57374         just 300 files, to exercise bug on Darwin6.5, too.
57375         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57376         $missing_dir.
57377         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57378         AM_SYS_POSIX_TERMIOS.
57379         Reported by mkc@mathdogs.com.
57380         Also change use of $am_cv_sys_posix_termios
57381         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57382         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57383         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57384         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57385         in /proc/mounts until it finds one with matching device number.  This
57386         is unnecessary when the FILE argument *is* a mount point.  No stat call
57387         is necessary in that case.  So, disable the statvfs-testing code on
57388         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57389         as RedHat bug# 84846.
57390         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57391         to 1MB, so as not to render systems with no stack size limit (e.g.,
57392         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57393         Include <unistd.h>.  On some systems,
57394         it is required for the definition of _SC_PAGESIZE.
57395
57396 2003-08-16  Jim Meyering  <jim@meyering.net>
57397
57398         Merge from coreutils.
57399         * lib/xstrtoimax.c: #else #if -> #elif.
57400         * lib/xstrtoumax.c: Likewise.
57401
57402 2003-08-16  Jim Meyering  <jim@meyering.net>
57403
57404         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57405         * m4/utimes.m4: Removed.
57406         * m4/utimes-null.m4: Renamed from utimes.m4.
57407
57408         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57409         to 1MB, so as not to render systems with no stack size limit (e.g.,
57410         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57411         Include <unistd.h>.  On some systems,
57412         it is required for the definition of _SC_PAGESIZE.
57413
57414 2003-08-16  Jim Meyering  <jim@meyering.net>
57415         and Paul Eggert  <eggert@cs.ucla.edu>
57416
57417         Merges from coreutils, etc.
57418
57419         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57420         using the latest version from cvs.  This avoids problems with #line
57421         directives using a vendor (Sun) compiler.
57422         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57423         Don't set GETGROUPS_LIB here; now it's
57424         done via getgroups.m4's wrapper function.
57425         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57426         rather than just in sh-util/configure.in, so that the
57427         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57428         same.
57429         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57430         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57431         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57432         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57433         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57434         Remove code that is now done by the newly-required macros.
57435         Append $(EXEEXT) to DF_PROG.
57436         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57437         Do not invoke or require the following here,
57438         since prereq.m4 or some gnulib .m4 now does this for us:
57439         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57440         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57441         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57442         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57443         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57444         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57445         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57446         AC_FUNC_OBSTACK.
57447         Do not replace the following functions, as this is now the job
57448         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57449         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57450         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57451         atexit getpass, strdup, getpagesize.
57452         Replace 'raise'.
57453         Do not check for the following functions, as this is now the job
57454         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57455         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57456         setregid.
57457         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57458         Check for sys/sysctl.h.
57459         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57460         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57461         of checking for ssize_t ourselves.
57462
57463         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57464         Require every macro that gnulib/modules/* suggests for us.
57465         (jm_PREREQ_ADDEXT): New macro.
57466         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57467         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57468
57469         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57470         (gl_PHYSMEM): Use it.
57471         Also check for `table' function.
57472         Check for new headers and functions.
57473         Add check for sys/sysmp.h.
57474         With suggestions from Kaveh Ghazi.
57475         Ignore headers that are present but cannot be compiled.  This
57476         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57477         C 5.4.
57478
57479 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57480
57481         Document merge from coreutils.
57482         * modules/userspec: Depend on posixver.
57483         * modules/strftime: Depend on tzset.
57484
57485 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57486
57487         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57488         rather than tab, after '#' in shell-script copyright notices.
57489         Suggested by Bruno Haible.
57490
57491 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57492
57493         * config/srclist-update: Use three spaces, rather than tab, after '#'
57494         in shell-script copyright notices.  Suggested by Bruno Haible.
57495         Remove unnecessary parenthesization in regular expression.
57496
57497 2003-08-15  Jim Meyering  <jim@meyering.net>
57498
57499         Merge from coreutils.
57500         * lib/xgethostname.c: Include <stdlib.h>.
57501         (xghostname): Don't exit for anything other than memory-related
57502         failure; just return NULL.
57503         * lib/userspec.c: Include "posixver.h".
57504         (parse_user_spec): Accept `.' as a separator only
57505         in pre-POSIX-200112 mode.
57506         * lib/strtoimax.c: Use #elif rather than #else #if.
57507         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57508         Remove function, now that we can rely on a working tzset function.
57509         [!_LIBC]: Ensure that the required autoconf test has been run.
57510         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57511         Use underlying_strftime for %r.
57512         * lib/sha.c: Merge in some clean-up and optimization changes from
57513         glibc.
57514         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57515         Ensure that it is a multiple of 64.
57516         Rearrange loop exit tests so as to avoid performing an
57517         additional fread after encountering an error or EOF.
57518         * lib/realloc.c: Update copyright date.
57519
57520 2003-08-15  Jim Meyering  <jim@meyering.net>
57521         and Paul Eggert  <eggert@twinsun.com>
57522
57523         Merge from coreutils.
57524         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57525         member but strut utmpx does not.  Needed for AIX 4.3.3.
57526         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57527
57528 2003-08-15  Jim Meyering  <jim@meyering.net>
57529         and Paul Eggert  <eggert@cs.ucla.edu>
57530
57531         Merges from coreutils, etc.
57532         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57533         Require gl_FUNC_TZSET_CLOBBER.
57534         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57535         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57536         members.
57537
57538 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57539
57540         Help the merge from coreutils.
57541         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
57542         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
57543         * m4/tzset.m4: Use it too.
57544
57545 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57546
57547         * modules/tzset: New file.
57548
57549 2003-08-14  Jim Meyering  <jim@meyering.net>
57550
57551         Merges from coreutils.
57552         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
57553         variable names, rather than @FNMATCH_H@.
57554         * modules/alloca: Likewise for $(ALLOCA_H).
57555
57556         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
57557         the three copies of the literal target, `fnmatch.h'.
57558         * modules/alloca (alloca.h): Likewise.
57559
57560 2003-08-14  Jim Meyering  <jim@meyering.net>
57561
57562         Merge from coreutils.
57563         * m4/tzset.m4: New file.
57564         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
57565         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
57566         otherwise, AIX 5.1 systems would end up using the latter.
57567         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
57568         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
57569         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
57570         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
57571
57572 2003-08-14  Jim Meyering  <jim@meyering.net>
57573
57574         Merge from coreutils.
57575         * lib/obstack.h: Whitespace changes.
57576         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
57577         and xcalloc return values.
57578         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
57579         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
57580         hang on OSF/1 5.1 for DIR on both local and remote file systems.
57581         Reported by (and fix confirmed by) Nelson H. F. Beebe.
57582         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57583         error from mntctl.
57584         Use mntctl's return value to drive the entry-processing loop, since
57585         we can't rely on the value of the vmt_length member in the last
57586         entry.  On some systems doing so could result in exhausting
57587         virtual memory.  Based in part on a patch from Mike Jetzer.
57588
57589 2003-08-14  Jim Meyering  <jim@meyering.net>
57590         and Paul Eggert  <eggert@twinsun.com>
57591
57592         Merges from coreutils, plus other fixes.
57593         * lib/physmem.c: Merge in portability changes from gcc/libiberty
57594         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
57595         for credits and details.  Thanks to Kaveh Ghazi for helping
57596         to keep these files in sync.
57597         (ARRAY_SIZE): Define it.
57598         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
57599         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
57600         (memcasecmp): Don't assume size_t fits in unsigned int.
57601         Remove casts and duplicate code.
57602         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
57603         (memcpy): Remove definition.
57604         Merge in some clean-up and optimization changes from glibc.
57605         [BLOCKSIZE]: Move definition to top of file.
57606         Ensure that it is a multiple of 64.
57607         Rearrange loop exit tests so as to avoid performing an
57608         additional fread after encountering an error or EOF.
57609         * lib/md5.h (md5_uintptr): Define.
57610         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
57611         return to the initial working directory.  Preserve errno
57612         for caller.
57613         * lib/idcache.c: Include "xalloc.h".
57614         (xmalloc, xrealloc): Remove decls.
57615         (getuser): Remove casts no longer required in C89.
57616         * lib/human.c: Include stdio.h, for sprintf.
57617         * lib/group-member.c: Include "xalloc.h".
57618         (xmalloc, xrealloc): Remove decls.
57619         (get_group_info): Remove casts no longer required in C89.
57620         * lib/getusershell.c (readname): Remove casts no longer required in
57621         C89.
57622         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
57623         * lib/getline.c: Whitespace fix, from coreutils.
57624
57625 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57626
57627         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
57628         Check for isascii.
57629
57630         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57631         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57632         Undo previous (whitespace-only) change.
57633
57634 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57635
57636         * lib/exclude.c: Include <ctype.h>
57637         (IN_CTYPE_DOMAIN): New macro.
57638         (is_space): New fn.
57639         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
57640         and empty lines.
57641
57642         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57643         Undo previous (whitespace-only) change.
57644
57645 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57646
57647         * config/srclist-update: Change update back to the old behavior,
57648         leaving whitespace alone.  Use one 'sed' command rather than a
57649         pipeline.
57650         (fixlicense): Now a variable, not a function.
57651         (remove_trailing_blanks): Remove.
57652         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
57653         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57654         Undo previous (whitespace-only) change.
57655
57656 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57657
57658         Merge from coreutils.
57659         * modules/euidaccess: Add lib_SOURCES, include for new
57660         file euidaccess.h
57661
57662 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57663
57664         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57665         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57666         Normalize leading white space and remove trailing white space.
57667
57668         Merge from coreutils
57669         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
57670
57671         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
57672         0.12.1.  These files are now being upgraded automatically by
57673         ../config/srclist-update.
57674
57675 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57676
57677         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57678         Normalize leading white space and remove trailing white space.
57679         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
57680         notice, as per ../config/srclist-update.
57681
57682         Merge from coreutils.
57683         * lib/euidaccess.h: New file.
57684         * lib/euidaccess.c: Include it.
57685         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
57686         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
57687         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
57688
57689 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57690
57691         * config/srclist-update: Add copyright notice.
57692         (remove_id_lines, remove_trailing_blanks): New constants.
57693         (fixfile): Use them to normalize spacing a bit in copied files.
57694         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57695         Normalize leading white space and remove trailing white space.
57696
57697         * config/texinfo.tex: Sync with texinfo.
57698
57699         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
57700         strtoul.c from libc, to merge coreutils whitespace changes.
57701
57702         * config/srclist.txt: Get the following m4 files from gettext:
57703         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
57704         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
57705         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
57706         wint_t.m4.
57707
57708 2003-08-12  Karl Berry  <karl@gnu.org>
57709
57710         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
57711         been made.
57712
57713 2003-08-11  Paul Eggert  <eggert@twinsun.com>
57714
57715         * modules/gnu-source, m4/gnu-source.m4:
57716         Remove; we're assuming Autoconf 2.54 or later now.
57717         Suggested by Bruno Haible.
57718         * MODULES.html.sh (func_all_modules): Remove gnu-source.
57719
57720 2003-08-11  Bruno Haible  <bruno@clisp.org>
57721
57722         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
57723
57724 2003-08-11  Bruno Haible  <bruno@clisp.org>
57725
57726         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
57727         (vasnprintf): Use it instead of wcslen.
57728
57729 2003-08-11  Bruno Haible  <bruno@clisp.org>
57730
57731         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
57732         value to ensure that _Bool promotes to int. Use #define for _Bool when
57733         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
57734
57735 2003-08-10  Karl Berry  <karl@gnu.org>
57736
57737         * lib/regex.h: update from libc (whitespace fix).
57738
57739 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57740
57741         Merge some files from coreutils.  These changes were
57742         originally made by Jim Meyering.
57743         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
57744         many older Unixes require this.
57745         * lib/alloca.c (alloca): Remove cast to argument of free;
57746         no longer needed in C89.
57747         * lib/alloca_.h, regex.h: Fix white space to match
57748         what GNU indent does.
57749
57750 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57751
57752         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
57753         apparently Emacs's Unicode mode got confused before my 2003-08-05
57754         checkin.
57755
57756 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57757
57758         * m4/extensions.m4: New file.
57759         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
57760         Require gl_USE_SYSTEM_EXTENSIONS.
57761         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
57762         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
57763
57764 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57765
57766         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
57767         * modules/extensions, modules/gnu-source: New files.
57768         * modules/timespec, modules/unlocked-io: Depend on extensions.
57769
57770 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57771
57772         * modules/restrict: New file.
57773         * MODULES.html.sh (func_all_modules): Add restrict.
57774         * modules/regex: Depend on restrict.
57775
57776 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57777
57778         * m4/restrict.m4: New file.
57779         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
57780
57781 2003-08-07  Bruno Haible  <bruno@clisp.org>
57782
57783         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
57784         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
57785
57786 2003-08-07  Bruno Haible  <bruno@clisp.org>
57787
57788         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
57789         makes the module 'getndelim2' compatible with the module 'getline'.
57790
57791 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57792
57793         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
57794         byte with "\201" to avoid glitches when editing that source file
57795         with multi-gnome-terminal.
57796
57797 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57798
57799         * lib/bumpalloc.h: Remove.
57800
57801 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57802
57803         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
57804         * modules/bumpalloc: Remove.
57805
57806 2003-08-04  Paul Eggert  <eggert@twinsun.com>
57807
57808         * lib/getloadavg.c: Change copyright notice and spacing to conform to
57809         GNU coding style.
57810
57811         Merge from coreutils.
57812         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
57813         1. From glibc.
57814         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
57815         from Karl Berry, implemented by Jim Meyering.
57816         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
57817         from Dmitry V. Levin.
57818         Remove anachronistic cast of xrealloc.
57819         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
57820         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
57821         type. Otherwise, it wouldn't compile with at least /bin/cc on
57822         ymp-cray-unicos9.0.2.X.
57823         Combine two mostly-identical uses of alloca into one.
57824         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
57825
57826 2003-08-04  Dave Love  <d.love@dl.ac.uk>
57827
57828         [From Emacs.]
57829
57830         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
57831         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
57832         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
57833         obsolete NLIST_NAME_UNION.
57834         [__GNU__]: Undef BSD and FSCALE.
57835         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
57836
57837 2003-08-03  Paul Eggert  <eggert@twinsun.com>
57838
57839         * lib/stdbool_.h (_Bool): Make it signed char, instead of
57840         an enum type, so that it's guaranteed to promote to int.  See:
57841         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
57842
57843 2003-08-03  Karl Berry  <karl@gnu.org>
57844
57845         * config/depcomp: update from automake.
57846
57847 2003-07-31  Paul Eggert  <eggert@twinsun.com>
57848
57849         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
57850         (strerror): Don't assume that a printable int fits in 14 bytes.
57851
57852 2003-07-31  Bruno Haible  <bruno@clisp.org>
57853
57854         * modules/getpass-gnu: New file.
57855         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
57856
57857 2003-07-31  Bruno Haible  <bruno@clisp.org>
57858
57859         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
57860
57861 2003-07-24  Karl Berry  <karl@gnu.org>
57862
57863         * config/missing: update from automake.
57864
57865 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
57866             Bruno Haible  <bruno@clisp.org>
57867
57868         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
57869         * lib/getline.c (getline, getdelim): Likewise.
57870         Remove _GNU_SOURCE define; now it's defined in config.h through
57871         m4/getline.m4.
57872
57873 2003-07-23  Karl Berry  <karl@gnu.org>
57874
57875         * config/config.sub: update from prep.
57876
57877 2003-07-22  Paul Eggert  <eggert@twinsun.com>
57878
57879         * modules/xalloc (Depends-on): Add exitfail.
57880         * modules/xmemcoll: Likewise.
57881
57882 2003-07-22  Paul Eggert  <eggert@twinsun.com>
57883
57884         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
57885         over-parenthesization in macros.
57886
57887         Sync with coreutils.
57888
57889         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
57890         required by C99.
57891
57892         Use `exit_failure' for xalloc and xmemcoll instead of their own
57893         private exit-failure variables.
57894         * lib/xalloc.h (xalloc_exit_failure): Remove.
57895         * lib/xmalloc.c: Likewise.  Include exitfail.h.
57896         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
57897         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
57898         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
57899         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
57900
57901 2003-07-20  Jim Meyering  <jim@meyering.net>
57902
57903         * modules/closeout (Depends-on): Add exitfail.
57904         Suggestion from Bruno Haible.
57905
57906 2003-07-19  Karl Berry  <karl@gnu.org>
57907
57908         * config/config.sub: update from prep.
57909
57910 2003-07-18  Paul Eggert  <eggert@twinsun.com>
57911
57912         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
57913         Remove.
57914         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
57915         to test that it can stand by itself.  Include "exitfail.h".
57916         Clients should set exit_failure instead.
57917         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
57918
57919 2003-07-18  Bruno Haible  <bruno@clisp.org>
57920
57921         * modules/getndelim2: New file.
57922         * modules/getline: Share files with module getndelim2.
57923         * modules/getnline: Depend on getndelim2 instead of sharing files with
57924         it. Add getnline.c to lib_SOURCES.
57925         * MODULES.html.sh (func_all_modules): Add getndelim2.
57926
57927 2003-07-18  Bruno Haible  <bruno@clisp.org>
57928
57929         * m4/getndelim2.m4: New file.
57930         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
57931         invoke gl_PREREQ_GETNDELIM2.
57932         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
57933         gl_PREREQ_GETNDELIM2.
57934         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
57935         gl_GETNDELIM2.
57936
57937 2003-07-18  Bruno Haible  <bruno@clisp.org>
57938
57939         * lib/getndelim2.h: New file.
57940         * lib/getndelim2.c: Make into a module of its own. Include config.h,
57941         getndelim2.h.
57942         (getndelim2): Make non-static. Change return type to ssize_t.
57943         * lib/getline.h: Change argument names.
57944         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
57945         * lib/getnline.c: Include getndelim2.h.
57946
57947 2003-07-18  Andreas Schwab  <schwab@suse.de>
57948
57949         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
57950
57951 2003-07-17  Karl Berry  <karl@gnu.org>
57952
57953         * config/config.sub: update from prep.
57954
57955 2003-07-17  Bruno Haible  <bruno@clisp.org>
57956
57957         * modules/getnline: New file.
57958         * modules/getline: Add lib/getndelim2.c to source file list.
57959         * MODULES.html.sh (func_all_modules): Add getnline.
57960
57961 2003-07-17  Bruno Haible  <bruno@clisp.org>
57962
57963         * m4/getnline.m4: New file.
57964
57965 2003-07-17  Bruno Haible  <bruno@clisp.org>
57966
57967         * m4/Makefile.am.in: Remove file.
57968         * m4/Makefile.am: Remove file.
57969         * m4/Makefile.in: Remove file.
57970
57971 2003-07-17  Bruno Haible  <bruno@clisp.org>
57972
57973         * lib/getnline.h: New file.
57974         * lib/getnline.c: New file.
57975         * lib/getndelim2.c: New file, extracted from getline.c.
57976         (getndelim2): Renamed from getdelim2, with added nmax argument.
57977         * lib/getline.c: Include getndelim2.c.
57978         (getdelim2): Moved out to getndelim2.c.
57979         (getline, getdelim): Update.
57980
57981 2003-07-17  Bruno Haible  <bruno@clisp.org>
57982
57983         * lib/Makefile.am: Remove file.
57984         * lib/Makefile.in: Remove file.
57985
57986 2003-07-17  Bruno Haible  <bruno@clisp.org>
57987
57988         * configure.in: Remove file.
57989         * Makefile.in: Remove file.
57990
57991 2003-07-17  Bruno Haible  <bruno@clisp.org>
57992
57993         * MODULES.html.sh: Put the </BODY> right before </HTML>.
57994
57995 2003-07-16  Karl Berry  <karl@gnu.org>
57996
57997         * config/srclist-update: was running fixlicense twice, which caused
57998                 texinfo.tex to be nullified for some reason.  Simplify,
57999                 $gplsrc is no longer needed as far as I can see?
58000
58001 2003-07-16  Jim Meyering  <jim@meyering.net>
58002
58003         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58004
58005 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58006
58007         * config/srclist.txt: Get the following files from gettext-runtime/intl
58008         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58009         ref-del.sin.  From Bruno Haible.
58010         * config/srclist-update (fixfile): Change grep pattern again, since the
58011         previous fix didn't work (there was another trailing $).  Use
58012         '[$]' to escape the $s.
58013
58014 2003-07-15  Karl Berry  <karl@gnu.org>
58015
58016         * lib/vasnprintf.c: update from gettext.
58017
58018 2003-07-15  Karl Berry  <karl@gnu.org>
58019
58020         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58021         gets expanded when surrounded by '$'.
58022
58023 2003-07-15  Jim Meyering  <jim@meyering.net>
58024
58025         * modules/save-cwd: Don't depend on error.  From Derek Price.
58026
58027 2003-07-15  Jim Meyering  <jim@meyering.net>
58028
58029         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58030
58031 2003-07-14  Simon Josefsson  <jas@extundo.com>
58032
58033         * modules/mempcpy: New file.
58034         * MODULES.html.sh (func_all_modules): Add mempcpy.
58035
58036 2003-07-14  Simon Josefsson  <jas@extundo.com>
58037
58038         * m4/mempcpy.m4: New file.
58039
58040 2003-07-14  Simon Josefsson  <jas@extundo.com>
58041
58042         * lib/mempcpy.h: New file.
58043         * lib/mempcpy.c: New file.
58044
58045 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58046
58047         * modules/getdate, modules/posixtm: Depend on mktime.
58048
58049 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58050
58051         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58052         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58053         unicodeio.c, unicodeio.h, unlocked-io.h:
58054         Switch from LGPL to GPL.
58055
58056 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58057
58058         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58059         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58060         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58061         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58062         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58063         updated automatically by ../config/srclist-update.  This changes
58064         their license from LPGL to GPL.
58065
58066 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58067
58068         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58069         assumed to refer to the root of the most recent stable gettext version.
58070         * config/srclistvars.sh: Add defaults for eggert.
58071         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58072         Match "This program" as well as "The program".  This is needed
58073         for gettext.
58074
58075 2003-07-14  Jim Meyering  <jim@meyering.net>
58076
58077         Don't emit diagnostics.  Let callers do that.
58078         * lib/save-cwd.c: Don't include "error.h".
58079         (save_cwd): Don't call error.  Ensure that errno is valid
58080         when returning nonzero.
58081
58082         * lib/save-cwd.h (restore_cwd): Update prototype.
58083         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58084         Simplify.  Don't call error upon failure.  Let callers do that.
58085         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58086         when auditing is enabled.  But don't bother updating the #if.
58087
58088 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58089
58090         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58091         it breaks C++ compilation.
58092         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58093
58094 2003-07-10  Simon Josefsson  <jas@extundo.com>
58095
58096         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58097
58098 2003-07-10  Jim Meyering  <jim@meyering.net>
58099
58100         * m4/clock_time.m4: Remove trailing blank.
58101         * m4/intmax_t.m4: Likewise.
58102
58103 2003-07-10  Jim Meyering  <jim@meyering.net>
58104
58105         * lib/vasnprintf.c: Remove trailing blanks.
58106         Make cpp indentation consistent.
58107
58108 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58109
58110         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58111         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58112         Switch from LGPL to GPL.
58113
58114 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58115
58116         * config/srclist.txt: Sort sublists.  Add
58117         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58118         that differ from gnulib for one reason or another; we'd like this list
58119         to be smaller but for now let's document what we have.
58120
58121 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58122
58123         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58124         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58125         and sweeter "eval x=$x".
58126         * config/srclist.txt: Get lib/argp* from glibc.
58127
58128 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58129
58130         * lib/mktime.c: Fix some boundary cases and remove need for floating
58131         point.
58132
58133         Issue a compile-time diagnostic if time_t is floating point, or if
58134         two's complement arithmetic is not in effect, or if arithmetic
58135         right shift does not propagate the sign.  These assumptions were
58136         all in the original code but they weren't checked.
58137
58138         (TIME_T_MIDPOINT, verify): New macros.
58139         (__isleap): Remove; it has integer overflow problems.
58140         (leapyear): New function, without those problems.
58141         (ydhms_tm_diff): Remove; splitting into two parts.
58142         (ydhms_diff): New function, containing the arithmetic part of
58143         the old ydhms_tm_diff function.  Issue a compile-time
58144         diagnostic if we are not using C99 integer division.
58145         Avoid casts when possible.
58146         (guess_time_tm): New function, containing the checking part of
58147         the old ydhms_tm_diff function.  Return the new value, rather than
58148         the difference between it and the old.  Accept a new argument T
58149         so that *T specifies the old value.  Check for overflow in the result.
58150
58151         (__mktime_internal): Use a time_t offset, not a long int offset.
58152         This undoes the 2003-06-04 change, which is no longer needed now
58153         that we have better overflow checking.
58154         (localtime_offset): Likewise.
58155
58156         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58157         and long are 64-bit but int is only 32-bit.
58158         (ydhms_diff): Use long int to store year1 and yday1.
58159         Issue a compile-time diagnostic if long int is not wide enough.
58160
58161         (__mktime_internal): Use long int to store adjusted year and yday.
58162         Use plain C rather than preprocessor commands, if that doesn't
58163         affect efficiency.
58164         Check for overflow (and try to repair) after each probe
58165         rather than checking only at the very end.  This avoids some bugs
58166         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58167         does not equal GMT offset at maximum time).
58168         Use integer to check for overflow rather than floating point; this
58169         is more portable to non-IEEE hosts, and is a tad faster.
58170         When we detect that we are oscillating between two values,
58171         don't check whether tm_isdst has the requested value, since
58172         we already know the answer.  When tm_isdst has the wrong value,
58173         use a different heuristic to find the right one, based on the
58174         extreme values actually observed in practice in tz2003a,
58175         rather than the (overly optimistic) "previous 3 calendar quarters".
58176
58177         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58178         "T const" to accommodate glibc style.
58179         (check_result): Use less-confusing report format.  "long" -> "long int.
58180         (main): Likewise.
58181         Don't loop if the iteration overflows time_t.
58182         Allow a negative step in the iteration.
58183
58184 2003-07-06  Karl Berry  <karl@gnu.org>
58185
58186         * config/depcomp: update from automake.
58187         * config/config.sub: update from prep.
58188
58189 2003-07-03  Karl Berry  <karl@gnu.org>
58190
58191         * config/config.guess: update from prep.
58192
58193 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58194
58195         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58196         xreadlink.c now includes it unconditionally.
58197
58198 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58199
58200         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58201         having it depend on HAVE_SYS_TYPES_H.
58202
58203 2003-07-01  Bruno Haible  <bruno@clisp.org>
58204
58205         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58206         <sys/types.h> should be sufficient.
58207         Reported by Paul Eggert.
58208
58209 2003-06-26  Karl Berry  <karl@gnu.org>
58210
58211         * config/depcomp: update from automake.
58212
58213 2003-06-26  Bruno Haible  <bruno@clisp.org>
58214
58215         * modules/human: Depend on module stdbool.
58216
58217 2003-06-25  Bruno Haible  <bruno@clisp.org>
58218
58219         * modules/readlink: New file.
58220         * modules/xreadlink: Depend on it.
58221         * MODULES.html.sh (func_all_modules): Add readlink.
58222
58223 2003-06-25  Bruno Haible  <bruno@clisp.org>
58224
58225         * m4/readlink.m4: New file.
58226
58227 2003-06-25  Bruno Haible  <bruno@clisp.org>
58228
58229         * lib/readlink.c: New file.
58230
58231 2003-06-22  Karl Berry  <karl@gnu.org>
58232
58233         * config/srclist.txt: update mkinstalldirs from automake.
58234         * config/mkinstalldirs: update.
58235
58236 2003-06-22  Bruno Haible  <bruno@clisp.org>
58237
58238         Portability to mingw32.
58239         * m4/ssize_t.m4: New file, from GNU gettext.
58240         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58241         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58242
58243 2003-06-22  Bruno Haible  <bruno@clisp.org>
58244
58245         * modules/safe-read: Add m4/ssize_t.m4.
58246         * modules/xreadlink: Add m4/ssize_t.m4.
58247
58248 2003-06-20  Bruno Haible  <bruno@clisp.org>
58249
58250         Assume C89, so PARAMS isn't needed.
58251         * lib/unicodeio.h (PARAMS): Remove.
58252         * lib/unicodeio.c: Don't use PARAMS.
58253
58254 2003-06-18  Karl Berry  <karl@gnu.org>
58255
58256         * config/config.{guess,sub}: update from prep.
58257
58258 2003-06-18  Jim Meyering  <jim@meyering.net>
58259
58260         Merge changes from coreutils.
58261         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58262         Remove explicit declarations of xmalloc and realloc.
58263         Include xalloc.h.
58264         (read_utmp): Remove anachronistic cast of xmalloc.
58265
58266 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58267
58268         Assume C89, so PARAMS isn't needed.
58269         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58270         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58271         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58272         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58273         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58274         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58275         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58276         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58277         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58278         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58279         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58280         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58281         no longer needed. Anyway, config.h should always be included before any
58282         other file.
58283
58284 2003-06-11  Simon Josefsson  <jas@extundo.com>
58285
58286         * modules/sysexits: New file.
58287         * MODULES.html.sh (func_all_modules): Add sysexits.
58288
58289 2003-06-11  Simon Josefsson  <jas@extundo.com>
58290
58291         * lib/sysexit_.h: New file.
58292
58293 2003-06-11  Derek Price  <derek@ximbiot.com>
58294
58295         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58296         necessary.
58297
58298 2003-06-11  Bruno Haible  <bruno@clisp.org>
58299
58300         * m4/sysexits.m4: New file.
58301
58302 2003-06-10  Simon Josefsson  <jas@extundo.com>
58303
58304         * lib/argp.h: New file, from glibc.
58305         * lib/argp-ba.c: New file, from glibc.
58306         * lib/argp-eexst.c: New file, from glibc.
58307         * lib/argp-fmtstream.c: New file, from glibc.
58308         * lib/argp-fmtstream.h: New file, from glibc.
58309         * lib/argp-fs-xinl.c: New file, from glibc.
58310         * lib/argp-help.c: New file, from glibc.
58311         * lib/argp-namefrob.h: New file, from glibc.
58312         * lib/argp-parse.c: New file, from glibc.
58313         * lib/argp-pv.c: New file, from glibc.
58314         * lib/argp-pvh.c: New file, from glibc.
58315         * lib/argp-xinl.c: New file, from glibc.
58316
58317 2003-06-10  Simon Josefsson  <jas@extundo.com>
58318
58319         * modules/strchrnul: New file.
58320
58321 2003-06-10  Simon Josefsson  <jas@extundo.com>
58322
58323         * modules/argp: New file.
58324
58325 2003-06-10  Simon Josefsson  <jas@extundo.com>
58326
58327         * m4/strchrnul.m4: New file.
58328
58329 2003-06-10  Simon Josefsson  <jas@extundo.com>
58330
58331         * lib/strchrnul.h: New file.
58332         * lib/strchrnul.c: New file.
58333
58334 2003-06-10  Bruno Haible  <bruno@clisp.org>
58335
58336         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58337
58338 2003-06-07  Karl Berry  <karl@gnu.org>
58339
58340         * config/config.{guess,sub}: update from prep.
58341
58342 2003-06-07  Jim Meyering  <jim@meyering.net>
58343
58344         * modules/strtod: Use $(...) notation, not @...@ for
58345         AC_REPLACE'd variables.
58346         * modules/localcharset: Likewise.
58347
58348 2003-06-07  Jim Meyering  <jim@meyering.net>
58349
58350         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58351         in place of my name in the copyright comment.
58352         Remove definition and uses of __P.
58353
58354         From coreutils.
58355         * lib/stat.c: Don't declare xmalloc explicitly.
58356         Instead, include "xalloc.h".
58357         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58358         xrealloc, and xcalloc return values.
58359         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58360         Improve comment.
58361         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58362
58363 2003-06-07  Bruno Haible  <bruno@clisp.org>
58364
58365         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58366         avoid AC_CONFIG_LINKS.
58367         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58368         fnmatch.h, to avoid AC_CONFIG_LINKS.
58369         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58370
58371 2003-06-07  Bruno Haible  <bruno@clisp.org>
58372
58373         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58374         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58375         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58376         directory.
58377         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58378         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58379         directory.
58380
58381 2003-06-06  Jim Meyering  <jim@meyering.net>
58382
58383         Merge from coreutils.
58384         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58385         Consolidate declarations and initializations of *_base* locals.
58386
58387         Merge from coreutils.
58388         This avoids a core dump on systems without GNU putenv,
58389         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58390         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58391         (unsetenv): New static function, from GNU libc.
58392         (rpl_putenv): Use it.
58393
58394         * lib/modechange.c: Remove trailing blanks.
58395
58396         Merge from coreutils.
58397         * lib/fsusage.c: Remove declaration of statfs.
58398         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58399
58400         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58401
58402 2003-06-06  Jim Meyering  <jim@meyering.net>
58403
58404         * lib/stdbool_.h: Renamed from stdbool.h.in.
58405
58406 2003-06-06  Jim Meyering  <jim@meyering.net>
58407             Bruno Haible  <bruno@clisp.org>
58408
58409         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58410         Adjust Makefile.am snippet not to redirect directly to target.
58411         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58412
58413 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58414
58415         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58416         mismatch, look in future quarters as well as past.  This fixes a
58417         bug when processing fall-backwards gaps immediately after a long
58418         period of daylight-saving time.
58419
58420         * lib/mktime.c: Assume freestanding C89 or better.
58421         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58422         (__P): Remove; not used.
58423         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58424         (mktime, not_equal_tm, print_tm, check_result,
58425         main): Use prototypes.  Use const * where appropriate.
58426         (main): Fix typo in testing code that uncovered by above changes.
58427         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58428
58429 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58430
58431         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58432         locale.h, localeconv.  This merges changes from coreutils.
58433
58434         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58435         It can be removed after the next Autoconf is released.
58436         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58437         needed.
58438
58439 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58440
58441         * lib/mktime.c: Fix Debian bug 177940
58442         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58443         (localtime_offset): Now long int, not time_t, because we want it
58444         to be guaranteed to be signed.  All uses changed.
58445         (__mktime_internal): If overflow would occur when adding offset,
58446         don't add it.
58447
58448         Merge 'human' changes from coreutils.  Rewrite to support
58449         locale-specific notations like thousands separators.
58450         * lib/human.c: Simplify authorship notice.
58451         Include human.h immediately after config.h.
58452         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58453         <limits.h>: Do not include, since human.h does.
58454         (SIZE_MAX, UINTMAX_MAX): New macros.
58455         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58456         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58457         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58458         (power_letter): Renamed from suffixes.
58459         (generate_suffix_backwards): Remove.
58460         (adjust_value): Now takes int style (because of human.h changes)
58461         and long double value (for greater precision on some platforms).
58462         (group_number): New function.
58463         (human_readable): Use it.  Use integer options, not enum.
58464         Put the options before the sizes in the arg list.
58465         Support all the new options.
58466         The old human_readable function has been removed;
58467         use inttostr.h instead.
58468         (human_readable, default_block_size, humblock):
58469         Use uintmax_t, not int, for block sizes.
58470         (human_readable_inexact, block_size_types): Remove.
58471         (block_size_opts): New constant.
58472         (human_options): Renamed from human_block_size, with new signature
58473         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58474         * lib/human.h: Add copyright and authorship notice.
58475         Include <limits.h> and <stdbool.h> unconditionally.
58476         (PARAMS): Remove.  All uses removed.
58477         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58478         (enum human_inexact_style): Remove tag; now a nameless enum.
58479         (human_floor, human_ceiling, human_round_to_even): Now have
58480         values 2, 0, 1 rather than -1, 1, 0.
58481         (human_group_digits, human_suppress_point_zero, human_autoscale,
58482         human_base_1024, human_SI, human_B): New constants.
58483         (human_readable_inexact, human_block_size): Remove.
58484         (human_readable): Size args are now uintmax_t, not int.
58485         (human_options): New decl.
58486
58487         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58488         unnecessary now that we assume C89 or better.  This change
58489         imported from coreutils.
58490
58491         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58492         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58493         in the 2003-05-30 sync from glibc.
58494
58495         .h files should stand alone, but we shouldn't include <sys/types.h>
58496         if we can get away with just <stddef.h>.
58497
58498         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58499         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58500         rather than <sys/types.h>, as we merely need size_t.
58501         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58502         to get size_t.
58503         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58504         Include <stdio.h>, to get FILE.
58505         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58506         memcasecmp.h has included <stddef.h> and all we need is size_t.
58507         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58508         our interface, instead of including <sys/types.h>
58509
58510 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58511
58512         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58513         now, as glibc mktime is buggy on non-glibc systems.
58514
58515 2003-06-03  Karl Berry  <karl@gnu.org>
58516
58517         * config/config.sub: update from prep.
58518
58519 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58520
58521         [from coreutils]
58522         Fix some minor time-related bugs with POSIX time arguments.
58523         Some valid time stamps were being rejected (notably -1, and
58524         time stamps before 1900 on 64-bit hosts).  And some invalid
58525         time stamps were being accepted, e.g. September 31.
58526
58527         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58528         that we can return (time_t) -1 successfully.
58529         * lib/posixtm.c: Likewise.
58530         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58531         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58532         (t): Remove static var.
58533         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58534         of static var.  All uses changed.
58535         (year): Do not reject years before 1900; they can occur with
58536         64-bit time_t.
58537         (posix_time_parse): Do not check for out-of-range components;
58538         that is now the caller's responsibility, since our checks were
58539         only approximations.
58540         (posixtime): Use mktime to check for out-of-range components,
58541         since it knows them exactly.
58542         If mktime returns (time_t) -1, check whether an error actually occurred
58543         by invoking localtime on -1.
58544         (main) [TEST_POSIXTIME]: Check for input data errors, and report
58545         posixtime failures better.
58546         Improve the test data (in comments only).
58547
58548 2003-06-02  Karl Berry  <karl@gnu.org>
58549
58550         * config/mkinstalldirs (version): new variable.
58551         (--version): new option.
58552         (usage): improve message.
58553
58554 2003-05-30  Karl Berry  <karl@gnu.org>
58555
58556         * lib/mktime.c: update from libc.
58557
58558 2003-05-30  Bruno Haible  <bruno@clisp.org>
58559
58560         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
58561         * config/config.rpath: Upgrade to gettext-0.12.1.
58562
58563 2003-05-30  Bruno Haible  <bruno@clisp.org>
58564
58565         * m4/gettext.m4: Upgrade to gettext-0.12.1.
58566         * m4/nls.m4: New file, from gettext-0.12.1.
58567         * m4/po.m4: New file, from gettext-0.12.1.
58568         * m4/progtest.m4: Upgrade to gettext-0.12.1.
58569
58570 2003-05-30  Bruno Haible  <bruno@clisp.org>
58571
58572         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
58573         * lib/localcharset.h: Likewise.
58574         * lib/localcharset.c: Likewise.
58575
58576 2003-05-29  Karl Berry  <karl@gnu.org>
58577
58578         * config/config.rpath: update from gettext.
58579
58580 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58581
58582         Assume the headers required for C89 freestanding compilers.
58583         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
58584         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
58585         * m4/human.m4 (gl_HUMAN): Likewise.
58586         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
58587         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
58588         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58589         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
58590         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58591         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
58592
58593 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58594
58595         Assume the headers required for C89 freestanding compilers.
58596         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
58597         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
58598         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
58599         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
58600         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
58601         define, since <limits.h> is guaranteed to do that.
58602         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
58603         * lib/exclude.c: Include <stdbool.h> unconditionally.
58604         * lib/tempname.c: Include <stddef.h> unconditionally.
58605         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
58606         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
58607         <stddef.h> does that.
58608         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
58609         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
58610         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
58611         needed.
58612         * lib/xstrtol.c: Likewise.
58613         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
58614         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
58615
58616         * lib/addext.c (addext): Use assignment rather than cast, to avoid
58617         warnings on some platforms.
58618
58619         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58620         arbitrarily.
58621
58622 2003-05-26  Jim Meyering  <jim@meyering.net>
58623
58624         Merge in a change from coreutils:
58625         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
58626         that is guaranteed to be `no'.  Use `no_such_member' to indicate
58627         that condition, rather than `-1' which is slightly misleading.
58628         Change the name of the cache variable to have the gl_ prefix.
58629         Prompted by a patch from Richard Dawe for DJGPP.
58630
58631 2003-05-24  Karl Berry  <karl@gnu.org>
58632
58633         * config/config.guess: update from prep.
58634
58635 2003-05-22  Karl Berry  <karl@gnu.org>
58636
58637         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
58638
58639 2003-05-20  Karl Berry  <karl@gnu.org>
58640
58641         * config/config.guess: update from prep.
58642
58643 2003-05-18  Karl Berry  <karl@gnu.org>
58644
58645         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
58646         might actually be set by the user.
58647
58648         * config/depcomp, install-sh, mdate-sh: update from automake.
58649
58650 2003-05-17  Bruno Haible  <bruno@clisp.org>
58651
58652         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
58653         invalid expansion for AC_EGREP_CPP.
58654         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
58655         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
58656         Suggested by Akim Demaille <akim@epita.fr> in
58657         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
58658
58659 2003-05-12  Jim Meyering  <jim@meyering.net>
58660
58661         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
58662         the space-padded-by-default conversion specifiers, %e, %k, %l.
58663
58664 2003-05-12  Bruno Haible  <bruno@clisp.org>
58665
58666         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
58667         the string is longer than 4 KB.
58668
58669 2003-05-11  Karl Berry  <karl@gnu.org>
58670
58671         * config/config.{guess,sub}: update from prep.
58672
58673 2003-05-09  Bruno Haible  <bruno@clisp.org>
58674
58675         * modules/error: Add m4/strerror_r.m4 to file list.
58676
58677 2003-05-03  Bruno Haible  <bruno@clisp.org>
58678
58679         Upgrade to Unicode-4.0.
58680         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
58681         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
58682         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
58683         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
58684         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
58685         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
58686         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
58687         Change width of U+E0100..U+E01EF from 1 to 0.
58688
58689 2003-04-25  Jim Meyering  <jim@meyering.net>
58690
58691         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
58692         of type size_t, not int.
58693
58694 2003-04-25  Bruno Haible  <bruno@clisp.org>
58695
58696         * lib/copy-file.c: Include <stddef.h>, for size_t.
58697
58698 2003-04-21  Paul Eggert  <eggert@twinsun.com>
58699
58700         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
58701         code which expansion is under static control.  Patch imported from
58702         Akim Demaille's patch to Bison; see
58703         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
58704
58705 2003-04-14  Bruno Haible  <bruno@clisp.org>
58706
58707         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
58708
58709 2003-04-11  Jim Meyering  <jim@meyering.net>
58710
58711         Merge changes from Coreutils.
58712
58713         2003-03-22  Jim Meyering  <jim@meyering.net>
58714
58715         * lib/strftime.c (widen): Cast alloca return value to proper type.
58716
58717         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
58718
58719         From GNU libc.
58720         * lib/strftime.c (my_strftime): Handle very large width
58721         specifications for numeric values correctly.  Improve checks for
58722         overflow.
58723
58724         2003-01-19  Jim Meyering  <jim@meyering.net>
58725
58726         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
58727         definitions.
58728         (nl_get_alt_digit) [! defined my_strftime]: Define.
58729         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
58730         _nl_get_alt_digit and _nl_get_walt_digit.
58731
58732         * lib/strftime.c (my_strftime): Merge in locale-related changes from
58733         libc. These changes have no effect outside of _LIBC.
58734
58735 2003-04-10  Bruno Haible  <bruno@clisp.org>
58736
58737         * modules/findprog: New file.
58738         * MODULES.html.sh (func_all_modules): Add it.
58739
58740 2003-04-10  Bruno Haible  <bruno@clisp.org>
58741
58742         * m4/findprog.m4: New file.
58743         * m4/eaccess.m4: New file.
58744
58745 2003-04-10  Bruno Haible  <bruno@clisp.org>
58746
58747         * lib/findprog.h: New file, from GNU gettext.
58748         * lib/findprog.c: New file, from GNU gettext.
58749
58750 2003-04-05  Jim Meyering  <jim@meyering.net>
58751
58752         Merge changes from Coreutils.
58753
58754         * lib/exclude.h (PARAMS): Remove definition and uses.
58755         * lib/exclude.c: Remove uses of `PARAMS'.
58756
58757         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
58758         Add test-cases for DOS filenames. Declare program_name.
58759         (main): Set up program_name.  Patch by Rich Dawe.
58760
58761         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58762         error from mntctl.
58763         Use mntctl's return value to drive the entry-processing loop, since
58764         we can't rely on the value of the vmt_length member in the last
58765         entry.  On some systems doing so could result in exhausting
58766         virtual memory.  Based in part on a patch from Mike Jetzer.
58767
58768 2003-04-04  Bruno Haible  <bruno@clisp.org>
58769
58770         * modules/linebreak: New file.
58771         * MODULES.html.sh (func_all_modules): Add it.
58772
58773 2003-04-04  Bruno Haible  <bruno@clisp.org>
58774
58775         * m4/linebreak.m4: New file.
58776
58777 2003-04-04  Bruno Haible  <bruno@clisp.org>
58778
58779         * lib/linebreak.h: New file, from GNU gettext.
58780         * lib/linebreak.c: New file, from GNU gettext with slight
58781         modifications.
58782         * lib/lbrkprop.h: New file, from GNU gettext.
58783
58784 2003-04-03  Bruno Haible  <bruno@clisp.org>
58785
58786         * modules/utf8-ucs4: New file.
58787         * modules/utf16-ucs4: New file.
58788         * modules/ucs4-utf8: New file.
58789         * modules/ucs4-utf16: New file.
58790         * MODULES.html.sh (func_all_modules): Add them.
58791
58792 2003-04-03  Bruno Haible  <bruno@clisp.org>
58793
58794         * m4/utf-ucs4.m4: New file.
58795         * m4/ucs4-utf.m4: New file.
58796
58797 2003-04-03  Bruno Haible  <bruno@clisp.org>
58798
58799         * lib/utf8-ucs4.h: New file, from GNU gettext.
58800         * lib/utf16-ucs4.h: New file, from GNU gettext.
58801         * lib/ucs4-utf8.h: New file, from GNU gettext.
58802         * lib/ucs4-utf16.h: New file, from GNU gettext.
58803
58804 2003-04-02  Bruno Haible  <bruno@clisp.org>
58805
58806         * modules/binary-io: New file.
58807         * MODULES.html.sh (func_all_modules): Add it.
58808
58809 2003-04-02  Bruno Haible  <bruno@clisp.org>
58810
58811         * lib/binary-io.h: New file, from GNU gettext.
58812
58813 2003-04-01  Bruno Haible  <bruno@clisp.org>
58814
58815         * modules/pathname: New file.
58816         * MODULES.html.sh (func_all_modules): Add it.
58817
58818 2003-04-01  Bruno Haible  <bruno@clisp.org>
58819
58820         * lib/pathname.h: New file, from GNU gettext.
58821         * lib/concatpath.c: New file, from GNU gettext.
58822
58823 2003-03-30  Bruno Haible  <bruno@clisp.org>
58824
58825         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
58826
58827 2003-03-30  Bruno Haible  <bruno@clisp.org>
58828
58829         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
58830         function chown() doesn't exist.
58831
58832 2003-03-28  Bruno Haible  <bruno@clisp.org>
58833
58834         * modules/copy-file: New file.
58835         * MODULES.html.sh (func_all_modules): Add it.
58836
58837 2003-03-28  Bruno Haible  <bruno@clisp.org>
58838
58839         * m4/copy-file.m4: New file.
58840
58841 2003-03-28  Bruno Haible  <bruno@clisp.org>
58842
58843         * lib/copy-file.h: New file, from GNU gettext.
58844         * lib/copy-file.c: New file, from GNU gettext.
58845
58846 2003-03-18  Jim Meyering  <jim@meyering.net>
58847
58848         * lib/quote.c (quote_n): Fix typo in comment.
58849
58850 2003-03-18  Bruno Haible  <bruno@clisp.org>
58851
58852         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
58853         checking.
58854         * m4/onceonly_2_57.m4: Likewise.
58855
58856 2003-03-17  Bruno Haible  <bruno@clisp.org>
58857
58858         * m4/onceonly.m4: Require autoconf 2.54 or newer.
58859         (m4_quote): Remove macro.
58860         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
58861
58862 2003-03-14  Jim Meyering  <jim@meyering.net>
58863
58864         Merge changes from Coreutils.
58865         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
58866         to be const, in order to avoid warnings.
58867         (obstack_room): Likewise.
58868         (obstack_empty_p): Likewise.
58869
58870 2003-03-14  Bruno Haible  <bruno@clisp.org>
58871
58872         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
58873         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
58874
58875 2003-03-13  Paul Eggert  <eggert@twinsun.com>
58876
58877         Merge changes from Bison.
58878         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
58879         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
58880         when compiling Bison 1.875's `bitset bset = obstack_alloc
58881         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
58882         * lib/hash.c: Include <stdbool.h> unconditionally.
58883
58884 2003-03-13  Paul Eggert  <eggert@twinsun.com>
58885
58886         * m4/onceonly.m4 (m4_quote): New macro.
58887         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
58888         Quote AC_FOREACH variable-expansions properly.
58889
58890 2003-03-13  Paul Eggert  <eggert@twinsun.com>
58891
58892         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
58893
58894 2003-03-09  Paul Eggert  <eggert@twinsun.com>
58895
58896         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
58897         Reported by Bruce Becker; see:
58898         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
58899
58900 2003-03-03  Paul Eggert  <eggert@twinsun.com>
58901             Bruno Haible  <bruno@clisp.org>
58902
58903         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
58904         Reported by John Hughes, see
58905         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
58906
58907 2003-02-20  Bruno Haible  <bruno@clisp.org>
58908
58909         * MODULES.html.sh (func_all_modules): Add poll.
58910
58911 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
58912
58913         * modules/poll: New file.
58914
58915 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
58916
58917         * lib/poll_.h: New file.
58918         * lib/poll.c: New file.
58919
58920 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
58921
58922         * m4/poll.m4: New file.
58923
58924 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
58925
58926         * modules/mathl: New file.
58927
58928 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
58929
58930         * lib/mathl.h: New file.
58931         * lib/acosl.c: New file.
58932         * lib/asinl.c: New file.
58933         * lib/atanl.c: New file.
58934         * lib/ceill.c: New file.
58935         * lib/cosl.c: New file.
58936         * lib/expl.c: New file.
58937         * lib/floorl.c: New file.
58938         * lib/frexpl.c: New file.
58939         * lib/ldexpl.c: New file.
58940         * lib/logl.c: New file.
58941         * lib/sincosl.c: New file.
58942         * lib/sinl.c: New file.
58943         * lib/sqrtl.c: New file.
58944         * lib/tanl.c: New file.
58945         * lib/trigl.c: New file.
58946         * lib/trigl.h: New file.
58947
58948 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
58949
58950         * m4/mathl.m4: New file.
58951
58952 2003-02-18  Bruno Haible  <bruno@clisp.org>
58953
58954         * MODULES.html.sh (func_all_modules): Add mathl.
58955
58956 2003-02-17  Bruno Haible  <bruno@clisp.org>
58957
58958         * modules/mkdtemp: New module.
58959         * MODULES.html.sh (func_all_modules): Add it.
58960
58961 2003-02-17  Bruno Haible  <bruno@clisp.org>
58962
58963         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
58964
58965 2003-02-17  Bruno Haible  <bruno@clisp.org>
58966
58967         * lib/mkdtemp.h: New file, from GNU gettext.
58968         * lib/mkdtemp.c: New file, from GNU gettext.
58969
58970 2003-02-02  Jim Meyering  <jim@meyering.net>
58971
58972         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
58973         e.g. glibc-2.2.93.
58974
58975 2003-01-31  Bruno Haible  <bruno@clisp.org>
58976
58977         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
58978         'rpl_rename'.
58979         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
58980         'rpl_strnlen'.
58981         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
58982         'rpl_strtod'.
58983         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
58984         'rpl_utime'.
58985
58986 2003-01-31  Bruno Haible  <bruno@clisp.org>
58987
58988         * lib/rename.c: #undef rename before defining rpl_rename.
58989         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
58990
58991 2003-01-30  Bruno Haible  <bruno@clisp.org>
58992
58993         * modules/vasnprintf, modules/vasprintf: New modules.
58994         * MODULES.html.sh (func_all_modules): Add them.
58995
58996 2003-01-30  Bruno Haible  <bruno@clisp.org>
58997
58998         * m4/signed.m4: New file, from GNU gettext.
58999         * m4/longdouble.m4: New file, from GNU gettext.
59000         * m4/wchar_t.m4: New file, from GNU gettext.
59001         * m4/wint_t.m4: New file, from GNU gettext.
59002         * m4/vasnprintf.m4: New file.
59003         * m4/vasprintf.m4: New file.
59004
59005 2003-01-30  Bruno Haible  <bruno@clisp.org>
59006
59007         * lib/printf-args.h: New file, from GNU gettext.
59008         * lib/printf-args.c: New file, from GNU gettext.
59009         * lib/printf-parse.h: New file, from GNU gettext.
59010         * lib/printf-parse.c: New file, from GNU gettext.
59011         * lib/vasnprintf.h: New file, from GNU gettext.
59012         * lib/vasnprintf.c: New file, from GNU gettext.
59013         * lib/asnprintf.c: New file, from GNU gettext.
59014         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59015         * lib/vasprintf.c: New file, from GNU gettext.
59016         * lib/asprintf.c: New file, from GNU gettext.
59017
59018 2003-01-29  Bruno Haible  <bruno@clisp.org>
59019
59020         * modules/stpncpy: New module.
59021         * MODULES.html.sh (func_all_modules): Add it.
59022
59023 2003-01-29  Bruno Haible  <bruno@clisp.org>
59024
59025         * m4/stpncpy.m4: New file.
59026
59027 2003-01-29  Bruno Haible  <bruno@clisp.org>
59028
59029         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59030         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59031
59032 2003-01-28  Bruno Haible  <bruno@clisp.org>
59033
59034         * modules/c-ctype: New module.
59035         * MODULES.html.sh (func_all_modules): Add it.
59036
59037 2003-01-28  Bruno Haible  <bruno@clisp.org>
59038
59039         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59040         Paul Eggert.
59041         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59042         Paul Eggert.
59043
59044 2003-01-27  Bruno Haible  <bruno@clisp.org>
59045
59046         * modules/xsetenv: New module.
59047         * MODULES.html.sh (func_all_modules): Add it.
59048
59049 2003-01-27  Bruno Haible  <bruno@clisp.org>
59050
59051         * lib/xsetenv.h: New file, from GNU gettext.
59052         * lib/xsetenv.c: New file, from GNU gettext.
59053
59054 2003-01-23  Jim Meyering  <jim@meyering.net>
59055
59056         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59057         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59058
59059 2003-01-23  Bruno Haible  <bruno@clisp.org>
59060
59061         * modules/minmax: New module.
59062         * MODULES.html.sh (func_all_modules): Add it.
59063
59064 2003-01-23  Bruno Haible  <bruno@clisp.org>
59065
59066         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59067         Eggert.
59068
59069 2003-01-22  Bruno Haible  <bruno@clisp.org>
59070
59071         * modules/exit: New module.
59072         * MODULES.html.sh (func_all_modules): Add it.
59073
59074 2003-01-22  Bruno Haible  <bruno@clisp.org>
59075
59076         * lib/exit.h: New file, from GNU gettext.
59077
59078 2003-01-19  Bruno Haible  <bruno@clisp.org>
59079
59080         * gnulib-tool: Recognize option --extract-maintainer.
59081         (func_get_maintainer): New function.
59082         * modules/*: Add Maintainer entry.
59083
59084 2003-01-16  Jim Meyering  <jim@meyering.net>
59085
59086         * m4/regex.m4: The `regex' struct is both input and output.
59087         Initialize it before each use.  Patch by Tim Waugh.
59088
59089 2003-01-16  Bruno Haible  <bruno@clisp.org>
59090
59091         * MODULES.html.sh: Add a table of contents. Add the module name as
59092         leftmost column. Add hyperlinks.
59093
59094 2003-01-15  Bruno Haible  <bruno@clisp.org>
59095
59096         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59097
59098 2003-01-15  Bruno Haible  <bruno@clisp.org>
59099
59100         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59101         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59102         suffix.
59103
59104 2003-01-15  Bruno Haible  <bruno@clisp.org>
59105
59106         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59107
59108 2003-01-15  Bruno Haible  <bruno@clisp.org>
59109
59110         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59111         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59112
59113 2003-01-14  Jim Meyering  <jim@meyering.net>
59114
59115         * lib/same.c (same_name): Tweak a comment.
59116
59117 2003-01-14  Bruno Haible  <bruno@clisp.org>
59118
59119         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59120         when a string comparison is sufficient.
59121
59122 2003-01-14  Bruno Haible  <bruno@clisp.org>
59123
59124         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59125         'unsigned int'.
59126
59127 2003-01-14  Bruno Haible  <bruno@clisp.org>
59128
59129         * lib/hash-pjw.c: Add comment about low quality of this function.
59130
59131 2003-01-13  Bruno Haible  <bruno@clisp.org>
59132
59133         * modules/stpcpy: Distribute lib/stpcpy.h.
59134         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59135
59136 2003-01-13  Bruno Haible  <bruno@clisp.org>
59137
59138         * modules/*: Add a description.
59139         * modules/strpbrk: Fix Makefile.am snippet.
59140         * modules/strtoimax: Fix dependencies.
59141         * modules/strtoumax: Likewise.
59142
59143 2003-01-13  Bruno Haible  <bruno@clisp.org>
59144
59145         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59146         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59147         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59148
59149 2003-01-13  Bruno Haible  <bruno@clisp.org>
59150
59151         * gnulib-tool (func_create_testdir): Store config/* files in the main
59152         directory.
59153         * config.rpath: Move to ...
59154         * config/config.rpath: ... here.
59155         * modules/gettext: Contains config/config.rpath, not config.rpath.
59156         * modules/iconv: Likewise.
59157
59158 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59159
59160         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59161         to avoid collisions with libcurses and libreadline.
59162
59163         * m4/getstr.m4: Remove.
59164         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59165
59166 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59167
59168         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59169         to avoid collisions with libcurses and libreadline.
59170
59171         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59172         * lib/getstr.h, getstr.c: Remove.
59173         * lib/getline.c: Include "getline.h", to check interface.
59174         Move body of old getstr.c here: this defines MIN_CHUNK and
59175         declares getdelim2, which is renamed from getstr.
59176         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59177
59178         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59179         All uses changed.
59180         * lib/linebuffer.h: Likewise.
59181         (readline): Remove backward-compatibility macro.
59182
59183 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59184
59185         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59186         to avoid collisions with libcurses and libreadline.
59187         * getstr: Remove.
59188         * MODULES.html.sh: Remove getstr.
59189         * modules/getline: Depend on unlocked-io, not getstr.
59190
59191 2003-01-12  Jim Meyering  <jim@meyering.net>
59192
59193         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59194
59195 2003-01-10  Bruno Haible  <bruno@clisp.org>
59196
59197         * modules/alloca: Change Makefile.am requirements. Simplify Include
59198         requirements. Add lib/alloca_.h to file list.
59199
59200 2003-01-10  Bruno Haible  <bruno@clisp.org>
59201
59202         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59203
59204 2003-01-10  Bruno Haible  <bruno@clisp.org>
59205
59206         * lib/alloca_.h: New file.
59207         * lib/getdate.y: Unconditionally include alloca.h.
59208         * lib/makepath.c: Likewise.
59209         * lib/setenv.c: Likewise.
59210         * lib/userspec.c: Likewise.
59211
59212 2003-01-09  Karl Berry  <karl@gnu.org>
59213
59214         * MODULES.html.sh: include `dirname $0` in PATH, to find
59215         gnulib-tool.
59216
59217 2003-01-09  Bruno Haible  <bruno@clisp.org>
59218
59219         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59220         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59221
59222 2003-01-09  Bruno Haible  <bruno@clisp.org>
59223
59224         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59225
59226 2003-01-09  Bruno Haible  <bruno@clisp.org>
59227
59228         * lib/stdbool.h.in: New file.
59229
59230 2003-01-09  Bruno Haible  <bruno@clisp.org>
59231
59232         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59233         * MODULES.html.sh: Likewise.
59234
59235 2003-01-08  Jim Meyering  <jim@meyering.net>
59236
59237         * lib/full-write.c: Undefine and define-away `const' after inclusion
59238         of errno.h, not before.  Suggestion from Bruno Haible.
59239
59240 2003-01-08  Bruno Haible  <bruno@clisp.org>
59241
59242         * modules/full-read: Depend on full-write.
59243
59244 2003-01-08  Bruno Haible  <bruno@clisp.org>
59245
59246         * lib/safe-read.c: Include specification header first, to ensure its
59247         selfcontainedness.
59248         * lib/full-write.c: Likewise.
59249
59250 2003-01-07  Jim Meyering  <jim@meyering.net>
59251
59252         * lib/full-write.c: Rework so that it may serve to define full_read,
59253         too.
59254         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59255
59256 2003-01-07  Bruno Haible  <bruno@clisp.org>
59257
59258         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59259         <inttypes.h>.
59260         * lib/xstrtol.h: Likewise.
59261         * lib/xstrtoimax.c: Likewise.
59262         * lib/xstrtoumax.c: Likewise.
59263         * lib/human.h: Likewise.
59264
59265         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59266         on systems that have <inttypes.h> but not <stdint.h>.
59267
59268 2003-01-07  Bruno Haible  <bruno@clisp.org>
59269
59270         * MODULES.html.sh: Add copyright notice.
59271         (missed_files): Omit CVS directory entries.
59272         (func_module): Make it work with sed-3.02.
59273         * MODULES.txt: Remove file.
59274
59275 2003-01-06  Jim Meyering  <jim@meyering.net>
59276
59277         * lib/version-etc.c: Update year in translatable copyright string.
59278
59279 2003-01-03  Karl Berry  <karl@gnu.org>
59280
59281         * config/config.{guess,sub}: update from prep.
59282
59283 2003-01-02  Karl Berry  <karl@gnu.org>
59284
59285         * doc/COPYING.DOC: belatedly updated to 1.2.
59286
59287 2003-01-01  Karl Berry  <karl@gnu.org>
59288
59289         * gnulib-tool (func_verify_module): report module name $module in
59290         error message, not $1.
59291         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59292         be created, only if it doesn't exist.
59293         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59294
59295 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59296
59297         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59298
59299 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59300
59301         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59302         memcmp if strcoll doesn't work.
59303
59304 2002-12-31  Bruno Haible  <bruno@clisp.org>
59305
59306         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59307         nonempty.
59308
59309 2002-12-31  Bruno Haible  <bruno@clisp.org>
59310
59311         * lib/memcoll.c (STRCOLL): New macro.
59312         (memcoll): Use it.
59313
59314 2002-12-31  Bruno Haible  <bruno@clisp.org>
59315
59316         * lib/localcharset.h: New file.
59317         * lib/localcharset.c: Include it.
59318         * lib/unicodeio.c: Likewise.
59319
59320 2002-12-31  Bruno Haible  <bruno@clisp.org>
59321
59322         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59323         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59324
59325 2002-12-31  Bruno Haible  <bruno@clisp.org>
59326
59327         * lib/getline.h: Include <stddef.h>, for size_t.
59328
59329         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59330         * lib/unicodeio.c: Don't include <stddef.h>.
59331
59332 2002-12-31  Bruno Haible  <bruno@clisp.org>
59333
59334         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59335         HAVE_TM_ZONE.
59336
59337 2002-12-24  Karl Berry  <karl@gnu.org>
59338
59339         * config/config.guess: update from prep.
59340
59341 2002-12-24  Bruno Haible  <bruno@clisp.org>
59342
59343         General infrasructure.
59344         * m4/README: Rewritten.
59345         * m4/onceonly.m4: New file.
59346         * m4/onceonly_2_57.m4: New file.
59347
59348         Module atexit.
59349         * m4/atexit.m4: New file.
59350
59351         Module strtod.
59352         * m4/strtod.m4: New file.
59353
59354         Module strtol.
59355         * m4/strtol.m4: New file.
59356
59357         Module strtoul.
59358         * m4/strtoul.m4: New file.
59359
59360         Module memchr.
59361         * m4/memchr.m4: New file.
59362
59363         Module memcmp.
59364         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59365         (jm_FUNC_MEMCMP): Invoke it.
59366
59367         Module memcpy.
59368         * m4/memcpy.m4: New file.
59369
59370         Module memmove.
59371         * m4/memmove.m4: New file.
59372
59373         Module memset.
59374         * m4/memset.m4: New file.
59375
59376         Module strcspn.
59377         * m4/strcspn.m4: New file.
59378
59379         Module strpbrk.
59380         * m4/strpbrk.m4: New file.
59381
59382         Module strstr.
59383         * m4/strstr.m4: New file.
59384
59385         Module strerror.
59386         * m4/strerror.m4: New file.
59387
59388         Module mktime.
59389         * m4/mktime.m4: Renamed from jm-mktime.m4.
59390         (gl_PREREQ_MKTIME): New macro.
59391         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59392
59393         Module malloc.
59394         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59395         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59396         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59397
59398         Module realloc.
59399         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59400         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59401         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59402
59403         Module strftime.
59404         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59405         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59406         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59407         gl_TM_GMTOFF.
59408         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59409
59410         Module xalloc.
59411         * m4/xalloc.m4: New file.
59412
59413         Module alloca.
59414         * m4/alloca.m4: New file.
59415
59416         Module putenv.
59417         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59418         (jm_FUNC_PUTENV): Invoke it.
59419
59420         Module setenv.
59421         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59422         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59423         when invoked twice.
59424         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59425         gt_FUNC_SETENV.
59426
59427         Module memrchr.
59428         * m4/memrchr.m4: New file.
59429
59430         Module stpcpy.
59431         * m4/stpcpy.m4: New file.
59432
59433         Module strcase.
59434         * m4/strcase.m4: New file.
59435
59436         Module strdup.
59437         * m4/strdup.m4: New file.
59438
59439         Module strnlen.
59440         * m4/strnlen.m4: New file.
59441
59442         Module strndup.
59443         * m4/strndup.m4: New file.
59444
59445         Module xstrtod.
59446         * m4/xstrtod.m4: New file.
59447
59448         Module xstrtol.
59449         * m4/xstrtol.m4: New file.
59450
59451         Module getdate.
59452         * m4/getdate.m4: New file.
59453
59454         Module unlocked-io.
59455         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59456         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59457         * m4/jm-glibc-io.m4n: Remove file.
59458
59459         Module long-options.
59460         * m4/long-options.m4: New file.
59461
59462         Module md5.
59463         * m4/md5.m4: New file.
59464
59465         Module sha.
59466         * m4/sha.m4: New file.
59467
59468         Module getstr.
59469         * m4/getstr.m4: New file.
59470
59471         Module getline.
59472         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59473         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59474         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59475         simply getline. Infoke gl_PREREQ_GETLINE.
59476
59477         Module obstack.
59478         * m4/obstack.m4: New file.
59479
59480         Module hash.
59481         * m4/hash.m4: New file.
59482
59483         Module readtokens.
59484         * m4/readtokens.m4: New file.
59485
59486         Module strverscmp.
59487         * m4/strverscmp.m4: New file.
59488
59489         Module stdbool.
59490         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59491         OSF/1.
59492
59493         Module strtoll.
59494         * m4/strtoll.m4: New file.
59495
59496         Module strtoull.
59497         * m4/strtoull.m4: New file.
59498
59499         Module strtoimax.
59500         * m4/strtoimax.m4: New file.
59501
59502         Module strtoumax.
59503         * m4/strtoumax.m4: New file.
59504
59505         Module xstrtoimax.
59506         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59507         jm_AC_PREREQ_XSTRTOIMAX.
59508         Moved the strtol prerequisites to strtol.m4.
59509         Moved the strtoll prerequisites to strtoll.m4.
59510         Moved the strtoimax prerequisites to strtoimax.m4.
59511
59512         Module xstrtoumax.
59513         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59514         jm_AC_PREREQ_XSTRTOUMAX.
59515         Moved the strtoul prerequisites to strtoul.m4.
59516         Moved the strtoull prerequisites to strtoull.m4.
59517         Moved the strtoumax prerequisites to strtoumax.m4.
59518
59519         Module chown.
59520         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59521         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59522
59523         Module dup2.
59524         * m4/dup2.m4: New file.
59525
59526         Module ftruncate.
59527         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59528         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59529
59530         Module getgroups.
59531         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59532         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59533
59534         Module gettimeofday.
59535         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59536         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59537         gl_PREREQ_GETTIMEOFDAY.
59538
59539         Module mkdir.
59540         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
59541         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
59542
59543         Module mkstemp.
59544         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
59545         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
59546         jm_AC_TYPE_UINTMAX_T.
59547         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
59548
59549         Module stat.
59550         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
59551         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
59552
59553         Module lstat.
59554         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
59555         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
59556
59557         Module timespec.
59558         * m4/timespec.m4 (gl_TIMESPEC): New macro.
59559         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
59560         * m4/st_mtim.m4: Indentation.
59561
59562         Module nanosleep.
59563         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
59564         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
59565         gl_PREREQ_NANOSLEEP.
59566
59567         Module regex.
59568         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
59569         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
59570         (gl_REGEX): New macro.
59571
59572         Module rename.
59573         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
59574         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
59575
59576         Module rmdir.
59577         * m4/rmdir.m4: New file.
59578
59579         Module utime.
59580         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
59581         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
59582         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
59583
59584         Module dirname.
59585         * m4/dirname.m4: New file.
59586
59587         Module getopt.
59588         * m4/getopt.m4: New file.
59589
59590         Module unistd-safer.
59591         * m4/unistd-safer.m4: New file.
59592
59593         Module fnmatch.
59594         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
59595         declaration.
59596         (gl_PREREQ_FNMATCH_EXTRA): New macro.
59597         (gl_FUNC_FNMATCH_POSIX): New macro.
59598         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
59599         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
59600         simply fnmatch.
59601
59602         Module exclude.
59603         * m4/exclude.m4: New file.
59604
59605         Module human.
59606         * m4/human.m4: New file.
59607
59608         Module acl.
59609         * m4/acl.m4: Nop.
59610
59611         Module backupfile.
59612         * m4/backupfile.m4: New file.
59613         * m4/d-ino.m4: Indentation.
59614
59615         Module fsusage.
59616         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
59617         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
59618         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
59619
59620         Module dirfd.
59621         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
59622         requirements.
59623
59624         Module euidaccess.
59625         * m4/euidaccess.m4: New file.
59626
59627         Module file-type.
59628         * m4/file-type.m4: New file.
59629
59630         Module fileblocks.
59631         * m4/fileblocks.m4: New file.
59632
59633         Module filemode.
59634         * m4/filemode.m4: New file.
59635
59636         Module isdir.
59637         * m4/isdir.m4: New file.
59638
59639         Module lchown.
59640         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
59641         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
59642
59643         Module makepath.
59644         * m4/makepath.m4: New file.
59645
59646         Module modechange.
59647         * m4/modechange.m4: New file.
59648
59649         Module mountlist.
59650         * m4/mountlist.m4: New file.
59651         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
59652         Indentation.
59653
59654         Module path-concat.
59655         * m4/path-concat.m4: New file.
59656
59657         Module pathmax.
59658         * m4/pathmax.m4: New file.
59659
59660         Module same.
59661         * m4/same.m4: New file.
59662
59663         Module save-cwd.
59664         * m4/save-cwd.m4: New file.
59665
59666         Module savedir.
59667         * m4/savedir.m4: New file.
59668
59669         Module xgetcwd.
59670         * m4/xgetcwd.m4: New file.
59671         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
59672
59673         Module xreadlink.
59674         * m4/xreadlink.m4: New file.
59675
59676         Module safe-read.
59677         * m4/safe-read.m4: New file.
59678
59679         Module safe-write.
59680         * m4/safe-write.m4: New file.
59681
59682         Module closeout.
59683         * m4/closeout.m4: New file.
59684
59685         Module stdio-safer.
59686         * m4/stdio-safer.m4: New file.
59687
59688         Module getpass.
59689         * m4/getpass.m4: New file.
59690
59691         Module getugroups.
59692         * m4/getugroups.m4: New file.
59693
59694         Module group-member.
59695         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
59696         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
59697
59698         Module idcache.
59699         * m4/idcache.m4: New file.
59700
59701         Module userspec.
59702         * m4/userspec.m4: New file.
59703
59704         Module gettime.
59705         * m4/clock_time.m4: New file.
59706         * m4/gettime.m4: New file.
59707
59708         Module settime.
59709         * m4/settime.m4: New file.
59710
59711         Module posixtm.
59712         * m4/posixtm.m4: New file.
59713
59714         Module gethostname.
59715         * m4/gethostname.m4: New file.
59716
59717         Module canon-host.
59718         * m4/canon-host.m4: New file.
59719
59720         Module gettext.
59721         * m4/codeset.m4: New file, from gettext-0.11.5.
59722         * m4/gettext.m4: New file, from gettext-0.11.5.
59723         * m4/glibc21.m4: New file, from gettext-0.11.5.
59724         * m4/iconv.m4: New file, from gettext-0.11.5.
59725         * m4/intdiv0.m4: New file, from gettext-0.11.5.
59726         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
59727         * m4/inttypes.m4: New file, from gettext-0.11.5.
59728         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
59729         * m4/isc-posix.m4: New file, from gettext-0.11.5.
59730         * m4/lcmessage.m4: New file, from gettext-0.11.5.
59731         * m4/lib-ld.m4: New file, from gettext-0.11.5.
59732         * m4/lib-link.m4: New file, from gettext-0.11.5.
59733         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
59734         * m4/progtest.m4: New file, from gettext-0.11.5.
59735         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
59736         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
59737         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
59738
59739         Module localcharset.
59740         * m4/localcharset.m4: New file.
59741
59742         Module hard-locale.
59743         * m4/hard-locale.m4: New file.
59744
59745         Module mbswidth.
59746         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
59747         onceonly macros.
59748         * m4/mbrtowc.m4: Add comment.
59749
59750         Module memcasecmp.
59751         * m4/memcasecmp.m4: New file.
59752
59753         Module memcoll.
59754         * m4/memcoll.m4: New file.
59755
59756         Module unicodeio.
59757         * m4/unicodeio.m4: New file.
59758
59759         Module rpmatch.
59760         * m4/rpmatch.m4: New file.
59761
59762         Module yesno.
59763         * m4/yesno.m4: New file.
59764
59765         Module exitfail.
59766         * m4/exitfail.m4: New file.
59767
59768         Module c-stack.
59769         * m4/c-stack.m4 (gl_C_STACK): New macro.
59770         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
59771
59772         Module error.
59773         * m4/error.m4 (gl_ERROR): New macro.
59774         (jm_PREREQ_ERROR): Use onceonly macros.
59775
59776         Module fatal.
59777         * m4/fatal.m4: New file.
59778
59779         Module getloadavg.
59780         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
59781         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
59782
59783         Module getpagesize.
59784         * m4/getpagesize.m4: New file.
59785
59786         Module getusershell.
59787         * m4/getusershell.m4: New file.
59788
59789         Module physmem.
59790         * m4/physmem.m4: New file.
59791
59792         Module posixver.
59793         * m4/posixver.m4: New file.
59794
59795         Module quotearg.
59796         * m4/quotearg.m4: New file.
59797
59798         Module quote.
59799         * m4/quote.m4: New file.
59800
59801         Module readutmp.
59802         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
59803
59804         Module sig2str.
59805         * m4/sig2str.m4: New file.
59806
59807         Other.
59808         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
59809         ulonglong.m4.
59810         * m4/intmax_t.m4: New file.
59811         * m4/d-type.m4: Indentation.
59812         * m4/jm-macros.m4: Update.
59813         * m4/prereq.m4 (jm_PREREQ): Update.
59814         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
59815         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
59816         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
59817         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
59818         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
59819         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
59820         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
59821         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
59822         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
59823         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
59824         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
59825         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
59826         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
59827         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
59828         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
59829         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
59830         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
59831         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
59832         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
59833
59834 2002-12-24  Bruno Haible  <bruno@clisp.org>
59835
59836         * MODULES.txt: Update according to m4/ changes.
59837
59838         Module gettext.
59839         * config.rpath: New file, from gettext-0.11.5.
59840
59841         * modules/*: New module descriptions.
59842         * gnulib-tool: New file.
59843         * MODULES.html.sh: New file.
59844
59845 2002-12-21  Karl Berry  <karl@gnu.org>
59846
59847         * doc/fdl.texi: update to version 1.2.
59848
59849 2002-12-19  Karl Berry  <karl@gnu.org>
59850
59851         * config/config.guess: update from prep.
59852
59853 2002-12-18  Bruno Haible  <bruno@clisp.org>
59854
59855         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
59856         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
59857
59858 2002-12-17  Bruno Haible  <bruno@clisp.org>
59859
59860         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
59861         stdlib.h, string.h.
59862
59863 2002-12-17  Bruno Haible  <bruno@clisp.org>
59864
59865         * lib/canon-host.c (strdup): Remove unused declaration.
59866
59867         * lib/fsusage.c: Include full_read.h.
59868         (get_fs_usage): Use full_read instead of safe_read.
59869
59870         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
59871
59872 2002-12-12  Karl Berry  <karl@gnu.org>
59873
59874         * config/config.guess: update from prep.
59875
59876 2002-12-11  Bruno Haible  <bruno@clisp.org>
59877
59878         * m4/setenv.m4: New file, from gettext-0.11.5.
59879
59880 2002-12-11  Bruno Haible  <bruno@clisp.org>
59881
59882         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
59883         not unsetenv().
59884         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
59885         modifications:
59886
59887         2002-12-11  Bruno Haible  <bruno@clisp.org>
59888
59889                 * setenv.c (alloca): Fall back to malloc.
59890                 (freea): New macro.
59891                 (setenv): Use freea() to free memory allocated with alloca().
59892
59893         2002-11-13  Bruno Haible  <bruno@clisp.org>
59894
59895                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
59896                 function declarations.
59897                 * unsetenv.c (unsetenv): Likewise.
59898
59899         2002-03-04  Bruno Haible  <bruno@clisp.org>
59900
59901                 Portability to AIX 4.3.3.
59902                 * unsetenv.c: New file, extracted from setenv.c.
59903                 * setenv.c: Move the unsetenv() function to unsetenv.c.
59904
59905         2001-12-20  Bruno Haible  <bruno@clisp.org>
59906
59907                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
59908                 use malloc instead. For SunOS 4.
59909
59910         2001-12-11  Bruno Haible  <bruno@clisp.org>
59911
59912                 * setenv.c: Declare alloca.
59913                 (compar_fn_t): New typedef.
59914                 (KNOWN_VALUE, STORE_VALUE): Use it.
59915
59916         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
59917         setenv.h.
59918
59919 2002-12-10  Paul Eggert  <eggert@twinsun.com>
59920
59921         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
59922         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
59923         Choose values that are less likely to collide with system fnmatch
59924         options.
59925         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
59926         defined (e.g., a pure POSIX system).
59927         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
59928         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
59929
59930 2002-12-06  Paul Eggert  <eggert@twinsun.com>
59931
59932         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
59933         a pain in practice to deal with generated m4 files.  This change
59934         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
59935
59936         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
59937         and jm-glibc-io.m4, as they are no longer a special case.
59938         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
59939         kludge and the auto-generation stuff.  Check only whether the
59940         functions are declared, not whether they exist, since older hosts
59941         that don't declare the functions can't use the optimization anyway.
59942
59943 2002-12-06  Jim Meyering  <jim@meyering.net>
59944
59945         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
59946
59947         Merge in changes from libc's misc/error.c, in preparation
59948         for the merge of gnulib's changes back into libc.
59949
59950         * lib/error.c (_): Define only if not already defined.
59951         Move definition to follow all #include directives.
59952         Include unlocked-io.h only if !_LIBC.
59953         [_LIBC]: Include <libio/libioP.h>.
59954         [USE_IN_LIBIO]: Include <libio/iolibio.h>
59955         (fflush): Tweak definition to use INTUSE.
59956         (putc): Define.
59957
59958 2002-12-05  Paul Eggert  <eggert@twinsun.com>
59959
59960         * lib/alloca.c [defined emacs]: Include "lisp.h".
59961         (xalloc_die) [defined emacs]: New macro.
59962         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
59963         [! defined emacs]: Include <xalloc.h>.
59964         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
59965         (pointer): Typedef to POINTER_TYPE *.
59966         (malloc): Remove decl; we now always use xmalloc.
59967         (alloca): Use old-style definition, since Emacs needs this.
59968         Check for arithmetic overflow when computing combined size.
59969
59970 2002-12-04  Paul Eggert  <eggert@twinsun.com>
59971
59972         Do not generate unlocked-io.h automatically, since it's easier to
59973         maintain it by hand.
59974
59975         * lib/unlocked-io.h: New file, from GNU diffutils,
59976         but with proper copyright notice and attribution.
59977         * lib/gen-uio: Remove.
59978         * lib/Makefile.am: Add copyright notice.
59979         (libfetish_a_SOURCES): Add unlocked-io.h.
59980         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
59981         (DISTCLEANFILES, io_functions): Remove macros.
59982         (EXTRA_DIST): Remove gen_uio.
59983         (unlocked-io.h): Remove rule.
59984
59985 2002-12-04  Jim Meyering  <jim@meyering.net>
59986
59987         Reflect the fact that stat.c and lstat.c are no longer generated.
59988         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
59989         (DISTCLEANFILES): Likewise.
59990         (EXTRA_DIST): Likewise.
59991         (all_local): Don't depend on stat.c or lstat.c.
59992         (stat.c, lstat.c): Remove rules.
59993         (EXTRA_DIST): Remove xstat.in.
59994
59995         * lib/xstat.in: Remove file.  Contents moved into stat.c.
59996         * lib/stat.c: New file.  Contents mostly from xstat.in.
59997         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
59998         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
59999
60000         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60001         too.
60002         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60003
60004 2002-12-03  Jim Meyering  <jim@meyering.net>
60005
60006         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60007         but not semantics, to minimize the differences between these two files.
60008         (safe_read): Change comment to mention SAFE_READ_ERROR.
60009
60010         * lib/safe-read.c (IS_EINTR): Define.
60011         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60012
60013 2002-12-02  Jim Meyering  <jim@meyering.net>
60014
60015         * lib/safe-read.c (EINTR): Define.
60016         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60017         (INT_MAX): Provide fallback.
60018         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60019
60020         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60021
60022 2002-12-02  Bruno Haible  <bruno@clisp.org>
60023
60024         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60025         Define, taken from safe-read.c.
60026         (INT_MAX): Provide fallback.
60027         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60028         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60029
60030         * lib/safe-read.c (EINTR): Remove definition.
60031         (safe_read): Don't use EINTR if it is absent.
60032
60033 2002-12-01  Jim Meyering  <jim@meyering.net>
60034
60035         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60036         zero.
60037         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60038
60039 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60040
60041         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60042         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60043         with `if (! (value < limit)) abort ();', for readability.
60044
60045 2002-11-26  Karl Berry  <karl@gnu.org>
60046
60047         * lib/strdup.c: copy from libc again, with jim's ok.
60048         * lib/.cppi-disable: re-add strdup.c
60049
60050 2002-11-25  Karl Berry  <karl@gnu.org>
60051
60052         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60053         instead of "strtol.c".
60054
60055 2002-11-25  Karl Berry  <karl@gnu.org>
60056
60057         * config/install-sh: update from automake for variable quoting, $0 in
60058         error msgs, etc.
60059
60060         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60061         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60062         entry.
60063
60064 2002-11-25  Jim Meyering  <jim@meyering.net>
60065
60066         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60067
60068 2002-11-24  Karl Berry  <karl@gnu.org>
60069
60070         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60071         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60072
60073 2002-11-24  Jim Meyering  <jim@meyering.net>
60074
60075         Update from coreutils:
60076
60077         * lib/mktime.c: Merge in changes from libc.
60078
60079         Avoid a link-time failure on some Linux systems.
60080         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60081         (otherwise).
60082         (__mon_yday): Declare with the STATIC attribute.
60083         (__mktime_internal): Likewise.
60084         Based on a report from Greg Schafer.
60085
60086 2002-11-23  Jim Meyering  <jim@meyering.net>
60087
60088         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60089         Use `unsigned', not `int', as type of index.
60090
60091         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60092
60093         * lib/fsusage.c: Remove unneeded parentheses around operands of
60094         `defined'.
60095
60096 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60097
60098         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60099         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60100         so that we can be included first.
60101         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60102         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60103         No need to include stddef.h or sys/types.h any more.
60104         Surround local include files with "", not "<>".
60105         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60106         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60107         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60108         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60109         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60110         (ISPRINT): Remove; no longer needed now that we assume C89.
60111
60112         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60113         Preserve errno.
60114
60115         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60116         quotearg_char): Use SIZE_MAX rather than
60117         (size_t) -1 when we are talking about "infinity".
60118
60119         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60120
60121 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60122
60123         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60124         hint that one should use `if (! x) abort ();' rather than `assert
60125         (x);', and anyway it's one less thing to worry about configuring.
60126         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60127         hash_rehash, hash_insert): Use abort rather than assert.
60128
60129 2002-11-22  Bruno Haible  <bruno@clisp.org>
60130
60131         * lib/safe-read.h: Assume C89. Add comments.
60132         (safe_read): Change return type to size_t.
60133         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60134         byte counts > SSIZE_MAX correctly.
60135         * lib/safe-write.h: New file.
60136         * lib/safe-write.c: New file.
60137         * lib/full-read.h: New file.
60138         * lib/full-read.c: New file.
60139         * lib/full-write.h: Assume C89. Add comments.
60140         * lib/full-write.c: Include safe-write.h.
60141         (full_write): Rewritten to use safe_write.
60142         Suggested by Jim Meyering and Paul Eggert.
60143
60144 2002-11-21  Jim Meyering  <jim@meyering.net>
60145
60146         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60147
60148         Merge in changes from the coreutils.
60149
60150         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60151         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60152         <stdint.h>.
60153         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60154         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60155         int.  Work more efficiently if X is the same width as uintmax_t.
60156         Do not compare X to -1, to avoid bogus compiler warning.
60157         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60158         Don't assume that f_frsize and f_bsize are the same type.
60159
60160         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60161         warning on FreeBSD.
60162
60163         * lib/makepath.c (make_path): Restore umask *before* creating the final
60164         component.
60165         (make_path): Minor reformatting.
60166
60167         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60168         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60169         HAVE_MALLOC/HAVE_REALLOC.
60170
60171         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60172         dummy ones.  At least on GNU/Linux systems, `auto' means something
60173         else.
60174         From Michael Stone.
60175
60176 2002-11-21  Bruno Haible  <bruno@clisp.org>
60177
60178         Remove case insensitive option matching.
60179         * lib/argmatch.h (argcasematch): Remove declaration.
60180         (ARGCASEMATCH): Remove macro.
60181         (__xargmatch_internal): Remove case_sensitive argument.
60182         (XARGMATCH): Update.
60183         (XARGCASEMATCH): Remove macro.
60184         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60185         case_sensitive argument.
60186         (argcasematch): Remove function.
60187         (__xargmatch_internal): Remove case_sensitive argument.
60188         (main): Use XARGMATCH instead of XARGCASEMATCH.
60189
60190         * lib/xmalloc.c: Change compile-time error message. Add comment about
60191         required autoconf version.
60192
60193 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60194
60195         Merge argmatch cleanups from Bison.  Assume C89.
60196
60197         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60198         Include stdlib.h, for EXIT_FAILURE.
60199         Always include <string.h>, since we assume C89.
60200         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60201         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60202         Include <stddef.h> instead, since it's all we need for size_t.
60203         (PARAMS): Remove.  All uses removed.
60204         (ARRAY_CARDINALITY): Do not bother to #undef.
60205         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60206         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60207         Remove unnecessary parentheses.
60208         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60209         Insert necessary parentheses.
60210         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60211         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60212
60213 2002-11-19  Bruno Haible  <bruno@clisp.org>
60214
60215         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60216         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60217
60218         * lib/mbswidth.h (PARAMS): Remove macro.
60219         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60220         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60221
60222         * lib/gcd.h (PARAMS): Remove macro.
60223         (gcd): Use ANSI C function declarations.
60224         * lib/gcd.c (gcd): Likewise.
60225
60226 2002-11-15  Bruno Haible  <bruno@clisp.org>
60227
60228         * lib/strcspn.c: Include <stddef.h>.
60229         (strcspn): Use ANSI C function declaration. Change return type to
60230         size_t. Use NULL.
60231         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60232         (strpbrk): Use NULL.
60233         * lib/strpbrk.h (PARAMS): Remove macro.
60234         (strpbrk): Use ANSI C function declaration.
60235         * lib/strstr.c: Don't include <sys/types.h>.
60236         * lib/strstr.h (PARAMS): Remove macro.
60237         (strstr): Use ANSI C function declarations.
60238
60239 2002-11-14  Karl Berry  <karl@gnu.org>
60240
60241         * config/mkinstalldirs: `do' on separate line, instead of
60242         `for var; do'.
60243
60244 2002-11-06  Bruno Haible  <bruno@clisp.org>
60245
60246         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60247         * lib/gcd.c (gcd): Likewise.
60248
60249 2002-11-05  Bruno Haible  <bruno@clisp.org>
60250
60251         * lib/gcd.h: New file, from gettext-0.11.5.
60252         * lib/gcd.c: New file, from gettext-0.11.5.
60253
60254 2002-11-05  Bruno Haible  <bruno@clisp.org>
60255
60256         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60257         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60258         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60259         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60260
60261         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60262         <libintl.h>.
60263         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60264         <libintl.h>.
60265
60266         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60267         * lib/human.c: Include gettext.h instead of <libintl.h>.
60268         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60269         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60270         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60271         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60272         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60273         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60274         (textdomain): Remove definition.
60275         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60276
60277         * lib/long-options.c: Remove include of <libintl.h> and definition of
60278         _.
60279         * lib/same.c: Remove include of <libintl.h> and definition of _.
60280
60281 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60282
60283         * lib/config.charset: A few additions for Solaris.
60284
60285 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60286
60287         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60288         * lib/localcharset.c (locale_charset): Declare as extern "C".
60289
60290 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60291
60292         * lib/config.charset: msdos in uk_UA uses CP1125.
60293
60294 2002-11-04  Bruno Haible  <bruno@clisp.org>
60295
60296         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60297         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60298         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60299         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60300         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60301
60302 2002-11-04  Bruno Haible  <bruno@clisp.org>
60303
60304         * lib/localcharset.c (locale_charset): Don't return an empty string.
60305
60306 2002-11-04  Bruno Haible  <bruno@clisp.org>
60307
60308         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60309         aliases.
60310
60311 2002-11-04  Bruno Haible  <bruno@clisp.org>
60312
60313         * lib/config.charset: Update for newest glibc. Add canonical names
60314         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60315
60316 2002-11-04  Bruno Haible  <bruno@clisp.org>
60317
60318         * lib/config.charset: Add support for NetBSD.
60319
60320 2002-11-04  Bruno Haible  <bruno@clisp.org>
60321
60322         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60323
60324 2002-11-01  Bruno Haible  <bruno@clisp.org>
60325
60326         * configure.in: Add AC_CONFIG_AUX_DIR call.
60327         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60328         test/Makefile.
60329         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60330
60331 2002-09-28  Karl Berry  <karl@gnu.org>
60332
60333         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60334         installed automake until the next release, since changes have been
60335         made.
60336
60337 2002-09-25  Karl Berry  <karl@gnu.org>
60338
60339         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60340         * lib/getopt*: copy from libc/posix.
60341         * lib/gettext.h: copy from gettext.
60342         * lib/.cppi-disable: add strdup.c, gettext.h.
60343
60344 2002-09-25  Karl Berry  <karl@gnu.org>
60345
60346         * config/srclist.txt: enable gettext.h check.
60347         * config/config.{guess,sub}: update from prep.
60348         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60349                 from automake 1.6.3.
60350         See srclist*.
60351
60352 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60353
60354         * regex.c (PATFETCH): Remove the translating fetch.
60355         (PATFETCH_RAW): Rename to PATFETCH.
60356         (set_image_of_range): New fun.
60357         (SET_RANGE_TABLE_WORK_AREA): Use it.
60358         (regex_compile): Don't translate the pattern chars so eagerly.
60359         Only do it when inserting an `exactn' bytecode or when handling
60360         a char-range.
60361         (mutually_exclusive_p): Avoid empty statement.
60362
60363 2002-07-06  Jim Meyering  <meyering@lucent.com>
60364
60365         * m4/README: Don't mention Makefile.am.in.
60366         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60367
60368 2002-07-01  Jim Meyering  <meyering@lucent.com>
60369
60370         * lib/c-stack.c: Include sys/time.h.
60371         From Volker Borchert.
60372
60373 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60374
60375         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60376
60377 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60378
60379         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60380         New macro.  Use it uniformly instead of
60381         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60382         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60383         reported by Vin Shelton.
60384
60385 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60386
60387         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60388         Do not assume SA_SIGINFO behavior.
60389         Bug reported by Jim Meyering on NetBSD 1.5.2.
60390
60391 2002-06-22  Jim Meyering  <meyering@lucent.com>
60392
60393         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60394         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60395
60396         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60397         now that configure.ac uses AC_GNU_SOURCE.
60398         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60399         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60400
60401         Update to latest tools.  Suggestions from Paul Eggert.
60402         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60403         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60404         * m4/fnmatch.m4: Likewise.
60405         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60406         to AC_HEADER_STDBOOL
60407
60408 2002-06-22  Jim Meyering  <meyering@lucent.com>
60409
60410         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60411         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60412
60413 2002-06-22  Jim Meyering  <meyering@lucent.com>
60414
60415         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60416
60417         * lib/exitfail.c, exitfail.h: Likewise.
60418         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60419
60420         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60421         of fnmatch.h.
60422         (EXTRA_DIST): Add fnmatch_loop.c.
60423         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60424
60425         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60426         * lib/fnmatch.c: Update from diffutils-2.8.2.
60427         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60428         * lib/fnmatch.h: Remove file.
60429
60430 2002-06-21  Jim Meyering  <meyering@lucent.com>
60431
60432         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60433         * m4/mbrtowc.m4: Likewise.
60434
60435         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60436         * m4/mbswidth.m4: Reflect name change:
60437         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60438         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60439
60440         * m4/lib-link.m4: Update from gettext-0.11.2.
60441         * m4/gettext.m4: Likewise.
60442
60443         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60444         From Alfred M. Szmidt.
60445
60446 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60447
60448         * lib/file-type.h: Report an error if neither S_ISREG nor
60449         S_IFREG is defined, instead of using a test specific to glibc
60450         2.2.  This should be safe, since POSIX requires S_ISREG and
60451         Unix Version 7 had S_IFREG.  We don't need to check for
60452         <sys/types.h> since we don't use any symbols that it defines.
60453
60454 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60455
60456         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60457         $@-t, so that each temporary file name is unique and valid in the first
60458         8 characters, for operation under DOS.
60459
60460 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60461
60462         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60463
60464 2002-06-15  Jim Meyering  <meyering@lucent.com>
60465
60466         Work even with DJGPP 2.03, which lacks support for symlinks.
60467         From Richard Dawe.
60468         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60469         is defined.
60470         * lib/lchown.c (S_ISLNK): Likewise.
60471
60472 2002-06-15  Jim Meyering  <meyering@lucent.com>
60473
60474         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60475         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60476         have been included before this file.
60477
60478 2002-06-14  Jim Meyering  <meyering@lucent.com>
60479
60480         * lib/file-type.h: Use the version from diffutils-2.8.2.
60481         * lib/file-type.c: Likewise.
60482
60483 2002-06-07  Jim Meyering  <meyering@lucent.com>
60484
60485         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60486         They're needed at least for NetBSD 1.5.2.
60487         ($statxfs_includes): Include those same headers.
60488         ($statxfs_includes): Include sys/vfs.h if available.
60489         ($statxfs_includes): Likewise for sys/statvfs.h.
60490         Check for the following members in both structs statfs and statvfs:
60491         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60492
60493 2002-06-01  Jim Meyering  <meyering@lucent.com>
60494
60495         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60496         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60497
60498 2002-05-28  Jim Meyering  <meyering@lucent.com>
60499
60500         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60501         Reported by Volker Borchert.
60502
60503 2002-05-27  Jim Meyering  <meyering@lucent.com>
60504
60505         Fix a problem seen only on nonconforming systems whereby ls.c's
60506         use of localtime, and then of gettimeofday would cause trouble:
60507         the localtime call used to initialize rpl_gettimeofday's save
60508         mechanism would clobber ls's current local time information so
60509         that in any long listing the first file would always be listed
60510         with date 1970-01-01.  Analysis by Volker Borchert.
60511
60512         * lib/gettimeofday.c (localtime): Undefine.
60513         (rpl_localtime): New function.
60514
60515 2002-05-27  Jim Meyering  <meyering@lucent.com>
60516
60517         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60518         localtime.
60519
60520         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60521         use the replacement function; it wouldn't resolve at link time.
60522         Reported by Volker Borchert.
60523
60524 2002-05-22  Jim Meyering  <meyering@lucent.com>
60525
60526         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60527         file-type.h.
60528         * lib/file-type.h: New file.
60529         * lib/file-type.c (file_type): New file/function.  Extracted from
60530         diffutils.
60531
60532 2002-04-30  Jim Meyering  <meyering@lucent.com>
60533
60534         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60535
60536 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60537
60538         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
60539
60540 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60541
60542         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
60543         Do not check for alloca.h (no longer used) or stdbool.h (was never
60544         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
60545
60546 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60547
60548         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
60549
60550 2002-04-29  Jim Meyering  <meyering@lucent.com>
60551
60552         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
60553         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
60554         Use AC_FUNC_STRNLEN here instead.
60555
60556         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
60557         With autoconf-2.53a, it's part of AC_PROG_CC.
60558
60559 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60560
60561         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
60562         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
60563
60564 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60565
60566         * lib/sig2str.h, lib/sig2str.c: New files.
60567         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
60568
60569 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60570
60571         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
60572         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
60573         of 127, since 64 is the largest conceivable number for ancient
60574         nonstandard hosts.
60575         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
60576
60577 2002-04-28  Jim Meyering  <meyering@lucent.com>
60578
60579         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
60580
60581 2002-04-24  Jim Meyering  <meyering@lucent.com>
60582
60583         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
60584         (jm_PREREQ): Use it.
60585
60586         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
60587         mach/mach.h fcntl.h.
60588         Check for this function: setlocale.
60589
60590 2002-04-24  Jim Meyering  <meyering@lucent.com>
60591
60592         * lib/gettext.h: New file, from Gettext.
60593         * lib/Makefile.am (INCLUDES): Remove -I../intl.
60594         (libfetish_a_SOURCES): Add gettext.h.
60595
60596 2002-04-16  Jim Meyering  <meyering@lucent.com>
60597
60598         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
60599         ut_pid, ut_id, ut_exit.
60600
60601 2002-04-16  Jim Meyering  <meyering@lucent.com>
60602
60603         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
60604         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
60605         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
60606
60607 2002-04-12  Jim Meyering  <meyering@lucent.com>
60608
60609         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
60610         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
60611         existence of the getmntinfo function.  Needed for Darwin 5.3.
60612
60613         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
60614         This is necessary at least on Darwin 5.3.
60615
60616         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
60617         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
60618         strnlen.o in the library, and that makes some versions of ranlib
60619         object.
60620
60621 2002-04-12  Jim Meyering  <meyering@lucent.com>
60622
60623         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
60624
60625 2002-04-09  Jim Meyering  <meyering@lucent.com>
60626
60627         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
60628         to be more precise.  Rather than saying we're checking whether the
60629         function `works', say what we're testing.
60630         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
60631         Reported by Bruno Haible.
60632
60633 2002-03-10  Jim Meyering  <meyering@lucent.com>
60634
60635         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
60636         Suggestion from Santiago Vila.
60637
60638 2002-03-08  Jim Meyering  <meyering@lucent.com>
60639
60640         * lib/rename.c: Mention that this wrapper is needed also on
60641         mips-dec-ultrix4.4 systems.
60642
60643 2002-03-02  Jim Meyering  <meyering@lucent.com>
60644
60645         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
60646         not HAVE_CLOCK_SETTIME.
60647
60648 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60649
60650         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
60651         Check for clock_settime.
60652
60653 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60654
60655         * lib/nanosleep.h: Rename to....
60656         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
60657
60658         * lib/gettime.c: New file.
60659         * lib/settime.c: New file.
60660         * lib/stime.c: Remove.
60661
60662         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
60663         timespec.h.  Remove nanosleep.h.
60664
60665 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60666
60667         * m4/acl.m4: New file.
60668         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
60669         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
60670
60671 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60672
60673         * lib/acl.c, lib/acl.h: New files.
60674         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
60675
60676 2002-02-24  Jim Meyering  <meyering@lucent.com>
60677
60678         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
60679         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
60680         cause trouble.  Reported by Nelson Beebe.
60681
60682 2002-02-23  Paul Eggert  <eggert@twinsun.com>
60683
60684         * lib/path-concat.c (xpath_concat): Reorder code to pacify
60685         compilers that don't know that xalloc_die never returns.
60686
60687 2002-02-20  Jim Meyering  <meyering@lucent.com>
60688
60689         * lib/getdate.c: Regenerate using bison-1.33.
60690
60691 2002-02-17  Jim Meyering  <meyering@lucent.com>
60692
60693         * config/config.guess (main): Don't use `head -1'; it's no longer
60694         portable. Use `sed 1q' instead.
60695
60696 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
60697
60698         * m4/codeset.m4: Upgrade to gettext-0.11.
60699         * m4/gettext.m4: Upgrade to gettext-0.11.
60700         * m4/glibc21.m4: Upgrade to gettext-0.11.
60701         * m4/iconv.m4: Upgrade to gettext-0.11.
60702         * m4/isc-posix.m4: Upgrade to gettext-0.11.
60703         * m4/lcmessage.m4: Upgrade to gettext-0.11.
60704         * m4/lib-ld.m4: New file, from gettext-0.11.
60705         * m4/lib-link.m4: New file, from gettext-0.11.
60706         * m4/lib-prefix.m4: New file, from gettext-0.11.
60707         * m4/progtest.m4: Upgrade to gettext-0.11.
60708
60709 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60710
60711         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
60712         (jm_PREREQ): Use it.
60713
60714 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60715
60716         * lib/posixver.c, lib/posixver.h: New files.
60717         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60718
60719 2002-02-02  Paul Eggert  <eggert@twinsun.com>
60720             Bruno Haible  <bruno@clisp.org>
60721
60722         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
60723         (fwrite_success_callback): New declaration.
60724         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
60725         print_unicode_char. Call failure callback instead of error.
60726         (fwrite_success_callback): New function.
60727         (exit_failure_callback): New function.
60728         (fallback_failure_callback): New function.
60729         (print_unicode_char): Call unicode_to_mb.
60730
60731 2002-01-26  Jim Meyering  <meyering@lucent.com>
60732
60733         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
60734         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
60735
60736 2002-01-26  Jim Meyering  <meyering@lucent.com>
60737
60738         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
60739
60740 2002-01-22  Paul Eggert  <eggert@twinsun.com>
60741
60742         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
60743
60744 2002-01-22  Jim Meyering  <meyering@lucent.com>
60745
60746         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
60747         Otherwise, some versions of automake would omit the rule that makes
60748         Makefile from Makefile.in.
60749
60750 2002-01-21  Paul Eggert  <eggert@twinsun.com>
60751
60752         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
60753         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60754         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
60755         (memcoll): Set errno to zero if there is no error.
60756
60757         * lib/quotearg.c (quotearg_buffer_restyled):
60758         Fix bug with quoting buffers containing NUL when backslashing escapes.
60759         This bug was exposed by the other changes in this patch.
60760         (quotearg_n_options): New arg ARGSIZE.
60761         All callers changed.
60762         (quoting_options_from_style): New function.
60763         (quotearg_n_style): Use it.
60764         (quotearg_n_style_mem): New function.
60765
60766         * lib/quotearg.h (quotearg_n_style_mem): New function.
60767
60768 2002-01-19  Jim Meyering  <meyering@lucent.com>
60769
60770         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
60771         Remove useless quotes: DF_PROG="df".
60772         * m4/strnlen.m4: New file.
60773
60774 2002-01-16  Paul Eggert  <eggert@twinsun.com>
60775
60776         * lib/backupfile.c (ISDIGIT): Comment fix.
60777         * lib/getdate.y (ISDIGIT): Likewise.
60778         * lib/posixtm.c (ISDIGIT, year): Likewise.
60779         * lib/strverscmp.c (ISDIGIT): Likewise.
60780         * lib/userspec.c (ISDIGIT): Likewise.
60781
60782 2002-01-16  Jim Meyering  <meyering@lucent.com>
60783
60784         * lib/getdate.y: Add three semicolons, each just before a closing
60785         brace. Bison (as of version 1.31) no longer papers over that mistake.
60786
60787 2002-01-05  Jim Meyering  <meyering@lucent.com>
60788
60789         * lib/version-etc.c (version_etc_copyright): Update copyright year.
60790
60791 2001-12-19  Paul Eggert  <eggert@twinsun.com>
60792
60793         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
60794         not silently exit merely because the output buffer happens to
60795         have nothing pending.
60796
60797 2001-12-18  Paul Eggert  <eggert@twinsun.com>
60798
60799         See the big note in ../ChangeLog.
60800         * lib/human.c (suffixes): Prefer K to k for 1024.
60801         (generate_suffix_backwards): New function.
60802         (human_readable_inexact): Use it.
60803         * lib/xstrtol.c (__xstrtol): If there is no number but there
60804         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
60805         Accept 'K' as well as 'k'.
60806
60807 2001-12-15  Jim Meyering  <meyering@lucent.com>
60808
60809         * lib/regex.h (__restrict_arr): Update from libc.
60810
60811         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
60812         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
60813         (STREQ): Define.
60814
60815 2001-12-14  Jim Meyering  <meyering@lucent.com>
60816
60817         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
60818         Suggestion from Bruno Haible.
60819
60820 2001-12-10  Jim Meyering  <meyering@lucent.com>
60821
60822         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
60823         xrealloc, Instead, include "xalloc.h".
60824         (initbuffer): Don't cast xmalloc return value to char*.
60825         (readline): Reword comment.
60826         Don't cast xrealloc return value to char*
60827         Return NULL, not 0.
60828
60829 2001-12-09  Jim Meyering  <meyering@lucent.com>
60830
60831         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
60832         about `signed and unsigned type in conditional expression'.
60833         * lib/posixtm.c (posix_time_parse): Likewise.
60834
60835         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
60836
60837         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
60838         to avoid a pedantic warning.
60839
60840         * lib/getstr.c: Don't include assert.h.
60841         (getstr): Remove warning-evoking assertions.
60842         Return -1 if offset parameter is out of bounds.
60843         Change the type of a local from int to size_t.
60844
60845         * lib/strftime.c (my_strftime_localtime_r): Include this function
60846         definition in the `#if ! HAVE_TM_GMTOFF' block.
60847
60848         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
60849         Include xalloc.h instead.
60850
60851 2001-12-02  Jim Meyering  <meyering@lucent.com>
60852
60853         * lib/tempname.c: Don't declare getenv, thus reverting the change of
60854         2001-11-18.  It's no longer necessary, now that stdlib.h is always
60855         included.
60856
60857         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
60858         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
60859
60860 2001-11-30  Akim Demaille  <akim@epita.fr>
60861
60862         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
60863         before being defined.
60864
60865 2001-11-27  Paul Eggert  <eggert@twinsun.com>
60866
60867         * lib/quotearg.h (quotearg_n, quotearg_n_style):
60868         First arg is int, not unsigned.
60869         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
60870         (SIZE_MAX, UINT_MAX): New macros.
60871         (quotearg_n_options): Abort if N is negative.
60872         Avoid overflow check on hosts where size_t is 64 bits and int
60873         is 32 bits, as overflow is impossible there.
60874         Fix off-by-one typo that caused unnecessary reallocation.
60875
60876 2001-11-27  Jim Meyering  <meyering@lucent.com>
60877
60878         * lib/tempname.c: Merge with version from libc.
60879         * lib/regex.c: Likewise.
60880
60881         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
60882         systems for which STDC_HEADERS is 0, it was not included, resulting in
60883         a warning about an integer-to-pointer conversion problem with getenv.
60884         Reported by Volker Borchert.
60885
60886 2001-11-26  Jim Meyering  <meyering@lucent.com>
60887
60888         * lib/gtod.h: Remove file.
60889         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
60890         * lib/gettimeofday.c: Don't include gtod.h.
60891         (GTOD_init): Remove function.
60892         (rpl_gettimeofday): Do its job here instead, rather than aborting.
60893         Suggestion from Volker Borchert.
60894
60895 2001-11-23  Jim Meyering  <meyering@lucent.com>
60896
60897         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
60898         it.
60899         * lib/hash.c (struct hash_table): Define it here instead.
60900
60901 2001-11-22  Jim Meyering  <meyering@lucent.com>
60902
60903         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
60904
60905 2001-11-20  Jim Meyering  <meyering@lucent.com>
60906
60907         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
60908         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
60909
60910 2001-11-19  Jim Meyering  <meyering@lucent.com>
60911
60912         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
60913         directory.  Use "conftestXXXXXX" as the template.
60914         Suggestion from Paul Eggert.
60915
60916         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
60917         immediately, so the test doesn't mistakenly hit the max-open-files
60918         limit.
60919
60920 2001-11-18  Paul Eggert  <eggert@twinsun.com>
60921
60922         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
60923         (TEMPORARIES): New macro.
60924         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
60925         removes an artificial limitation (e.g. HP-UX 10.20, where
60926         TMP_MAX is 17576).
60927
60928 2001-11-18  Jim Meyering  <meyering@lucent.com>
60929
60930         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
60931
60932 2001-11-18  Jim Meyering  <meyering@lucent.com>
60933
60934         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
60935         on SunOS 4.
60936
60937         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
60938         files will be created before anything else.
60939
60940 2001-11-17  Paul Eggert  <eggert@twinsun.com>
60941
60942         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
60943         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
60944
60945 2001-11-17  Jim Meyering  <meyering@lucent.com>
60946
60947         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
60948         Prompted by a report from Bob Proulx.
60949
60950         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
60951         Instead, require UTILS_FUNC_MKSTEMP.
60952
60953 2001-11-17  Jim Meyering  <meyering@lucent.com>
60954
60955         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
60956         Now, that's done as part of AC_FUNC_STRTOD.
60957
60958 2001-11-17  Jim Meyering  <meyering@lucent.com>
60959
60960         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
60961         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
60962         rather than group writable.  Patch by Juan F. Codagnone.
60963
60964         * lib/readtokens.c: Remove explicit declarations of xmalloc and
60965         xrealloc, Instead, include "xalloc.h".
60966
60967         * lib/mountlist.c: Include unlocked-io.h after all system headers.
60968         Remove explicit declarations of xmalloc, xrealloc,
60969         and xstrdup.  Instead, include "xalloc.h".
60970
60971         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
60972         unlocked-io.h.
60973         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
60974         Likewise.
60975         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
60976
60977         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
60978         Reported by Padraig Brady.
60979
60980         * lib/mkstemp.c: #undef mkstemp.
60981         Include config.h.
60982         (rpl_mkstemp): Rename from mkstemp.
60983         Protoize.
60984
60985 2001-11-16  Jim Meyering  <meyering@lucent.com>
60986
60987         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
60988         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
60989         determine the amount of total physical memory, use pstat_getstatic.
60990         HPUX-11 doesn't define _SC_PHYS_PAGES.
60991         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
60992         If sysconf couldn't be used to determine the amount of available
60993         physical memory, use both pstat_getstatic and pstat_getdynamic.
60994         Based on a patch from Bob Proulx.
60995
60996 2001-11-10  Jim Meyering  <meyering@lucent.com>
60997
60998         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
60999         (jm_PREREQ): Use it.
61000
61001 2001-11-09  Jim Meyering  <meyering@lucent.com>
61002
61003         * m4/jm-macros.m4: Require autoconf-2.52f.
61004         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61005         Use these AC_-prefixed names, not the AM_-prefixed ones.
61006
61007         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61008
61009 2001-11-05  Jim Meyering  <meyering@lucent.com>
61010
61011         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61012
61013 2001-11-04  Jim Meyering  <meyering@lucent.com>
61014
61015         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61016         $DEFS.
61017
61018 2001-11-03  Jim Meyering  <meyering@lucent.com>
61019
61020         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61021         of AC_DEFUN.
61022
61023         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61024         know the name of the variable in the macro definition.
61025
61026 2001-11-03  Jim Meyering  <meyering@lucent.com>
61027
61028         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61029         in argmatch_to_argument call.
61030
61031         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61032         argument.
61033
61034         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61035         e.g., a fault due to an attempt to free a NULL pointer.
61036
61037 2001-11-01  Jim Meyering  <meyering@lucent.com>
61038
61039         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61040         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61041
61042 2001-11-01  Jim Meyering  <meyering@lucent.com>
61043
61044         * lib/dirfd.c, lib/dirfd.h: New files.
61045         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61046
61047         * lib/hash.c (hash_print) [TESTING]: Clean up.
61048
61049 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61050
61051         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61052         to avoid a warning if -Wall.
61053
61054 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61055
61056         * README: New file
61057         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61058         (per RMS's instructions, this is now the canonical source)
61059         * lgpl/, gpl/: New directories.
61060
61061 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61062
61063         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61064
61065 2001-10-21  Jim Meyering  <meyering@lucent.com>
61066
61067         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61068         this code would end up calling gettext even in packages built
61069         with --disable-nls.
61070         * lib/getopt.c (_): Likewise.
61071         * lib/regex.c (_): Likewise.
61072
61073 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61074
61075         * m4/error.m4 (jm_PREREQ_ERROR):
61076         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61077         AC_FUNC_STRERROR_R does that.
61078         Check for strerror declaration.
61079
61080         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61081         are supposed to have them these days.
61082         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61083         Merge changes from latest Autoconf CVS.
61084         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61085         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61086         POSIX decided to standardize on the int flavor of strerror_r.
61087
61088 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61089
61090         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61091         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61092         Use strerror_r that is only a macro, even if it is not a function.
61093         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61094         (private_strerror): Use prototypes, not old-style function definition.
61095         (print_errno_message): New function.
61096         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61097         char*-flavored one.
61098         (error_tail, error, error_at_line): Use it.
61099
61100 2001-10-11  Jim Meyering  <meyering@lucent.com>
61101
61102         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61103         and quote_n (1, ... to avoid clobbering a buffer.
61104
61105 2001-10-05  Jim Meyering  <meyering@lucent.com>
61106
61107         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61108         hash-pjw.h.
61109         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61110         * lib/hash-pjw.h: New file.
61111
61112 2001-09-30  Jim Meyering  <meyering@lucent.com>
61113
61114         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61115         `struct fsstat' has the `f_fstypename' member.
61116         Use that to define FS_TYPE, which is now used to make
61117         the getfsstat link test tighter.
61118
61119 2001-09-30  Jim Meyering  <meyering@lucent.com>
61120
61121         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61122         Include <sys/ucred.h>, for Apple Darwin.
61123         Include sys/mount.h and sys/fs_types.h only if available.
61124         (FS_TYPE): Define.
61125         (read_filesystem_list): Use FS_TYPE.
61126
61127 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61128
61129         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61130         a boolean context.
61131
61132 2001-09-29  Jim Meyering  <meyering@lucent.com>
61133
61134         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61135         [one-argument getmntent function]): Include stdio.h before mntent.h.
61136         SunOS 4.1.x needs it for the declaration of `FILE'.
61137         Patch by Volker Borchert.
61138
61139         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61140         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61141         sys/fs_types.h, and make the link-test for getfsstat guard #include
61142         directives with appropriate #if HAVE_*_H tests so that we can
61143         detect getfsstat on Apple Darwin1.3.7 systems.
61144         Reported by Nelson Beebe.
61145         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61146
61147 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61148
61149         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61150         #defines strtoimax.  Also treat the other strto* functions
61151         like strtoimax.
61152
61153         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61154         Check for strtoul and strtoumax,
61155         as those declarations are made even in the signed case.
61156         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61157         Likewise, for strtol and strtoimax.
61158
61159 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61160
61161         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61162         #defines strtoimax.  Also treat the other strto* functions
61163         like strtoimax.
61164
61165         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61166         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61167         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61168
61169 2001-09-26  Jim Meyering  <meyering@lucent.com>
61170
61171         Most macros in unlocked-io.h had the wrong number of arguments.
61172         * lib/gen-uio: New script.
61173         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61174         * lib/unlocked-io.hin: Remove file.
61175         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61176         rather than trying to embed it here.
61177         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61178         Reported by Padraig Brady.
61179
61180 2001-09-25  Volker Borchert  <bt@teknon.de>
61181
61182         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61183         `result'.
61184
61185 2001-09-24  Jim Meyering  <meyering@lucent.com>
61186
61187         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61188
61189 2001-09-23  Jim Meyering  <meyering@lucent.com>
61190
61191         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61192         instead of the mere test for existence of mntent.h.  The latter
61193         would get a false-positive on AIX 3.4 systems.
61194         In the outer getmntent if-block, don't die if neither of the getmntent
61195         tests succeeds.  Instead, just fall through and continue with the
61196         remaining tests.
61197
61198 2001-09-23  Jim Meyering  <meyering@lucent.com>
61199
61200         * lib/mountlist.c: Remove useless parentheses in #if directives.
61201         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61202         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61203
61204 2001-09-22  Jim Meyering  <meyering@lucent.com>
61205
61206         * m4/gettext.m4: New file.  From gettext.
61207         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61208         * m4/progtest.m4: Likewise
61209         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61210         * m4/glibc21.m4: Likewise.
61211
61212         * m4/libintl.m4: Remove.  No longer used.
61213
61214 2001-09-22  Jim Meyering  <meyering@lucent.com>
61215
61216         * lib/localcharset.c: Update from latest gettext.
61217         * lib/config.charset: Likewise.
61218
61219 2001-09-20  Jim Meyering  <meyering@lucent.com>
61220
61221         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61222         strtoimax.
61223         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61224         strtoumax.
61225
61226 2001-09-20  Jim Meyering  <meyering@lucent.com>
61227
61228         * lib/xstrtol.c (strtoimax): Guard declaration with
61229         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61230         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61231         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61232         (strtoumax): Likewise, for completeness (it wasn't necessary).
61233
61234 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61235
61236         * lib/strtoimax.c (HAVE_LONG_LONG):
61237         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61238         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61239         to work around bug in IBM C compiler.
61240
61241 2001-09-17  Jim Meyering  <meyering@lucent.com>
61242
61243         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61244         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61245         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61246         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61247         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61248         whenever the right hand side need not be expanded by the shell.
61249
61250 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61251
61252         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61253         library.  It's not correct, as some older glibcs are buggy.
61254         fnmatch wasn't fixed until glibc 2.2.
61255
61256         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61257         special shell magic here.
61258
61259 2001-09-16  Jim Meyering  <meyering@lucent.com>
61260
61261         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61262         * m4/jm-macros.m4: Require it.
61263
61264 2001-09-16  Jim Meyering  <meyering@lucent.com>
61265
61266         * lib/mkdir.c: New file.
61267
61268 2001-09-15  Jim Meyering  <meyering@lucent.com>
61269
61270         * m4/jm-macros.m4: Check for help2man.
61271
61272 2001-09-11  Jim Meyering  <meyering@lucent.com>
61273
61274         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61275         The body, by Paul Eggert, was moved here from configure.in.
61276         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61277
61278 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61279
61280         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61281         (jm_PREREQ): Use it.
61282
61283 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61284
61285         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61286         Use ssize_t, not int, to store result of readlink.
61287         Check for ssize_t overflow as well as size_t overflow,
61288         as POSIX says the result of readlink is implementation-defined
61289         when ssize_t overflows.
61290         Remove unnecessary cast to char*.
61291         Use free+malloc instead of realloc, as the storage doesn't need
61292         to be preserved and it's clearer and can be more efficient that way.
61293         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61294         * lib/xreadlink.h (xreadlink): Update prototype.
61295
61296 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61297
61298         * lib/xgetcwd.c: Revert some of the previous change; intead,
61299         fix the HAVE_GETCWD_NULL code to behave more like the
61300         !HAVE_GETCWD_NULL code used to.
61301
61302         Include "xalloc.h".
61303         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61304         invoke xalloc_die.
61305
61306 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61307
61308         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61309         sys/param.h, as pathmax.h includes them.
61310
61311 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61312
61313         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61314         (jm_PREREQ_XGETCWD): New macro.
61315
61316         * m4/getcwd.m4: New file.
61317
61318 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61319
61320         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61321         like the HAVE_GETCWD_NULL code.
61322         Include pathmax.h if not HAVE_GETCWD.
61323         Do not include xalloc.h.
61324         (INITIAL_BUFFER_SIZE): New symbol.
61325         Do not use xmalloc / xrealloc, since the caller is responsible for
61326         handling errors.  Preserve errno around `free' during failure.
61327         Do not overrun buffer when using getwd.
61328
61329 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61330
61331         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61332         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61333         getcwd (NULL, 0).
61334
61335 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61336
61337         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61338         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61339         spotted by Jim Meyering.
61340
61341 2001-09-03  Jim Meyering  <meyering@lucent.com>
61342
61343         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61344         failure.
61345
61346 2001-09-02  Jim Meyering  <meyering@lucent.com>
61347
61348         * lib/error.c: Update from GNU libc.
61349
61350 2001-09-01  Jim Meyering  <meyering@lucent.com>
61351
61352         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61353         Used by df.
61354
61355 2001-09-01  Jim Meyering  <meyering@lucent.com>
61356
61357         * lib/xreadlink.c: New file.
61358         * lib/xreadlink.h: New file.
61359         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61360         xreadlink.h.
61361
61362         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61363         doesn't conflict with sparc Solaris 7's definition in
61364         /usr/include/sys/int_types.h.
61365
61366         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61367         files.
61368         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61369         and strncasecmp as r-values.  Unixware didn't have declarations.
61370
61371 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61372
61373         * lib/xstrtol.h: Add copyright notice.
61374         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61375         LONGINT_INVALID_SUFFIX_CHAR.
61376
61377 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61378
61379         * lib/xstrtol.c (strtoimax): New decl.
61380
61381 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61382
61383         * lib/xgetcwd.c: Don't include pathmax.h.
61384         Include stdlib.h and unistd.h if available.
61385         Include xalloc.h.
61386         (xmalloc, xstrdup, free): Remove decls.
61387         (xgetcwd): Don't assume sizes fit in unsigned.
61388         Check for overflow when computing sizes.
61389         Simplify reallocation code.
61390
61391 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61392
61393         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61394         a directory's st_size can have an arbitrary value, so the old
61395         usage could waste an arbitrary amount of memory.  All uses
61396         changed.
61397         * lib/savedir.h: Update prototype.
61398
61399 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61400
61401         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61402
61403         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61404         old strtoimax.c.
61405
61406         Also, make the following further changes to make this file's
61407         configuration more similar to that of strtol.c:
61408         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61409         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61410         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61411         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61412         changed to signed values.
61413
61414         And make the following changes as well:
61415         Fix copyright notice, as 1999 was missing.
61416         (verify): New macro.
61417         (strtoimax): Check sizes at compile-time, not run-time.
61418         Prefer strtol to strtoll if both work.
61419         (main): Remove; it was not that useful and was a pain to maintain.
61420
61421         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61422
61423 2001-08-31  Jim Meyering  <meyering@lucent.com>
61424
61425         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61426         Use an initial, malloc'd, buffer of length 128 rather than
61427         a statically allocated one of length 1024.
61428
61429 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61430
61431         Simplify code, partly by assuming autoconf 2.52 semantics.
61432
61433         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61434
61435         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61436         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61437         All uses removed.
61438         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61439         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61440         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61441         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61442         jm_AC_HEADER_INTTYPES_H.
61443         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61444
61445         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61446
61447         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61448         Quote first arg of AC_DEFUN.
61449         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61450         since they are needed to parse the include file even if we need
61451         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61452         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61453         but with opposite signedness.
61454
61455 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61456
61457         Merge 'exclude' changes from tar 1.13.22.
61458         This fixes one or two unlikely storage allocation overflow bugs,
61459         but doesn't change user-visible behavior otherwise.
61460
61461 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61462
61463         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61464         (jm_PREREQ_EXCLUDE): New macro.
61465
61466 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61467
61468         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61469         tm to be declared.
61470
61471 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61472
61473         * lib/hash.c: Remove '2001' from copyright notice.
61474
61475 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61476
61477         * lib/full-write.h: New file.
61478         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61479         * lib/full-write.c: Correct credits, as cccp.c no longer
61480         exists and anyway it was so heavily changed from the old cccp
61481         code as to be unrecognizable.  Include full-write.h.
61482         (full_write) Return size_t, with short writes meaning failure.
61483         All callers changed.  This fixes a bug with large buffers
61484         on 64-bit hosts.
61485         * lib/utime.c: Include full-write.h.
61486
61487 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61488
61489         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61490         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61491         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61492         Include if available.
61493         (<xalloc.h>): Include
61494         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61495         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61496         collide with FNM macros.
61497         (struct patopts): New struct.
61498         (struct exclude): Use it, as exclude patterns now come with options.
61499         (new_exclude): Support above changes.
61500         (new_exclude, add_exclude_file):
61501         Initial size must now be a power of two to simplify overflow checking.
61502         (free_exclude, fnmatch_no_wildcards): New function.
61503         (excluded_filename): No longer requires options arg, as the options
61504         are determined by add_exclude.  Now returns bool, not int.
61505         (excluded_filename, add_exclude):
61506         Add support for the fancy new exclusion options.
61507         (add_exclude, add_exclude_file): Now takes int options arg.
61508         Check for arithmetic overflow when computing sizes.
61509         (add_exclude_file): xrealloc might modify errno, so don't
61510         realloc until after errno might be used.
61511
61512         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61513         New macros.
61514         (free_exclude): New decl.
61515         (add_exclude, add_exclude_file): Now takes int options arg.
61516         (excluded_filename): No longer requires options arg, as the options
61517         are determined by add_exclude.  Now returns bool, not int.
61518
61519 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61520
61521         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61522
61523 2001-08-27  Jim Meyering  <meyering@lucent.com>
61524
61525         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61526
61527         * lib/version-etc.c (N_): Remove definition.
61528         Revert most of last change.
61529         Instead, simply don't mark the `Copyright...' string for translation.
61530         Based on advice from Paul Eggert.
61531
61532         * lib/strtoxmax.c: Tweak comment.
61533
61534 2001-08-26  Jim Meyering  <meyering@lucent.com>
61535
61536         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61537
61538         * m4/xstrtoimax.m4: New file.
61539         * m4/xstrtoumax.m4: Add comments explaining why we
61540         AC_REPLACE_FUNCS(strtol).
61541
61542 2001-08-26  Jim Meyering  <meyering@lucent.com>
61543
61544         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
61545         of copyright with `%s' so translators don't get an untranslated
61546         message in 2002.
61547         (COPYRIGHT_YEAR): Define.
61548         (version_etc): Use fprintf rather than fputs.
61549         Suggestion from Ulrich Drepper.
61550
61551         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
61552
61553         * lib/strtoll.c: New file, from GNU libc.
61554         * lib/xstrtoimax.c: New file.
61555
61556         * lib/xstrtol.h: Add xstrtoimax.
61557         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
61558         * lib/strtoimax.c: New file.  Likewise, but first define
61559         STRTOUXMAX_SIGNED.
61560
61561         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
61562         ...
61563         * lib/strtoxmax.c: ... then renamed to this.
61564
61565 2001-08-18  Paul Eggert  <eggert@twinsun.com>
61566
61567         * m4/inttypes.m4: Add AC_PREREQ(2.13).
61568         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
61569         (jm_AC_TYPE_INTMAX_T): New macro.
61570         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
61571
61572         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
61573
61574         * m4/longlong.m4: Renamed from ulonglong.m4.
61575         * m4/inttypes.m4: Renamed from inttypes_h.m4.
61576         * m4/uintmax_t.m4: Removed.
61577
61578 2001-08-13  Paul Eggert  <eggert@twinsun.com>
61579
61580         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
61581         Port to Solaris 8, where 'sed' requires a space after the 'r'
61582         command, and where sh dislikes "$/".  Clean up the spacing a bit.
61583         Redirect output to $tmp just once.
61584
61585 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
61586
61587         * lib/addext.c (<errno.h>): Include.
61588         (errno): Declare if not defined.
61589         (addext): Work correctly when pathconf returns -1 and leaves
61590         errno alone because there is no limit.  Also, work even if
61591         pathconf returns a value greater than SIZE_MAX.
61592
61593 2001-08-12  Jim Meyering  <meyering@lucent.com>
61594
61595         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
61596         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
61597         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
61598         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
61599         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
61600         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
61601         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
61602         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
61603         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
61604         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
61605         utime.m4, utimes.m4, xstrtoumax.m4:
61606         Quote the first argument in each use of AC_DEFUN.
61607
61608 2001-08-12  Jim Meyering  <meyering@lucent.com>
61609
61610         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
61611         Simply `return getcwd (NULL, 0);'.
61612         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
61613         Use 1300 as initial value for length, not PATH_MAX.
61614
61615         * lib/pathmax.h: Clean up cpp syntax.
61616
61617 2001-08-12  Jim Meyering  <meyering@lucent.com>
61618
61619         * lib/gettimeofday.c: New file.
61620         * lib/gtod.h: New file.
61621         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
61622
61623 2001-08-05  Jim Meyering  <meyering@lucent.com>
61624
61625         * m4/jm-macros.m4: Require autoconf-2.52.
61626
61627 2001-08-04  Jim Meyering  <meyering@lucent.com>
61628
61629         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
61630         stmt, to get in sync with glibc.
61631
61632 2001-08-03  Paul Eggert  <eggert@twinsun.com>
61633
61634         The following changes are from gettext 0.10.39 as maintained by
61635         Bruno Haible.
61636
61637         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
61638         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
61639         with inverted sense.  All uses changed.
61640
61641         * lib/mbswidth.c: Don't include <limits.h>.
61642         Include <stdlib.h> and <string.h> unconditionally.
61643         (iswcntrl, mbsinit, ISCNTRL): New macros.
61644         (mbsnwidth): Use K&R style function declarations.
61645         Don't bother checking for MB_LEN_MAX == 1, since the compiler
61646         can optimize it when MB_CUR_MAX == 1.
61647         The width of control characters is zero, not 1.
61648
61649 2001-08-03  Paul Eggert  <eggert@twinsun.com>
61650
61651         The following changes are from gettext 0.10.39 as maintained by
61652         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
61653
61654         * m4/codeset.m4: Upgrade to serial AM1.
61655         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
61656         all uses changed.  Quote first arg of AC_DEFUN.
61657         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
61658
61659         * m4/iconv.m4: Upgrade to serial AM2.
61660         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
61661         Add --with-libconv-prefix.
61662         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
61663         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
61664         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
61665         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
61666         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
61667
61668         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
61669         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
61670         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
61671         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
61672         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
61673         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
61674         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
61675         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
61676         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
61677
61678         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
61679         string.h any more.
61680
61681         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
61682         not the default value.
61683
61684         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
61685         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
61686         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
61687         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
61688         Also check for iswcntrl, used for wcwidth fallback.
61689         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
61690         to Autoconf 2.13.
61691
61692 2001-08-03  Jim Meyering  <meyering@lucent.com>
61693
61694         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
61695         as it was in the original.  Reported by Paul Eggert.
61696
61697 2001-07-16  Jim Meyering  <meyering@lucent.com>
61698
61699         * m4/gettimeofday.m4: New file.
61700         Prompted by a report from Bernhard Baehr.
61701
61702 2001-07-15  Jim Meyering  <meyering@lucent.com>
61703
61704         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
61705         stuff. Now it's in ../Makefile.cfg.
61706
61707 2001-07-15  Jim Meyering  <meyering@lucent.com>
61708
61709         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
61710         (BUILT_SOURCES): Add unlocked-io.h.
61711         (io_functions): Define.
61712         (unlocked-io.h): New rule.
61713         (DISTCLEANFILES): Add unlocked-io.h.
61714         (all-local): Depend on unlocked-io.h, to ensure it is created.
61715
61716         * lib/unlocked-io.hin: New file
61717
61718         * lib/regex.c: Update from glibc.
61719
61720 2001-07-05  Jim Meyering  <meyering@lucent.com>
61721
61722         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
61723         recommendation.
61724         (libfetish_a_SOURCES): Put all .h files here instead.
61725         Remove a thus-exposed (better checks in automake) duplicate and
61726         two unnecessary .h files.
61727
61728 2001-07-04  Jim Meyering  <meyering@lucent.com>
61729
61730         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
61731         that generates jm-glibc-io.m4 so that it doesn't trigger any make
61732         distcheck failure.
61733
61734 2001-07-02  Jim Meyering  <meyering@lucent.com>
61735
61736         The following changes were prompted by suggestions from Bruno Haible.
61737
61738         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
61739         is now generated.
61740         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
61741         definition of EXTRA_DIST.
61742         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
61743         ensure that the generated file is created/updated whenever the list
61744         of $(unlocked_functions) is changed.
61745         (jm-glibc-io.m4): New rule.
61746         (unlocked-io.h): New rule -- currently unused.
61747
61748 2001-06-24  Jim Meyering  <meyering@lucent.com>
61749
61750         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
61751         unmatched right bracket, rather than kludging it with an extra,
61752         falsely-matching quote in a comment.  Patch by Akim Demaille.
61753
61754 2001-06-11  Jim Meyering  <meyering@lucent.com>
61755
61756         * lib/regex.c: Update from GNU libc.
61757
61758 2001-05-27  Jim Meyering  <meyering@lucent.com>
61759
61760         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
61761         Check for ut_type in struct utmp.
61762
61763 2001-05-27  Jim Meyering  <meyering@lucent.com>
61764
61765         * lib/readutmp.h (UT_TYPE): Define.
61766
61767 2001-05-24  Jim Meyering  <meyering@lucent.com>
61768
61769         * lib/argmatch.c: Include "quote.h".
61770         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
61771         quote function.  Reported by Göran Uddeborg.
61772
61773 2001-05-22  Jim Meyering  <meyering@lucent.com>
61774
61775         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
61776         now that we use the package-supplied version unconditionally.
61777         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
61778
61779 2001-05-21  Jim Meyering  <meyering@lucent.com>
61780
61781         * m4/regex.m4: Change a couple backticks to single quotes to avoid
61782         shell syntax errors.
61783
61784 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
61785
61786         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
61787
61788 2001-05-20  Paul Eggert  <eggert@twinsun.com>
61789
61790         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
61791         Don't bother to check library strftime, since
61792         we'll be using our own my_strftime function anyway.
61793         Define my_strftime instead of strftime.
61794
61795 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
61796
61797         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
61798         which is not yet declared.
61799
61800 2001-05-15  Jim Meyering  <meyering@lucent.com>
61801
61802         * m4/regex.m4: Use proper quoting so brackets appear in the test
61803         program.
61804         Reported by, and with help from, Bruno Haible.
61805
61806 2001-05-13  Jim Meyering  <meyering@lucent.com>
61807
61808         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
61809         undefined.
61810
61811 2001-05-11  Paul Eggert  <eggert@twinsun.com>
61812
61813         dirname code cleanup.  base_name now behaves more compatibly
61814         with POSIX basename when given file names that have trailing
61815         slashes, and similarly for dir_name.  Add new primitives
61816         base_len and dir_len.  Put the directory-name-related decls
61817         into dirname.h.
61818
61819         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
61820         * lib/backupfile.c (base_name): Likewise.
61821         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
61822         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
61823         * lib/makepath.c (strip_trailing_slashes): Likewise.
61824         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
61825         ISSLASH): Likewise.
61826         * lib/rename.c (strip_trailing_slashes): Likewise.
61827         * lib/same.c (base_name): Likewise.
61828         * lib/stripslash.c (ISSLASH): Likewise.
61829
61830         * lib/addext.c: Include <dirname.h> after size_t is defined.
61831         * lib/backupfile.c: Likewise.
61832
61833         * lib/addext.c (addext): Use base_len to trim redundant
61834         trailing slashes instead of doing it ourselves.
61835         But do not trim the last slash if it is not redundant.
61836
61837         * lib/backupfile.c (find_backup_file_name,
61838         max_backup_version): Use base_len instead of rolling it ourselves.
61839         Handle the case of "" and (on DOS) "C:" correctly.
61840
61841         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
61842         needed. Include <string.h>, <dirname.h>.
61843         (base_name): Allow file names ending in slashes, other than names
61844         that are all slashes.  In this case, return the basename followed
61845         by the slashes.  This is more general, and can be used in places
61846         where the original base_name purposely had an assertion failure.
61847         (base_len): New function.
61848
61849         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
61850         Do not include <assert.h>; no longer needed.
61851         Include xalloc.h.
61852         (memrchr): Remove decl.
61853         (dir_name_r): Remove.
61854         (dir_len): Renamed from dirlen.  All callers changed.
61855         Rewrite in terms of base_name, for simplicity and consistency.
61856         (dir_name): Never return NULL.  All callers changed.
61857         Do not include <stdlib.h> in test program; no longer needed.
61858         return 0; is fine for test program.
61859
61860         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
61861         New macros.
61862         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
61863
61864         * lib/path-concat.c (path_concat): Use base_len to compute
61865         base length, not strlen; this means we cannot rely on memcpy
61866         to null-terminate.
61867
61868         * lib/same.c (STREQ): Remove.
61869         (same_name): Handle the case where the basename ends in trailing '/'.
61870
61871         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
61872         a slash was stripped.  Do not strip the last slash after a
61873         file system prefix.
61874
61875 2001-05-11  Paul Eggert  <eggert@twinsun.com>
61876
61877         * lib/Makefile.am (libfetish_a_SOURCES):
61878         Add strftime.c, since we now compile it on all hosts.
61879
61880         * lib/strftime.c (my_strftime):
61881         Define to nstrftime if emacs, but only if my_strftime is not defined.
61882         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
61883         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
61884         Add one more extra argument: a nanoseconds value.
61885         All uses changed.
61886         (ns): New macro.
61887         (my_strftime function): Add %N format.
61888         (emacs_strftimeu): Renamed from emacs_strftime,
61889         with extra ut argument.
61890
61891 2001-05-09  Paul Eggert  <eggert@twinsun.com>
61892
61893         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
61894
61895 2001-04-21  Jim Meyering  <meyering@lucent.com>
61896
61897         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
61898         doesn't interfere.
61899
61900 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
61901
61902         * m4/ftruncate.m4: Check for chsize.
61903         Link with ftruncate.o unconditionally if ftruncate is missing.
61904         This was required when cross-compiling to i586-mingw32msvc.
61905
61906 2001-04-08  Jim Meyering  <meyering@lucent.com>
61907
61908         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
61909         recomputed; that's necessary when the offset spans a DST transition.
61910         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
61911
61912 2001-04-02  Jim Meyering  <meyering@lucent.com>
61913
61914         * lib/regex.h, regex.c: Update from GNU libc.
61915
61916 2001-03-24  Jim Meyering  <meyering@lucent.com>
61917
61918         * m4/jm-macros.m4: Require autoconf-2.49d.
61919
61920 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
61921
61922         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
61923
61924 2001-03-19  Paul Eggert  <eggert@twinsun.com>
61925
61926         * lib/version-etc.c (version_etc_copyright): Update to 2001.
61927
61928 2001-03-17  Jim Meyering  <meyering@lucent.com>
61929
61930         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
61931         now that the version in autoconf is equivalent.
61932         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
61933
61934         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
61935         Suggestion from Akim Demaille.
61936
61937         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
61938         (jm_PREREQ_TEMPNAME): New function.
61939
61940 2001-03-16  Paul Eggert  <eggert@twinsun.com>
61941
61942         * lib/tempname.c (uint64_t): Define to uintmax_t if
61943         not defined, and if UINT64_MAX is not defined.
61944         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
61945         Reported by John David Anglin.
61946
61947 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
61948
61949         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
61950         resolve alias if codeset is empty.
61951         * lib/config.charset (BeOS): Use wildcard syntax.
61952
61953 2001-03-13  Jim Meyering  <meyering@lucent.com>
61954
61955         * lib/path-concat.c (path_concat)
61956         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
61957         concatenating e.g., `C:' and `foo'.
61958         From Bruno Haible.
61959
61960 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
61961
61962         * lib/localcharset.c (locale_charset): Don't use
61963         setlocale(LC_CTYPE,NULL). Don't return NULL.
61964         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
61965
61966 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
61967
61968         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
61969         support for DOS/DJGPP.
61970
61971 2001-03-01  Paul Eggert  <eggert@twinsun.com>
61972
61973         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
61974         lacks mkstemp.  Compile our own tempname.c if we compile our own
61975         mkstemp.c, as mkstemp relies on tempname.
61976
61977 2001-03-01  Jim Meyering  <meyering@lucent.com>
61978
61979         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
61980         AH_VERBATIM really does output its argument verbatim.
61981
61982 2001-02-28  Paul Eggert  <eggert@twinsun.com>
61983
61984         * lib/Makefile.am (libfetish_a_SOURCES):
61985         Add dup-safer.c, fopen-safer.c.
61986         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
61987
61988         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
61989         * lib/unistd-safer.h: New files.
61990
61991 2001-02-25  Paul Eggert  <eggert@twinsun.com>
61992
61993         The mkstemp replacement is taken from glibc 2.2.2, with some
61994         portability fixes for use outside glibc, as follows:
61995
61996         * lib/tempname.c (struct_stat64): New macro.
61997         (direxists, __gen_tempname): Use it.
61998         This avoids a portability problem with Solaris 8.
61999
62000         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62001         (<stddef.h>, <stdint.h>, <string.h>):
62002         Include only if STDC_HEADERS || _LIBC.
62003         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62004         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62005         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62006         (__set_errno): Define this macro if <errno.h> doesn't.
62007         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62008         Define these macros if <stdio.h> doesn't.
62009         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62010         Define these macros if <sys/stat.h>
62011         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62012         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62013         __xstat64): Define if not _LIBC.
62014         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62015         (__gen_tempname): Invoke gettimeofday only if
62016         HAVE_GETTIMEOFDAY || _LIBC;
62017         otherwise, fall back on plain "time".
62018         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62019
62020         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62021
62022         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62023
62024 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62025
62026         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62027
62028 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62029
62030         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62031         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62032         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62033         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62034
62035 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62036
62037         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62038         Remove workaround macros for hosts that have mbrtowc but not
62039         mbstate_t, as we now insist on proper declarations for both
62040         before using mbrtowc.
62041
62042 2001-02-17  Jim Meyering  <meyering@lucent.com>
62043
62044         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62045         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62046         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62047         UnixWare 7.1.1.
62048
62049         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62050         rather than AC_CACHE_VAL.
62051
62052 2001-02-17  Jim Meyering  <meyering@lucent.com>
62053
62054         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62055         around included file name.
62056
62057         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62058
62059         * lib/strftime.c: Update from GNU libc (the only changes were to
62060         comments).
62061
62062 2001-02-17  Jim Meyering  <meyering@lucent.com>
62063
62064         * lib/regex.c: Update from libc.
62065
62066 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62067
62068         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62069         clash.
62070
62071 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62072
62073         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62074         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62075         Reported by Mark Hounschell via Paul Eggert.
62076
62077 2001-02-07  Jim Meyering  <meyering@lucent.com>
62078
62079         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62080
62081 2001-02-05  Jim Meyering  <meyering@lucent.com>
62082
62083         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62084         it includes the patch required for `large file' support with at least
62085         HP-UX's 10.20 /bin/cc.
62086
62087 2001-02-03  Jim Meyering  <meyering@lucent.com>
62088
62089         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62090         AS_IF, now that it works once again (mysteriously).
62091         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62092
62093 2001-01-30  Jim Meyering  <meyering@lucent.com>
62094
62095         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62096         * m4/chown.m4: Rename conftestchown to conftest.chown.
62097         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62098         s/conftestdir2/conftest.d2/.
62099         * m4/utimes.m4: s/conftestdata/conftest.data/
62100         Inspired by Pavel Roskin's change in autoconf.
62101
62102 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62103
62104         * lib/config.charset: Update for FreeBSD 4.2.
62105
62106 2001-01-27  Jim Meyering  <meyering@lucent.com>
62107
62108         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62109         a use of AS_IF.
62110         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62111
62112 2001-01-26  Jim Meyering  <meyering@lucent.com>
62113
62114         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62115         quotearg.c includes it.
62116
62117 2001-01-26  Jim Meyering  <meyering@lucent.com>
62118
62119         * lib/quotearg.c: Include stddef.h.
62120         * lib/quote.c: Include stddef.h.
62121         Reported by Axel Kittenberger.
62122
62123         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62124         line in double quotes so that it evokes a better diagnostic.
62125         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62126         Reported by Axel Kittenberger.
62127
62128 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62129
62130         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62131         as if it was a `charset'.
62132
62133 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62134
62135         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62136         has const.
62137
62138 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62139
62140         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62141         to avoid a warning.  Add back 'const' to inptr.
62142
62143 2001-01-20  Jim Meyering  <meyering@lucent.com>
62144
62145         Be sure that headers are checked before used in code compiled
62146         for the type checks.
62147         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62148         In place of that, invoke jm_CHECK_ALL_TYPES.
62149         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62150         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62151         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62152         The check for ssize_t was mistakenly run before the test for unistd.h.
62153
62154         The configure-time check for stdbool.h was missing.
62155         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62156         (jm_PREREQ_HASH): New function.
62157
62158 2001-01-17  Jim Meyering  <meyering@lucent.com>
62159
62160         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62161         for autoconf-2.49c.
62162         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62163
62164 2001-01-16  Jim Meyering  <meyering@lucent.com>
62165
62166         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62167         From Bruno Haible.
62168
62169 2001-01-14  Jim Meyering  <meyering@lucent.com>
62170
62171         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62172         foo and bar.  Create conftestdir/ in the script, not in the C code.
62173         Remove directories in the script, not in the C code.
62174         Remove conftestdir{,2} before trying to create the directory.
62175         Make the entire configure script fail if the mkdir fails.
62176
62177 2001-01-14  Jim Meyering  <meyering@lucent.com>
62178
62179         * lib/rename.c: New file.  From Volker Borchert.
62180         Include stdlib.h, string.h or strings.h, and xalloc.h.
62181         Use strip_trailing_slashes rather than open-coding it.
62182
62183 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62184
62185         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62186
62187 2001-01-03  Jim Meyering  <meyering@lucent.com>
62188
62189         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62190         of local `inptr' to avoid warning with some system declarations of
62191         iconv.
62192
62193 2001-01-02  Volker Borchert  <bt@teknon.de>
62194
62195         * m4/rename.m4: New file.
62196         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62197
62198 2001-01-01  Jim Meyering  <meyering@lucent.com>
62199
62200         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62201         even on systems with utmpx.h.  It's necessary for the declaration of
62202         utmp's ut_user member.  Reported by Andreas Jaeger.
62203
62204         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62205         available. They are required for the declarations of getgrgid and
62206         getpwuid resp.
62207         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62208         Reported by Andreas Jaeger.
62209
62210 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62211
62212         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62213         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62214         so `make install' also works in VPATH builds.
62215
62216 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62217
62218         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62219         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62220         can be used in subdirectories.
62221
62222 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62223
62224         * lib/modechange.c: Do not assume that mode_t uses the
62225         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62226         the other-execute bit of FOO even if S_IXOTH != 1.
62227
62228         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62229         WOTH, XOTH, ALLM): New macros.
62230         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62231          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62232         Use them.
62233         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62234         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62235         (mode_compile):
62236         No need to use uintmax_t; unsigned long is long enough.
62237         Don't bother to get suffix since we don't use it.
62238
62239 2000-12-26  Jim Meyering  <meyering@lucent.com>
62240
62241         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62242         better with autoheader.
62243
62244 2000-12-24  Jim Meyering  <meyering@lucent.com>
62245
62246         * lib/hash.c (is_prime): Return explicit boolean values.
62247         (hash_get_first): Return NULL to appease Irix5.6's 89.
62248         Reported by Nelson Beebe.
62249
62250 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62251
62252         * lib/localcharset.c (locale_charset): Add support for Win32.
62253
62254 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62255
62256         * lib/physmem.h, lib/physmem.c: New files.
62257
62258         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62259         (noinst_HEADERS): Add physmem.h.
62260
62261         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62262         't' for compatibility with Solaris 8 sort.
62263
62264 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62265
62266         * lib/config.charset: Add support for BeOS.
62267
62268 2000-12-17  Jim Meyering  <meyering@lucent.com>
62269
62270         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62271         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62272
62273 2000-12-16  Jim Meyering  <meyering@lucent.com>
62274
62275         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62276         N and M) would have treated it like `chown N:N FILE'.
62277
62278         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62279
62280 2000-12-16  Jim Meyering  <meyering@lucent.com>
62281
62282         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62283         SHELLS_FILE to a file name that's useful on djgpp systems.
62284         Include stdlib.h.
62285         (ADDITIONAL_DEFAULT_SHELLS): Define.
62286         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62287         Based mostly on a patch from Prashant TR.
62288
62289 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62290
62291         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62292         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62293         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62294
62295 2000-12-08  Andreas Schwab  <schwab@suse.de>
62296
62297         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62298         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62299
62300 2000-12-07  Jim Meyering  <meyering@lucent.com>
62301
62302         * lib/stripslash.c (ISSLASH): Define.
62303         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62304         `/'.
62305         From Prashant TR.
62306
62307         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62308         (dir_name_r): Declare this function as static.
62309         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62310         manifest itself on a name containing a mix of slashes and
62311         backslashes.
62312         Make this function work with names starting with a DOS-style
62313         drive letter and colon prefix.
62314         (dir_name): Append `.' if necessary.
62315         Based mostly on patches from Prashant TR and Eli Zaretskii.
62316
62317         * lib/dirname.h (dir_name_r): Remove prototype.
62318
62319 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62320
62321         * m4/off_t-format.m4: Remove this file.
62322         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62323
62324 2000-12-06  Jim Meyering  <meyering@lucent.com>
62325
62326         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62327         replacement strtoull, we may well need the replacement strtoul, too.
62328         Check for declarations of strtoul and strtoull.
62329         Check for strtol.  Mainly as a cue to cause automake to include
62330         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62331         Check for limits.h -- strtol.c needs it.
62332
62333 2000-12-05  Jim Meyering  <meyering@lucent.com>
62334
62335         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62336
62337 2000-12-04  Jim Meyering  <meyering@lucent.com>
62338
62339         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62340         Also include memory.h, stdlib.h, unistd.h if appropriate.
62341         Reported by Andreas Jaeger (conflicting declaration of malloc).
62342
62343 2000-12-02  Jim Meyering  <meyering@lucent.com>
62344
62345         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62346         * m4/jm-macros.m4 (jm_MACROS): require it.
62347
62348 2000-12-02  Jim Meyering  <meyering@lucent.com>
62349
62350         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62351
62352 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62353
62354         * lib/memrchr.c: Include <config.h> before any system include file.
62355
62356 2000-11-30  Jim Meyering  <meyering@lucent.com>
62357
62358         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62359
62360 2000-11-30  Jim Meyering  <meyering@lucent.com>
62361
62362         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62363
62364 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62365
62366         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62367
62368 2000-11-26  Jim Meyering  <meyering@lucent.com>
62369
62370         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62371
62372 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62373
62374         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62375         size of (size_t) -1; it's not portable.
62376
62377 2000-11-17  Jim Meyering  <meyering@lucent.com>
62378
62379         * lib/strstr.c: Update from GNU libc.
62380
62381 2000-11-17  Akim Demaille  <akim@epita.fr>
62382
62383         * lib/obstack.h: Formatting changes.
62384         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62385         prevent type checking.
62386         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62387         cast the value to (void *): assigning a `foo *' to a `void *'
62388         variable is valid.
62389         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62390
62391 2000-11-16  Jim Meyering  <meyering@lucent.com>
62392
62393         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62394
62395 2000-11-11  Jim Meyering  <meyering@lucent.com>
62396
62397         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62398
62399 2000-11-10  Jim Meyering  <meyering@lucent.com>
62400
62401         * lib/obstack.h: Update from GNU libc.
62402         * lib/obstack.c: Likewise.
62403
62404 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62405
62406         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62407
62408 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62409
62410         * lib/getusershell.c (setusershell): Use rewind rather than
62411         fseek/fseeko, to avoid configuration hassles with fseeko.
62412         Don't bother opening SHELLS_FILE if shellstream is NULL;
62413         it's not necessary.
62414
62415 2000-11-05  Jim Meyering  <meyering@lucent.com>
62416
62417         * lib/makepath.h (make_dir): Declare.
62418         * lib/makepath.c (make_dir): Remove `static' attribute.
62419         Tweak a comment.
62420
62421 2000-11-04  Jim Meyering  <meyering@lucent.com>
62422
62423         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62424
62425 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62426
62427         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62428         last one in a bucket, advance to the next bucket.
62429
62430 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62431
62432         * lib/fnmatch.c: Do not comment out all the code if we are using
62433         the GNU C library, because in some cases we are replacing buggy
62434         code in the GNU C library itself.
62435
62436 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62437
62438         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62439         (regex_compile): Catch bogus \(\1\).
62440
62441 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62442
62443         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62444         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62445         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62446
62447 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62448
62449         * lib/error.h, getline.h, modechange.h:
62450         Remove "2000" from Copyright line, as the file hasn't been
62451         changed this year other than in the copyright notice.
62452
62453         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62454         was changed this year.
62455
62456 2000-10-29  Jim Meyering  <meyering@lucent.com>
62457
62458         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62459         renaming.
62460         * m4/ls-mntd-fs.m4: Likewise
62461
62462 2000-10-29  Jim Meyering  <meyering@lucent.com>
62463
62464         * lib/xstat.in: Fix grammar in comment.
62465
62466 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62467
62468         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62469         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62470         doesn't define __restrict_arr.
62471
62472 2000-10-28  Jim Meyering  <meyering@lucent.com>
62473
62474         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62475         (jm_PREREQ_MEMCHR): New function.
62476
62477 2000-10-28  Jim Meyering  <meyering@lucent.com>
62478
62479         * lib/memchr.c: Update from libc.
62480         Adjust for portability:
62481         [HAVE_STDLIB_H]: Include stdlib.h.
62482         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62483         Undef __memchr, too.
62484         [!weak_alias]: Define __memchr to memchr.
62485
62486         * lib/regex.c: Update from libc.
62487         * lib/regex.h: Likewise.
62488         * lib/getopt1.c: Likewise.
62489         * lib/memcmp.c: Likewise.
62490
62491         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62492         Avoid using fseek, when possible -- it's broken by design.
62493         Patch by Ulrich Drepper.
62494
62495 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62496
62497         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62498         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62499         Giving in to popular pressure to shut up the compiler with casts.
62500
62501 2000-10-26  Jim Meyering  <meyering@lucent.com>
62502
62503         * lib/strftime.c: Update from libc.
62504
62505 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62506
62507         * regex.c: More `unsigned char' -> `re_char' changes.
62508         Also change several `int' into `re_wchar_t'.
62509         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62510         (PUSH_FAILURE_POINTER): Don't cast any more.
62511         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62512         We want GCC to complain, since this piece of code makes
62513         re_match non-reentrant, which *should* be fixed.
62514         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62515         (EXTEND_BUFFER): Use RETALLOC.
62516         (SET_LIST_BIT): Don't cast.
62517         (re_wchar_t): New type.
62518         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62519         that those two functions will always properly return.
62520         (IMMEDIATE_QUIT_CHECK): Cast to void.
62521         (analyse_first): Use recursion rather than an explicit stack.
62522         (re_compile_fastmap): Can't fail anymore.
62523         (re_search_2): Don't check re_compile_fastmap for failure.
62524         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62525         Now also sets the new value (passed in a new argument).
62526         (re_match_2_internal): Use it.
62527         Also, use a new var `reg' of type size_t when looping through regs
62528         rather than reuse the inappropriate `mcnt'.
62529
62530 2000-10-25  Jim Meyering  <meyering@lucent.com>
62531
62532         * lib/obstack.c: Update from libc.
62533
62534 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62535
62536         * regex.c (regex_compile): Change the way of handling a range from
62537         a char less than 256 to a char not less than 256.
62538
62539 2000-10-24  Andrew Innes  <andrewi@gnu.org>
62540
62541         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
62542         NT-Emacs only.
62543         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
62544         so that re_search functions only quit when callers expect them to.
62545
62546 2000-10-23  Jim Meyering  <meyering@lucent.com>
62547
62548         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
62549         wrong.  That set_locale call must not have any side effects.
62550         From Paul Eggert.
62551
62552 2000-10-22  Jim Meyering  <meyering@lucent.com>
62553
62554         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
62555         [CYCLIC]: Remove now-unused definition.
62556
62557         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
62558         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
62559         Suggestion from Ulrich Drepper.
62560
62561 2000-10-21  Jim Meyering  <meyering@lucent.com>
62562
62563         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
62564         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
62565         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
62566
62567 2000-10-21  Jim Meyering  <meyering@lucent.com>
62568
62569         * lib/dirname.c (memrchr): Declare if necessary.
62570         (dir_name): Remove the restriction that there be no
62571         trailing slashes.  Now, this code skips past them, effectively
62572         ignoring them.
62573         [TEST_DIRNAME] (main): New unit tests.
62574
62575         * lib/memrchr.c: New file from GNU libc.
62576         Undef __memrchr, too.
62577         [!weak_alias]: Define __memrchr to memrchr.
62578         Guard weak_alias use with `#ifdef weak_alias'.
62579
62580 2000-10-21  Jim Meyering  <meyering@lucent.com>
62581
62582         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
62583         (dir_name): Use dir_name_r.
62584         * lib/dirname.h (dir_name_r): Declare it.
62585
62586 2000-10-17  Jim Meyering  <meyering@lucent.com>
62587
62588         * lib/quote.h (PARAMS): Define and use.
62589         Reported by Akim Demaille.
62590
62591         * lib/getopt.c: Update from libc.
62592
62593 2000-10-16  Jim Meyering  <meyering@lucent.com>
62594
62595         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
62596         setlocale.
62597         From Jan Fedak.
62598
62599 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
62600
62601         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
62602
62603 2000-09-25  Jim Meyering  <meyering@lucent.com>
62604
62605         * lib/md5.h (rol): Define (from GnuPG).
62606
62607         * lib/sha.c: Give credit (GnuPG) where due.
62608         (M): Use rol rather than open-coding it.
62609         Add a FIXME comment.
62610
62611 2000-09-21  Jim Meyering  <meyering@lucent.com>
62612
62613         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
62614         Reported by Michael Stone.
62615
62616 2000-09-20  Jim Meyering  <meyering@lucent.com>
62617
62618         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
62619         (noinst_HEADERS): Add sha.h.
62620         Based on code from Scott G. Miller and from GnuPG.
62621
62622 2000-09-18  Jim Meyering  <meyering@lucent.com>
62623
62624         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
62625         LIBS. Otherwise, everyone ends up linking with -lelf for some
62626         configurations.
62627         Reported by Mike Stone.
62628
62629 2000-09-15  Jim Meyering  <meyering@lucent.com>
62630
62631         * lib/regex.c: Update from libc.
62632
62633 2000-09-10  Jim Meyering  <meyering@lucent.com>
62634
62635         * lib/getopt.c (_getopt_internal): Update from glibc.
62636
62637 2000-09-09  Jim Meyering  <meyering@lucent.com>
62638
62639         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
62640         think it should be used as a general replacement for isascii.
62641         * lib/fnmatch.c: Likewise.
62642         * lib/mbswidth.c: Likewise
62643         * lib/regex.c: Likewise.
62644
62645         Don't use atoi.
62646         * lib/userspec.c: Include sys/param.h and limits.h.
62647         Include xstrtol.h.
62648         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
62649         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
62650         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
62651         UID, GID.  Check range.
62652
62653 2000-09-06  Jim Meyering  <meyering@lucent.com>
62654
62655         * lib/getopt.c (_getopt_internal): Update from glibc.
62656
62657 2000-08-30  Jim Meyering  <meyering@lucent.com>
62658
62659         * lib/strftime.c: Merge in changes from GNU libc.
62660
62661 2000-08-26  Jim Meyering  <meyering@lucent.com>
62662
62663         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
62664         * m4/fpending.m4: New file.
62665
62666 2000-08-26  Jim Meyering  <meyering@lucent.com>
62667
62668         * lib/closeout.c: Include "__fpending.h".
62669         (close_stdout_status): Return right away if there's nothing to flush.
62670
62671         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
62672         * lib/__fpending.c: New file.
62673         * lib/__fpending.h: New file.
62674
62675 2000-08-20  Jim Meyering  <meyering@lucent.com>
62676
62677         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
62678         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
62679         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
62680
62681 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
62682
62683         Improve fileutils installation on systems where running
62684         programs (like install) can't be unlinked.
62685         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
62686         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
62687
62688 2000-08-07  Paul Eggert  <eggert@twinsun.com>
62689
62690         Standardize on "memory exhausted" instead of "Memory exhausted"
62691         or "virtual memory exhausted".
62692         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
62693         "virtual memory exhausted".
62694         * lib/same.c (same_name): Invoke xalloc_die instead of printing
62695         our own message.
62696         * lib/userspec.c (parse_user_spec): Likewise.
62697         * lib/bumpalloc.h: comment fix
62698         * lib/same.c, userspec.c: Include xalloc.h.
62699
62700         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
62701         not char *const and pointing to a constant array.
62702         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
62703         (xrealloc): Comment fix.
62704
62705         * lib/userspec.c (parse_user_spec):
62706         Don't translate a message until just before returning,
62707         to avoid unnecessary translation.
62708
62709 2000-08-07  Jim Meyering  <meyering@lucent.com>
62710
62711         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
62712         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
62713         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
62714         getgroups.c, gethostname.c, getopt.h, group-member.c,
62715         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
62716         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
62717         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
62718         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
62719         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
62720         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
62721         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
62722         yesno.c: Back out Copyright date changes for each file with no change
62723         this year.  This eases coordination with other programs using the same
62724         source code modules.  From Paul Eggert.
62725
62726 2000-08-06  Paul Eggert  <eggert@twinsun.com>
62727
62728         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
62729         not char, for compatibility with glibc 2.1.3 strftime.c.
62730
62731 2000-08-03  Greg McGary  <greg@mcgary.org>
62732
62733         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
62734         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
62735         (EXTEND_BUFFER): Use them.
62736
62737 2000-08-01  Jim Meyering  <meyering@lucent.com>
62738
62739         * lib/dirname.c (ISSLASH): Define.
62740         (BACKSLASH_IS_PATH_SEPARATOR): Define.
62741         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
62742         both `\' and `/' may be use as path separators.
62743         Based on a patch from Prashant TR.
62744
62745 2000-07-31  Paul Eggert  <eggert@twinsun.com>
62746
62747         * lib/quotearg.c (quotearg_n_options): Don't make the initial
62748         slot vector a constant, since it might get modified.
62749
62750 2000-07-31  Jim Meyering  <meyering@lucent.com>
62751
62752         * lib/xmalloc.c: Use `virtual memory exhausted', not
62753         `Memory exhausted'.
62754         * lib/obstack.c (print_and_abort): Likewise.
62755
62756 2000-07-30  Paul Eggert  <eggert@twinsun.com>
62757
62758         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
62759         buffer, so that the caller can always quote one small
62760         component of a "memory exhausted" message in slot 0.
62761         From a suggestion by Jim Meyering.
62762
62763 2000-07-30  Jim Meyering  <meyering@lucent.com>
62764
62765         * lib/makepath.c (make_path): Quote the other instance, too.
62766
62767         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
62768         (STATIC_BUF_SIZE): Define.
62769         (quotearg_n_options): Use only statically allocated storage when
62770         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
62771         than STATIC_BUF_SIZE.
62772
62773 2000-07-29  Jim Meyering  <meyering@lucent.com>
62774
62775         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
62776         * lib/dirname.c (dir_name): Likewise.
62777
62778         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
62779         `/'.
62780
62781         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
62782         (dir_name): Assert that there are no trailing slashes.
62783
62784 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
62785
62786         * lib/mbswidth.h (mbswidth): Add a flags argument.
62787         (mbswidth): New declaration.
62788         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
62789         * lib/mbswidth.c (mbswidth): Add a flags argument.
62790         (mbsnwidth): New function.
62791
62792 2000-07-24  Jim Meyering  <meyering@lucent.com>
62793
62794         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
62795
62796 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62797
62798         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
62799
62800 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62801
62802         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
62803         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
62804         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
62805         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
62806         invoke multibyte primitives.
62807
62808 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62809
62810         * lib/quotearg.c:
62811         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
62812         so that mbstate_t is always defined.
62813
62814         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
62815         be 1 in at least one GCC installation, and this configuration
62816         error is likely to be common.  Ignoring MB_LEN_MAX hurts
62817         performance on hosts that have mbrtowc but have only unibyte
62818         locales, but I assume these hosts are rare.
62819
62820 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62821
62822         * lib/mbswidth.c (_XOPEN_SOURCE):
62823         Don't define; this causes problems on Solaris 7.
62824         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
62825
62826 2000-07-23  Jim Meyering  <meyering@lucent.com>
62827
62828         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
62829         too: getgrgid, getpwuid, getuid.
62830
62831 2000-07-23  Jim Meyering  <meyering@lucent.com>
62832
62833         * lib/basename.c (base_name): Add an assertion.
62834
62835 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
62836
62837         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
62838         shadow its mbsinit function.
62839
62840 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
62841
62842         * lib/mbswidth.h: New file.
62843         * lib/mbswidth.c: New file.
62844         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
62845         (noinst_HEADERS): Add mbswidth.h.
62846
62847 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
62848
62849         * lib/config.charset: Add support for FreeBSD. Improve support for
62850         HP-UX and IRIX 6.
62851
62852 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
62853
62854         * m4/mbswidth.m4: New file.
62855         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
62856
62857 2000-07-15  Jim Meyering  <meyering@lucent.com>
62858
62859         * lib/makepath.c: Include quote.h.
62860         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
62861         corresponding argument in a `quote (...)' call.
62862         Give better diagnostics.
62863
62864         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
62865         (noinst_HEADERS): Add quote.h.
62866
62867         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
62868         from tar's src/misc.c.
62869         * lib/quote.h: New file.  Prototypes for same.
62870
62871 2000-07-14  Paul Eggert  <eggert@twinsun.com>
62872
62873         From a suggestion by Bruno Haible.
62874         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
62875         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
62876         to decide whether to define the BeOS workaround macro;
62877         this adjusts to the change to AC_MBSTATE_T.
62878
62879 2000-07-14  Jim Meyering  <meyering@lucent.com>
62880
62881         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
62882         jm_AC_TYPE_UINTMAX_T.
62883
62884 2000-07-13  Paul Eggert  <eggert@twinsun.com>
62885
62886         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
62887
62888         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
62889         quotearg_buffer_restyled): Add support for
62890         clocale_quoting_style.  Undo previous change to
62891         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
62892         and "{RIGHT QUOTATION MARK}" msgids.
62893
62894 2000-07-10  Paul Eggert  <eggert@twinsun.com>
62895
62896         From a suggestion by Bruno Haible.
62897         * m4/mbstate_t.m4 (AC_MBSTATE_T):
62898         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
62899         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
62900         and mbstate_t, to a single-part test that simply defines mbstate_t.
62901         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
62902         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
62903
62904 2000-07-10  Jim Meyering  <meyering@lucent.com>
62905
62906         * m4/strerror_r.m4: Mirror the correction made in autoconf.
62907
62908         * m4/gnu-source.m4: Output to confdefs.h directly.
62909         Suggestion from Akim Demaille.
62910
62911 2000-07-09  Paul Eggert  <eggert@twinsun.com>
62912
62913         The old behavior of quoting `like this' doesn't look good with
62914         newer, ISO-style fonts.  See:
62915         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
62916
62917         Instead, quote "like this" by default.  Let the translator
62918         tailor the locale-specific quoting behavior by providing
62919         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
62920
62921         * lib/quotearg.c (N_): New macro.
62922         (gettext_default): New function.
62923         (quotearg_buffer_restyled): Use
62924         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
62925         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
62926
62927 2000-07-09  Jim Meyering  <meyering@lucent.com>
62928
62929         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
62930         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
62931
62932         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
62933         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
62934
62935 2000-07-09  Jim Meyering  <meyering@lucent.com>
62936
62937         * lib/Most files: Update copyright dates to include 2000.
62938
62939 2000-07-08  Jim Meyering  <meyering@lucent.com>
62940
62941         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
62942         if not defined.
62943         (xgethostname): Remove now-unnecessary #ifdef.
62944         Move declaration of `err' into loop where it's used.
62945
62946 2000-07-05  Paul Eggert  <eggert@twinsun.com>
62947         and Bruno Haible  <haible@clisp.cons.org>
62948
62949         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
62950         only if the test for an object-type mbstate_t fails.  This
62951         prevents us from mistakenly reporting that mbstate_t is a
62952         system object type after we "#define mbstate_t int" to work
62953         around its lack.
62954
62955 2000-07-05  Paul Eggert  <eggert@twinsun.com>
62956         and Bruno Haible  <haible@clisp.cons.org>
62957
62958         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
62959
62960 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
62961
62962         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
62963         to strerror_r.
62964         Include <ctype.h> for use of isalpha.
62965
62966 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
62967
62968         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
62969         by allocating a larger buffer. Test the gethostname return value for
62970         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
62971         returns an error and ENAMETOOLONG isn't defined.
62972
62973 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
62974
62975         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
62976         dimension.
62977
62978 2000-07-04  Jim Meyering  <meyering@lucent.com>
62979
62980         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
62981         of the deprecated AC_CHECKING.
62982
62983 2000-07-04  Jim Meyering  <meyering@lucent.com>
62984
62985         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
62986         Reported by Bruno Haible.
62987
62988 2000-07-04  Jim Meyering  <meyering@lucent.com>
62989
62990         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
62991         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
62992         lacks mbrtowc.
62993
62994 2000-07-03  Paul Eggert  <eggert@twinsun.com>
62995
62996         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
62997         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
62998
62999 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63000         and Bruno Haible  <haible@clisp.cons.org>
63001
63002         * lib/quotearg.c (mbrtowc):
63003         Assign to *pwc, and return 1 only if result is nonzero.
63004         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63005
63006 2000-07-03  Jim Meyering  <meyering@lucent.com>
63007
63008         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63009
63010 2000-07-03  Jim Meyering  <meyering@lucent.com>
63011
63012         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63013         This is necessary to get a definition of e.g., UTMP_FILE on
63014         HP-UX 10.20.
63015         From Bob Proulx.
63016
63017 2000-07-02  Jim Meyering  <meyering@lucent.com>
63018
63019         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63020
63021         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63022         AC_LIBOBJ(function_name).
63023         * m4/chown.m4: Likewise.
63024         * m4/fnmatch.m4: Likewise.
63025         * m4/ftruncate.m4: Likewise.
63026         * m4/getgroups.m4: Likewise.
63027         * m4/getline.m4: Likewise.
63028         * m4/group-member.m4: Likewise.
63029         * m4/jm-macros.m4: Likewise.
63030         * m4/lstat.m4: Likewise.
63031         * m4/malloc.m4: Likewise.
63032         * m4/memcmp.m4: Likewise.
63033         * m4/nanosleep.m4: Likewise.
63034         * m4/putenv.m4: Likewise.
63035         * m4/realloc.m4: Likewise.
63036         * m4/regex.m4: Likewise.
63037         * m4/stat.m4: Likewise.
63038         * m4/strftime.m4: Likewise.
63039
63040 2000-07-02  Jim Meyering  <meyering@lucent.com>
63041
63042         * lib/quotearg.c (mbstate_t): Don't define here.
63043
63044 2000-07-02  Jim Meyering  <meyering@lucent.com>
63045
63046         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63047
63048 2000-07-01  Jim Meyering  <meyering@lucent.com>
63049
63050         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63051
63052 2000-07-01  Jim Meyering  <meyering@lucent.com>
63053
63054         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63055         problem.
63056
63057 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63058
63059         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63060         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63061
63062 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63063
63064         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63065         per change in ../m4/ls-mntd-fs.m4.
63066         (read_filesystem_list): Ignore symbolic links.
63067
63068 2000-06-29  Jim Meyering  <meyering@lucent.com>
63069
63070         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63071         for declaration of strcmp.
63072
63073         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63074
63075         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63076         Avoid warning by casting result to `char *' to remove `const'.
63077
63078 2000-06-28  Jim Meyering  <meyering@lucent.com>
63079
63080         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63081         included by quotearg.c, for which we perform this test.  From
63082         Bruno Haible.
63083
63084 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63085
63086         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63087         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63088         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63089
63090 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63091
63092         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63093
63094 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63095
63096         savedir now sets errno on failure and invokes xmalloc to get memory.
63097         Fix a couple of other minor bugs while we're at it.
63098
63099         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63100         (NAMLEN): Remove macro.
63101         (malloc, realloc): Remove decls.
63102         (stpcpy): Likewise.
63103         ("xalloc.h"): Include.
63104         (NAME_SIZE_DEFAULT): New macro.
63105         (savedir): Use xmalloc / xrealloc to allocate memory.
63106         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63107         Skip "" directory entries.
63108         Use strlen to calculate directory entry length, since the old method
63109         is rarely used these days and isn't worth supporting.
63110         Don't use a pointer after freeing it.
63111         Check for integer overflow when calculating allocation size.
63112         Use memcpy to copy entries, instead of stpcpy.
63113         Set errno properly when returning NULL.
63114         Check for readdir error.
63115
63116 2000-06-26  Jim Meyering  <meyering@lucent.com>
63117
63118         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63119
63120 2000-06-25  Jim Meyering  <meyering@lucent.com>
63121
63122         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63123         Linux header bug when _XOPEN_SOURCE is defined to 500.
63124
63125 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63126
63127         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63128         deficiency.
63129
63130 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63131
63132         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63133         Include xalloc.h.
63134         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63135
63136 2000-06-24  Jim Meyering  <meyering@lucent.com>
63137
63138         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63139         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63140         for which strerror does return char*, but which lacks a conveniently
63141         accessible declaration of the function.  If the compile-test says
63142         strerror_r doesn't work, then resort to a `run'-test that works on
63143         BeOS and segfaults on DEC Unix.
63144
63145 2000-06-24  Jim Meyering  <meyering@lucent.com>
63146
63147         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63148
63149 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63150
63151         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63152         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63153
63154 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63155
63156         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63157         (mbrtowc, mbstate_t): Define substitutes if
63158         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63159         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63160         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63161
63162 2000-06-23  Jim Meyering  <meyering@lucent.com>
63163
63164         * m4/afs.m4: Add missing AC_MSG_RESULT.
63165         Reported by Bruno Haible.
63166
63167         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63168         Suggestion from Bruno Haible.
63169
63170 2000-06-23  Jim Meyering  <meyering@lucent.com>
63171
63172         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63173
63174 2000-06-21  Jim Meyering  <meyering@lucent.com>
63175
63176         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63177
63178 2000-06-21  Jim Meyering  <meyering@lucent.com>
63179
63180         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63181         (noinst_HEADERS): Add getstr.h.
63182
63183         * lib/getline.c (getstr): Move into a separate file.
63184         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63185         the following changes: new parameter, delim2; both delim[12]
63186         parameters have type `int', not `char'.  The latter would lose
63187         with 8-bit delimiters.
63188         * lib/getstr.h: New file.
63189
63190 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63191
63192         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63193         than 1024, return a memory chunk of least possible size, instead
63194         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63195         Use free/xmalloc instead of xrealloc to avoid copying for very long
63196         paths.
63197
63198 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63199
63200         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63201         the empty string.
63202
63203 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63204
63205         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63206         address, not strdup.  Include <stdlib.h> and don't declare free().
63207
63208 2000-06-19  Jim Meyering  <meyering@lucent.com>
63209
63210         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63211
63212 2000-06-18  Jim Meyering  <meyering@lucent.com>
63213
63214         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63215
63216         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63217         `checking whether...' message to be consistent with that of the
63218         lstat test.
63219
63220 2000-06-18  Jim Meyering  <meyering@lucent.com>
63221
63222         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63223         Besides, these days every porting target provides a mkdir function.
63224
63225         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63226         needed. (this snippet comes from src/system.h).
63227
63228 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63229
63230         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63231
63232 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63233
63234         * lib/human.c (adjust_value): New function.
63235         (human_readable_inexact): Apply rounding style even when
63236         printing approximate values.
63237
63238 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63239
63240         * lib/human.c (human_readable_inexact): Allow an input block
63241         size that is not a multiple of the output block size, and vice versa.
63242         Reported by Piergiorgio Sartor.
63243
63244 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63245
63246         * lib/getdate.y (get_date): Apply relative times after time
63247         zone indicator, not before.  Reported by Todd A. Jacobs.
63248
63249 2000-06-13  Jim Meyering  <meyering@lucent.com>
63250
63251         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63252
63253         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63254
63255 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63256
63257         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63258
63259 2000-06-12  Jim Meyering  <meyering@lucent.com>
63260
63261         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63262         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63263         optional argument.
63264         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63265         the optional argument, `lib'.
63266
63267 2000-06-08  Jim Meyering  <meyering@lucent.com>
63268
63269         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63270
63271 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63272
63273         Rewrite largefile configuration so that we don't need to run
63274         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63275         AC_CANONICAL_HOST in configure.in -- jmm]
63276
63277         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63278         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63279         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63280         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63281         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63282         All uses changed.
63283         Instead of inspecting the output of getconf, try to compile the
63284         test program without and with the macro definition.
63285         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63286         for getconf.  Instead, check for the needed flags by compiling
63287         test programs.
63288
63289 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63290
63291         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63292
63293 2000-06-04  Jim Meyering  <meyering@lucent.com>
63294
63295         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63296         SunOS 4.1.4 for which gid_t is an unsigned type.
63297
63298 2000-06-03  Jim Meyering  <meyering@lucent.com>
63299
63300         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63301         now that autoconf requires that.
63302
63303         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63304         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63305         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63306
63307 2000-06-03  Jim Meyering  <meyering@lucent.com>
63308
63309         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63310
63311 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63312
63313         * m4/glibc21.m4: New file.
63314         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63315
63316 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63317
63318         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63319         newer, don't install charset.alias.
63320         * lib/config.charset: Change the Linux/glibc rules so they become empty
63321         on glibc-2.1 or newer.
63322
63323 2000-06-02  Jim Meyering  <meyering@lucent.com>
63324
63325         * lib/mountlist.c: Back out last change.  Instead, do this...
63326         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63327         me_dummy member using the same `ignore'-testing code.
63328         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63329         fs_type strings.
63330         From Mark D. Roth.
63331
63332 2000-05-29  Jim Meyering  <meyering@lucent.com>
63333
63334         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63335         mounts with the `ignore' attribute.  Based on a patch from
63336         Mark D. Roth.
63337
63338 2000-05-28  Jim Meyering  <meyering@lucent.com>
63339
63340         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63341         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63342         * m4/stat.m4: Likewise.
63343         * m4/lstat.m4: Likewise.
63344         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63345
63346         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63347         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63348
63349 2000-05-26  Jim Meyering  <meyering@lucent.com>
63350
63351         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63352
63353 2000-05-24  Jim Meyering  <meyering@lucent.com>
63354
63355         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63356         autoconf requires that.
63357         * m4/lib-check.m4: Likewise.
63358         * m4/jm-macros.m4: Likewise.
63359         * m4/strftime.m4: Likewise.
63360
63361         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63362         AC_CHECK_DECLS, now that autoconf requires that.
63363
63364 2000-05-22  Jim Meyering  <meyering@lucent.com>
63365
63366         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63367         * m4/lstat.m4: Likewise.
63368
63369 2000-05-22  Jim Meyering  <meyering@lucent.com>
63370
63371         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63372
63373 2000-05-20  Jim Meyering  <meyering@lucent.com>
63374
63375         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63376         (jm_PREREQ): Use it.
63377
63378 2000-05-18  Jim Meyering  <meyering@lucent.com>
63379
63380         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63381         back, too, since it may have been modified by allocate_entry.
63382         (hash_delete): Rewrite to use neither the assignment operator
63383         nor the comma operator in an if-expression.
63384
63385 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63386
63387         * lib/closeout.c:
63388         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63389         Remove; no longer needed.
63390         "quotearg.h": Add include.
63391         (file_name): Do not bother to explicitly initialize to NULL; it's less
63392         efficient on some hosts.
63393         (close_stdout_status): Remove test as to whether stdout was already
63394         closed; it breaks for the case "echo x | sort >&-".
63395         Quote file name colons.
63396         Do not assume that _("write error") lacks format strings.
63397
63398 2000-05-15  Jim Meyering  <meyering@lucent.com>
63399
63400         * lib/version-etc.c (version_etc_copyright): Update the copyright
63401         string used in all --version output.
63402
63403 2000-05-14  Jim Meyering  <meyering@lucent.com>
63404
63405         * lib/closeout.c (close_stdout_set_file_name): New function.
63406         (close_stdout_status): Use new file-scoped global.
63407         Return right away if fstat says the stdout file descriptor is invalid.
63408         * lib/closeout.h (close_stdout_set_file_name): Declare.
63409
63410 2000-05-10  Jim Meyering  <meyering@lucent.com>
63411
63412         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63413         (close_stdout_set_status): New function.
63414         * lib/closeout.h (close_stdout_set_status): Declare.
63415
63416 2000-05-09  Jim Meyering  <meyering@lucent.com>
63417
63418         * m4/gettext.m4: Rename this...
63419         * m4/libintl.m4: ...to this.
63420
63421 2000-05-08  Jim Meyering  <meyering@lucent.com>
63422
63423         * lib/long-options.c: Don't include closeout.h.
63424         (parse_long_options): Don't call close_stdout for --version.
63425
63426 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63427
63428         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63429         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63430         2.1.3 bug.  This avoids a clash when files like regex.c define
63431         _GNU_SOURCE.
63432
63433 2000-05-06  Jim Meyering  <meyering@lucent.com>
63434
63435         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63436         (AC_REPLACE_FUNCS): Add strnlen.
63437
63438         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63439         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63440
63441         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63442         AC_SEARCH_LIBS call for nanosleep.
63443         (LIB_NANOSLEEP): Set and AC_SUBST.
63444
63445 2000-05-06  Jim Meyering  <meyering@lucent.com>
63446
63447         * lib/strnlen.c: Undefine __strnlen and strnlen.
63448         [!weak_alias]: Define __strnlen to strnlen.
63449
63450         * lib/atexit.c: New file, from libiberty.
63451
63452 2000-05-06  Jim Meyering  <meyering@lucent.com>
63453
63454         * lib/closeout.c (close_stdout_status): Also check for errors on the
63455         stderr stream.
63456
63457 2000-05-05  Jim Meyering  <meyering@lucent.com>
63458
63459         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63460         AC_SEARCH_LIBS call for clock_gettime.
63461         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63462
63463         * m4/search-libs.m4: Update from autoconf.
63464
63465         su doesn't work on Solaris 2.6.
63466         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63467         <shadow.h>.  Reported by Dragos Harabor.
63468
63469 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63470
63471         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63472         memcpy instead of xmalloc, xrealloc, path_concat.
63473         (locale_charset): Treat empty environment variables as absent.
63474         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63475
63476 2000-05-04  Jim Meyering  <meyering@lucent.com>
63477
63478         * lib/getopt.c: Update from glibc.
63479         * lib/obstack.c: Likewise.
63480         * lib/obstack.h: Likewise.
63481         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63482         file
63483
63484         * lib/regex.h: Likewise.
63485         * lib/strndup.c: Likewise.
63486         * lib/strnlen.c: New file, from glibc.
63487
63488 2000-05-03  Jim Meyering  <meyering@lucent.com>
63489
63490         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63491
63492 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63493
63494         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63495         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63496         compile-time test, rather than inspecting host and OS, to
63497         decide whether to define _LARGEFILE_SOURCE.
63498
63499 2000-05-01  Jim Meyering  <meyering@lucent.com>
63500
63501         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63502
63503         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63504         Based on a patch from Bruno Haible.
63505
63506 2000-05-01  Jim Meyering  <meyering@lucent.com>
63507
63508         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63509
63510 2000-04-29  Jim Meyering  <meyering@lucent.com>
63511
63512         * lib/path-concat.c: Declare strdup only if it's not defined.
63513         * lib/canon-host.c: Likewise.
63514
63515 2000-04-28  Jim Meyering  <meyering@lucent.com>
63516
63517         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63518         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63519         is included first, then limits.h is included by locale.h by libintl.h.
63520         From John David Anglin.
63521
63522 2000-04-25  Jim Meyering  <meyering@lucent.com>
63523
63524         * lib/makepath.c (S_IRWXUGO): Define.
63525         (make_path): Always perform explicit chmod if MODE specifies any
63526         of the `special' permission bits.  Prompted by a bug report against
63527         install from Mate Wierdl and Joost van Baal.
63528
63529 2000-04-18  Jim Meyering  <meyering@lucent.com>
63530
63531         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63532         (jm_PREREQ): Use it.
63533
63534 2000-04-18  Jim Meyering  <meyering@lucent.com>
63535
63536         * lib/README: New file.
63537
63538         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
63539         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
63540
63541 2000-04-17  Jim Meyering  <meyering@lucent.com>
63542
63543         Get it right :-)
63544         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
63545         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
63546         Suggestion from Akim Demaille.
63547
63548 2000-04-17  Jim Meyering  <meyering@lucent.com>
63549
63550         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
63551         the definition of it to rpl_strftime also defined-away the system's
63552         declaration.
63553
63554 2000-04-15  Jim Meyering  <meyering@lucent.com>
63555
63556         Use `C' to denote so-called `contiguous' files, the same way
63557         that tar does.
63558         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
63559         (ftypelet): Use S_ISCTG.
63560         From Michael Deutschmann.
63561
63562 2000-04-14  Jim Meyering  <meyering@lucent.com>
63563
63564         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
63565         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
63566         clobbered.
63567
63568 2000-04-14  Jim Meyering  <meyering@lucent.com>
63569
63570         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
63571
63572 2000-04-13  Jim Meyering  <meyering@lucent.com>
63573
63574         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
63575         AH_VERBATIM to insert required #ifndef into config.h.in.
63576         Suggestion from Akim Demaille.
63577
63578 2000-04-12  Jim Meyering  <meyering@lucent.com>
63579
63580         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
63581         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
63582         Christian Krackowizer.
63583
63584         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
63585         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
63586         (AC_SYS_LARGEFILE): Require.
63587         (AM_C_PROTOTYPES): Require.
63588
63589 2000-04-08  Jim Meyering  <meyering@lucent.com>
63590
63591         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
63592         names don't conflict.  Reported by Eli Zaretskii.
63593
63594 2000-04-07  Jim Meyering  <meyering@lucent.com>
63595
63596         * lib/putenv.c: Move inclusion of errno.h so it follows that of
63597         sys/types.h, to work around system header problems on AIX 3.2.5.
63598         From Bruno Haible.
63599
63600 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
63601
63602         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
63603         bug.  Deal with the different error behavior of Irix iconv.
63604
63605 2000-04-05  Paul Eggert  <eggert@twinsun.com>
63606
63607         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
63608         IRIX if the installer said otherwise.
63609
63610 2000-04-05  Jim Meyering  <meyering@lucent.com>
63611
63612         Portability tweaks required for ultrix4.3.
63613         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
63614         (jm_CHECK_DECLS): Add getutent to the list of functions.
63615         (_jm_DECL_HEADERS): Add utmpx.h.
63616         From John David Anglin.
63617
63618         * m4/strftime.m4: Back out the 2000-04-02 change.
63619         Instead of that change, simply undefine putenv in the test program.
63620
63621 2000-04-05  Jim Meyering  <meyering@lucent.com>
63622
63623         Portability tweaks required for ultrix4.3.
63624         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
63625         getutent.
63626         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
63627         * lib/canon-host.c: Declare strdup.
63628         * lib/path-concat.c: Likewise.
63629         From John David Anglin.
63630
63631 2000-04-04  Jim Meyering  <meyering@lucent.com>
63632
63633         Be more DOS 8.3-friendly.
63634         * lib/ref-add.sin: Renamed from ref-add.sed.in.
63635         * lib/ref-del.sin: Renamed from ref-del.sed.in.
63636         * lib/Makefile.am: Reflect renaming.
63637         Reported by Eli Zaretskii.
63638
63639         Use a temporary file name that won't clash with `charset.alias'
63640         in the DOS 8.3 name space.
63641         * lib/Makefile.am (charset_tmp): Define.
63642         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
63643         (uninstall-local): Likewise.
63644         Reported by Eli Zaretskii.
63645
63646 2000-04-03  Jim Meyering  <meyering@lucent.com>
63647
63648         * m4/gettext.m4: Fix typo in comment.
63649
63650         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
63651         textutils/configure.in).  Suggestion from Paul Eggert.
63652         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
63653
63654 2000-04-02  Paul Eggert  <eggert@twinsun.com>
63655
63656         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
63657         variable in the shell rather than using putenv, which isn't
63658         portable.  This avoids the configure-time inter-test dependency
63659         on the potentially-renamed putenv function.
63660
63661 2000-03-30  Paul Eggert  <eggert@twinsun.com>
63662
63663         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
63664         before checking struct stat.st_blksize, so that
63665         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
63666
63667 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63668
63669         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
63670         since strftime.c uses HAVE_STRFTIME to decide whether to use
63671         the underlying strftime.
63672
63673 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63674
63675         * lib/time/strftime.c (my_strftime): Make sure we call the system
63676         strftime, not ourselves, when invoking the underlying strftime.
63677
63678 2000-03-24  Jim Meyering  <meyering@lucent.com>
63679
63680         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
63681         (charset_alias): Define.
63682         (install-exec-local): Factor out common code.
63683         (uninstall-local): Split lines longer than 80.
63684         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
63685         (SUFFIXES): Define.
63686         (.sed.in.sed): New rule.  Don't redirect directly to $@.
63687         (CLEANFILES): Add ref-add.sed and ref-del.sed.
63688
63689 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
63690
63691         * lib/config.charset: Output a line containing "Packages using this
63692         file".
63693         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
63694         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
63695         ref-del.sed): New rules.
63696
63697 2000-03-17  Jim Meyering  <meyering@lucent.com>
63698
63699         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
63700         Otherwise, include <strings.h>
63701
63702 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
63703
63704         * lib/unicodeio.c (utf8_wctomb): New function.
63705         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
63706         format instead of in UCS-4 with platform dependent endianness.
63707
63708 2000-03-10  Jim Meyering  <meyering@lucent.com>
63709
63710         * m4/lib-check.m4: Look for getspnam in -lgen, too.
63711         From Marco Franzen.
63712
63713 2000-03-07  Paul Eggert  <eggert@twinsun.com>
63714
63715         * lib/savedir.c (savedir): Work even if directory size is
63716         negative; this can happen with some screwy NFS configurations.
63717
63718 2000-03-06  Jim Meyering  <meyering@lucent.com>
63719
63720         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
63721         if it's NULL (because we ran out of memory).  From Bruno Haible.
63722
63723 2000-03-05  Jim Meyering  <meyering@lucent.com>
63724
63725         * lib/localcharset.c ("path-concat.h"): Include.
63726         (get_charset_aliases): Use path_concat instead of ANSI string
63727         concatenation.
63728
63729         * lib/unicodeio.h (PARAMS): Define.
63730         Use it to guard prototype.
63731
63732 2000-03-04  Jim Meyering  <meyering@lucent.com>
63733
63734         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
63735         for lib/localcharset.c.
63736
63737 2000-03-04  Jim Meyering  <meyering@lucent.com>
63738
63739         * lib/Makefile.am (install-exec-local): Create $(libdir) before
63740         installing into it.
63741         (uninstall-local): Uncomment this rule so `make distcheck' works
63742         once again.
63743
63744         * lib/unicodeio.c (<errno.h>): Include it.
63745         (errno): Declare if not defined.
63746
63747         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
63748
63749         * lib/config.charset: New version, incorporating remarks from a linux
63750         i18n mailing list.  From Bruno Haible.
63751
63752 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
63753
63754         * m4/codeset.m4: New file.
63755         * m4/iconv.m4: New file.
63756         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
63757
63758 2000-03-03  Jim Meyering  <meyering@lucent.com>
63759
63760         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
63761
63762 2000-03-02  Jim Meyering  <meyering@lucent.com>
63763
63764         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
63765         the messages come out on separate lines.
63766
63767         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
63768         rather than jm_CHECK_DECLARATIONS.
63769         * m4/decl.m4: Remove now-unused file.
63770
63771         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
63772         geteuid.
63773
63774 2000-03-02  Jim Meyering  <meyering@lucent.com>
63775
63776         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
63777
63778 2000-03-01  Jim Meyering  <meyering@lucent.com>
63779
63780         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
63781         * lib/unicodeio.c: Likewise.
63782
63783 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
63784
63785         * lib/config.charset: New file.
63786         * lib/localcharset.c: New file.
63787         * lib/unicodeio.h, lib/unicodeio.c: New files.
63788         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
63789         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
63790         (noinst_HEADERS): Add unicodeio.h.
63791         (all-local, install-exec-local, charset.alias): New targets.
63792
63793 2000-02-28  Paul Eggert  <eggert@twinsun.com>
63794
63795         * lib/quotearg.c (ALERT_CHAR): New macro.
63796         (quotearg_buffer_restyled): Use it.
63797
63798 2000-02-27  Jim Meyering  <meyering@lucent.com>
63799
63800         * m4/check-decl.m4: Add getenv to the list.
63801
63802 2000-02-27  Jim Meyering  <meyering@lucent.com>
63803
63804         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
63805         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
63806
63807         * lib/backupfile.c: Guard inclusion of stdlib.h with
63808         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
63809         Declare malloc if needed.
63810
63811         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
63812         `#ifndef HAVE_DECL..'
63813         now that autoconf always defines the HAVE_DECL_ symbols.
63814         * lib/human.c: Likewise.
63815         * lib/same.c: Likewise.
63816         * lib/strtoumax.c: Likewise.
63817
63818         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
63819         declaration check was not run.
63820         * lib/hash.c: Likewise.
63821         * lib/human.c: Likewise.
63822         * lib/same.c: Likewise.
63823         * lib/strtoumax.c: Likewise.
63824
63825         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
63826         `.', then first look up the entire `.'-containing string as a login
63827         name.
63828
63829 2000-02-23  Jim Meyering  <meyering@lucent.com>
63830
63831         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
63832         in place of my hack.
63833
63834 2000-02-18  Paul Eggert  <eggert@twinsun.com>
63835
63836         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
63837         (textint): New typedef.
63838         (parser_control): Member year changed from int to textint.
63839         All uses changed.
63840         (YYSTYPE): Removed; replaced by %union with int and textint members.
63841         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
63842         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
63843         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
63844         (tSNUMBER, tUNUMBER): Now of type <textintval>.
63845         (date, number, to_year): Use width of number in digits, not its value,
63846         to determine whether it's a 2-digit year, or a 2-digit time.
63847         (yylex): Store number of digits of numeric tokens.
63848         Reported by John Kendall.
63849
63850         (parser_control): Changed from struct parser_control to typedef (for
63851         consistency).  All uses changed.
63852
63853         (tID): Removed; not used.
63854         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
63855
63856 2000-02-14  Paul Eggert  <eggert@twinsun.com>
63857
63858         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
63859         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
63860
63861 2000-02-12  Jim Meyering  <meyering@lucent.com>
63862
63863         * lib/userspec.c (ISDIGIT): Define it.
63864         (isdigit): Remove definition.
63865         (is_number): Use ISDIGIT, not isdigit.
63866         <libintl.h>: Include.
63867         (_ and N_): Define.
63868         (parse_user_spec): Mark translatable strings.
63869
63870 2000-02-10  Jim Meyering  <meyering@lucent.com>
63871
63872         With these changes, nanosleep.[ch] are finally enough like the other
63873         lib/* replacement files to compile on a few more losing systems.
63874
63875         * lib/nanosleep.h: Don't include config.h.
63876         Remove prototype from declaration of nanosleep.
63877         (PARAMS): Remove now-unneeded definition.
63878         * lib/nanosleep.c: #undef nanosleep.
63879         (rpl_nanosleep): Rename from nanosleep.
63880
63881 2000-02-10  Jim Meyering  <meyering@lucent.com>
63882
63883         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
63884         gnu_nanosleep to rpl_nanosleep.
63885
63886 2000-02-09  Jim Meyering  <meyering@lucent.com>
63887
63888         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
63889         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
63890
63891 2000-02-08  Akim Demaille  <akim@epita.fr>
63892
63893         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
63894         `[' and `]' and remove uses of `changequote'.
63895         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
63896         (AC_SYS_LARGEFILE): Likewise.
63897         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
63898         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
63899         of changequote.
63900         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
63901         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
63902         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
63903         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
63904
63905 2000-02-05  Jim Meyering  <meyering@lucent.com>
63906
63907         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
63908         Remove explicit use of AC_HEADER_TIME.  It is required by
63909         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
63910         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
63911         in autoconf whereby the expansion of the latter ended up preceding
63912         the expansion of its prerequisite, AC_HEADER_TIME.
63913         Reported by Volker Borchert.
63914
63915 2000-02-03  Jim Meyering  <meyering@lucent.com>
63916
63917         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
63918
63919 2000-02-03  Jim Meyering  <meyering@lucent.com>
63920
63921         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
63922         rather than with `#if HAVE_UTMPNAME'.
63923
63924 2000-02-02  Jim Meyering  <meyering@lucent.com>
63925
63926         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
63927         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
63928         Reported by Eli Zaretskii.
63929
63930 2000-02-01  Jim Meyering  <meyering@lucent.com>
63931
63932         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
63933
63934 2000-01-31  Jim Meyering  <meyering@lucent.com>
63935
63936         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
63937         functions.  Add the time.h and sys/time.h headers along with the
63938         AC_REQUIRE'ment of AC_HEADER_TIME.
63939
63940 2000-01-31  Jim Meyering  <meyering@lucent.com>
63941
63942         * lib/nanosleep.h (nanosleep): Guard declaration with
63943         `#if ! HAVE_DECL_NANOSLEEP'.
63944         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
63945         the declaration in that vendor's sys/timers.h.
63946         Reported by Christian Krackowizer.
63947
63948         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
63949         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
63950         (ISPRINT): Likewise.
63951         Reported by Tom Tromey.
63952
63953 2000-01-30  Jim Meyering  <meyering@lucent.com>
63954
63955         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
63956
63957         * m4/prereq.m4 (utmp_includes): Define.
63958         Check for ut_user and ut_name members in both struct utmpx
63959         and struct utmp.
63960
63961 2000-01-30  Jim Meyering  <meyering@lucent.com>
63962
63963         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
63964         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
63965         header files where only utmpx.ut_user is declared.
63966
63967         * lib/readutmp.h (UT_USER): Define.
63968
63969 2000-01-29  Jim Meyering  <meyering@lucent.com>
63970
63971         * m4/lib-check.m4: New file containing library-related checks from
63972         fileutils and sh-utils (textutils had none).
63973
63974 2000-01-28  Jim Meyering  <meyering@lucent.com>
63975
63976         * m4/perl.m4: Change format of warning message to look more like that
63977         from the missing script.  Suggestion from François Pinard.
63978
63979 2000-01-25  Jim Meyering  <meyering@lucent.com>
63980
63981         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
63982         well as time.h in the compile check.
63983         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
63984         Fix typo in cross-compiling case: s/yes/no/.
63985
63986 2000-01-23  Jim Meyering  <meyering@lucent.com>
63987
63988         * m4/jm-macros.m4: Move df-related tests here from
63989         fileutils/configure.in
63990
63991         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
63992         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
63993
63994         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
63995         s/space/ac_fsusage_space/.
63996         (jm_FILE_SYSTEM_USAGE): Take two parameters.
63997
63998         * m4/ftruncate.m4: New file (derived from part of
63999         fileutils/configure.in).
64000         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64001         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64002
64003         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64004         AC_SUBST these here, rather than just in sh-util/configure.in, so
64005         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64006         all the same.
64007         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64008         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64009         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64010         (AC_SUBST(POW_LIBM)): Likewise.
64011         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64012
64013 2000-01-23  Jim Meyering  <meyering@lucent.com>
64014
64015         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64016         obstack.c.
64017
64018 2000-01-22  Jim Meyering  <meyering@lucent.com>
64019
64020         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64021
64022         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64023
64024         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64025         configure.in
64026         (AC_CHECK_HEADERS): Likewise for sh-utils.
64027         (AC_CHECK_HEADERS): Likewise for textutils.
64028         Merge the three lists of headers.
64029
64030         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64031         from fileutils' configure.in.
64032
64033         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64034         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64035         check-decl.m4.
64036
64037         * m4/check-decl.m4: Use #if rather than #ifdef.
64038         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64039         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64040         (_jm_DECL_HEADERS): Define new function.
64041         (jm_CHECK_DECLARATIONS): Require it.
64042
64043 2000-01-22  Jim Meyering  <meyering@lucent.com>
64044
64045         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64046         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64047         Required for some AIX systems.  Reported by Christian Krackowizer.
64048         [TESTING] (main): New function.
64049
64050         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64051         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64052         letters.
64053
64054         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64055         iswprint.
64056
64057         * lib/strverscmp.c (ISDIGIT): Define.
64058         (strverscmp): Use ISDIGIT, not isdigit.
64059
64060 2000-01-19  Jim Meyering  <meyering@lucent.com>
64061
64062         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64063         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64064         defines `struct timespec' in <sys/time.h>
64065
64066         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64067         Thanks to Akim for explaining.
64068
64069 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64070
64071         * lib/nanosleep.c (nanosleep):
64072         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64073         POSIX.1 doesn't require SA_INTERRUPT and some systems
64074         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64075         it's been part of POSIX.1 since day 1 (in 1988).
64076
64077 2000-01-17  Jim Meyering  <meyering@lucent.com>
64078
64079         * lib/interlock: Remove unused file.  Reported by François Pinard.
64080
64081 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64082
64083         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64084         alert, backslash, formfeed, and vertical tab unnecessarily in
64085         shell quoting style.
64086
64087 2000-01-16  Jim Meyering  <meyering@lucent.com>
64088
64089         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64090         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64091         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64092         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64093
64094 2000-01-16  Jim Meyering  <meyering@lucent.com>
64095
64096         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64097         because the latter didn't work.
64098
64099 2000-01-15  Jim Meyering  <meyering@lucent.com>
64100
64101         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64102         (AC_REPLACE_FUNCS): Add memcpy and memset.
64103         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64104         Add strpbrk.
64105         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64106
64107 2000-01-12  Jim Meyering  <meyering@lucent.com>
64108
64109         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64110         (jm_PREREQ): Use it.
64111         (jm_PREREQ_READUTMP): New macro.
64112         (jm_PREREQ): Use it.
64113
64114 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64115
64116         Quote multibyte characters correctly.
64117         * m4/c-bs-a.m4: New file.
64118         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64119         (jm_PREREQ): Use it.
64120
64121 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64122
64123         * m4/uintmax_t.m4: Port to autoconf 2.13.
64124
64125 2000-01-08  Jim Meyering  <meyering@ascend.com>
64126
64127         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64128         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64129
64130 2000-01-04  Jim Meyering  <meyering@ascend.com>
64131
64132         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64133         jm_STRUCT_DIRENT_D_TYPE.
64134         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64135         jm_STRUCT_DIRENT_D_INO.
64136         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64137         jm_STRUCT_UTIMBUF.
64138         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64139         renamings.
64140         * m4/utime.m4: Likewise.
64141
64142         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64143         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64144
64145 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64146
64147         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64148         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64149
64150 2000-01-02  Jim Meyering  <meyering@ascend.com>
64151
64152         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64153         remember if this is necessary.
64154
64155 1999-12-26  Jim Meyering  <meyering@ascend.com>
64156
64157         * m4/jm-macros.m4: Use it here.
64158         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64159
64160 1999-12-23  Jim Meyering  <meyering@ascend.com>
64161
64162         * m4/jm-macros.m4: Check for clock_gettime (moved from
64163         fileutils/configure.in)
64164         Check for gettimeofday.
64165
64166 1999-12-20  Jim Meyering  <meyering@ascend.com>
64167
64168         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64169         autoconf-2.14a-1999-12-20.
64170
64171 1999-12-19  Jim Meyering  <meyering@ascend.com>
64172
64173         * m4/lstat-slash.m4: New file.
64174         * m4/jm-macros.m4: Use the new macro:
64175         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64176
64177 1999-12-07  Jim Meyering  <meyering@ascend.com>
64178
64179         * m4/perl.m4: Require that File::Compare be available, too.
64180         Too many systems seem to lack it.
64181
64182         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64183         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64184
64185 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64186
64187         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64188         problem with the QNX 4.25 shell, which doesn't propagate exit
64189         status of failed commands inside shell assignments.
64190
64191 1999-11-17  Jim Meyering  <meyering@ascend.com>
64192
64193         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64194
64195 1999-11-07  Jim Meyering  <meyering@ascend.com>
64196
64197         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64198
64199 1999-11-06  Jim Meyering  <meyering@ascend.com>
64200
64201         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64202         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64203
64204 1999-11-05  Jim Meyering  <meyering@ascend.com>
64205
64206         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64207         configure.in of textutils, fileutils, and sh-utils into this one
64208         (shared between those packages) file.
64209         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64210         AC_STRUCT_ST_BLKSIZE.
64211
64212 1999-11-03  Jim Meyering  <meyering@ascend.com>
64213
64214         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64215         of AC_CHECK_TYPE checks includes unistd.h.
64216         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64217         Suggestion from Akim Demaille.
64218
64219 1999-10-30  Jim Meyering  <meyering@ascend.com>
64220
64221         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64222         m4-quoted string.
64223         * m4/ls-mntd-fs.m4: Likewise.
64224         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64225         * m4/jm-winsz1.m4: Likewise.
64226
64227         * m4/const.m4: Remove file, since the fix made it into the experimental
64228         version of autoconf.
64229         * m4/mktime.m4: Likewise.
64230
64231         * m4/check-type.m4: Remove file, now that the latest version of
64232         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64233
64234         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64235         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64236         AC_CHECK_TYPE.
64237
64238 1999-10-04  Jim Meyering  <meyering@ascend.com>
64239
64240         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64241
64242 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64243
64244         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64245         2.95.1 bug with HP-UX 10.20.
64246
64247 1999-09-17  Jim Meyering  <meyering@ascend.com>
64248
64249         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64250         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64251         due to missing strdup (against sh-utils-2.0).
64252
64253 1999-08-29  Jim Meyering  <meyering@ascend.com>
64254
64255         * m4/jm-macros.m4: Require jm_BISON.
64256         * m4/bison.m4: New file.
64257
64258 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64259
64260         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64261         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64262
64263 1999-08-05  Jim Meyering  <meyering@ascend.com>
64264
64265         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64266         to avoid conflicts with `conftest' on 8+3 filesystems.
64267         Suggestion from Eli Zaretskii.
64268
64269 1999-08-04  Jim Meyering  <meyering@ascend.com>
64270
64271         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64272         fileutils and sh-utils (textutils's getline test was inadequate).
64273         (AM_FUNC_GETLINE): Run this test.
64274         (AC_CHECK_FUNCS): Check for getdelim.
64275         Reported by Bob Proulx.
64276
64277 1999-08-02  Jim Meyering  <meyering@ascend.com>
64278
64279         * m4/jm-macros.m4: Add a comment.
64280
64281 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64282
64283         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64284         <inttypes.h> defines strtoumax as a macro (and not as a
64285         function).
64286
64287 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64288
64289         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64290         that we can shift, multiply and divide unsigned long long
64291         values; Ultrix cc can't do it.
64292
64293 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64294
64295         * m4/mktime.m4: New file, which is a preview of what should appear
64296         in the next public autoconf release.
64297
64298 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64299
64300         * m4/lfs.m4: Remove this file.
64301         * m4/largefile.m4: New file.  It contains the old contents of
64302         lfs.m4, except that all names with prefix AC_LFS have been
64303         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64304         compatible with future autoconf versions.  Also, some minor m4
64305         quoting problems have been fixed.
64306
64307 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64308
64309         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64310         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64311         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64312         and simplify the shell code.
64313
64314 1999-08-01  Jim Meyering  <meyering@ascend.com>
64315
64316         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64317         m4.
64318
64319 1999-07-20  Jim Meyering  <meyering@ascend.com>
64320
64321         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64322
64323 1999-07-15  Jim Meyering  <meyering@ascend.com>
64324
64325         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64326
64327 1999-05-22  Jim Meyering  <meyering@ascend.com>
64328
64329         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64330
64331 1999-05-20  Jim Meyering  <meyering@ascend.com>
64332
64333         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64334         Add a colon after each `then' in case $4 is empty.
64335
64336 1999-05-16  Jim Meyering  <meyering@ascend.com>
64337
64338         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64339
64340 1999-05-10  Jim Meyering  <meyering@ascend.com>
64341
64342         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64343
64344         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64345         AC_FUNC_MKTIME.
64346
64347 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64348
64349         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64350
64351 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64352
64353         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64354         not CPPFLAGS, so that linking works correctly in IRIX.
64355
64356 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64357
64358         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64359
64360 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64361
64362         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64363         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64364         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64365         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64366         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64367
64368         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64369
64370 1999-04-20  Jim Meyering  <meyering@ascend.com>
64371
64372         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64373         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64374         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64375
64376 1999-04-18  Jim Meyering  <meyering@ascend.com>
64377
64378         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64379         * m4/jm-macros.m4: Use it.
64380
64381 1999-04-06  Jim Meyering  <meyering@ascend.com>
64382
64383         * m4/strftime.m4: Remove test for %f.
64384
64385 1999-03-29  Jim Meyering  <meyering@ascend.com>
64386
64387         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64388         superset of the AC_TYPE_* checks in the textutils, fileutils,
64389         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64390         AC_TYPE_PID_T.
64391
64392 1999-03-28  Jim Meyering  <meyering@ascend.com>
64393
64394         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64395         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64396         replaced e.g., in the *.sh files of the sh-utils.
64397
64398 1999-03-20  Jim Meyering  <meyering@ascend.com>
64399
64400         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64401         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64402         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64403
64404 1999-03-19  Jim Meyering  <meyering@ascend.com>
64405
64406         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64407
64408 1999-03-12  Jim Meyering  <meyering@ascend.com>
64409
64410         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64411
64412 1999-03-07  Jim Meyering  <meyering@ascend.com>
64413
64414         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64415         declared.
64416
64417 1999-02-17  Jim Meyering  <meyering@ascend.com>
64418
64419         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64420         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64421
64422 1999-02-07  Jim Meyering  <meyering@ascend.com>
64423
64424         * m4/group-member.m4: New file -- extracted from sh-utils'
64425         configure.in.
64426
64427         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64428         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64429
64430 1999-02-06  Jim Meyering  <meyering@ascend.com>
64431
64432         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64433         * m4/fnmatch.m4: Likewise.
64434         * m4/getgroups.m4: Likewise.
64435         * m4/lstat.m4: Likewise.
64436         * m4/malloc.m4: Likewise.
64437         * m4/putenv.m4: Likewise.
64438         * m4/realloc.m4: Likewise.
64439         * m4/regex.m4: Likewise.
64440         * m4/stat.m4: Likewise.
64441         * m4/strftime.m4: Likewise.
64442         Suggestion from Alain Magloire.
64443
64444         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64445         * m4/fnmatch.m4: Likewise.
64446         * m4/getgroups.m4: Likewise.
64447         * m4/getline.m4: Likewise.
64448         * m4/lstat.m4: Likewise.
64449         * m4/malloc.m4: Likewise.
64450         * m4/memcmp.m4: Likewise.
64451         * m4/putenv.m4: Likewise.
64452         * m4/realloc.m4: Likewise.
64453         * m4/regex.m4: Likewise.
64454         * m4/stat.m4: Likewise.
64455         * m4/strftime.m4: Likewise.
64456         Suggestion from Alain Magloire.
64457
64458         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64459         an argument.
64460
64461         * m4/regex.m4: Add a run-time Test for proper operation of
64462         re_compile_pattern.
64463
64464 1999-01-31  Jim Meyering  <meyering@ascend.com>
64465
64466         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64467
64468 1999-01-30  Jim Meyering  <meyering@ascend.com>
64469
64470         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64471
64472         * m4/jm-mktime.m4: Make this a wrapper around the official
64473         AM_FUNC_MKTIME rather than my private copy, now that the official one
64474         is up to date.
64475         * m4/mktime.m4: Remove file.
64476
64477         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64478         * m4/uptime.m4: Likewise.
64479         * m4/uintmax_t.m4: Likewise.
64480
64481 1999-01-28  Jim Meyering  <meyering@ascend.com>
64482
64483         * m4/jm-macros.m4: Use jm_AFS.
64484         * m4/afs.m4: New file (from fileutils' configure.in).
64485
64486         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64487         * m4/chown.m4: Likewise.
64488         * m4/d-ino.m4: Likewise.
64489         * m4/d-type.m4: Likewise.
64490         * m4/fnmatch.m4: Likewise.
64491         * m4/getgroups.m4: Likewise.
64492         * m4/gettext.m4: Likewise.
64493         * m4/jm-mktime.m4: Likewise.
64494         * m4/jm-winsz2.m4: Likewise.
64495         * m4/lcmessage.m4: Likewise.
64496         * m4/ls-mntd-fs.m4: Likewise.
64497         * m4/malloc.m4: Likewise.
64498         * m4/memcmp.m4: Likewise.
64499         * m4/putenv.m4: Likewise.
64500         * m4/realloc.m4: Likewise.
64501         * m4/st_mtim.m4: Likewise.
64502         * m4/strftime.m4: Likewise.
64503
64504 1999-01-16  Jim Meyering  <meyering@ascend.com>
64505
64506         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64507         (ARGMATCH_DIE_DECL): Define.
64508
64509 1999-01-12  Jim Meyering  <meyering@ascend.com>
64510
64511         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64512         Reported by Lars Hecking.
64513
64514 1999-01-10  Jim Meyering  <meyering@ascend.com>
64515
64516         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64517         gross kludge.
64518         * m4/inttypes_h.m4: Likewise.
64519         * m4/lstat.m4: Likewise.
64520         * m4/malloc.m4: Likewise.
64521         * m4/readdir.m4: Likewise.
64522         * m4/realloc.m4: Likewise.
64523         * m4/st_dm_mode.m4: Likewise.
64524         * m4/stat.m4: Likewise.
64525         * m4/utimbuf.m4: Likewise.
64526         * m4/utimes.m4: Likewise.
64527
64528         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64529         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64530         comments in config.h.in are meaningful.
64531
64532         * m4/jm-macros.m4: Require autoconf-2.13 here.
64533
64534         * m4/regex.m4: By default, don't use the included regex.c on systems
64535         with glibc 2.  Suggestion from Uli Drepper.
64536
64537 1999-01-02  Jim Meyering  <meyering@ascend.com>
64538
64539         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
64540
64541 1998-12-18  Jim Meyering  <meyering@ascend.com>
64542
64543         * m4/Makefile.am.in (Makefile.am): Simplify rule.
64544         Based on a suggestion from Lars Hecking.
64545
64546 1998-11-16  Paul Eggert  <eggert@twinsun.com>
64547
64548         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
64549
64550 1998-11-16  Jim Meyering  <meyering@ascend.com>
64551
64552         * m4/lfs.m4: Double-quote the `uname...` expression.
64553
64554 1998-11-14  Jim Meyering  <meyering@ascend.com>
64555
64556         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
64557         * m4/stat.m4: Likewise.
64558
64559 1998-11-03  Jim Meyering  <meyering@ascend.com>
64560
64561         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
64562         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
64563
64564 1998-10-18  Jim Meyering  <meyering@ascend.com>
64565
64566         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
64567
64568 1998-10-17  Jim Meyering  <meyering@ascend.com>
64569
64570         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
64571         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
64572         calls for those previously hard-coded headers.  Instead, take a new
64573         parameter.
64574         (jm_CHECK_DECLARATIONS): Reflect interface change.
64575         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
64576         (jm_CHECK_DECL_LOCALTIME_R): New macro.
64577
64578         * m4/mktime.m4: Test for spring-forward gap before long-running test.
64579
64580 1998-10-14  Jim Meyering  <meyering@ascend.com>
64581
64582         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
64583         instead of "TZ=America/Vancouver".  From Paul Eggert.
64584
64585 1998-10-11  Jim Meyering  <meyering@ascend.com>
64586
64587         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
64588         This adds a test for a recently added compatibility fix for mktime.c.
64589         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
64590
64591 1998-09-27  Jim Meyering  <meyering@ascend.com>
64592
64593         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
64594
64595         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
64596         ../configure.in, including a change from Gordon Matzigkeit to allow
64597         cross-compiling for the Hurd.
64598
64599         * m4/glibc.m4: New file/macro to test for the GNU C Library
64600         versions 1 and 2.  From Gordon Matzigkeit.
64601         Indent.
64602
64603 1998-09-21  Jim Meyering  <meyering@ascend.com>
64604
64605         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
64606
64607 1998-08-18  Paul Eggert  <eggert@twinsun.com>
64608
64609         Port nanosecond-resolution times to UnixWare 2.1.2 and
64610         pedantic Solaris 2.6.
64611
64612         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
64613         AC_STRUCT_ST_MTIM.
64614         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
64615         Generate name of ns member, instead of just 1 or undef.
64616         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
64617
64618 1998-08-15  Jim Meyering  <meyering@ascend.com>
64619
64620         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
64621         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
64622         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
64623         instead of jm_TYPE_SSIZE_T.
64624
64625 1998-08-12  Jim Meyering  <meyering@ascend.com>
64626
64627         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
64628
64629 1998-08-02  Jim Meyering  <meyering@ascend.com>
64630
64631         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
64632         in acconfig.h manually.
64633
64634 1998-07-31  Paul Eggert  <eggert@twinsun.com>
64635
64636         * m4/st_mtim.m4: New file.
64637
64638 1998-07-28  Jim Meyering  <meyering@ascend.com>
64639
64640         * m4/utimes.m4: Undef stat.
64641
64642 1998-07-25  Jim Meyering  <meyering@ascend.com>
64643
64644         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
64645         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
64646
64647 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
64648
64649         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
64650         uid and gid actually remain unchanged.
64651
64652 1998-07-07  Jim Meyering  <meyering@ascend.com>
64653
64654         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
64655
64656 1998-07-04  Jim Meyering  <meyering@ascend.com>
64657
64658         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
64659         to prove that this macro can be used in packages without regex.c.
64660
64661 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
64662
64663         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
64664         is to be used.
64665
64666 1998-07-03  Jim Meyering  <meyering@ascend.com>
64667
64668         * m4/gettext.m4: Add -lintl if it's found to be necessary.
64669
64670         * m4/gettext.m4: New file -- from gettext-0.10.35.
64671         * m4/lcmessage.m4: Likewise.
64672         * m4/progtest.m4: Likewise.
64673
64674         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
64675         * m4/jm-macros.m4: Require the new macro.
64676
64677 1998-06-29  Jim Meyering  <meyering@ascend.com>
64678
64679         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
64680         for the definition of NGROUPS (used in a system header included
64681         by sys/mount.h).
64682
64683 1998-06-28  Jim Meyering  <meyering@ascend.com>
64684
64685         * m4/ls-mntd-fs.m4: New file.
64686         * m4/fstypename.m4: New file.
64687
64688         * m4/jm-macros.m4: Require the new macro.
64689         * m4/jm-glibc-io.m4: New file.
64690
64691 1998-05-19  Jim Meyering  <meyering@ascend.com>
64692
64693         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
64694         * m4/lchown.m4: New file.
64695
64696         * m4/Makefile.am.in: New file.
64697         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
64698
64699 1998-05-14  Jim Meyering  <meyering@ascend.com>
64700
64701         * m4/Makefile.am (EXTRA_DIST): Add them.
64702         * m4/jm-macros.m4: New file.
64703         * m4/utimbuf.m4: New file.
64704
64705 1998-05-12  Jim Meyering  <meyering@ascend.com>
64706
64707         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
64708
64709 1998-05-11  Jim Meyering  <meyering@ascend.com>
64710
64711         * m4/isc-posix.m4: New file.
64712
64713 1998-05-10  Jim Meyering  <meyering@ascend.com>
64714
64715         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
64716
64717 1998-05-09  Jim Meyering  <meyering@ascend.com>
64718
64719         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
64720         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
64721         with automake.
64722
64723         * m4/ssize_t.m4: New file.
64724         * m4/mktime.m4: Remove file -- the new automake has this now.
64725
64726 1998-04-26  Jim Meyering  <meyering@ascend.com>
64727
64728         * m4/assert.m4: New file.
64729         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
64730
64731 1998-04-05  Jim Meyering  <meyering@ascend.com>
64732
64733         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
64734         (jm_PREREQ): Use it here.
64735
64736 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
64737
64738         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
64739         in acconfig.h.
64740
64741 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
64742
64743         * m4/prereq.m4: New file.
64744         * m4/error.m4: New file.
64745         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
64746
64747 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
64748
64749         * m4/getline.m4: Don't set am_cv_func_working_getline before the
64750         cache-check for the same variable -- that defeated the purpose of
64751         the test; the test program was never run.  This was a problem only
64752         on systems with losing getline functions -- HP-UX 10.20 is one.
64753         Reported by Bjorn Helgaas.
64754
64755 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
64756
64757         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
64758
64759 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
64760
64761         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
64762
64763         * m4/const.m4: New file.  Use an initializer in this declaration
64764         typedef int charset[2]; const charset x;
64765         Reported by Bob Glickstein.
64766
64767 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
64768
64769         * m4/chown.m4: Fix reversed types on -1 args to chown.
64770         From Kaveh Ghazi.
64771
64772 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
64773
64774         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
64775         Add lseek and memchr.
64776
64777         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
64778         T.E.Dickey <dickey@clark.net> said that some older preprocessors
64779         have a 20-character limit on names.
64780
64781 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
64782
64783         * m4/inttypes_h.m4: New file.
64784         * m4/uintmax_t.m4: New file.
64785         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
64786
64787
64788         -----
64789
64790         Local Variables:
64791         coding: utf-8
64792         End:
64793
64794         Copyright (C) 1997-2010 Free Software Foundation, Inc.
64795
64796         Copying and distribution of this file, with or without
64797         modification, are permitted provided the copyright notice
64798         and this notice are preserved.